Marius Cramer
2015-08-06 37b29231e47a0c4458dc1c15d98588f16f07e1e2
interface/web/themes/default/templates/form.tpl.htm
@@ -1,25 +1,3 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Form</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../themes/{tmpl_var name="theme"}/style.css" rel="stylesheet" type="text/css">
<script language="JavaScript">
<!--
function del_record(link) {
  if(window.confirm("Wollen Sie den Datensatz löschen?")) {
     location.href = link;
  }
}
//-->
</script>
</head>
<body>
<form method="post" action="<tmpl_var name='form_action'>" name="myform" enctype="multipart/form-data">
<tmpl_dyninclude name="content_tpl">
</form>
</body>
</html>
<tmpl_dyninclude name="content_tpl">
<input type="hidden" name="_csrf_id" value="{tmpl_var name='_csrf_id'}" />
<input type="hidden" name="_csrf_key" value="{tmpl_var name='_csrf_key'}" />