rename of template-dir to template-dist. in a installed system the templates should...
[mir.git] / templates-dist / de / schwerpunkt.template
1 <html>
2 <head>
3 <title>
4 indymedia.de | feature
5 </title>
6 <head>
7
8 <body bgcolor="#FFFFFF">
9 <include "head.template">
10
11 <table border="0">
12   <form method="post" action="${actionRoot}">
13     <input type="hidden" name="module" value="Schwerpunkt">
14     <input type="hidden" name="where" value="${where}">
15     <input type="hidden" name="offset" value="${offset}">
16     <input type="hidden" name="order" value="${order}">
17     <if new>
18     <input type="hidden" name="do" value="insert">
19     <else>
20     <input type="hidden" name="do" value="update">
21     </if>
22     <input type="hidden" name="id" value="${id}">
23     <tr>
24       <td align="right" valign="top" bgcolor="#006600"><font color="#ffffff"><B>Titel:</B></font></td>
25       <td>
26         <input type="text" size="40" name="title" value="${title}">
27         <select name="is_published">
28                         <option value="1"<if is_published!="0">selected</if>>freigeschaltet</option>
29                         <option value="0" <if is_published=="0">selected</if>>nicht freigesch.</option>
30         </select>
31       </td>
32     </tr>
33
34     <tr>
35       <td align="right" valign="top" bgcolor="#006600"><font color="#ffffff"><B>Filename:</B></font></td>
36       <td>
37          <input type="text" size="20" name="filename" value="${filename}">
38       </td>
39     </tr>
40
41     <tr>
42       <td align="right" valign="top" bgcolor="#006600"><font color="#ffffff"><B>Abstract:</B></font></td>
43       <td>
44         <textarea cols="40" rows="3" name="description">${description}</textarea>
45       </td>
46     </tr>
47
48     <tr>
49       <td align="right" valign="top" bgcolor="#006600"><font color="#ffffff"><B>Link:</B></font></td>
50       <td>
51         <input type="text" size="40" name="main_url" value="${main_url}">
52       </td>
53     </tr>
54     <tr>
55       <td colspan="2" align="right" valign="top" bgcolor="#ffffff"> <font color="#ffffff"><if new>
56         <input type="submit" name="save" value="einfügen">
57         <else>
58         <input type="submit" name="save" value="speichern">
59         </if></font></td>
60     </tr>
61   </form>
62 </table>
63 <include "foot.template">
64 </body>
65 </html>