mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1067 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
749344c453
commit
08bb52ff74
5 changed files with 9 additions and 9 deletions
|
|
@ -86,7 +86,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<td>
|
||||
<!--@if($grant->is_admin)-->
|
||||
<!--@if($grant->is_admin == 'Y')-->
|
||||
<input type="checkbox" value="{$val->document_srl}" onclick="doAddCart('{$mid}',this)" <!--@if($check_list[$val->document_srl])-->checked="true"<!--@end--> />
|
||||
<!--@end-->
|
||||
<!--@if($grant->view)-->
|
||||
|
|
@ -120,7 +120,7 @@
|
|||
<a href="{getUrl('act','dispBoardWrite','document_srl','')}">[{$lang->cmd_write}]</a>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($logged_info->is_admin)-->
|
||||
<!--@if($logged_info->is_admin == 'Y')-->
|
||||
<!-- 문서 관리 버튼 -->
|
||||
<a href="#" onclick="popopen('{getUrl('act','dispBoardAdminManageDocument')}','manageDocument'); return false;">[{$lang->cmd_manage_document}]</a>
|
||||
<!--@end-->
|
||||
|
|
|
|||
BIN
plugins/login_info/skins/default/images/icon_friend_list.gif
Normal file
BIN
plugins/login_info/skins/default/images/icon_friend_list.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 556 B |
BIN
plugins/login_info/skins/default/images/icon_last_login.gif
Normal file
BIN
plugins/login_info/skins/default/images/icon_last_login.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 967 B |
BIN
plugins/login_info/skins/default/images/icon_message_box.gif
Normal file
BIN
plugins/login_info/skins/default/images/icon_message_box.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 559 B |
|
|
@ -24,15 +24,14 @@
|
|||
}
|
||||
|
||||
.login_plugin .top_box .logout A {
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
color:#555555;
|
||||
color:#737CF5;
|
||||
}
|
||||
|
||||
.login_plugin .top_box .logout A:hover {
|
||||
font-weight:bold;
|
||||
text-decoration:underline;
|
||||
color:#555555;
|
||||
letter-spacing:-1px;
|
||||
color:#151F9E;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -52,7 +51,7 @@
|
|||
}
|
||||
|
||||
.login_plugin .info_box A:hover {
|
||||
text-decoration:underline;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
letter-spacing:-1px;
|
||||
color:#555555;
|
||||
|
|
@ -70,12 +69,12 @@
|
|||
}
|
||||
|
||||
.login_plugin .info_box .friend_list {
|
||||
background:url("../images/icon_profile.gif") no-repeat left;
|
||||
background:url("../images/icon_friend_list.gif") no-repeat left;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.login_plugin .info_box .message_box {
|
||||
background:url("../images/icon_profile.gif") no-repeat left;
|
||||
background:url("../images/icon_message_box.gif") no-repeat left;
|
||||
float:left;
|
||||
width:90px;
|
||||
}
|
||||
|
|
@ -91,6 +90,7 @@
|
|||
|
||||
.login_plugin .info_box .last_login {
|
||||
clear:left;
|
||||
background:url("../images/icon_last_login.gif") no-repeat left;
|
||||
padding-left:15px;
|
||||
margin-bottom:4px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue