ftimme
2005-11-30 f6ee7a108a27ce6ccf85995ac638c0692e0434c3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!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>