mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10302 201d5d3c-b55e-5fd7-737f-ddc643e51545
19 lines
598 B
HTML
19 lines
598 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>
|
|
</table>
|
|
<div class="btnArea">
|
|
<span class="btn"><input type="submit" value="{$lang->cmd_logout}" /></span>
|
|
<span class="btn"><a href="{getUrl('act','','member_srl','')}">{$lang->cmd_back}</a></span>
|
|
</div>
|
|
</form>
|
|
<!--#include("./common_footer.html")-->
|