rename of template-dir to template-dist. in a installed system the templates should...
[mir.git] / templates-dist / de / breaking.template
1 <html>
2 <head>
3 <title>
4 indymedia.de | breaking
5 </title>
6 <head>
7
8 <body bgcolor="#FFFFFF">
9 <include "head.template">
10 <form action="${actionRoot}" method="post">
11         <input type="hidden" name="module" value="Breaking">
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 color="#ffffff" face="Verdana, Arial, Helvetica, sans-serif" size="-1">
18         <B>datum:</B></font></td>
19     <td>
20       ${webdb_create_formatted}
21     </td>
22   </tr>
23
24   <tr> 
25     <td align="right" bgcolor="#006600"><font color="#ffffff" face="Verdana, Arial, Helvetica, sans-serif" size="-1">
26         <B>text:</B> (max. 5 zeilen / 250 zeichen)</font></td>
27     <td>
28          <textarea cols="50" rows="3" name="text" wrap=virtual>${text}</textarea>
29     </td>
30   </tr>
31
32   <tr> 
33     <td colspan="2" align="right"> <font color="#ffffff"><if new> 
34       <input type="submit" name="save" value="einfügen">
35     <else> 
36     <input type="submit" name="save" value="speichern">
37     </if> </font></form></font>
38     </td>
39 </table>
40 <include "foot.template">
41 </body>
42 </html>