Files
supportware/sn_templates/xx_admin_sessions.html
2025-08-05 22:42:07 +02:00

46 lines
1.5 KiB
HTML

<!--#extends:xx_admin_base.html-->
<!--#sn_body:dp_section-->
<!--CENTER-->
<div class="col2-right">
<!--#extends:xx_box_template_center.html-->
<!--#sn_icon_class:dp_value:class='ic-3'-->
<!--#sn_subheader:dp_value:Liste der Usersessions-->
<!--#sn_subbody:dp_section-->
<table width="100%" border="0" cellpadding="2" cellspacing="0">
<tr class="zeile0">
<td colspan="5">
<form method="GET" action="/admin_sessions">
Sortieren nach:<input type="radio" name="sort" value="key">Key
<input type="radio" name="sort" value="1">Nickname
<input type="radio" name="sort" value="2">IP
<input type="checkbox" name="hideguests" value="1">nur Members anzeigen
<input type="Submit" value="Go">
</form>
</td>
</tr>
<tr class="zeile0">
<td class="box_title_all_1" width="20%">Key</td>
<td class="box_title_all_1" width="20%">Nickname</td>
<td class="box_title_all_1" width="20%">IP</td>
<td class="box_title_all_1" width="05%">#Hits</td>
<td class="box_title_all_1" width="30%">Lastpath</td>
</tr>
<!--#sn_msgloop:dp_section-->
<tr class="<!--#sn_bgcolor-->">
<td><!--#sn_key--></a></td>
<td><!--#sn_nickname--></td>
<td><a href="/admin_block_ip?sn_x_ip=<!--#sn_ip1-->" target=""><!--#sn_ip2--></a></td>
<td><!--#sn_hits--></td>
<td><a href="<!--#sn_path1-->" target="path"><!--#sn_path2--></a></td>
</tr>
<!--#/sn_msgloop-->
</table>
<!--#/sn_subbody-->
</div><!--end CENTER-->
<!--#/sn_body-->