mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
move default theme from theme project to core project
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9807 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4c68e2933f
commit
f3831fc286
473 changed files with 6299 additions and 0 deletions
22
themes/xe_solid_enterprise/modules/member/logout.html
Normal file
22
themes/xe_solid_enterprise/modules/member/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}" />
|
||||
|
||||
<h3>{$lang->cmd_logout}</h3>
|
||||
|
||||
<table class="crossTable">
|
||||
<tr>
|
||||
<th class="title">{$lang->confirm_logout}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="button_col">
|
||||
<span class="button black strong"><input type="submit" value="{$lang->cmd_logout}" /></span>
|
||||
<a href="{getUrl('act','','member_srl','')}" class="button"><span>{$lang->cmd_back}</span></a>
|
||||
</th>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
<!--#include("./common_footer.html")-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue