no message
authorfh <fh>
Mon, 3 Sep 2001 14:41:16 +0000 (14:41 +0000)
committerfh <fh>
Mon, 3 Sep 2001 14:41:16 +0000 (14:41 +0000)
templates-dist/de/linksimcs.template

index ec59715..9c45ae7 100755 (executable)
@@ -27,11 +27,11 @@ indymedia.de | LinksImcs
     <td>
        <select name="parent_id" size="1">
                <option value="0" selected> Neuen Parent anlegen
-               <list linksimcslist as p>
+               <list contentlist as entry>
                <if true>
-               <option value="${p.id}"> ${p.title} 1
+               <option value="${p.id}"> ${entry.title} 1
                <else>
-               <option value="${p.id}"> ${p.title} 2
+               <option value="${p.id}"> ${entry.title} 2
                
                </if>
                </list>
@@ -39,28 +39,9 @@ indymedia.de | LinksImcs
     </td>
   </tr>
   <tr>
-       <td align="right" valign="top" bgcolor="#006600"><font color="#ffffff"><B>Beschreibung:</B></font></td>
+    <td align="right" bgcolor="#006600"><font color="#ffffff"><B>URL:</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}">
+      <input type="text" size="20" name="filename" value="${url}">
     </td>
   </tr>
   <tr>
@@ -74,6 +55,15 @@ indymedia.de | LinksImcs
     </td>
   </tr>
   <tr>
+    <td align="right" bgcolor="#006600"><font color="#ffffff"><B>Sprache:</B></font></td>
+    <td>
+      <select name="to_language" size="1">
+               <option value="de"> deutsch 
+               <option value="eng"> englisch 
+         </select>
+    </td>
+  </tr>
+  <tr>
     <td colspan="2" align="right"><font color="#ffffff">
                <if new>
                <input type="submit" name="save" value="einfügen">