mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 04:09:55 +09:00
#17008112 권한이 없을 경우 로그인 폼이 나타나도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5223 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d2a7cbc43b
commit
0dfe126c72
2 changed files with 45 additions and 16 deletions
|
|
@ -1,16 +1,38 @@
|
|||
@charset "utf-8";
|
||||
|
||||
|
||||
.system_message {
|
||||
color:#666666;
|
||||
text-align:center;
|
||||
padding:1em 0 1em 0;
|
||||
.system_message_box {
|
||||
position:relative;
|
||||
*zoom:1;
|
||||
}
|
||||
|
||||
.system_button {
|
||||
margin-top:1em;
|
||||
.system_message_box blockquote {
|
||||
text-align:center;
|
||||
margin:30px 0 20px 0;
|
||||
font-size:1.3em;
|
||||
font-weight:bold;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.system_message_box ul {
|
||||
padding:0;
|
||||
margin:0;
|
||||
overflow:hidden;
|
||||
*zoom:1;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.system_message_box ul li {
|
||||
padding:0;
|
||||
margin:0 10px 0 0;
|
||||
display:inline;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
.system_message a {
|
||||
margin-top:1em;
|
||||
}
|
||||
|
||||
.loginForm {
|
||||
width:200px;
|
||||
margin:30px auto 0 auto;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,14 +1,21 @@
|
|||
<!--%import("css/message.css")-->
|
||||
<div class="system_message">
|
||||
{$system_message}
|
||||
|
||||
<div class="system_button">
|
||||
<a href="#" onclick="history.back(); return false;" class="button"><span>{$lang->cmd_back}</span></a>
|
||||
<!--@if(!$is_logged)-->
|
||||
<a href="{getUrl('','act','dispMemberLoginForm')}" class="button blue"><span>{$lang->cmd_login}</span></a>
|
||||
<!--@else-->
|
||||
<a href="{getUrl('act','dispMemberLogout')}" class="button red"><span>{$lang->cmd_logout}</span></a>
|
||||
<div class="system_message_box">
|
||||
<blockquote>
|
||||
{$system_message}
|
||||
</blockquote>
|
||||
|
||||
<ul>
|
||||
<li><a href="#" onclick="history.back(); return false;" class="button"><span>{$lang->cmd_back}</span></a></li>
|
||||
<!--@if($is_logged)-->
|
||||
<li><a href="{getUrl('act','dispMemberLogout')}" class="button red"><span>{$lang->cmd_logout}</span></a></li>
|
||||
<!--@end-->
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!--@if(!$is_logged)-->
|
||||
<div class="loginForm">
|
||||
<img widget="login_info" skin="xe_official" colorset="{$layout_info->colorset}" />
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue