mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +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";
|
@charset "utf-8";
|
||||||
|
|
||||||
|
.system_message_box {
|
||||||
.system_message {
|
position:relative;
|
||||||
color:#666666;
|
*zoom:1;
|
||||||
text-align:center;
|
|
||||||
padding:1em 0 1em 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.system_button {
|
.system_message_box blockquote {
|
||||||
margin-top:1em;
|
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 {
|
.system_message a {
|
||||||
margin-top:1em;
|
margin-top:1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.loginForm {
|
||||||
|
width:200px;
|
||||||
|
margin:30px auto 0 auto;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,21 @@
|
||||||
<!--%import("css/message.css")-->
|
<!--%import("css/message.css")-->
|
||||||
<div class="system_message">
|
|
||||||
{$system_message}
|
|
||||||
|
|
||||||
<div class="system_button">
|
<div class="system_message_box">
|
||||||
<a href="#" onclick="history.back(); return false;" class="button"><span>{$lang->cmd_back}</span></a>
|
<blockquote>
|
||||||
<!--@if(!$is_logged)-->
|
{$system_message}
|
||||||
<a href="{getUrl('','act','dispMemberLoginForm')}" class="button blue"><span>{$lang->cmd_login}</span></a>
|
</blockquote>
|
||||||
<!--@else-->
|
|
||||||
<a href="{getUrl('act','dispMemberLogout')}" class="button red"><span>{$lang->cmd_logout}</span></a>
|
<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-->
|
<!--@end-->
|
||||||
</div>
|
</ul>
|
||||||
</div>
|
</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