rename of template-dir to template-dist. in a installed system the templates should...
[mir.git] / templates-dist / en / gruppenlist.template
1 <html>\r
2 <head>\r
3         <title>indymedia.de | grouplist</title>\r
4 </head>\r
5 \r
6 <body bgcolor="#FFFFFF">\r
7 <include "head.template">\r
8 <if contentlist>\r
9         <table border="0">\r
10                 <tr bgcolor="##006600">\r
11                 <td><font color="#ffffff"><b>name</b></font></td>\r
12                     <td><font color="#ffffff"><b>email</b></font></td>\r
13                 <td><font color="#ffffff"><b>homepage</b></font></td>\r
14                  </tr>\r
15           <list contentlist as entry>\r
16                   <tr <if grey=="1"><assign grey="0">bgcolor="#dddddd" <else><assign grey="1"> </if> >\r
17                         <td>${entry.name}&nbsp;</td>\r
18                         <td>${entry.email}&nbsp;</td>\r
19                         <td>${entry.homepage}&nbsp;</td>\r
20                         <td><font size="1">&nbsp;<a href="${actionRoot}?module=Gruppen&do=delete&id=${entry.id}">delete</a>\r
21                         | <a href="${actionRoot}?module=Gruppen&do=edit&id=${entry.id}">edit</a></font></td>\r
22                   </tr>\r
23           </list>\r
24                 <tr>\r
25         <td colspan="3" bgcolor="#006600"><font color="#ffffff">${count} entries\r
26         / show from ${from} to ${to}</font></td>\r
27         <td>&nbsp;</td>\r
28                 </tr>\r
29         </table>\r
30       <P>\r
31         <if prev>\r
32         <a href="${actionRoot}?module=Gruppen&do=list&where=${where}&prevoffset=${prev}&prev=zur&uuml;ck">back</a>&nbsp;\r
33         </if>\r
34         <if next>\r
35         <a href="${actionRoot}?module=Gruppen&do=list&where=${where}&nextoffset=${next}&next=weiter">go on</a>\r
36         </if>\r
37 <else>\r
38   <P align="center"> No maching entries!</p>\r
39 </if>\r
40 <include "foot.template">\r
41 </body>\r
42 </html>\r
43 \r
44 \r