rename of template-dir to template-dist. in a installed system the templates should...
[mir.git] / templates-dist / de / gruppenlist.template
1 <html>
2 <head>
3         <title>indymedia.de | grouplist</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>name</b></font></td>
12                     <td><font color="#ffffff"><b>email</b></font></td>
13                 <td><font color="#ffffff"><b>homepage</b></font></td>
14                  </tr>
15           <list contentlist as entry>
16                   <tr <if grey=="1"><assign grey="0">bgcolor="#dddddd" <else><assign grey="1"> </if> >
17                         <td>${entry.name}&nbsp;</td>
18                         <td>${entry.email}&nbsp;</td>
19                         <td>${entry.homepage}&nbsp;</td>
20                         <td><font size="1">&nbsp;<a href="${actionRoot}?module=Gruppen&do=delete&id=${entry.id}">delete</a>
21                         | <a href="${actionRoot}?module=Gruppen&do=edit&id=${entry.id}">edit</a></font></td>
22                   </tr>
23           </list>
24                 <tr>
25         <td colspan="3" bgcolor="#006600"><font color="#ffffff">${count} datens&auml;tze
26         / anzeige von ${from} bis ${to}</font></td>
27         <td>&nbsp;</td>
28                 </tr>
29         </table>
30       <P>
31         <if prev>
32         <a href="${actionRoot}?module=Gruppen&do=list&where=${where}&prevoffset=${prev}&prev=zur&uuml;ck">zurueck</a>&nbsp;
33         </if>
34         <if next>
35         <a href="${actionRoot}?module=Gruppen&do=list&where=${where}&nextoffset=${next}&next=weiter">weiter</a>
36         </if>
37 <else>
38   <P align="center"> Keine passenden Eintr&auml;ge gefunden!</p>
39 </if>
40 <include "foot.template">
41 </body>
42 </html>
43
44