1{include file="$gentemplates/_header.tpl" pagetitle=$groupsoverview}
2{include file="$gentemplates/_navi.tpl" pagetitle=$groupsoverview}
3
4<table width="100%" class="contentback" border="0" cellpadding="0" cellspacing="0">
5  <tr class="formhead">
6    <td class="subnav" colspan="3">&nbsp;&nbsp;
7      {if $hascreaterights}
8      &nbsp;
9      <a href="index.php?mod=contact&amp;obj=group&amp;view=newform&amp;{$SESSION}" class="new">{$new}</a>
10      {/if}
11    </td>
12  </tr>
13  <tr>
14    <td>
15
16      {* TABLE START *}
17      {include file="$gentemplates/_th5.tpl" r1=$name r2=$desc r3=$createdby r4=$created_date r5=$action}
18      {section name=inhalt1 loop=$td}
19      {include file="$gentemplates/_tr5.tpl" r1=$td[inhalt1].name_key r2=$td[inhalt1].description r3=$td[inhalt1].username r4=$td[inhalt1].lu_date|mgw_date r5=$urls[inhalt1]|smarty:nodefaults}
20      {/section}
21      {include file="$gentemplates/_tfx.tpl"}
22      {* TABLE END *}
23
24      <br />
25      <table width="50%">
26	<tr>
27	  <td align="right" class="stand">
28	    {if $_prev} <a href="index.php?mod=contact&amp;obj=group&amp;searchterm={$searchterm}&amp;list={$plst}&amp;npage={$ppage}&amp;{$SESSION}">&lt;&lt;--|</a>{/if}
29	    {if $_next}&nbsp;&nbsp;&nbsp;<a href="index.php?mod=contact&amp;obj=group&amp;searchterm={$searchterm}&amp;list={$plst}&amp;npage={$npage}&amp;{$SESSION}">|--&gt;&gt;</a>{/if}
30	  </td>
31	</tr>
32      </table>
33    </td>
34  </tr>
35</table>
36
37{include file="$gentemplates/_footer.tpl" aktUser=$username}