mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 20:59:55 +09:00
12 lines
421 B
HTML
12 lines
421 B
HTML
<!--#include("header.html")-->
|
|
|
|
<blockquote class="alertMessage">{$message}</blockquote>
|
|
|
|
<ul class="alertNav">
|
|
<!--@if(!$is_logged)-->
|
|
<li><a href="{getUrl('act','dispMemberLoginForm')}" class="button"><span>{$lang->cmd_login}</span></a></li>
|
|
<!--@end-->
|
|
<li><a href="#" onclick="history.back(); return false;" class="button"><span>{$lang->cmd_back}</span></a></li>
|
|
</ul>
|
|
|
|
<!--#include("footer.html")-->
|