rename of template-dir to template-dist. in a installed system the templates should...
[mir.git] / templates-dist / de / confirm.template
diff --git a/templates-dist/de/confirm.template b/templates-dist/de/confirm.template
new file mode 100755 (executable)
index 0000000..d0e8ff2
--- /dev/null
@@ -0,0 +1,33 @@
+<html>
+  <head>
+    <title>indymedia.de | confirm delete delete</title>
+  </head>
+  <body>
+  <include "head_nonavi.template">
+<table width="100%" border="0" align="center">
+  <tr bgcolor="#006600"> 
+    <td colspan="2"> 
+      <h2 align="center"><font color="#ffffff">Datensatz wirklich 
+        l&ouml;schen?</font></h2>
+    </td>
+  </tr>
+  <tr> 
+    <td colspan="2">
+      <form method="post" action="${actionRoot}">
+        <div align="center">
+          <input type="hidden" name="module" value=${module}>
+          <input type="hidden" name="do" value="delete">
+          <input type="hidden" name="id" value="${id}">
+          <input type="hidden" name="where" value="${where}">
+          <input type="hidden" name="order" value="${order}">
+          <input type="hidden" name="offset" value="${offset}">
+          <input type="submit" name="cancel" value="abbrechen">
+          <input type="submit" name="confirm" value="l&ouml;schen">
+        </div>
+      </form>
+    </td>
+  </tr>
+</table>
+<include "foot.template">
+  </body>
+</html>