f208ee7255472b1f04f0c5736a3da5a47d5011b6
[mir.git] / templates-dist / en / messagelist.template
1 <html>
2 <head>
3         <title>indymedia.de |  message list</title>
4 </head>
5
6 <body bgcolor="#FFFFFF">
7 <include "head.template">
8
9 <if contentlist>
10 <table border="0" cellpadding="2" cellspacing="1">
11   <tr bgcolor="#006600">
12     <td><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="-1">
13                 <b>date</b></font></td>
14     <td><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="-1">
15                 <b>title<br>author</b></font></td>
16     <td><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="-1">
17                 <b>text</b></font></td>
18   </tr>
19
20   <list contentlist as entry>
21   <tr <if grey=="1"><assign grey="0">bgcolor="#dddddd"<else><assign grey="1"></if> >
22   <td>${entry.webdb_create}&nbsp;</td>
23   <td><b>${entry.title}</b><br>
24       <i>${entry.creator}</i></td>
25   <td bgcolor="Pink">${entry.description}&nbsp;</td>
26   <td><font size="1">&nbsp;<a href="${config.actionRoot}?module=Message&do=delete&id=${entry.id}">delete</a>
27     | <a href="${config.actionRoot}?module=Message&do=edit&id=${entry.id}">edit</a></font></td>
28   </tr>
29   </list>
30   <tr>
31     <td colspan="3" bgcolor="#006600"><font color="#ffffff">${count} entries
32       / showing from ${from} to ${to}</font></td>
33     <td>&nbsp;</td>
34   </tr>
35 </table>
36
37       <P>
38 <if prev>
39         <a href="${config.actionRoot}?module=Users&do=list&where=${where}&prevoffset=${prev}&prev=zur&uuml;ck">zurueck</a>&nbsp;
40 </if>
41 <if next>
42 <a href="${config.actionRoot}?module=Users&do=list&where=${where}&nextoffset=${next}&next=weiter">weiter</a>
43 </if>
44
45 <else>
46   <P align="center"> No matching entries!</p>
47 </if>
48 <include "foot.template">
49 </body>
50 </html>
51
52