182 |
kaklik |
1 |
|
|
|
2 |
<form method="post" action="{S_MODE_ACTION}"> |
|
|
3 |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
|
|
4 |
<tr> |
|
|
5 |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
|
|
6 |
<td align="right" nowrap="nowrap"><span class="genmed">{L_SELECT_SORT_METHOD}: {S_MODE_SELECT} {L_ORDER} {S_ORDER_SELECT} |
|
|
7 |
<input type="submit" name="submit" value="{L_SUBMIT}" class="liteoption" /> |
|
|
8 |
</span></td> |
|
|
9 |
</tr> |
|
|
10 |
</table> |
|
|
11 |
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> |
|
|
12 |
<tr> |
|
|
13 |
<th height="25" class="thCornerL" nowrap="nowrap">#</th> |
|
|
14 |
<th class="thTop" nowrap="nowrap"> </th> |
|
|
15 |
<th class="thTop" nowrap="nowrap">{L_USERNAME}</th> |
|
|
16 |
<th class="thTop" nowrap="nowrap">{L_EMAIL}</th> |
|
|
17 |
<th class="thTop" nowrap="nowrap">{L_FROM}</th> |
|
|
18 |
<th class="thTop" nowrap="nowrap">{L_JOINED}</th> |
|
|
19 |
<th class="thTop" nowrap="nowrap">{L_POSTS}</th> |
|
|
20 |
<th class="thCornerR" nowrap="nowrap">{L_WEBSITE}</th> |
|
|
21 |
</tr> |
|
|
22 |
<!-- BEGIN memberrow --> |
|
|
23 |
<tr> |
|
|
24 |
<td class="{memberrow.ROW_CLASS}" align="center"><span class="gen"> {memberrow.ROW_NUMBER} </span></td> |
|
|
25 |
<td class="{memberrow.ROW_CLASS}" align="center"> {memberrow.PM_IMG} </td> |
|
|
26 |
<td class="{memberrow.ROW_CLASS}" align="center"><span class="gen"><a href="{memberrow.U_VIEWPROFILE}" class="gen">{memberrow.USERNAME}</a></span></td> |
|
|
27 |
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"> {memberrow.EMAIL_IMG} </td> |
|
|
28 |
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.FROM}</span></td> |
|
|
29 |
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gensmall">{memberrow.JOINED}</span></td> |
|
|
30 |
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.POSTS}</span></td> |
|
|
31 |
<td class="{memberrow.ROW_CLASS}" align="center"> {memberrow.WWW_IMG} </td> |
|
|
32 |
</tr> |
|
|
33 |
<!-- END memberrow --> |
|
|
34 |
<tr> |
|
|
35 |
<td class="catBottom" colspan="8" height="28"> </td> |
|
|
36 |
</tr> |
|
|
37 |
</table> |
|
|
38 |
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> |
|
|
39 |
<tr> |
|
|
40 |
<td align="right" valign="top"></td> |
|
|
41 |
</tr> |
|
|
42 |
</table> |
|
|
43 |
|
|
|
44 |
<table width="100%" cellspacing="0" cellpadding="0" border="0"> |
|
|
45 |
<tr> |
|
|
46 |
<td><span class="nav">{PAGE_NUMBER}</span></td> |
|
|
47 |
<td align="right"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td> |
|
|
48 |
</tr> |
|
|
49 |
</table></form> |
|
|
50 |
|
|
|
51 |
<table width="100%" cellspacing="2" border="0" align="center"> |
|
|
52 |
<tr> |
|
|
53 |
<td valign="top" align="right">{JUMPBOX}</td> |
|
|
54 |
</tr> |
|
|
55 |
</table> |