c3ca19606d1f362396f67f2d5fd82081adb6c19f
[mir.git] / templates-dist / en / mediafolderlist.template
1 <html>
2 <head>\r
3         <title>indymedia.de | mediafolderlist</title>\r
4 </head>\r
5
6 <body bgcolor="#FFFFFF">
7 <include "head.template">
8
9 <if contentlist>
10         <table border="0">
11                 <tr bgcolor="#006600">
12                 <td><font color="#ffffff"><b>date</b></font></td>
13                     <td><font color="#ffffff"><b>name</b></font></td>
14                 <td><font color="#ffffff"><b>ort</b></font></td>
15                         <td><font color="#ffffff"><b>comment</b></font></td>
16                         <td><font color="#ffffff"><b>keyword</b></font></td>
17                  </tr>
18           <list contentlist as entry>
19                   <tr <if grey=="1"><assign grey="0">bgcolor="#dddddd" <else><assign grey="1"> </if> >
20                         <td>${entry.date}&nbsp;</td>
21                         <td><b>${entry.name}</b>&nbsp;</td>
22                         <td>${entry.place}&nbsp;</td>
23                         <td>${entry.comment}&nbsp;</td>
24                         <td>${entry.keywords}&nbsp;</td>
25                         <td><font size="1"><a href="${config.actionRoot}?module=Mediafolder&do=delete&id=${entry.id}">delete</a>
26                         | <a href="${config.actionRoot}?module=Mediafolder&do=edit&id=${entry.id}">edit</a>
27                                 | <a href="${config.actionRoot}?module=Images&do=list&query_media_folder=${entry.id}">browse</a></font></td>
28                   </tr>
29           </list>
30                 <tr>
31         <td colspan="5" bgcolor="#006600"><font color="#ffffff">${count} entries
32         / show from ${from} to ${to}</font></td>
33         <td>&nbsp;</td>
34                 </tr>
35         </table>
36       <P>
37         <if prev>
38         <a href="${config.actionRoot}?module=Mediafolder&do=list&where=${where}&prevoffset=${prev}&prev=zur&uuml;ck">back</a>&nbsp;
39         </if>
40         <if next>
41         <a href="${config.actionRoot}?module=Mediafolder&do=list&where=${where}&nextoffset=${next}&next=weiter">go on</a>
42         </if>
43 <else>
44   <P align="center"> No matching entries!</p>
45 </if>
46 <include "foot.template">
47 </body>
48 </html>
49
50