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