no message
[mir.git] / templates-dist / de / linksimcs.template
index 9c45ae7..0d87977 100755 (executable)
@@ -1,11 +1,10 @@
 <html>
 <head>
 <title>
-indymedia.de | LinksImcs
+       indymedia.de | LinksImcs
 </title>
 
 <head>
-
 <body bgcolor="#FFFFFF">
 <include "head.template">
 <form action="${actionRoot}" method="post">
@@ -25,23 +24,25 @@ indymedia.de | LinksImcs
     <td align="right" bgcolor="#006600"><font face="Verdana, Arial, Helvetica, sans-serif" size="-1" color="#ffffff">
                <B>Kontinent:</B></font></td>
     <td>
-       <select name="parent_id" size="1">
-               <option value="0" selected> Neuen Parent anlegen
+               <if contentlist>
+       <select name="to_parent_id" size="1">
+               
+               <option value="0" selected> Neuen Oberbegriff anlegen
                <list contentlist as entry>
-               <if true>
-               <option value="${p.id}"> ${entry.title} 1
-               <else>
-               <option value="${p.id}"> ${entry.title} 2
                
+               <!--<if entry.to_parent_id==NULL>-->
+               <if contentlist>
+                       <option value="${entry.id}"> ${entry.title}
                </if>
                </list>
                </select>
+               </if>
     </td>
   </tr>
   <tr>
     <td align="right" bgcolor="#006600"><font color="#ffffff"><B>URL:</B></font></td>
     <td>
-      <input type="text" size="20" name="filename" value="${url}">
+      <input type="text" size="40" name="filename" value="${url}">
     </td>
   </tr>
   <tr>
@@ -58,8 +59,8 @@ indymedia.de | LinksImcs
     <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 
+               <option value="1"> deutsch 
+               <option value="2"> englisch 
          </select>
     </td>
   </tr>