1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
|
{!DOCTYPE}
<html>
<head>
<title>$master_board_name - Mitgliederliste</title>
$headinclude
</head>
<body id="bg">
$header
<tr bgcolor="{tablecolora}" id="tablea">
<td><table cellpadding=0 cellspacing=0 border=0 width="100%">
<tr>
<td><smallfont><b><a href="index.php?sid=$session[hash]">$master_board_name</a> » Mitgliederliste</b></font></td>
<td align="right"><smallfont><b>$usercbar</b></font></td>
</tr>
</table></td>
</tr>
</table><br>
<table cellpadding=4 cellspacing=1 border=0 width="{tableinwidth}" bgcolor="{tableinbordercolor}">
<tr bgcolor="{tabletitlecolor}" id="tabletitle" align="center">
<td><smallfont color="{fontcolorsecond}"><b>Benutzername</b></font></td>
<td><smallfont color="{fontcolorsecond}"><b>eMail</b></font></td>
<td><smallfont color="{fontcolorsecond}"><b>Homepage</b></font></td>
<td><smallfont color="{fontcolorsecond}"><b>PN</b></font></td>
<td><smallfont color="{fontcolorsecond}"><b>Suchen</b></font></td>
<td><smallfont color="{fontcolorsecond}"><b>Homie</b></font></td>
<td nowrap><smallfont color="{fontcolorsecond}"><b>Dabei seit</b></font></td>
<td><smallfont color="{fontcolorsecond}"><b>Beiträge</b></font></td>
</tr>
$membersbit
<tr bgcolor="{tablecolorb}" id="tableb"><form method="get" action="memberslist.php">
<td align="center" colspan=8><normalfont>Zeige <select name="letter">
<option value="">alle</option>
$letteroptions
</select> Benutzer und Sortiere nach <select name="sortby">
<option value="username"$sel_sortby[username]>Benutzername</option>
<option value="regdate"$sel_sortby[regdate]>Registrierdatum</option>
<option value="userposts"$sel_sortby[userposts]>Beitragsanzahl</option>
</select> in <select name="order">
<option value="ASC"$sel_order[ASC]>aufsteigender</option>
<option value="DESC"$sel_order[DESC]>absteigender</option>
</select> Reihenfolge.
<input src="{imagefolder}/go.gif" type="image" border=0>
<input type="hidden" name="page" value="$page">
<input type="hidden" name="sid" value="$session[hash]">
</font></td>
</tr></form>
</table>
<table align="center">
<tr>
<td><smallfont>$pagelink</font></td>
</tr>
</table>
$footer
</body>
</html> |