mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
15 lines
539 B
HTML
15 lines
539 B
HTML
<include target="./common_header.html" />
|
|
<import target="filter/logout.xml" />
|
|
<div class="signin">
|
|
<section class="sw-body">
|
|
<h1>{lang('member.cmd_logout')}</h1>
|
|
<p class="rx_member-notice">{lang('common.confirm_logout')}</p>
|
|
<form action="./" method="get" onsubmit="return procFilter(this, logout)">
|
|
<input type="hidden" name="mid" value="{$mid}" />
|
|
<div class="control-group">
|
|
<input type="submit" value="{lang('member.cmd_logout')}" />
|
|
</div>
|
|
</form>
|
|
</section>
|
|
</div>
|
|
<include target="./common_footer.html" />
|