rename of template-dir to template-dist. in a installed system the templates should...
[mir.git] / templates-dist / en / breakinglist.template
1 <html>\r
2 <head>\r
3         <title>indymedia.de | breaking new list</title>\r
4 </head>\r
5 \r
6 <body bgcolor="#FFFFFF">\r
7 <include "head.template">\r
8 <if contentlist>\r
9 <table border="0" cellpadding="2" cellspacing="1">\r
10   <tr bgcolor="#006600">\r
11     <td><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="-1"><b>date</b></font></td>\r
12     <td><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="-1"><b>text</b></font></td>\r
13   </tr>\r
14 \r
15   <list contentlist as entry>\r
16   <tr\r
17        <if grey=="1"><assign grey="0">bgcolor="#dddddd" <else><assign grey="1"> </if>\r
18   >\r
19   <td>${entry.webdb_create_formatted}&nbsp;</td>\r
20   <td>${entry.text}&nbsp;</td>\r
21   <td><font size="1">&nbsp;<a href="${actionRoot}?module=Breaking&do=delete&id=${entry.id}">delete</a>\r
22     | <a href="${actionRoot}?module=Breaking&do=edit&id=${entry.id}">edit</a></font></td>\r
23   </tr>\r
24   </list>\r
25   <tr>\r
26     <td colspan="3" bgcolor="#006600"><font color="#ffffff">${count} entries\r
27       / showing from ${from} to ${to}</font></td>\r
28     <td>&nbsp;</td>\r
29   </tr>\r
30 </table>\r
31 \r
32       <P>\r
33 <if prev>\r
34         <a href="${actionRoot}?module=Breaking&do=list&where=${where}&prevoffset=${prev}&prev=zur&uuml;ck">back</a>&nbsp;\r
35 </if>\r
36 <if next>\r
37 <a href="${actionRoot}?module=Breaking&do=list&where=${where}&nextoffset=${next}&next=weiter">go on</a>\r
38 </if>\r
39 \r
40 <else>\r
41   <P align="center"> no matching entry!</p>\r
42 </if>\r
43 <include "foot.template">\r
44 </body>\r
45 </html>\r
46 \r
47 \r