1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-12 20:27:27 +08:00
ULib/tests/examples/wi-auth/template/wifi-aaa.comune.fi.it/logout_popup.tmpl
2015-01-23 17:24:36 +01:00

29 lines
1020 B
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>
<form method="post" name="form" action="%s" id="form">
<div id="pageWrap">
<div id="inside">
<div id="left-sidebar"><h1>Utente %s connesso</h1></div>
<div id="main-content"></div>
<input type="hidden" name="uid" value="%s">
<input id="login_button" type="submit" name="submit" value="Logout" style="height:3em;width:10em;margin:2em auto;"><br>
<input type="checkbox" name="PersistentCookie" id="PersistentCookie" value="yes" checked="checked"><strong>Non restare connesso</strong><br>
</div><br>
<br>
</div>
</form>
<div style="clear: both;"></div>
<div id="footer"></div>
</div>
<div style="clear: both;"></div>
</div>
</div>