rename of template-dir to template-dist. in a installed system the templates should...
[mir.git] / templates-dist / de / schwerpunkt.template
diff --git a/templates-dist/de/schwerpunkt.template b/templates-dist/de/schwerpunkt.template
new file mode 100755 (executable)
index 0000000..de16460
--- /dev/null
@@ -0,0 +1,65 @@
+<html>
+<head>
+<title>
+indymedia.de | feature
+</title>
+<head>
+
+<body bgcolor="#FFFFFF">
+<include "head.template">
+
+<table border="0">
+  <form method="post" action="${actionRoot}">
+    <input type="hidden" name="module" value="Schwerpunkt">
+    <input type="hidden" name="where" value="${where}">
+    <input type="hidden" name="offset" value="${offset}">
+    <input type="hidden" name="order" value="${order}">
+    <if new>
+    <input type="hidden" name="do" value="insert">
+    <else>
+    <input type="hidden" name="do" value="update">
+    </if>
+    <input type="hidden" name="id" value="${id}">
+    <tr>
+      <td align="right" valign="top" bgcolor="#006600"><font color="#ffffff"><B>Titel:</B></font></td>
+      <td>
+        <input type="text" size="40" name="title" value="${title}">
+        <select name="is_published">
+                       <option value="1"<if is_published!="0">selected</if>>freigeschaltet</option>
+                       <option value="0" <if is_published=="0">selected</if>>nicht freigesch.</option>
+        </select>
+      </td>
+    </tr>
+
+    <tr>
+      <td align="right" valign="top" bgcolor="#006600"><font color="#ffffff"><B>Filename:</B></font></td>
+      <td>
+         <input type="text" size="20" name="filename" value="${filename}">
+      </td>
+    </tr>
+
+    <tr>
+      <td align="right" valign="top" bgcolor="#006600"><font color="#ffffff"><B>Abstract:</B></font></td>
+      <td>
+        <textarea cols="40" rows="3" name="description">${description}</textarea>
+      </td>
+    </tr>
+
+    <tr>
+      <td align="right" valign="top" bgcolor="#006600"><font color="#ffffff"><B>Link:</B></font></td>
+      <td>
+        <input type="text" size="40" name="main_url" value="${main_url}">
+      </td>
+    </tr>
+    <tr>
+      <td colspan="2" align="right" valign="top" bgcolor="#ffffff"> <font color="#ffffff"><if new>
+        <input type="submit" name="save" value="einfügen">
+        <else>
+        <input type="submit" name="save" value="speichern">
+        </if></font></td>
+    </tr>
+  </form>
+</table>
+<include "foot.template">
+</body>
+</html>