mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 04:09:55 +09:00
ë¼ì´íí 모ëì 기본 ì¤í¨ ë³´ê°
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3388 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ce7f032d43
commit
dbdcb04f94
8 changed files with 45 additions and 0 deletions
|
|
@ -8,6 +8,16 @@
|
|||
/* board Information */
|
||||
.boardInformation { width:100%; clear:both; margin:1em 0 .5em 0; overflow:hidden; color:#666666;}
|
||||
.articleNum { float:left; padding:0 0 0 15px; }
|
||||
|
||||
/* account Navigation */
|
||||
.accountNavigation { float:right; }
|
||||
.accountNavigation li { float:left; margin-left:7px; list-style:none; padding-top:3px;}
|
||||
.accountNavigation li a { font-size:12px; white-space:nowrap; color:#666666; text-decoration:none;}
|
||||
.accountNavigation li.setup a { background:url(../images/common/iconSetup.gif) no-repeat left top; padding-left:14px; }
|
||||
.accountNavigation li.admin a { background:url(../images/common/iconAdmin.gif) no-repeat left top; padding-left:12px; }
|
||||
.accountNavigation li.loginAndLogout { background:url(../images/common/line_1x10_e0e0e0.gif) no-repeat left 5px; padding-left:8px; _padding-top:5px;}
|
||||
*:first-child+html li.loginAndLogout { padding-top:5px; }
|
||||
|
||||
INPUT.CalendarViewMonth {
|
||||
width:44px;
|
||||
height:26px;
|
||||
|
|
|
|||
BIN
modules/lifepod/skins/xe_official/images/common/bgH3.gif
Normal file
BIN
modules/lifepod/skins/xe_official/images/common/bgH3.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
BIN
modules/lifepod/skins/xe_official/images/common/buttonHelp.gif
Normal file
BIN
modules/lifepod/skins/xe_official/images/common/buttonHelp.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 101 B |
BIN
modules/lifepod/skins/xe_official/images/common/iconAdmin.gif
Normal file
BIN
modules/lifepod/skins/xe_official/images/common/iconAdmin.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 88 B |
BIN
modules/lifepod/skins/xe_official/images/common/iconSetup.gif
Normal file
BIN
modules/lifepod/skins/xe_official/images/common/iconSetup.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 155 B |
BIN
modules/lifepod/skins/xe_official/images/common/lineH3.gif
Normal file
BIN
modules/lifepod/skins/xe_official/images/common/lineH3.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 B |
Binary file not shown.
|
After Width: | Height: | Size: 44 B |
|
|
@ -25,6 +25,41 @@ xAddEventListener(window, 'load', startLifepod);
|
|||
<h3>{$module_info->title}</h3>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
<!-- 게시판 정보 -->
|
||||
<div class="boardInformation">
|
||||
|
||||
<!-- 로그인 정보 -->
|
||||
<ul class="accountNavigation">
|
||||
|
||||
<!-- 로그인 되어 있을 경우 -->
|
||||
<!--@if($is_logged)-->
|
||||
|
||||
<!-- 관리자이면 설정 버튼 출력 -->
|
||||
<!--@if($grant->is_admin)-->
|
||||
<li class="setup"><a href="{getUrl('act','dispLifepodAdminLifepodInfo')}">{$lang->cmd_setup}</a></li>
|
||||
<!--@end-->
|
||||
|
||||
<!-- 최고관리자이면 관리자 페이지 버튼 출력 -->
|
||||
<!--@if($logged_info->is_admin == 'Y')-->
|
||||
<li class="admin"><a href="{getUrl('','module','admin','act','dispLifepodAdminContent')}" onclick="window.open(this.href); return false;">{$lang->cmd_management}</a></li>
|
||||
<!--@end-->
|
||||
|
||||
<!-- 레이아웃이 없으면 회원정보 버튼 출력 -->
|
||||
<!--@if(!$module_info->layout_srl)-->
|
||||
<li class="myInfo"><a href="{getUrl('act','dispMemberInfo')}">{$lang->cmd_view_member_info}</a></li>
|
||||
<li class="loginAndLogout"><a href="{getUrl('act','dispMemberLogout')}">{$lang->cmd_logout}</a></li>
|
||||
<!--@end-->
|
||||
|
||||
<!-- 로그인 되어 있지 않고 레이아웃이 없으면 -->
|
||||
<!--@elseif(!$is_logged && !$module_info->layout_srl)-->
|
||||
<li class="join"><a href="{getUrl('act','dispMemberSignUpForm')}">{$lang->cmd_signup}</a></li>
|
||||
<li class="loginAndLogout"><a href="{getUrl('act','dispMemberLoginForm')}">{$lang->cmd_login}</a></li>
|
||||
<!--@end-->
|
||||
|
||||
<li class="skin_info"><a href="{getUrl('','module','module','act','dispModuleSkinInfo','selected_module',$module_info->module, 'skin', $module_info->skin)}" onclick="popopen(this.href,'skinInfo'); return false;"><img src="./images/common/buttonHelp.gif" alt="Skin Info" width="13" height="13"/></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="div_calendar" style="width:750;height:600px">
|
||||
<!-- 캘린더가 그려질 부분 -->
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue