no message
[mir.git] / templates-dist / de / linksimcs.template
index fb343d5..0d87977 100755 (executable)
@@ -12,7 +12,6 @@
        <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>
-<if contentlist>
 <table border="0">
   <tr>
     <td align="right" bgcolor="#006600"><font face="Verdana, Arial, Helvetica, sans-serif" size="-1" color="#ffffff">
     <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 entry.parent_id=="0">
-                       <option value="${p.id}"> ${entry.title}
+               
+               <!--<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>
@@ -55,8 +59,8 @@
     <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>
@@ -70,7 +74,6 @@
     </td>
   </tr>
 </table>
-</if>
 <include "foot.template">
 </body>
 </html>