1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-05 19:18:01 +08:00
ULib/tests/examples/wi-auth/template/10.30.1.111/stato_utente.tmpl
2015-05-28 19:04:25 +02:00

37 lines
1.0 KiB
Cheetah

<div id="containerBig">
<div id="wrapperAuto">
<div id="loginbox" style="width:100%%;height:100%%;padding:0px;margin:0px;">
<div id="menulogo" class="menurow">
<img src="images/logo_fiwifi-n.png" />
</div>
<center><h1>Stato utente</h1></center>
<br />
<table border="1" cellpadding="5">
<tr><th>Utente:&nbsp;&nbsp;%v&nbsp;&nbsp;(%v)</th></tr>
<tr><th>Access Point:&nbsp;&nbsp;%v&nbsp;&nbsp;</th></tr>
</table>
<br />
<table border="1" cellpadding="5">
<tr>
<th>User UID</th>
<th>IP address</th>
<th>Connection time</th>
<th>Elapsed connection time</th>
<th>Left connection time</th>
<th>Consumed traffic</th>
<th>Left traffic</th>
<th>MAC address</th>
<th>Status</th>
</tr>
%v
</table>
<div style="clear: both;"></div>
<div id="footer"></div>
</div>
<div style="clear: both;"></div>
</div>
</div>