initial commit
authorfh <fh>
Fri, 31 Aug 2001 14:22:59 +0000 (14:22 +0000)
committerfh <fh>
Fri, 31 Aug 2001 14:22:59 +0000 (14:22 +0000)
templates-dist/de/imc.template [new file with mode: 0755]
templates-dist/de/imclist.template [new file with mode: 0755]

diff --git a/templates-dist/de/imc.template b/templates-dist/de/imc.template
new file mode 100755 (executable)
index 0000000..4592003
--- /dev/null
@@ -0,0 +1,82 @@
+<html>
+<head>
+<title>
+indymedia.de | imc
+</title>
+
+<head>
+
+<body bgcolor="#FFFFFF">
+<include "head.template">
+<form name="global" action="${actionRoot}" method="post">
+       <input type=hidden name=module value=Imc>
+       <input type="hidden" name="id" value="${id}">
+       <if new><input type="hidden" name="do" value="insert">
+       <else><input type="hidden" name="do" value="update"></if>
+<table border="0">
+  <tr>
+    <td align="right" bgcolor="#006600"><font face="Verdana, Arial, Helvetica, sans-serif" size="-1" color="#ffffff">
+               <B>Name:</B></font></td>
+    <td>
+      <input type="text" size="40" name="title" value="${title}">
+    </td>
+  </tr>
+  <tr>
+    <td align="right" bgcolor="#006600"><font face="Verdana, Arial, Helvetica, sans-serif" size="-1" color="#ffffff">
+               <B>Parent:</B></font></td>
+    <td>
+       <select name="parent_id" size="1">
+               <option value="1"> Australien 
+               <option value="2"> Europa
+               <option value="3"> Kanada
+               </select>
+    </td>
+  </tr>
+  <tr>
+       <td align="right" valign="top" bgcolor="#006600"><font color="#ffffff"><B>Beschreibung:</B></font></td>
+    <td>
+       <textarea cols="40" rows="3" name="description">${description}</textarea>
+       </td>
+  </tr>
+  <tr>
+    <td align="right" 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" bgcolor="#006600"><font color="#ffffff"><B>Hauptinfoseite
+      </B></font></td>
+    <td>
+      <input type="text" size="40" name="main_url" value="${main_url}">
+    </td>
+  </tr>
+  <tr>
+    <td align="right" bgcolor="#006600"><font color="#ffffff"><B>Archiv url:</B></font></td>
+    <td>
+      <input type="text" size="40" name="archiv_url" value="${archiv_url}">
+    </td>
+  </tr>
+  <tr>
+    <td align="right" bgcolor="#006600"><font color="#ffffff"><B>Sortierkriteríum:</B></font></td>
+    <td>
+      <select name="sortpriority" size="1">
+               <option value="1"> 1 
+               <option value="2"> 2 
+               <option value="3"> 3
+               </select>
+    </td>
+  </tr>
+  <tr>
+    <td colspan="2" align="right"><font color="#ffffff">
+               <if new>
+               <input type="submit" name="save" value="einfügen">
+       <else>
+               <input type="submit" name="save" value="speichern">
+       </if> </font></form></font>
+    </td>
+  </tr>
+</table>
+<include "foot.template">
+</body>
+</html>
diff --git a/templates-dist/de/imclist.template b/templates-dist/de/imclist.template
new file mode 100755 (executable)
index 0000000..b4653d5
--- /dev/null
@@ -0,0 +1,57 @@
+<html>
+<head>
+       <title>indymedia.de | imclist</title>
+</head>
+<body bgcolor="#FFFFFF">
+<include "head.template">
+<if contentlist>
+<table border="0">
+  <tr bgcolor="#006600">
+    <td><font face="Verdana, Arial, Helvetica, sans-serif" size="-1" color="#ffffff">
+               <b>Titel</b></font></td>
+    <td><font face="Verdana, Arial, Helvetica, sans-serif" size="-1" color="#ffffff">
+               <b>Beschreibung</b></font></td>
+    <td><font face="Verdana, Arial, Helvetica, sans-serif" size="-1" color="#ffffff">
+               <b>Main-Url<br>Archiv-Url</b></font></td>
+       <td>&nbsp;</td>
+       
+  </tr>
+  <list contentlist as entry>
+  <tr <if grey=="1"><assign grey="0">bgcolor="#dddddd" <else><assign grey="1"> </if>>
+  <td><font face="Verdana, Arial, Helvetica, sans-serif" size="-1">${entry.title}&nbsp;</font></td>
+  <td><font face="Verdana, Arial, Helvetica, sans-serif" size="-1">${entry.description}&nbsp;</font></td>
+  <td><font face="Verdana, Arial, Helvetica, sans-serif" size="-1">
+       ${entry.main_url}<br>
+       ${entry.archiv_url}</font></td>
+  <td><font size="1">&nbsp;<a href="${actionRoot}?module=Imc&do=delete&id=${entry.id}">delete</a>
+    | <a href="${actionRoot}?module=Imc&do=edit&id=${entry.id}">edit</a></font></td>
+  </tr>
+  </list>
+  <tr>
+  <td colspan="4" bgcolor="#006600"><font face="Verdana, Arial, Helvetica, sans-serif" size="-1" color="#ffffff">
+       ${count} datens&auml;tze / anzeige von ${from} bis ${to}</font></td>
+  <td>&nbsp;</td>
+  </tr>
+</table>
+<P>
+<if (prev || next)>
+ <form method="post" action="${actionRoot}">
+ <input type="hidden" name="module" value="Imc">
+ <input type="hidden" name="where" value="${where}">
+<if prev>
+ <input type="hidden" name="prevoffset" value="${prev}">
+ <input type="submit" name="prev" value="zur&uuml;ck">
+</if>
+<if next>
+ <input type="hidden" name="nextoffset" value="${next}">
+ <input type="submit" name="next" value="weiter">
+</if>
+ </form>
+</if>
+
+<else>
+  <P align="center"> Keine passenden Eintr&auml;ge gefunden!</p>
+</if>
+<include "foot.template">
+</body>
+</html>
\ No newline at end of file