rename of template-dir to template-dist. in a installed system the templates should...
[mir.git] / templates-dist / de / mediafolderlist.template
1 <html>
2 <head>
3         <title>indymedia.de | mediafolderlist</title>
4 </head>
5
6 <body bgcolor="#FFFFFF">
7 <include "head.template">
8 <if contentlist>
9         <table border="0">
10                 <tr bgcolor="#006600">
11                 <td><font color="#ffffff"><b>datum</b></font></td>
12                     <td><font color="#ffffff"><b>name</b></font></td>
13                 <td><font color="#ffffff"><b>ort</b></font></td>
14                         <td><font color="#ffffff"><b>kommentar</b></font></td>
15                         <td><font color="#ffffff"><b>stichworte</b></font></td>
16                  </tr>
17           <list contentlist as entry>
18                   <tr <if grey=="1"><assign grey="0">bgcolor="#dddddd" <else><assign grey="1"> </if> >
19                         <td>${entry.date}&nbsp;</td>
20                         <td><b>${entry.name}</b>&nbsp;</td>
21                         <td>${entry.place}&nbsp;</td>
22                         <td>${entry.comment}&nbsp;</td>
23                         <td>${entry.keywords}&nbsp;</td>
24                         <td><font size="1"><a href="${actionRoot}?module=Mediafolder&do=delete&id=${entry.id}">delete</a>
25                         | <a href="${actionRoot}?module=Mediafolder&do=edit&id=${entry.id}">edit</a>
26                                 | <a href="${actionRoot}?module=Images&do=list&query_media_folder=${entry.id}">browse</a></font></td>
27                   </tr>
28           </list>
29                 <tr>
30         <td colspan="5" bgcolor="#006600"><font color="#ffffff">${count} datens&auml;tze
31         / anzeige von ${from} bis ${to}</font></td>
32         <td>&nbsp;</td>
33                 </tr>
34         </table>
35       <P>
36         <if prev>
37         <a href="${actionRoot}?module=Mediafolder&do=list&where=${where}&prevoffset=${prev}&prev=zur&uuml;ck">zurueck</a>&nbsp;
38         </if>
39         <if next>
40         <a href="${actionRoot}?module=Mediafolder&do=list&where=${where}&nextoffset=${next}&next=weiter">weiter</a>
41         </if>
42 <else>
43   <P align="center"> Keine passenden Eintr&auml;ge gefunden!</p>
44 </if>
45 <include "foot.template">
46 </body>
47 </html>
48
49