mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
22 lines
685 B
HTML
22 lines
685 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}" />
|
|
|
|
<div class="memberSmallBox w400">
|
|
<div class="header">
|
|
<h3>{$lang->cmd_logout}</h3>
|
|
</div>
|
|
<div class="text">
|
|
<p class="fwB">{$lang->confirm_logout}</p>
|
|
</div>
|
|
|
|
<div class="help tCenter">
|
|
<span class="button"><input type="submit" value="{$lang->cmd_logout}" /></span>
|
|
<a href="{getUrl('act','','member_srl','')}" class="button"><span>{$lang->cmd_back}</span></a>
|
|
</div>
|
|
</div>
|
|
|
|
</form>
|
|
<!--#include("./common_footer.html")-->
|