mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Change '할까요?' -> '하시겠습니까?' git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12433 201d5d3c-b55e-5fd7-737f-ddc643e51545
10 lines
401 B
HTML
10 lines
401 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-warning" type="button" onclick="doClearSession(); return false;">{$lang->cmd_clear_session}</button>
|
|
</form>
|
|
</section>
|