mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@731 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a754922e08
commit
89f65a7369
7 changed files with 34 additions and 7 deletions
21
modules/member/skins/default/logout.html
Normal file
21
modules/member/skins/default/logout.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!--%import("filter/logout.xml")-->
|
||||
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, logout)">
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<table>
|
||||
<tr>
|
||||
<th>{$lang->cmd_logout}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lang->confirm_logout}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('act','')}'" />
|
||||
<input type="submit" value="{$lang->cmd_logout}" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue