mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1714 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ae2c4976ed
commit
7cd9779b55
24 changed files with 115 additions and 27 deletions
|
|
@ -1,8 +1,6 @@
|
|||
<!--#include("./common.html")-->
|
||||
<!--%import("filter/logout.xml")-->
|
||||
<!--%import("js/member.js")-->
|
||||
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, logout)">
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<table>
|
||||
<tr>
|
||||
<th>{$lang->cmd_logout}</th>
|
||||
|
|
@ -18,5 +16,24 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, logout)">
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
|
||||
<div class="smallBox w268">
|
||||
<div class="header">
|
||||
<h3>{$lang->cmd_logout}</h3>
|
||||
</div>
|
||||
<div class="text">
|
||||
<p class="fwB">{$lang->confirm_logout}</p>
|
||||
</div>
|
||||
<div class="button">
|
||||
<ul>
|
||||
<li><a href="#" class="buttonTypeA"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_cancel}<img src="./images/blank.gif" alt="" class="rightCap" /></a></li>
|
||||
<li><a href="#" class="buttonTypeA"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_logout}<img src="./images/blank.gif" alt="" class="rightCap" /></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue