mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
xe_board ì¤í¨ìì ìë¨ì ë¡ê·¸ì¸ì ë³´ì ê²ìí ì¤ì ë²í¼ì ì¤í¨ìì ì¡°ì í ì ìëë¡ ê¸°ë¥ ì¶ê°
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3572 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a8fad2aefc
commit
8df241e334
6 changed files with 38 additions and 18 deletions
|
|
@ -96,7 +96,7 @@ Jeong, Chan Myeong 070601~070630
|
|||
|
||||
|
||||
.trackbackBox { padding:.6em .6em; color:#666666; border:1px solid #e0e1db;;margin-top:.5em; }
|
||||
.trackbackBox .trackbackUrl { color:#1F3DAE; font-size:.9em; background:url("../images/common/iconTrackback.gif") no-repeat left top; padding-left:18px; margin:0 0 3px 10px; }
|
||||
.trackbackBox .trackbackUrl { color:#1F3DAE; font-size:.9em; background:url("../images/common/iconTrackback.gif") no-repeat left top; padding-left:18px; margin:0 0 3px 10px; height:18px;}
|
||||
.trackbackBox .trackbackItem { background-color:#F3F3F3; padding:.6em .8em .6em .6em; line-height:1.25em; border-top:1px dotted #EEEEEE; list-style:none;}
|
||||
.trackbackBox p { display:inline; margin-bottom:1em;}
|
||||
.trackbackBox a { color:#666666; text-decoration:none;}
|
||||
|
|
@ -253,10 +253,10 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardWrite { border:1px solid #e0e1db; padding-bottom:10px;}
|
||||
.boardWrite fieldset { border:none; }
|
||||
.boardWrite .userNameAndPw { margin:10px 10px 0 10px; }
|
||||
.boardWrite .userNameAndPw .userName {width:80px; margin-right:10px; }
|
||||
.boardWrite .userNameAndPw .userPw {width:80px; margin-right:10px; }
|
||||
.boardWrite .userNameAndPw .emailAddress {width:80px; margin-right:10px; }
|
||||
.boardWrite .userNameAndPw .homePage {width:80px; margin-right:10px; }
|
||||
.boardWrite .userNameAndPw .userName {width:60px; margin-right:10px; }
|
||||
.boardWrite .userNameAndPw .userPw {width:60px; margin-right:10px; }
|
||||
.boardWrite .userNameAndPw .emailAddress {width:60px; margin-right:10px; }
|
||||
.boardWrite .userNameAndPw .homePage {width:60px; margin-right:10px; }
|
||||
|
||||
.boardWrite .title { margin-top:5px; }
|
||||
.boardWrite .title .category { margin-left:10px; }
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@
|
|||
{$module_info->header_text}
|
||||
|
||||
<!-- 블로그 스킨이 아닐 경우 스킨의 제목/간단한 설명 출력 -->
|
||||
<!--@if($module_info->default_style != 'blog')-->
|
||||
<!--@if($module_info->title)-->
|
||||
<div class="boardHeader">
|
||||
<div class="boardHeaderBorder">
|
||||
|
|
@ -65,10 +64,11 @@
|
|||
<!--@end-->
|
||||
|
||||
<!-- 게시판 정보 -->
|
||||
<!--@if($module_info->display_login_info != 'N' || $module_info->display_setup_button != 'N')-->
|
||||
<div class="boardInformation">
|
||||
|
||||
<!-- 게시물 수 -->
|
||||
<!--@if($total_count)-->
|
||||
<!--@if($total_count && $module_info->default_style != 'blog')-->
|
||||
<div class="articleNum">{$lang->document_count} <strong>{number_format($total_count)}</strong></div>
|
||||
<!--@end-->
|
||||
|
||||
|
|
@ -79,23 +79,23 @@
|
|||
<!--@if($is_logged)-->
|
||||
|
||||
<!-- 관리자이면 설정 버튼 출력 -->
|
||||
<!--@if($grant->is_admin)-->
|
||||
<!--@if($grant->is_admin && $module_info->display_setup_button != 'N')-->
|
||||
<li class="setup"><a href="{getUrl('act','dispBoardAdminBoardInfo')}">{$lang->cmd_setup}</a></li>
|
||||
<!--@end-->
|
||||
|
||||
<!-- 최고관리자이면 관리자 페이지 버튼 출력 -->
|
||||
<!--@if($logged_info->is_admin == 'Y')-->
|
||||
<!--@if($logged_info->is_admin == 'Y' && $module_info->display_setup_button != 'N')-->
|
||||
<li class="admin"><a href="{getUrl('','module','admin','act','dispBoardAdminContent')}" onclick="window.open(this.href); return false;">{$lang->cmd_management}</a></li>
|
||||
<!--@end-->
|
||||
|
||||
<!-- 레이아웃이 없으면 회원정보 버튼 출력 -->
|
||||
<!--@if(!$module_info->layout_srl)-->
|
||||
<!-- 회원정보 버튼 출력 -->
|
||||
<!--@if($module_info->display_login_info != 'N')-->
|
||||
<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)-->
|
||||
<!--@elseif(!$is_logged && $module_info->display_login_info != 'N')-->
|
||||
<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-->
|
||||
|
|
|
|||
|
|
@ -116,6 +116,26 @@
|
|||
<default>asc</default>
|
||||
<default>desc</default>
|
||||
</var>
|
||||
<var name="display_login_info" type="select">
|
||||
<title xml:lang="ko">로그인 정보 출력</title>
|
||||
<title xml:lang="zh-CN">登陆表单</title>
|
||||
<title xml:lang="jp">ログイン情報表示</title>
|
||||
<title xml:lang="en">Display Login Info</title>
|
||||
<title xml:lang="es">Muestra la información de la conección</title>
|
||||
<default>Y</default>
|
||||
<default>N</default>
|
||||
<description />
|
||||
</var>
|
||||
<var name="display_setup_button" type="select">
|
||||
<title xml:lang="ko">설정 표시</title>
|
||||
<title xml:lang="zh-CN">设置表单</title>
|
||||
<title xml:lang="jp">ログイン設定</title>
|
||||
<title xml:lang="en">Display Setup</title>
|
||||
<title xml:lang="es">Muestra la información de la Configuración</title>
|
||||
<default>Y</default>
|
||||
<default>N</default>
|
||||
<description />
|
||||
</var>
|
||||
<var name="title" type="text">
|
||||
<title xml:lang="ko">게시판 제목</title>
|
||||
<title xml:lang="jp">掲示板タイトル</title>
|
||||
|
|
|
|||
|
|
@ -228,10 +228,10 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardWrite { border:1px solid #e0e1db; padding-bottom:10px;}
|
||||
.boardWrite fieldset { border:none; }
|
||||
.boardWrite .userNameAndPw { margin:10px 10px 0 10px; }
|
||||
.boardWrite .userNameAndPw .userName {width:80px; margin-right:10px; }
|
||||
.boardWrite .userNameAndPw .userPw {width:80px; margin-right:10px; }
|
||||
.boardWrite .userNameAndPw .emailAddress {width:80px; margin-right:10px; }
|
||||
.boardWrite .userNameAndPw .homePage {width:80px; margin-right:10px; }
|
||||
.boardWrite .userNameAndPw .userName {width:60px; margin-right:10px; }
|
||||
.boardWrite .userNameAndPw .userPw {width:60px; margin-right:10px; }
|
||||
.boardWrite .userNameAndPw .emailAddress {width:60px; margin-right:10px; }
|
||||
.boardWrite .userNameAndPw .homePage {width:60px; margin-right:10px; }
|
||||
|
||||
.boardWrite .title { margin-top:5px; }
|
||||
.boardWrite .title .category { margin-left:10px; }
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@
|
|||
// 이 댓글을... 팝업메뉴를 출력할 경우
|
||||
if($add_popup_menu) {
|
||||
$content = sprintf(
|
||||
'%s<div class="comment_popup_menu"><span class="comment_popup_menu comment_%d">%s</span></div>',
|
||||
'%s<div class="comment_popup_menu"><span class="comment_%d">%s</span></div>',
|
||||
$content,
|
||||
$this->comment_srl, Context::getLang('cmd_comment_do')
|
||||
);
|
||||
|
|
|
|||
|
|
@ -252,7 +252,7 @@
|
|||
// 이 게시글을... 팝업메뉴를 출력할 경우
|
||||
if($add_popup_menu) {
|
||||
$content = sprintf(
|
||||
'%s<div class="document_popup_menu"><span class="document_popup_menu document_%d">%s</span></div>',
|
||||
'%s<div class="document_popup_menu"><span class="document_%d">%s</span></div>',
|
||||
$content,
|
||||
$this->document_srl, Context::getLang('cmd_document_do')
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue