<!-- Scriptcode from "Memberlist 1.3" by Chapter // sepp-tattoo.de -->
<script type="text/javascript">
function Klappen(Id) {
var KlappText = document.getElementById('Lay'+Id);
var KlappBild = document.getElementById('Pic'+Id);
var jetec_Minus="inhalt/codeschnipsel/minus.gif", jetec_Plus="inhalt/codeschnipsel/plus.gif";
if (KlappText.style.display == 'none') {
KlappText.style.display = 'block';
KlappBild.src = jetec_Minus;
} else {
KlappText.style.display = 'none';
KlappBild.src = jetec_Plus;
}}
</script>
<!-- Scriptcode from "Memberlist 1.3" by Chapter // sepp-tattoo.de -->
{EXPLODE}
<table width="100%" border="0" cellpadding="3" cellspacing="1" class="border">
<tr>
<!-- hier das gruppenbild! (bspw. group-9.jpg für alle admins)-->
<td colspan="7"><a href="javascript:Klappen({group_id})"><img src="include/images/rangs/group{group_id}.jpg" alt="{group_name}" width="600" height="32"/></a></td>
</tr>
</table>
<div id="Lay{group_id}" style="display: none; width:100%; clear:left;">
<table width="100%" border="0" cellpadding="3" cellspacing="1" class="border">
<tr class="user">
<th align="center" width="5%">{_lang_land}</th>
<th align="center" height="30" width="25%">{_lang_name}</th>
<th align="center" width="20%">{_lang_rank}</th>
<th align="center" width="15%">{_lang_group}</th>
<th align="center" width="5%">{_lang_contact}</th>
<th align="center" width="30%">{_lang_lasttimeonline}</th>
<th width="20%" align="center">{_lang_regtime}</th>
</tr>{EXPLODE}<tr class="{CLASS}">
<th align="center" width="5%"><img src="include/images/flags/{STAAT}" alt="" border="0"></th>
<td align="center" width="30%"><a href="index.php?user-details-{UID}">{NAME}</a></td>
<td align="center"><font style="font-size: 10px">{RANG}</font></td>
<td align="center" width="15%">{GRUPE}</td>
<td align="center" width="20%"><a href="mailto:{EMAIL}"><img src="include/images/icons/email_small.png" border="0"></a>
{ICQ}</td>
<td align="center" width="30%">{LLOGIN}</td>
<td align="center" width="5%">{DATE}</td>
</tr>
</table>
</div>
{EXPLODE}
<div align="center">{SITELINK}
<form method="get" action=""><input type="hidden" name="omember" value="" /><input type="text" name="filtername" size="15" value="{filtername}" /> <input type="submit" value="{_lang_filter}" /></form>
</div>