update new style :)
[mir.git] / templates-dist / en / schwerpunktlist.template
1 <html>
2 <head>
3         <title>indymedia.de | featurelist</title>
4 </head>
5
6 <body bgcolor="#FFFFFF">
7 <include "head.template">
8
9
10 <if contentlist>
11 <table border="0">
12   <tr bgcolor="#006600">
13     <td><font color="#ffffff">publish</font></td>
14     <td><font color="#ffffff">title</font></td>
15    <td><font color="#ffffff">Filename</font></td>
16     <td><font color="#ffffff">Link</font></td>
17     <td><font color="#ffffff">abstract</font></td>
18   </tr>
19   <list contentlist as entry>
20   <tr
21   <if grey=="1"><assign grey="0">bgcolor="#dddddd" <else><assign grey="1"> </if>
22   >
23   <td align="center"><if entry.is_published!="0">X<else>&nbsp;</if></td>
24   <td>${entry.title}&nbsp;</td>
25   <td>${entry.filename}&nbsp;</td>
26   <td>${entry.main_url}&nbsp;</td>
27   <td>${entry.description}&nbsp;</td>
28   <td><font size="1"> <a href="${config.actionRoot}?module=Schwerpunkt&do=delete&id=${entry.id}">delete</a> | <a href="${actionRoot}?module=Schwerpunkt&do=edit&id=${entry.id}">edit</a></font></td>
29   </tr>
30   </list>
31
32   <tr>
33     <td align="center" colspan="5" bgcolor="#006600">
34       <div align="left"><font color="#ffffff">${count} entries / showing
35         from ${from} to ${to}</font></div>
36     </td>
37     <td><a href="${docRoot}"><font size="1">&nbsp;back</font></a></td>
38   </tr>
39 </table>
40
41 <if prev>
42         <a href="${config.actionRoot}?module=Schwerpunkt&do=list&where=${where}&prevoffset=${prev}&prev=zur&uuml;ck">zurueck</a>&nbsp;
43 </if>
44 <if next>
45 <a href="${config.actionRoot}?module=Schwerpunkt&do=list&where=${where}&nextoffset=${next}&next=weiter">weiter</a>
46 </if>
47
48
49
50 <else>
51
52   <P align="center"> Found no matching entries!</p>
53
54 </if>\r
55 \r
56 <include "foot.template">\r
57 </body>\r
58 </html>\r
59 \r
60 \r