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:
ovclas 2011-11-08 06:00:57 +00:00
parent 4c68e2933f
commit f3831fc286
473 changed files with 6299 additions and 0 deletions

View 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")-->