mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 01:09:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
22 lines
677 B
HTML
22 lines
677 B
HTML
<!--#include("./common_header.html")-->
|
|
<!--%import("filter/logout.xml")-->
|
|
|
|
<form action="./" method="get" onsubmit="return procFilter(this, logout)">
|
|
<input type="hidden" name="mid" value="{$mid}" />
|
|
|
|
<h3>{$lang->cmd_logout}</h3>
|
|
|
|
<table class="crossTable">
|
|
<tr>
|
|
<th class="title">{$lang->confirm_logout}</th>
|
|
</tr>
|
|
<tr>
|
|
<th class="button">
|
|
<span class="button black strong"><input type="submit" value="{$lang->cmd_logout}" /></span>
|
|
<a href="{getUrl('act','','member_srl','')}" class="button"><span>{$lang->cmd_back}</span></a>
|
|
</th>
|
|
</tr>
|
|
</table>
|
|
|
|
</form>
|
|
<!--#include("./common_footer.html")-->
|