21 lines
513 B
Smarty
21 lines
513 B
Smarty
{*Smarty template*}
|
|
|
|
{include file="header.tpl"}
|
|
|
|
<center>
|
|
<div id="logout">
|
|
<form>
|
|
<table border=0>
|
|
<tr><td>{tra 0='Are you sure to logout $1' 1=$user.login}</td></tr>
|
|
<tr><td align="right">
|
|
<input type="button" value="{tra 0=OK}" onclick="javascript: location.href='{$UI_HANDLER}?act={$logouttype}'">
|
|
<input type="button" value="{tra 0=Cancel}" onclick="javascript: window.close()">
|
|
</td></tr>
|
|
</table>
|
|
</form>
|
|
</div>
|
|
</center>
|
|
|
|
</body>
|
|
</html>
|