mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12002 201d5d3c-b55e-5fd7-737f-ddc643e51545
11 lines
442 B
HTML
11 lines
442 B
HTML
<load target="js/session.js" usecdn="true" />
|
|
<div class="x_page-header">
|
|
<h1>{$lang->session} {$lang->cmd_management}</h1>
|
|
</div>
|
|
<section class="section">
|
|
<form action="./" method="post" onsubmit="return false;">
|
|
<p>{nl2br($lang->about_session)}</p>
|
|
<button class="x_btn x_btn-inverse" type="button" onclick="doClearSession(); return false;">{$lang->cmd_clear_session}</button>
|
|
<div class="x_clearfix btnArea"></div>
|
|
</form>
|
|
</section>
|