mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
9 lines
370 B
HTML
9 lines
370 B
HTML
<include target="_header.html" />
|
|
<div class="context_message">
|
|
<h1>{$message}</h1>
|
|
<div class="btnArea">
|
|
<a cond="!$is_logged" class="btn" href="{getUrl('act','dispMemberLoginForm')}">{$lang->cmd_login}</a>
|
|
<button type="button" class="btn" onclick="history.back()">{$lang->cmd_back}</button>
|
|
</div>
|
|
</div>
|
|
<include target="_footer.html" />
|