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
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 Kontinent anlegen
30                 <list contentlist as p>
31                 <if true>
32                 <option value="1"> 2
33                 
34                 <option value="${p.id}"> ${p.title}
35                 <else>
36                 <option value="4"> 3
37                 <option value="${p.id}1"> ${p.title}
38                 </if>
39                 </list>
40                 </select>
41     </td>
42   </tr>
43   <tr>
44         <td align="right" valign="top" bgcolor="#006600"><font color="#ffffff"><B>Beschreibung:</B></font></td>
45     <td>
46         <textarea cols="40" rows="3" name="description">${description}</textarea>
47         </td>
48   </tr>
49   <tr>
50     <td align="right" bgcolor="#006600"><font color="#ffffff"><B>Filename:</B></font></td>
51     <td>
52       <input type="text" size="20" name="filename" value="${filename}">
53     </td>
54   </tr>
55   <tr>
56     <td align="right" bgcolor="#006600"><font color="#ffffff"><B>Hauptinfoseite
57       </B></font></td>
58     <td>
59       <input type="text" size="40" name="main_url" value="${main_url}">
60     </td>
61   </tr>
62   <tr>
63     <td align="right" bgcolor="#006600"><font color="#ffffff"><B>Archiv url:</B></font></td>
64     <td>
65       <input type="text" size="40" name="archiv_url" value="${archiv_url}">
66     </td>
67   </tr>
68   <tr>
69     <td align="right" bgcolor="#006600"><font color="#ffffff"><B>Sortierkriteríum:</B></font></td>
70     <td>
71       <select name="sortpriority" size="1">
72                 <option value="1"> 1 
73                 <option value="2"> 2 
74                 <option value="3"> 3
75                 </select>
76     </td>
77   </tr>
78   <tr>
79     <td colspan="2" align="right"><font color="#ffffff">
80                 <if new>
81                 <input type="submit" name="save" value="einfügen">
82         <else>
83                 <input type="submit" name="save" value="speichern">
84         </if> </font></form></font>
85     </td>
86   </tr>
87 </table>
88 <include "foot.template">
89 </body>
90 </html>