git-svn-id: http://xe-core.googlecode.com/svn/trunk@1067 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-10 06:00:19 +00:00
parent 749344c453
commit 08bb52ff74
5 changed files with 9 additions and 9 deletions

View file

@ -86,7 +86,7 @@
<!--@end--> <!--@end-->
<td> <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--> /> <input type="checkbox" value="{$val->document_srl}" onclick="doAddCart('{$mid}',this)" <!--@if($check_list[$val->document_srl])-->checked="true"<!--@end--> />
<!--@end--> <!--@end-->
<!--@if($grant->view)--> <!--@if($grant->view)-->
@ -120,7 +120,7 @@
<a href="{getUrl('act','dispBoardWrite','document_srl','')}">[{$lang->cmd_write}]</a> <a href="{getUrl('act','dispBoardWrite','document_srl','')}">[{$lang->cmd_write}]</a>
<!--@end--> <!--@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> <a href="#" onclick="popopen('{getUrl('act','dispBoardAdminManageDocument')}','manageDocument'); return false;">[{$lang->cmd_manage_document}]</a>
<!--@end--> <!--@end-->

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

View file

@ -24,15 +24,14 @@
} }
.login_plugin .top_box .logout A { .login_plugin .top_box .logout A {
font-weight:bold;
text-decoration:none; text-decoration:none;
color:#555555; color:#737CF5;
} }
.login_plugin .top_box .logout A:hover { .login_plugin .top_box .logout A:hover {
font-weight:bold; font-weight:bold;
text-decoration:underline; letter-spacing:-1px;
color:#555555; color:#151F9E;
} }
@ -52,7 +51,7 @@
} }
.login_plugin .info_box A:hover { .login_plugin .info_box A:hover {
text-decoration:underline; text-decoration:none;
font-weight:bold; font-weight:bold;
letter-spacing:-1px; letter-spacing:-1px;
color:#555555; color:#555555;
@ -70,12 +69,12 @@
} }
.login_plugin .info_box .friend_list { .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; float:left;
} }
.login_plugin .info_box .message_box { .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; float:left;
width:90px; width:90px;
} }
@ -91,6 +90,7 @@
.login_plugin .info_box .last_login { .login_plugin .info_box .last_login {
clear:left; clear:left;
background:url("../images/icon_last_login.gif") no-repeat left;
padding-left:15px; padding-left:15px;
margin-bottom:4px; margin-bottom:4px;
} }