mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
8326004cb2
2773 changed files with 91485 additions and 0 deletions
22
modules/member/skins/cozy_simple/logout.html
Normal file
22
modules/member/skins/cozy_simple/logout.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<!--#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>
|
||||
|
||||
<ul class="help">
|
||||
<li class="first-child"><input type="image" src="./images/common/btn_ok.gif" title="{$lang->cmd_logout}" /></li>
|
||||
<li><a href="{getUrl('act','','member_srl','')}"><img src="./images/common/btn_cancel2.gif" alt="{$lang->cmd_back}" /></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
<!--#include("./common_footer.html")-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue