mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
22 lines
600 B
HTML
22 lines
600 B
HTML
<!--%import("filter/filter.logout.xml")-->
|
|
<!--#include("header.html")-->
|
|
|
|
<form action="./" method="get" onsubmit="return procFormFilter(this, logout, procReload)">
|
|
<input type="hidden" name="mid" value="{$mid}" />
|
|
<input type="hidden" name="act" value="procLogout" />
|
|
<table>
|
|
<tr>
|
|
<th>{$lang->cmd_logout}</th>
|
|
</tr>
|
|
<tr>
|
|
<td>{$lang->confirm_logout}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{@getUrl('act','')}'" />
|
|
<input type="submit" value="{$lang->cmd_logout}" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</form>
|