<{* page for group list *}> <{* $Revision: 1.4.4.1.2.2 $ *}> <{* $groups = array( array( 'gname' => 'name of group', 'gdesc' => 'description of group', 'gadmin' => array( array( 'uname' => 'administrator name of group', 'email' => 'e-mail of group administrator' ), ... ), ), ... ); ); *}> <{include file="db:xoonips_breadcrumbs.inc.html"}>

<{$smarty.const._MD_XOONIPS_MODERATOR_GROUP_LIST}>

<{* display of group *}> <{if !empty($groups) }> <{foreach from=$groups item=group}> <{/foreach}> <{else}> <{/if}>
<{$smarty.const._MD_XOONIPS_MODERATOR_GNAME}> <{$smarty.const._MD_XOONIPS_MODERATOR_GDESC}> <{$smarty.const._MD_XOONIPS_MODERATOR_GROUP_ADMIN}>
"> <{$group.gname}> "> <{$group.gdesc}> "> <{section name=i loop=$group.gadmin}> <{if !$smarty.section.i.first}> / <{/if}> <{if $group.gadmin[i].email != ""}> <{$group.gadmin[i].email_js}> <{else}> <{$group.gadmin[i].uname}> <{/if}> <{/section}>
<{$smarty.const._MD_XOONIPS_GROUPS_EMPTY}>