mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
Add member skin - start
Modify style based on default member skin.
This commit is contained in:
parent
4bfee77add
commit
ef247c2ea9
40 changed files with 1446 additions and 0 deletions
9
modules/member/skins/simple_world/logout.html
Normal file
9
modules/member/skins/simple_world/logout.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<include target="./common_header.html" />
|
||||
<import target="filter/logout.xml" />
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, logout)">
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<h1>{$lang->cmd_logout}</h1>
|
||||
<p>{$lang->confirm_logout}</p>
|
||||
<p><input type="submit" value="{$lang->cmd_logout}" class="btn btn-inverse" /></p>
|
||||
</form>
|
||||
<include target="./common_footer.html" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue