no message
[mir.git] / templates-dist / de / linksimcs.template
1 <html>
2 <head>
3 <title>
4         indymedia.de | LinksImcs
5 </title>
6
7 <head>
8 <body bgcolor="#FFFFFF">
9 <include "head.template">
10 <form action="${actionRoot}" method="post">
11         <input type=hidden name=module value=LinksImcs>
12         <input type="hidden" name="id" value="${id}">
13         <if new><input type="hidden" name="do" value="insert">
14         <else><input type="hidden" name="do" value="update"></if>
15 <table border="0">
16   <tr>
17     <td align="right" bgcolor="#006600"><font face="Verdana, Arial, Helvetica, sans-serif" size="-1" color="#ffffff">
18                 <B>Name:</B></font></td>
19     <td>
20       <input type="text" size="40" name="title" value="${title}">
21     </td>
22   </tr>
23   <tr>
24     <td align="right" bgcolor="#006600"><font face="Verdana, Arial, Helvetica, sans-serif" size="-1" color="#ffffff">
25                 <B>Kontinent:</B></font></td>
26     <td>
27                 <if contentlist>
28         <select name="to_parent_id" size="1">
29                 
30                 <option value="0" selected> Neuen Oberbegriff anlegen
31                 <list contentlist as entry>
32                 
33                 <!--<if entry.to_parent_id==NULL>-->
34                 <if contentlist>
35                         <option value="${entry.id}"> ${entry.title}
36                 </if>
37                 </list>
38                 </select>
39                 </if>
40     </td>
41   </tr>
42   <tr>
43     <td align="right" bgcolor="#006600"><font color="#ffffff"><B>URL:</B></font></td>
44     <td>
45       <input type="text" size="40" name="filename" value="${url}">
46     </td>
47   </tr>
48   <tr>
49     <td align="right" bgcolor="#006600"><font color="#ffffff"><B>Sortierkriteríum:</B></font></td>
50     <td>
51       <select name="sortpriority" size="1">
52                 <option value="1"> 1 
53                 <option value="2"> 2 
54                 <option value="3"> 3
55                 </select>
56     </td>
57   </tr>
58   <tr>
59     <td align="right" bgcolor="#006600"><font color="#ffffff"><B>Sprache:</B></font></td>
60     <td>
61       <select name="to_language" size="1">
62                 <option value="1"> deutsch 
63                 <option value="2"> englisch 
64           </select>
65     </td>
66   </tr>
67   <tr>
68     <td colspan="2" align="right"><font color="#ffffff">
69                 <if new>
70                 <input type="submit" name="save" value="einfügen">
71         <else>
72                 <input type="submit" name="save" value="speichern">
73         </if> </font></form></font>
74     </td>
75   </tr>
76 </table>
77 <include "foot.template">
78 </body>
79 </html>