3d523856d062c6369f08c13f6bd94028b617f798
[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                         <option value="0" selected> Neuen Oberbegriff anlegen
30                         <list contentlist as entry>
31                         <option value="${entry.id}"> ${entry.title}
32                         </list>
33                 </select>
34                 </if>
35     </td>
36   </tr>
37   <tr>
38     <td align="right" bgcolor="#006600"><font color="#ffffff"><B>URL:</B></font></td>
39     <td>
40       <input type="text" size="40" name="url" value="${url}">
41     </td>
42   </tr>
43   <tr>
44     <td align="right" bgcolor="#006600"><font color="#ffffff"><B>Sortierkriteríum:</B></font></td>
45     <td>
46       <select name="sortpriority" size="1">
47                 <option value="1"> 1 
48                 <option value="2"> 2 
49                 <option value="3"> 3
50                 </select>
51     </td>
52   </tr>
53   <tr>
54     <td align="right" bgcolor="#006600"><font color="#ffffff"><B>Sprache:</B></font></td>
55     <td>
56       <select name="to_language" size="1">
57                 <option value="1"> deutsch 
58                 <option value="2"> englisch 
59           </select>
60     </td>
61   </tr>
62   <tr>
63     <td colspan="2" align="right"><font color="#ffffff">
64                 <if new>
65                 <input type="submit" name="save" value="einfügen">
66         <else>
67                 <input type="submit" name="save" value="speichern">
68         </if> </font></form></font>
69     </td>
70   </tr>
71 </table>
72 <include "foot.template">
73 </body>
74 </html>