mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
List Page Complete.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4718 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b0d796f362
commit
c9cc304fcc
9 changed files with 744 additions and 393 deletions
|
|
@ -1,17 +1,17 @@
|
|||
<filter name="insert" module="board" act="procBoardInsertDocument" confirm_msg_code="confirm_submit">
|
||||
<form>
|
||||
<node target="nick_name" required="true" />
|
||||
<node target="password" required="true" />
|
||||
<node target="email_address" maxlength="250" />
|
||||
<node target="homepage" maxlength="250"/>
|
||||
<node target="title" required="true" minlength="1" maxlength="250" />
|
||||
<node target="content" required="true" />
|
||||
</form>
|
||||
<response callback_func="completeDocumentInserted">
|
||||
<tag name="error" />
|
||||
<tag name="message" />
|
||||
<tag name="mid" />
|
||||
<tag name="document_srl" />
|
||||
<tag name="category_srl" />
|
||||
</response>
|
||||
</filter>
|
||||
<filter name="insert" module="board" act="procBoardInsertDocument" confirm_msg_code="confirm_submit">
|
||||
<form>
|
||||
<node target="nick_name" required="true" />
|
||||
<node target="password" required="true" />
|
||||
<node target="email_address" maxlength="250" />
|
||||
<node target="homepage" maxlength="250"/>
|
||||
<node target="title" required="true" minlength="1" maxlength="250" />
|
||||
<node target="content" required="true" />
|
||||
</form>
|
||||
<response callback_func="completeDocumentInserted">
|
||||
<tag name="error" />
|
||||
<tag name="message" />
|
||||
<tag name="mid" />
|
||||
<tag name="document_srl" />
|
||||
<tag name="category_srl" />
|
||||
</response>
|
||||
</filter>
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
<!--// CSS 파일 로드 (컬러셋에 따라서) -->
|
||||
|
||||
<!--%unload("../../../../common/css/default.css")-->
|
||||
<!--%import("css/boardTemplate.css",optimized=false)-->
|
||||
<!--%import("css/paginationTemplate.css",optimized=false)-->
|
||||
<!--%import("css/board.css",optimized=false)-->
|
||||
<!--%import("css/pagination.css",optimized=false)-->
|
||||
<!--@if($module_info->colorset == "black")--> <!--%import("css/black.css",optimized=false)-->
|
||||
<!--@else--> <!--%import("css/white.css",optimized=false)-->
|
||||
<!--@end-->
|
||||
|
|
|
|||
234
modules/board/skins/xe_default/css/board.css
Normal file
234
modules/board/skins/xe_default/css/board.css
Normal file
|
|
@ -0,0 +1,234 @@
|
|||
@charset "utf-8";
|
||||
/* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */
|
||||
|
||||
body{ background:#fff;}
|
||||
.displayNone{ display:none;}
|
||||
|
||||
/* Board Reset */
|
||||
.board{ font-family:"나눔고딕", NanumGothic, "맑은 고딕", MalgunGothic, AppleGothic, "굴림", Gulim, "돋움", Dotum, Tahoma, Sans-serif; line-height:normal; font-size:.8em;}
|
||||
.board *{ font-size:1em;}
|
||||
.board img{ border:0;}
|
||||
|
||||
/* Board Type */
|
||||
.board.classic{}
|
||||
.board.zine{}
|
||||
.board.gallery{}
|
||||
|
||||
/* Board Header */
|
||||
.boardHeader{}
|
||||
.boardHeader *{ margin:0; padding:0;}
|
||||
.boardHeader .boardTitle{ font-size:1.5em; letter-spacing:-.1em; margin-bottom:10px; border-bottom:3px solid #ddd; *zoom:1; background:url(../images/white/iconBoardHeading.gif) no-repeat left center;}
|
||||
.boardHeader .boardTitle:after{ content:""; display:block; clear:both;}
|
||||
.boardHeader .boardTitleText{ float:left; clear:both; margin-bottom:-3px; padding:5px 15px 5px 22px; border-bottom:3px solid #666; background:url(../images/white/lineVr11.gif) no-repeat right bottom;}
|
||||
.boardHeader .boardTitleText a{ color:#000; text-decoration:none;}
|
||||
.boardHeader .boardTitleText em{ font-style:normal; font-weight:normal; color:#666;}
|
||||
.boardHeader .boardDescription{ position:relative; padding:7px 15px; -moz-border-radius:3px; -webkit-border-radius:3px; background:#f8f8f8; }
|
||||
|
||||
/* Board Information */
|
||||
.boardInformation{ position:relative; width:100%; padding:10px 0; font-size:.85em; line-height:normal; *zoom:1;}
|
||||
.boardInformation *{ margin:0; padding:0;}
|
||||
.boardInformation:after{ content:""; display:block; float:none; clear:both;}
|
||||
.boardInformation ul{ position:relative; overflow:hidden;}
|
||||
.boardInformation li{ list-style:none; position:relative; left:-1px; display:block; float:left; padding:0 7px; background:url(../images/white/lineVr11.gif) no-repeat left center;}
|
||||
.boardInformation em,
|
||||
.boardInformation strong{ color:#ff6600;}
|
||||
.boardInformation strong{ font:bold 11px Tahoma;}
|
||||
.boardInformation a{ text-decoration:none; color:#000;}
|
||||
.boardInformation a:hover,
|
||||
.boardInformation a:active,
|
||||
.boardInformation a:focus{ text-decoration:underline;}
|
||||
.boardInformation .infoLeft{ padding-left:18px; float:left; background:url(../images/white/iconArticle.gif) no-repeat left center;}
|
||||
.boardInformation .infoRight{ float:right;}
|
||||
.boardInformation .infoRight li.icon{ background:none; padding:0; margin-right:3px;}
|
||||
.boardInformation .infoRight li.icon a{ display:block; float:left; width:12px; height:12px; overflow:hidden;}
|
||||
.boardInformation .infoRight li.icon a span{ display:block; width:12px; height:12px; position:relative; z-index:-1; visibility:hidden;}
|
||||
.boardInformation .infoRight li.rss a{ background:url(../images/white/iconRss.gif) no-repeat;}
|
||||
.boardInformation .infoRight li.tag_info a{ background:url(../images/white/iconTags.gif) no-repeat;}
|
||||
.boardInformation .infoRight li.listTypeClassic a{ background:url(../images/white/listTypeClassic.gif) no-repeat;}
|
||||
.boardInformation .infoRight li.listTypeZine a{ background:url(../images/white/listTypeZine.gif) no-repeat;}
|
||||
.boardInformation .infoRight li.listTypeGallery a{ background:url(../images/white/listTypeGallery.gif) no-repeat;}
|
||||
.boardInformation .infoRight li.contributors a{ background:url(../images/white/iconContributors.gif) no-repeat;}
|
||||
|
||||
/* Board List Form */
|
||||
.boardListForm{ margin:0; line-height:normal;}
|
||||
.boardListForm *{ margin:0; padding:0;}
|
||||
.boardListForm fieldset{ border:0; position:relative; clear:both;}
|
||||
.boardListForm fieldset:after{ content:""; display:block; float:none; clear:both;}
|
||||
.boardListForm legend{ position:absolute; width:0; height:0; overflow:hidden; font:0/0 Sans-serif; visibility:hidden;}
|
||||
.boardListForm em,
|
||||
.boardListForm strong{ font-style:normal; color:#ff6600;}
|
||||
.boardListForm a{ text-decoration:none; color:#000;}
|
||||
.boardListForm a:hover,
|
||||
.boardListForm a:active,
|
||||
.boardListForm a:focus{ text-decoration:underline;}
|
||||
|
||||
/* Board List */
|
||||
.boardList{ border:0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; width:100%;}
|
||||
.boardList .inputCheck{ width:13px; height:13px;}
|
||||
.boardList .jumpTo{ float:left;}
|
||||
.boardList .jumpTo *{ vertical-align:middle; *vertical-align:top;}
|
||||
.boardList .jumpTo select{ font-size:12px; *margin-right:5px;}
|
||||
.boardList .jumpTo button{ border:0; padding:0; margin:0; width:22px; height:20px; text-align:center; background:url(../images/white/buttonBg2byte.gif) no-repeat; font-size:11px; letter-spacing:-1px; cursor:pointer; line-height:20px;}
|
||||
.boardList tr.notice{ background:#f8f8f8;}
|
||||
.boardList tr.bg1{ background:#fff;}
|
||||
.boardList tr.bg2{ background:#fbfbfb;}
|
||||
.boardList th{ border:0; border-bottom:1px solid #fff; padding:7px; white-space:nowrap; text-align:center; color:#333; background:#fff url(../images/white/bgThDefault.gif) repeat-x left bottom; line-height:normal;}
|
||||
.boardList th.title{ width:100%;}
|
||||
.boardList th a{ color:#1978AD;}
|
||||
.boardList th a .sort{ vertical-align:middle; margin:0 5px;}
|
||||
.boardList td{ border:0; border-top:1px solid #eee; padding:6px; white-space:nowrap; text-align:center; color:#666; line-height:normal; vertical-align:top;}
|
||||
.boardList td.num{ font:11px Tahoma;}
|
||||
.boardList td.check{ font:11px Tahoma;}
|
||||
.boardList td .category{ color:#000; padding-right:7px; margin-right:2px; background:url(../images/white/lineVr11.gif) no-repeat right center;}
|
||||
.boardList td.title{ width:100%; white-space:normal; text-align:left;}
|
||||
.boardList td.title .replyNum{ font:11px Tahoma; color:#ccc;}
|
||||
.boardList td.title .replyNum sup{ font:10px Tahoma; color:#999;}
|
||||
.boardList td.author{}
|
||||
.boardList td.reading{ font:11px Tahoma;}
|
||||
.boardList td.recommend{ font:11px Tahoma;}
|
||||
.boardList td.date{ font:11px Tahoma;}
|
||||
|
||||
.boardList td.summary { text-align:left; border-top-style:dotted; white-space:normal;}
|
||||
.boardList td.summary .thumb{ display:block; float:left; padding:2px; border:1px solid #ddd; background:#fff; margin-right:10px;}
|
||||
.boardList td.summary .thumb img{ display:block;}
|
||||
|
||||
.thumbHeader{ border:0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:7px; white-space:nowrap; color:#333; background:#fff url(../images/white/bgThDefault.gif) repeat-x left bottom; line-height:normal; text-align:right; *zoom:1;}
|
||||
.thumbHeader:after{ content:""; display:block; clear:both;}
|
||||
.thumbHeader .left{ float:left;}
|
||||
.thumbHeader .left input{ width:13px; height:13px; margin-right:10px;}
|
||||
.thumbHeader .right{ float:right;}
|
||||
.thumbHeader *{ vertical-align:middle;}
|
||||
.thumbHeader a{ margin:0 10px; color:#1978AD;}
|
||||
.thumbHeader .jumpTo *{ vertical-align:middle; *vertical-align:top;}
|
||||
.thumbHeader .jumpTo select{ font-size:12px; *margin-right:5px;}
|
||||
.thumbHeader .jumpTo button{ border:0; padding:0; margin:0; width:22px; height:20px; text-align:center; background:url(../images/white/buttonBg2byte.gif) no-repeat; font-size:11px; letter-spacing:-1px; cursor:pointer; line-height:20px;}
|
||||
.thumbHeader .sort{ vertical-align:middle; margin:0 5px;}
|
||||
|
||||
.thumbList{ border-bottom:1px solid #ddd; *zoom:1;}
|
||||
.thumbList:after{ content:""; display:block; clear:both;}
|
||||
.thumbList li{ margin:10px; list-style:none; overflow:hidden; float:left;}
|
||||
.thumbList li .thumb{ position:relative; float:left; clear:both; overflow:hidden; padding:2px; margin-bottom:5px; background:#fff; border:1px solid #ddd;}
|
||||
.thumbList li .thumb a{ position:relative; display:block;}
|
||||
.thumbList li .thumb a *{ cursor:pointer;}
|
||||
.thumbList li .thumb a img{ display:block;}
|
||||
.thumbList li .thumb a .text{ position:absolute; left:0; top:50%; margin-top:-.8em; *margin-top:-1.5em; display:block; width:100%; text-align:center; font-size:2em; font-weight:bold; color:#ccc; white-space:nowrap; letter-spacing:-1px;}
|
||||
.thumbList li .thumb a .category{ position:absolute; left:0; bottom:0; width:100%; padding:2px 0; background:#000; white-space:nowrap; opacity:.6; filter:alpha(opacity=60); color:#fff; text-indent:4px;}
|
||||
.thumbList li .title{ clear:both; white-space:nowrap; margin-bottom:3px;}
|
||||
.thumbList li .title input{ width:13px; height:13px; vertical-align:middle; white-space:nowrap;}
|
||||
.thumbList li .author{}
|
||||
.thumbList li .reading{ font:11px Tahoma;}
|
||||
.thumbList li .recommend{ font:11px Tahoma;}
|
||||
.thumbList li .date{ font:11px Tahoma;}
|
||||
|
||||
/* Board Navigation */
|
||||
.boardNavigation{ position:relative; padding:10px 0; *zoom:1; text-align:center;}
|
||||
.boardNavigation:after{ content:""; display:block; float:none; clear:both;}
|
||||
.boardNavigation .pagination{ padding:5px 0;}
|
||||
.boardNavigation .buttonLeft{ float:left; text-align:left;}
|
||||
.boardNavigation .buttonRight{ float:right; text-align:right;}
|
||||
|
||||
/* Search Form */
|
||||
.boardSearchForm{ margin:0; font-size:.75em; line-height:normal;}
|
||||
.boardSearchForm *{ margin:0; padding:0;}
|
||||
.boardSearchForm fieldset{ border:0; position:relative; clear:both; text-align:center;}
|
||||
.boardSearchForm fieldset:after{ content:""; display:block; float:none; clear:both;}
|
||||
.boardSearchForm fieldset *{ vertical-align:middle;}
|
||||
.boardSearchForm legend{ position:absolute; width:0; height:0; overflow:hidden; font:0/0 Sans-serif; visibility:hidden;}
|
||||
.boardSearchForm select{ font-size:12px; height:23px;}
|
||||
.boardSearchForm .inputText{ border:1px solid #ccc; width:140px; height:15px; padding:4px 4px 2px 4px; font-size:12px; *margin:-1px 0;}
|
||||
|
||||
.boardRead{}
|
||||
|
||||
.boardReadHeader{ margin-bottom:5px; *zoom:1;}
|
||||
.boardReadHeader:after{ content:""; display:block; float:none; clear:both;}
|
||||
.boardReadHeader *{ margin:0; padding:0;}
|
||||
.boardReadHeader .title{ float:left;}
|
||||
.boardReadHeader em{ float:right; font-style:normal; font-weight:bold; font-size:1em;}
|
||||
.boardReadHeader a{ text-decoration:none; color:#000; font-weight:bold; font-size:1em;}
|
||||
.boardReadHeader a:hover,
|
||||
.boardReadHeader a:active,
|
||||
.boardReadHeader a:focus{ text-decoration:underline;}
|
||||
|
||||
.boardReadBody{ padding:15px 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; font-size:.75em; line-height:1.5em;}
|
||||
|
||||
.boardReadFooter{ padding:10px 0; *zoom:1; color:#666; line-height:1em; font:11px Tahoma;}
|
||||
.boardReadFooter:after{ content:""; display:block; float:none; clear:both;}
|
||||
.boardReadFooter *{ margin:0; padding:0;}
|
||||
.boardReadFooter a{ color:#666;}
|
||||
.boardReadFooter .footerLeft{ float:left;}
|
||||
.boardReadFooter .footerRight{ float:right;}
|
||||
.boardReadFooter dl{ clear:both; white-space:nowrap;}
|
||||
.boardReadFooter dt{ display:inline; font-weight:bold;}
|
||||
.boardReadFooter dd{ display:inline;}
|
||||
.boardReadFooter .footerRight dl{ float:right;}
|
||||
.boardReadFooter .footerRight dl.noBr{ position:relative; left:5px; float:right; clear:both; overflow:hidden; white-space:nowrap;}
|
||||
.boardReadFooter .footerRight dl.noBr dt{ position:relative; left:-1px; padding-left:10px; background:url(../images/white/lineVr11.gif) no-repeat left center;}
|
||||
.boardReadFooter .footerRight dl.noBr dd{ margin-right:5px;}
|
||||
|
||||
.boardRead .boardNavigation{ border-top:1px solid #ddd;}
|
||||
|
||||
.feedbackList{ position:relative; overflow:hidden; font-size:.75em; padding-top:15px; margin-bottom:10px; color:#666;}
|
||||
.feedbackList *{ margin:0; padding:0;}
|
||||
.feedbackList .title{ position:relative; font-weight:bold; font-size:1.5em; color:#000; margin-bottom:10px;}
|
||||
.feedbackList .title strong{ color:#ff6600;}
|
||||
.feedbackList dl{ position:relative; padding-top:10px; margin-bottom:10px; border-top:1px dashed #ddd;}
|
||||
.feedbackList dt{ font-weight:bold; font-size:1.25em; margin-bottom:5px; color:#333;}
|
||||
.feedbackList dd{ line-height:1.5em;}
|
||||
.feedbackList dd.trackbackTitle{ font-weight:bold;}
|
||||
.feedbackList dd.text{}
|
||||
.feedbackList dd.time{ position:absolute; top:15px; right:0; font:11px Tahoma;}
|
||||
.feedbackList dd a.delete{ font-weight:bold; color:#ff6600;}
|
||||
.feedbackList a{ text-decoration:none;}
|
||||
.feedbackList a:hover,
|
||||
.feedbackList a:active,
|
||||
.feedbackList a:focus{ text-decoration:underline;}
|
||||
|
||||
.replyForm{ padding:10px 20px 15px 20px; font-size:.75em; color:#666; margin-bottom:20px; background:#f4f4f4; -moz-border-radius:10px; -webkit-border-radius:10px;}
|
||||
.replyForm *{ margin:0; padding:0;}
|
||||
.replyForm fieldset{ border:0; position:relative;}
|
||||
.replyForm fieldset:after{ content:""; display:block; float:none; clear:both;}
|
||||
.replyForm legend{ position:absolute; width:0; height:0; overflow:hidden; font:0/0 Sans-serif; visibility:hidden;}
|
||||
.replyForm .title{ font-weight:bold; font-size:1.5em; color:#000; margin-bottom:10px;}
|
||||
.replyForm textarea{ position:relative; width:95%; height:150px; border:1px solid #ccc; font-size:1em; overflow:auto; padding:10px; margin-bottom:10px;}
|
||||
.replyForm .inputText{ border:1px solid #ccc; padding:2px 4px 4px 4px; width:190px; height:15px; vertical-align:middle; *margin:-1px 0;}
|
||||
.replyForm dl{ margin-bottom:10px;}
|
||||
.replyForm dt{ width:80px; float:left; padding-top:6px; font-weight:bold;}
|
||||
.replyForm dd{ margin-bottom:5px;}
|
||||
|
||||
.boardWrite{ font-size:.75em;}
|
||||
.boardWrite *{ margin:0; padding:0;}
|
||||
.boardWrite li{ list-style:none;}
|
||||
.boardWrite fieldset{ border:0; position:relative;}
|
||||
.boardWrite legend{ position:absolute; width:0; height:0; overflow:hidden; font:0/0 Sans-serif; visibility:hidden;}
|
||||
.boardWrite dl:after{ content:""; display:block; float:none; clear:both;}
|
||||
.boardWrite dt{ float:left; width:50px; margin-right:-50px; font-weight:bold; clear:left; padding-top:6px;}
|
||||
.boardWrite dd{ margin-left:50px; clear:right;}
|
||||
.boardWrite .boardWriteHeader .inputText{ width:96%; border:1px solid #ccc; padding:2px 4px 4px 4px; height:15px; *margin:-1px 0;}
|
||||
.boardWrite .boardWriteHeader{ margin-bottom:10px;}
|
||||
.boardWrite .boardWriteBody{ margin-bottom:10px;}
|
||||
.boardWrite .boardWriteBody dt{ padding-top:30px;}
|
||||
.boardWrite .boardWriteBody dd{ _zoom:1;}
|
||||
.boardWrite .boardWriteBody .styleText,
|
||||
.boardWrite .boardWriteBody .plainText,
|
||||
.boardWrite .boardWriteBody .htmlText{ display:none;}
|
||||
.boardWrite .boardWriteBody iframe,
|
||||
.boardWrite .boardWriteBody textarea{ width:95%; height:300px; border:1px solid #ccc; padding:10px; overflow:auto; font-size:1em; margin-bottom:10px;}
|
||||
.boardWrite .boardWriteBody .plainText textarea{ *margin:-1px 0;}
|
||||
.boardWrite .boardWriteBody .active{ display:block;}
|
||||
.boardWrite .boardWriteBody ul{ float:right; position:relative; right:4%;}
|
||||
.boardWrite .boardWriteBody li{ float:left; background:#eee; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -webkit-border-radius-topleft:5px; -webkit-border-radius-topright:5px; margin-left:5px;}
|
||||
.boardWrite .boardWriteBody li a{ display:block; float:left; text-decoration:none; color:#000; height:20px; padding:7px 15px 0 15px; letter-spacing:-1px;}
|
||||
.boardWrite .boardWriteBody li.active a{ font-weight:bold;}
|
||||
.boardWrite .boardWriteFooter .inputFile{ width:97%; border:1px solid #ccc; padding:2px 4px 4px 4px; height:23px;}
|
||||
.boardWrite .boardNavigation{ padding:10px 0; clear:both;}
|
||||
|
||||
/* Layer */
|
||||
#waitingforserverresponse { border:2px solid #444444; font-weight:bold; color:#444444; padding: 7px 5px 5px 25px; background:#FFFFFF url("../tpl/images/loading.gif") no-repeat 5px 5px; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }
|
||||
#popup_menu_area{ position:absolute; background:#fff; border:2px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0; padding:0;}
|
||||
#popup_menu_area *{ margin:0; padding:0; list-style:none; font-size:12px; line-height:normal;}
|
||||
#popup_menu_area ul{ border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; padding:10px;}
|
||||
#popup_menu_area li{ padding-left:20px; background-repeat:no-repeat; background-position:left center; margin-bottom:3px; *margin-bottom:-2px;}
|
||||
#popup_menu_area li a{ text-decoration:none; color:#000;}
|
||||
#popup_menu_area li a:hover,
|
||||
#popup_menu_area li a:active,
|
||||
#popup_menu_area li a:focus{ font-weight:bold; letter-spacing:-1px;}
|
||||
69
modules/board/skins/xe_default/css/pagination.css
Normal file
69
modules/board/skins/xe_default/css/pagination.css
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
@charset "utf-8";
|
||||
/* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */
|
||||
|
||||
/* Pagination Reset */
|
||||
.pagination{ padding:15px 0; margin:0; text-align:center;}
|
||||
.pagination *{ margin:0; padding:0;}
|
||||
.pagination img{ border:0;}
|
||||
.pagination a,
|
||||
.pagination strong{ position:relative; display:inline-block; text-decoration:none; line-height:normal; color:#333; font-family:Tahoma, Sans-serif; vertical-align:middle;}
|
||||
.pagination a:hover,
|
||||
.pagination a:active,
|
||||
.pagination a:focus{ background-color:#f4f4f4 !important; }
|
||||
.pagination strong{ color:#ff6600 !important;}
|
||||
.pagination a.prev,
|
||||
.pagination a.prevEnd,
|
||||
.pagination a.next,
|
||||
.pagination a.nextEnd{ font-weight:normal !important; border:none !important; margin:0 !important; white-space:nowrap; }
|
||||
|
||||
/* Pagination A1 */
|
||||
.pagination.a1 a,
|
||||
.pagination.a1 strong{ margin:0 -4px; padding:1px 10px 1px 8px; border:none; border-left:1px solid #ccc; border-right:1px solid #ddd; font-weight:bold; font-size:12px; background:#fff;}
|
||||
.pagination.a1 a.prev{ padding-left:10px; background:#fff url(../images/white/arrowPrevA1.gif) no-repeat left center; }
|
||||
.pagination.a1 a.prevEnd{ padding-left:15px; background:#fff url(../images/white/arrowPrevEndA1.gif) no-repeat left center; }
|
||||
.pagination.a1 a.next{ padding-right:10px; background:#fff url(../images/white/arrowNextA1.gif) no-repeat right center; }
|
||||
.pagination.a1 a.nextEnd{ padding-right:15px; background:#fff url(../images/white/arrowNextEndA1.gif) no-repeat right center; }
|
||||
|
||||
/* Pagination A2 */
|
||||
.pagination.a2 a,
|
||||
.pagination.a2 strong{ margin:0 -4px; padding:0 10px 0 8px; font-weight:bold; font-size:11px; border:none; border-left:1px solid #ddd; border-right:1px solid #ccc; background:#fff; }
|
||||
.pagination.a2 a.prev{ padding-left:10px; background:#fff url(../images/white/arrowPrevA1.gif) no-repeat left center; }
|
||||
.pagination.a2 a.prevEnd{ padding-left:15px; background:#fff url(../images/white/arrowPrevEndA1.gif) no-repeat left center; }
|
||||
.pagination.a2 a.next{ padding-right:10px; background:#fff url(../images/white/arrowNextA1.gif) no-repeat right center; }
|
||||
.pagination.a2 a.nextEnd{ padding-right:15px; background:#fff url(../images/white/arrowNextEndA1.gif) no-repeat right center; }
|
||||
|
||||
/* Pagination B1 */
|
||||
.pagination.b1 a,
|
||||
.pagination.b1 strong{ margin:0 -2px; padding:2px 8px; font-weight:bold; font-size:12px;}
|
||||
.pagination.b1 a.prev{ padding-left:16px; background:url(../images/white/arrowPrevB1.gif) no-repeat left center; }
|
||||
.pagination.b1 a.next{ padding-right:16px; background:url(../images/white/arrowNextB1.gif) no-repeat right center; }
|
||||
|
||||
/* Pagination B2 */
|
||||
.pagination.b2 a,
|
||||
.pagination.b2 strong{ margin:0 -2px; padding:2px 6px; font-size:11px;}
|
||||
.pagination.b2 a.prev{ padding-left:12px; background:url(../images/white/arrowPrevB1.gif) no-repeat left center; }
|
||||
.pagination.b2 a.next{ padding-right:12px; background:url(../images/white/arrowNextB1.gif) no-repeat right center; }
|
||||
|
||||
/* Pagination C1 */
|
||||
.pagination.c1 a,
|
||||
.pagination.c1 strong{ margin:0 -2px; padding:2px 4px; font-size:12px;}
|
||||
.pagination.c1 a.prev,
|
||||
.pagination.c1 a.next{ display:inline-block; width:13px; height:14px; padding:3px 4px; margin:0;}
|
||||
.pagination.c1 a.prev{ background:url(../images/white/arrowPrevC1.gif) no-repeat center;}
|
||||
.pagination.c1 a.next{ background:url(../images/white/arrowNextC1.gif) no-repeat center;}
|
||||
.pagination.c1 a.prev span,
|
||||
.pagination.c1 a.next span{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden;}
|
||||
|
||||
/* Pagination C2 */
|
||||
.pagination.c2 a,
|
||||
.pagination.c2 strong{ margin:0 -2px; padding:2px 4px; font-size:11px;}
|
||||
.pagination.c2 a.prev,
|
||||
.pagination.c2 a.next{ display:inline-block; width:13px; height:14px; padding:3px 4px; margin:0;}
|
||||
.pagination.c2 a.prev{ background:url(../images/white/arrowPrevC1.gif) no-repeat center;}
|
||||
.pagination.c2 a.next{ background:url(../images/white/arrowNextC1.gif) no-repeat center;}
|
||||
.pagination.c2 a.prev span,
|
||||
.pagination.c2 a.next span{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden;}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,17 +1,17 @@
|
|||
<filter name="insert" module="board" act="procBoardInsertDocument" confirm_msg_code="confirm_submit">
|
||||
<form>
|
||||
<node target="nick_name" required="true" />
|
||||
<node target="password" required="true" />
|
||||
<node target="email_address" maxlength="250" />
|
||||
<node target="homepage" maxlength="250"/>
|
||||
<node target="title" required="true" minlength="1" maxlength="250" />
|
||||
<node target="content" required="true" />
|
||||
</form>
|
||||
<response callback_func="completeDocumentInserted">
|
||||
<tag name="error" />
|
||||
<tag name="message" />
|
||||
<tag name="mid" />
|
||||
<tag name="document_srl" />
|
||||
<tag name="category_srl" />
|
||||
</response>
|
||||
</filter>
|
||||
<filter name="insert" module="board" act="procBoardInsertDocument" confirm_msg_code="">
|
||||
<form>
|
||||
<node target="nick_name" required="true" />
|
||||
<node target="password" required="true" />
|
||||
<node target="email_address" maxlength="250" />
|
||||
<node target="homepage" maxlength="250"/>
|
||||
<node target="title" required="true" minlength="1" maxlength="250" />
|
||||
<node target="content" required="true" />
|
||||
</form>
|
||||
<response callback_func="completeDocumentInserted">
|
||||
<tag name="error" />
|
||||
<tag name="message" />
|
||||
<tag name="mid" />
|
||||
<tag name="document_srl" />
|
||||
<tag name="category_srl" />
|
||||
</response>
|
||||
</filter>
|
||||
|
|
|
|||
BIN
modules/board/skins/xe_default/images/common/blank.gif
Normal file
BIN
modules/board/skins/xe_default/images/common/blank.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 B |
|
|
@ -1,142 +1,185 @@
|
|||
<!-- 목록 출력 -->
|
||||
|
||||
<form action="./" method="get">
|
||||
|
||||
<!--// 정렬을 위한 속성과 분류 박스 -->
|
||||
<div class="boardSubMenu">
|
||||
<!--@if($module_info->use_category == "Y")-->
|
||||
<div class="fl">
|
||||
<!--@if($grant->is_admin)--><input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" /><!--@end-->
|
||||
<!--// 카테고리 사용시 카테고리 선택 표시 -->
|
||||
<select name="category" id="board_category">
|
||||
<option value="">{$lang->category}</option>
|
||||
<!--@foreach($category_list as $val)-->
|
||||
<option value="{$val->category_srl}" <!--@if($category==$val->category_srl)-->selected="selected"<!--@end-->>{str_repeat(" ",$val->depth)} {$val->title} <!--@if($val->document_count)-->({$val->document_count})<!--@end--></option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<input type="button" name="go_button" id="go_button" value="GO" onclick="doChangeCategory(); return false;" class="buttonTypeGo" />
|
||||
</div>
|
||||
<!--@end-->
|
||||
<div class="fr">
|
||||
<!--@if($module_info->display_readed_count!='N')--><a href="{getUrl('sort_index','readed_count','order_type',$order_type)}">{$lang->readed_count}<!--@if($sort_index=='readed_count')--> <img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a><!--@end-->
|
||||
|
||||
<!--@if($module_info->display_voted_count!='N')--><a href="{getUrl('sort_index','voted_count','order_type',$order_type)}">{$lang->voted_count}<!--@if($sort_index=='voted_count')--> <img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a><!--@end-->
|
||||
|
||||
<!--@if($module_info->display_regdate != 'N')--><a href="{getUrl('sort_index','regdate','order_type',$order_type)}">{$lang->date}<!--@if($sort_index=='regdate')--> <img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a><!--@end-->
|
||||
|
||||
<!--@if($module_info->display_last_update=='Y')--><a href="{getUrl('sort_index','last_update','order_type',$order_type)}">{$lang->last_update}<!--@if($sort_index=='last_update')--> <img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a><!--@end-->
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
{@ $_col_count = 1; }
|
||||
|
||||
<!--@if(!$document_list && !$notice_list)-->
|
||||
<table cellspacing="0" summary="" class="boardList">
|
||||
<tr class="bg0 tCenter">
|
||||
<td class="title no_line">
|
||||
{$lang->no_documents}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--@else-->
|
||||
|
||||
<!--// 공지사항 출력 -->
|
||||
<!--@foreach($notice_list as $no => $document)-->
|
||||
<table cellspacing="0" summary="" class="boardList boardListNoTopBorder">
|
||||
<!--@if($module_info->display_number!='N')--><col width="80" />{@ $_col_count++}<!--@end-->
|
||||
<!--@if($grant->is_admin)--><col width="30" />{@ $_col_count++}<!--@end-->
|
||||
<col />
|
||||
<!--@if($module_info->display_author!='N')--><col width="120" />{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><col width="70" />{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><col width="70" />{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_regdate != 'N')--><col width="90" />{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_last_update == 'Y')--><col width="90" />{@ $_col_count++}<!--@end-->
|
||||
<tbody>
|
||||
<tr class="notice">
|
||||
<!--@if($module_info->display_number!='N')--><td class="notice">{$lang->notice}</td><!--@end-->
|
||||
<!--@if($grant->is_admin)--><td class="checkbox"><input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> /></td><!--@end-->
|
||||
<td class="title">
|
||||
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
|
||||
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
|
||||
<!--@end-->
|
||||
|
||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||
|
||||
<!--@if($document->getCommentCount())-->
|
||||
<span class="replyAndTrackback" title="Replies"><img src="./images/{$module_info->colorset}/iconReply.gif" alt="" width="12" height="12" class="icon" /> <strong>{$document->getCommentCount()}</strong></span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($document->getTrackbackCount())-->
|
||||
<span class="replyAndTrackback" title="Trackbacks"><img src="./images/{$module_info->colorset}/iconTrackback.gif" alt="" width="12" height="13" class="trackback icon" /> <strong>{$document->getTrackbackCount()}</strong></span>
|
||||
<!--@end-->
|
||||
|
||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||
</td>
|
||||
<!--@if($module_info->display_author!='N')--><td class="author"><div class="member_{$document->get('member_srl')}">{$document->getNickName()}</div></td><!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><td class="reading">{$document->get('readed_count')>0?$document->get('readed_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><td class="recommend">{$document->get('voted_count')!=0?$document->get('voted_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_regdate!='N')--><td class="date">{$document->getRegdate('Y-m-d')}</td><!--@end-->
|
||||
<!--@if($module_info->display_last_update=='Y')--><td class="date">{zdate($document->get('last_update'),'Y-m-d H:i')}</td><!--@end-->
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<!--@end-->
|
||||
|
||||
<!--// 갤러리 목록 출력 -->
|
||||
{@ $height = $module_info->thumbnail_height + 50; }
|
||||
<!--@if($module_info->use_category=='Y')-->{@ $height += 20 }<!--@end-->
|
||||
<!--@if($module_info->display_author!='N' || $module_info->display_regdate!='N')-->{@ $height += 25 }<!--@end-->
|
||||
<!--@if($module_info->display_readed_count !='N' || $module_info->display_voted_count!='N')-->{@ $height += 25 }<!--@end-->
|
||||
|
||||
<div class="thumbnailBox">
|
||||
|
||||
<!--@foreach($document_list as $no => $document)-->
|
||||
<!--@if(!$document->isNotice())-->
|
||||
|
||||
<div class="cell" style="width:{$module_info->thumbnail_width+30}px;height:{$height}px;">
|
||||
<!--@if($document->thumbnailExists($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type))-->
|
||||
<a href="{getUrl('document_srl',$document->document_srl,'listStyle',$listStyle, 'cpage','')}"><img src="{$document->getThumbnail($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type)}" border="0" alt="" class="thumb"/></a>
|
||||
<!--@else-->
|
||||
<img src="./images/common/blank.gif" border="0" alt="" class="thumb" width="{$module_info->thumbnail_width}" height="{$module_info->thumbnail_height}" />
|
||||
<!--@end-->
|
||||
|
||||
<div class="title">
|
||||
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
|
||||
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong><br />
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($grant->is_admin)-->
|
||||
<input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> />
|
||||
<!--@end-->
|
||||
|
||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||
|
||||
<!--@if($document->getCommentCount())-->
|
||||
<span class="replyAndTrackback" title="Replies">(<strong>{$document->getCommentCount()}</strong>)</span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($document->getTrackbackCount())-->
|
||||
<span class="replyAndTrackback" title="Trackbacks">[<strong>{$document->getTrackbackCount()}</strong>]</span>
|
||||
<!--@end-->
|
||||
|
||||
<div class="nameAndDate">
|
||||
<!--@if($module_info->display_author!='N')--><div class="author"><div class="member_{$document->get('member_srl')}">{$document->getNickName()}</div></div><!--@end-->
|
||||
<!--@if($module_info->display_regdate!='N')--><div class="date">{$document->getRegdate('Y.m.d')}</div><!--@end-->
|
||||
</div>
|
||||
</div>
|
||||
<div class="readAndRecommend">
|
||||
<!--@if($module_info->display_readed_count!='N')-->{$lang->readed_count} <span class="num">{$document->get('readed_count')}</span><!--@end-->
|
||||
<!--@if($document->get('voted_count')!=0 && $module_info->display_voted_count!='N')-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><br /><!--@end-->
|
||||
{$lang->voted_count} <strong class="num">{$document->get('voted_count')}</strong>
|
||||
<!--@end-->
|
||||
</div>
|
||||
</div>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
</form>
|
||||
<!-- 목록 출력 -->
|
||||
<form action="./" method="get" class="boardListForm">
|
||||
<fieldset>
|
||||
<legend>List of Articles</legend>
|
||||
|
||||
{@ $_col_count = 1; }
|
||||
<!--@if($module_info->display_number!='N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($grant->is_admin)-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_author!='N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_regdate != 'N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_last_update == 'Y')-->{@ $_col_count++}<!--@end-->
|
||||
|
||||
<!--@if($notice_list)-->
|
||||
<table cellspacing="0" border="1" summary="List of Articles" class="boardList">
|
||||
<!--@if($_col_count>1)-->
|
||||
<thead>
|
||||
{@ $no_line_class = " no_line" }
|
||||
<tr>
|
||||
<!--@if($module_info->display_number!='N')--><th scope="col">{$lang->no}</th>{@ $no_line_class=""}<!--@end-->
|
||||
|
||||
<!--@if($grant->is_admin)--><th scope="col"><input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" /></th>{@ $no_line_class=""}<!--@end-->
|
||||
|
||||
<th scope="col" class="title">
|
||||
<!--@if($module_info->use_category == "Y")-->
|
||||
<span class="jumpTo">
|
||||
<!--// 카테고리 사용시 카테고리 선택 표시 -->
|
||||
<select name="category" id="board_category">
|
||||
<option value="">{$lang->category}</option>
|
||||
<!--@foreach($category_list as $val)-->
|
||||
<option value="{$val->category_srl}" <!--@if($category==$val->category_srl)-->selected="selected"<!--@end-->>{str_repeat(" ",$val->depth)} {$val->title} <!--@if($val->document_count)-->({$val->document_count})<!--@end--></option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<button type="button" name="go_button" id="go_button" onclick="doChangeCategory(); return false;" class="button">Go</button>
|
||||
</span>
|
||||
<!--@end-->
|
||||
{$lang->title}
|
||||
</th>
|
||||
|
||||
<!--@if($module_info->display_author!='N')--><th scope="col">{$lang->writer}</th><!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><th scope="col"><a href="{getUrl('sort_index','readed_count','order_type',$order_type)}">{$lang->readed_count}<!--@if($sort_index=='readed_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><th scope="col"><a href="{getUrl('sort_index','voted_count','order_type',$order_type)}">{$lang->voted_count}<!--@if($sort_index=='voted_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||
<!--@if($module_info->display_regdate != 'N')--><th scope="col"><a href="{getUrl('sort_index','regdate','order_type',$order_type)}">{$lang->date}<!--@if($sort_index=='regdate')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||
<!--@if($module_info->display_last_update=='Y')--><th scope="col"><a href="{getUrl('sort_index','last_update','order_type',$order_type)}">{$lang->last_update}<!--@if($sort_index=='last_update')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||
</tr>
|
||||
</thead>
|
||||
<!--@end-->
|
||||
<!--@else-->
|
||||
<div class="thumbHeader">
|
||||
<div class="left">
|
||||
<!--@if($grant->is_admin)--><span><input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" /></span>{@ $no_line_class=""}<!--@end-->
|
||||
|
||||
<!--@if($module_info->use_category == "Y")-->
|
||||
<span class="jumpTo">
|
||||
<!--// 카테고리 사용시 카테고리 선택 표시 -->
|
||||
<select name="category" id="board_category">
|
||||
<option value="">{$lang->category}</option>
|
||||
<!--@foreach($category_list as $val)-->
|
||||
<option value="{$val->category_srl}" <!--@if($category==$val->category_srl)-->selected="selected"<!--@end-->>{str_repeat(" ",$val->depth)} {$val->title} <!--@if($val->document_count)-->({$val->document_count})<!--@end--></option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<button type="button" name="go_button" id="go_button" onclick="doChangeCategory(); return false;" class="button">Go</button>
|
||||
</span>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
<div class="right">
|
||||
<!--@if($module_info->display_readed_count!='N')--><span><a href="{getUrl('sort_index','readed_count','order_type',$order_type)}">{$lang->readed_count}<!--@if($sort_index=='readed_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></span><!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><span><a href="{getUrl('sort_index','voted_count','order_type',$order_type)}">{$lang->voted_count}<!--@if($sort_index=='voted_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></span><!--@end-->
|
||||
<!--@if($module_info->display_regdate != 'N')--><span><a href="{getUrl('sort_index','regdate','order_type',$order_type)}">{$lang->date}<!--@if($sort_index=='regdate')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></span><!--@end-->
|
||||
<!--@if($module_info->display_last_update=='Y')--><span><a href="{getUrl('sort_index','last_update','order_type',$order_type)}">{$lang->last_update}<!--@if($sort_index=='last_update')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></span><!--@end-->
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if(!$document_list && !$notice_list)-->
|
||||
<!--// 게시물이 없으면 등록된 글이 없음을 표시 -->
|
||||
<tr>
|
||||
<td colspan="{$_col_count}">
|
||||
{$lang->no_documents}
|
||||
</td>
|
||||
</tr>
|
||||
<!--@else-->
|
||||
|
||||
<!--// 공지사항 출력 -->
|
||||
<!--@foreach($notice_list as $no => $document)-->
|
||||
<tbody>
|
||||
<tr class="notice">
|
||||
<!--@if($module_info->display_number!='N')--><td class="notice">{$lang->notice}</td><!--@end-->
|
||||
<!--@if($grant->is_admin)--><td class="check"><input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> /></td><!--@end-->
|
||||
<td class="title">
|
||||
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
|
||||
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
|
||||
<!--@end-->
|
||||
|
||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||
|
||||
<!--@if($document->getCommentCount())-->
|
||||
<span class="replyAndTrackback" title="Replies"><img src="./images/{$module_info->colorset}/iconReply.gif" alt="" width="12" height="12" class="icon" /> <strong>{$document->getCommentCount()}</strong></span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($document->getTrackbackCount())-->
|
||||
<span class="replyAndTrackback" title="Trackbacks"><img src="./images/{$module_info->colorset}/iconTrackback.gif" alt="" width="12" height="13" class="trackback icon" /> <strong>{$document->getTrackbackCount()}</strong></span>
|
||||
<!--@end-->
|
||||
|
||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||
</td>
|
||||
<!--@if($module_info->display_author!='N')--><td class="author"><a href="#popup_menu_area" class="member_{$document->get('member_srl')}">{$document->getNickName()}</a></td><!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><td class="reading">{$document->get('readed_count')>0?$document->get('readed_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><td class="recommend">{$document->get('voted_count')!=0?$document->get('voted_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_regdate!='N')--><td class="date">{$document->getRegdate('Y-m-d')}</td><!--@end-->
|
||||
<!--@if($module_info->display_last_update=='Y')--><td class="date">{zdate($document->get('last_update'),'Y-m-d H:i')}</td><!--@end-->
|
||||
</tr>
|
||||
</tbody>
|
||||
<!--@end-->
|
||||
</table>
|
||||
|
||||
<!--// 갤러리 목록 출력 -->
|
||||
{@ $height = $module_info->thumbnail_height + 50; }
|
||||
<!--@if($module_info->use_category=='Y')-->{@ $height += 0 }<!--@end-->
|
||||
<!--@if($module_info->display_author!='N' || $module_info->display_regdate!='N')-->{@ $height += 20 }<!--@end-->
|
||||
<!--@if($module_info->display_readed_count !='N' || $module_info->display_voted_count!='N')-->{@ $height += 20 }<!--@end-->
|
||||
|
||||
<ul class="thumbList">
|
||||
|
||||
<!--@foreach($document_list as $no => $document)-->
|
||||
<!--@if(!$document->isNotice())-->
|
||||
|
||||
<li style="width:{$module_info->thumbnail_width+30}px;height:{$height}px;">
|
||||
|
||||
<div class="thumb">
|
||||
<!--@if($document->thumbnailExists($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type))-->
|
||||
<a href="{getUrl('document_srl',$document->document_srl,'listStyle',$listStyle, 'cpage','')}">
|
||||
<img src="{$document->getThumbnail($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type)}" alt=""/>
|
||||
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
|
||||
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
|
||||
<!--@end-->
|
||||
</a>
|
||||
<!--@else-->
|
||||
<a href="{getUrl('document_srl',$document->document_srl,'listStyle',$listStyle, 'cpage','')}">
|
||||
<img src="./images/common/blank.gif" alt="" width="{$module_info->thumbnail_width}" height="{$module_info->thumbnail_height}" />
|
||||
<span class="text">TEXT</span>
|
||||
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
|
||||
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
|
||||
<!--@end-->
|
||||
</a>
|
||||
<!--@end-->
|
||||
|
||||
</div>
|
||||
|
||||
<div class="title">
|
||||
<!--@if($grant->is_admin)-->
|
||||
<input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> />
|
||||
<!--@end-->
|
||||
|
||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||
|
||||
<!--@if($document->getCommentCount())-->
|
||||
<span class="replyAndTrackback" title="Replies">(<strong>{$document->getCommentCount()}</strong>)</span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($document->getTrackbackCount())-->
|
||||
<span class="replyAndTrackback" title="Trackbacks">[<strong>{$document->getTrackbackCount()}</strong>]</span>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
<!--@if($module_info->display_author!='N')--><div class="author"><a href="#popup_menu_area" class="member_{$document->get('member_srl')}">{$document->getNickName()}</a></div><!--@end-->
|
||||
<!--@if($module_info->display_regdate!='N')--><div class="date">{$document->getRegdate('Y.m.d')}</div><!--@end-->
|
||||
|
||||
<div class="reading">
|
||||
<!--@if($module_info->display_readed_count!='N')-->{$lang->readed_count} <span class="num">{$document->get('readed_count')}</span><!--@end-->
|
||||
<!--@if($document->get('voted_count')!=0 && $module_info->display_voted_count!='N')-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><br /><!--@end-->
|
||||
{$lang->voted_count} <span class="num">{$document->get('voted_count')}</span>
|
||||
<!--@end-->
|
||||
</div>
|
||||
</li>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
</ul>
|
||||
<!--@end-->
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -1,16 +1,17 @@
|
|||
<!-- 목록 출력 -->
|
||||
{@ $_col_count = 1; }
|
||||
<!--@if($module_info->display_number!='N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($grant->is_admin)-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_author!='N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_regdate != 'N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_last_update == 'Y')-->{@ $_col_count++}<!--@end-->
|
||||
|
||||
<form action="./" method="get" class="boardListForm">
|
||||
<fieldset>
|
||||
<legend>List of Articles</legend>
|
||||
|
||||
{@ $_col_count = 1; }
|
||||
<!--@if($module_info->display_number!='N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($grant->is_admin)-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_author!='N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_regdate != 'N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_last_update == 'Y')-->{@ $_col_count++}<!--@end-->
|
||||
|
||||
<table cellspacing="0" border="1" summary="List of Articles" class="boardList">
|
||||
<!--@if($_col_count>1)-->
|
||||
<thead>
|
||||
|
|
@ -20,9 +21,9 @@
|
|||
|
||||
<!--@if($grant->is_admin)--><th scope="col"><input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" /></th>{@ $no_line_class=""}<!--@end-->
|
||||
|
||||
<th scope="col">
|
||||
<th scope="col" class="title">
|
||||
<!--@if($module_info->use_category == "Y")-->
|
||||
<span class="jumpTo">
|
||||
<!--@if($module_info->use_category == "Y")-->
|
||||
<!--// 카테고리 사용시 카테고리 선택 표시 -->
|
||||
<select name="category" id="board_category">
|
||||
<option value="">{$lang->category}</option>
|
||||
|
|
@ -31,9 +32,8 @@
|
|||
<!--@end-->
|
||||
</select>
|
||||
<button type="button" name="go_button" id="go_button" onclick="doChangeCategory(); return false;" class="button">Go</button>
|
||||
<!--@else-->
|
||||
<!--@end-->
|
||||
</span>
|
||||
<!--@end-->
|
||||
{$lang->title}
|
||||
</th>
|
||||
|
||||
|
|
@ -50,71 +50,75 @@
|
|||
|
||||
<!--@if(!$document_list && !$notice_list)-->
|
||||
<!--// 게시물이 없으면 등록된 글이 없음을 표시 -->
|
||||
<tr class="bg0 tCenter">
|
||||
<td colspan="{$_col_count}" class="title">
|
||||
<tr>
|
||||
<td colspan="{$_col_count}">
|
||||
{$lang->no_documents}
|
||||
</td>
|
||||
</tr>
|
||||
<!--@else-->
|
||||
<!--// 공지사항 출력 -->
|
||||
<!--@foreach($notice_list as $no => $document)-->
|
||||
<tr class="notice">
|
||||
<!--@if($module_info->display_number!='N')--><td class="notice"><!--@if($document_srl == $document->document_srl)--><img src="./images/common/iconArrowD8.gif" border="0" alt="" /><!--@else-->{$lang->notice}<!--@end--></td><!--@end-->
|
||||
<!--@if($grant->is_admin)--><td class="check"><input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> /></td><!--@end-->
|
||||
<td class="title">
|
||||
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
|
||||
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
|
||||
<!--@end-->
|
||||
|
||||
<!--// 공지사항 출력 -->
|
||||
<!--@foreach($notice_list as $no => $document)-->
|
||||
<tr class="notice">
|
||||
<!--@if($module_info->display_number!='N')--><td class="notice"><!--@if($document_srl == $document->document_srl)--><img src="./images/common/iconArrowD8.gif" border="0" alt="" /><!--@else-->{$lang->notice}<!--@end--></td><!--@end-->
|
||||
<!--@if($grant->is_admin)--><td class="check"><input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> /></td><!--@end-->
|
||||
<td class="title">
|
||||
|
||||
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
|
||||
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
|
||||
<!--@end-->
|
||||
|
||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||
|
||||
<!--@if($document->getCommentCount())-->
|
||||
<span class="replyNum" title="Replies"><strong>{$document->getCommentCount()}</strong><sup>Replies</sup></span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($document->getTrackbackCount())-->
|
||||
<span class="replyNum" title="Trackbacks"><strong>{$document->getTrackbackCount()}</strong><sup>Tackback</sup></span>
|
||||
<!--@end-->
|
||||
|
||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||
</td>
|
||||
<!--@if($module_info->display_author!='N')--><td class="author"><a href="#popup_menu_area" class="member_{$document->get('member_srl')}">{$document->getNickName()}</a></td><!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><td class="reading">{$document->get('readed_count')>0?$document->get('readed_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><td class="recommend">{$document->get('voted_count')!=0?$document->get('voted_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_regdate!='N')--><td class="date">{$document->getRegdate('Y-m-d')}</td><!--@end-->
|
||||
<!--@if($module_info->display_last_update=='Y')--><td class="date">{zdate($document->get('last_update'),'Y-m-d H:i')}</td><!--@end-->
|
||||
</tr>
|
||||
<!--@end-->
|
||||
|
||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||
|
||||
<!--@if($document->getCommentCount())-->
|
||||
<span class="replyNum" title="Replies"><strong>{$document->getCommentCount()}</strong><sup>Replies</sup></span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($document->getTrackbackCount())-->
|
||||
<span class="replyNum" title="Trackbacks"><strong>{$document->getTrackbackCount()}</strong><sup>Tackback</sup></span>
|
||||
<!--@end-->
|
||||
|
||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||
</td>
|
||||
<!--@if($module_info->display_author!='N')--><td class="author"><a href="#popup_menu_area" class="member_{$document->get('member_srl')}">{$document->getNickName()}</a></td><!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><td class="reading">{$document->get('readed_count')>0?$document->get('readed_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><td class="recommend">{$document->get('voted_count')!=0?$document->get('voted_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_regdate!='N')--><td class="date">{$document->getRegdate('Y-m-d')}</td><!--@end-->
|
||||
<!--@if($module_info->display_last_update=='Y')--><td class="date">{zdate($document->get('last_update'),'Y-m-d H:i')}</td><!--@end-->
|
||||
</tr>
|
||||
<!--@end-->
|
||||
|
||||
<!--// 일반 글 출력 -->
|
||||
<!--@foreach($document_list as $no => $document)-->
|
||||
<tr class="bg{($no+1)%2+1}">
|
||||
<!--@if($module_info->display_number!='N')--><td class="num"><!--@if($document_srl == $document->document_srl)--><img src="./images/common/iconArrowD8.gif" border="0" alt="" /><!--@else-->{$no}<!--@end--></td><!--@end-->
|
||||
<!--@if($grant->is_admin)--><td class="checkbox"><input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> /></td><!--@end-->
|
||||
<td class="title">
|
||||
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
|
||||
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
|
||||
<!--@end-->
|
||||
|
||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||
|
||||
<!--@if($document->getCommentCount())-->
|
||||
<span class="replyNum" title="Replies"><strong>{$document->getCommentCount()}</strong><sup>Replies</sup></span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($document->getTrackbackCount())-->
|
||||
<span class="replyNum" title="Trackbacks"><strong>{$document->getTrackbackCount()}</strong><sup>Tackback</sup></span>
|
||||
<!--@end-->
|
||||
|
||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||
</td>
|
||||
<!--@if($module_info->display_author!='N')--><td class="author"><a href="#popup_menu_area" class="member_{$document->get('member_srl')}">{$document->getNickName()}</a></td><!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><td class="reading">{$document->get('readed_count')>0?$document->get('readed_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><td class="recommend">{$document->get('voted_count')!=0?$document->get('voted_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_regdate!='N')--><td class="date">{$document->getRegdate('Y-m-d')}</td><!--@end-->
|
||||
<!--@if($module_info->display_last_update=='Y')--><td class="date">{zdate($document->get('last_update'),'Y-m-d H:i')}</td><!--@end-->
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<!--// 일반 글 출력 -->
|
||||
<!--@foreach($document_list as $no => $document)-->
|
||||
<tr class="bg{($no+1)%2+1}">
|
||||
<!--@if($module_info->display_number!='N')--><td class="num"><!--@if($document_srl == $document->document_srl)--><img src="./images/common/iconArrowD8.gif" border="0" alt="" /><!--@else-->{$no}<!--@end--></td><!--@end-->
|
||||
<!--@if($grant->is_admin)--><td class="checkbox"><input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> /></td><!--@end-->
|
||||
<td class="title">
|
||||
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
|
||||
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
|
||||
<!--@end-->
|
||||
|
||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||
|
||||
<!--@if($document->getCommentCount())-->
|
||||
<span class="replyNum" title="Replies"><strong>{$document->getCommentCount()}</strong><sup>Replies</sup></span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($document->getTrackbackCount())-->
|
||||
<span class="replyNum" title="Trackbacks"><strong>{$document->getTrackbackCount()}</strong><sup>Tackback</sup></span>
|
||||
<!--@end-->
|
||||
|
||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||
</td>
|
||||
<!--@if($module_info->display_author!='N')--><td class="author"><a href="#popup_menu_area" class="member_{$document->get('member_srl')}">{$document->getNickName()}</a></td><!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><td class="reading">{$document->get('readed_count')>0?$document->get('readed_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><td class="recommend">{$document->get('voted_count')!=0?$document->get('voted_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_regdate!='N')--><td class="date">{$document->getRegdate('Y-m-d')}</td><!--@end-->
|
||||
<!--@if($module_info->display_last_update=='Y')--><td class="date">{zdate($document->get('last_update'),'Y-m-d H:i')}
|
||||
</td>
|
||||
<!--@end-->
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
|
||||
</tbody>
|
||||
|
|
|
|||
|
|
@ -1,142 +1,143 @@
|
|||
<!-- 목록 출력 -->
|
||||
<form action="./" method="get">
|
||||
{@ $_col_count = 2; }
|
||||
<!--@if($module_info->display_number!='N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($grant->is_admin)-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_author!='N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_regdate != 'N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_last_update == 'Y')-->{@ $_col_count++ }<!--@end-->
|
||||
|
||||
<table cellspacing="0" summary="" class="boardList">
|
||||
<!--@if($_col_count>2)-->
|
||||
<thead>
|
||||
{@ $no_line_class = " no_line" }
|
||||
<tr>
|
||||
<!--@if($module_info->display_number!='N')--><th scope="col" class="num{$no_line_class}"><div>{$lang->no}</div></th>{@ $no_line_class=""}<!--@end-->
|
||||
|
||||
<!--@if($grant->is_admin)--><th scope="col" class="checkbox{$no_line_class}"><input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" /></th>{@ $no_line_class=""}<!--@end-->
|
||||
|
||||
<th scope="col" colspan="2" class="<!--@if($module_info->use_category=='Y')-->category<!--@else-->title<!--@end-->{$no_line_class}"><div>
|
||||
|
||||
<!--@if($module_info->use_category == "Y")-->
|
||||
<select name="category" id="board_category">
|
||||
<option value="" >{$lang->category}</option>
|
||||
<!--@foreach($category_list as $val)-->
|
||||
<option value="{$val->category_srl}" <!--@if($category==$val->category_srl)-->selected="selected"<!--@end-->>{str_repeat(" ",$val->depth)} {$val->title} <!--@if($val->document_count)-->({$val->document_count})<!--@end--></option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<input type="button" name="go_button" id= "go_button" value="GO" onclick="doChangeCategory(); return false;" class="buttonTypeGo" />
|
||||
<!--@else-->
|
||||
{$lang->title}
|
||||
<!--@end-->
|
||||
</div></th>
|
||||
<!--@if($module_info->display_author!='N')--><th class="author" scope="col"><div>{$lang->writer}</div></th><!--@end-->
|
||||
|
||||
<!--@if($module_info->display_readed_count!='N')--><th class="reading" scope="col"><div><a href="{getUrl('sort_index','readed_count','order_type',$order_type)}">{$lang->readed_count}<!--@if($sort_index=='readed_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></div></th><!--@end-->
|
||||
|
||||
<!--@if($module_info->display_voted_count!='N')--><th class="recommend" scope="col"><div><a href="{getUrl('sort_index','voted_count','order_type',$order_type)}">{$lang->voted_count}<!--@if($sort_index=='voted_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></div></th><!--@end-->
|
||||
|
||||
<!--@if($module_info->display_regdate != 'N')--><th scope="col" class="date"><div><a href="{getUrl('sort_index','regdate','order_type',$order_type)}">{$lang->date}<!--@if($sort_index=='regdate')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></div></th><!--@end-->
|
||||
|
||||
<!--@if($module_info->display_last_update=='Y')--><th scope="col" class="date"><div><a href="{getUrl('sort_index','last_update','order_type',$order_type)}">{$lang->last_update}<!--@if($sort_index=='last_update')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></div></th><!--@end-->
|
||||
</tr>
|
||||
</thead>
|
||||
<!--@end-->
|
||||
|
||||
<tbody>
|
||||
|
||||
<!--@if(!$document_list && !$notice_list)-->
|
||||
<!--// 게시물이 없으면 등록된 글이 없음을 표시 -->
|
||||
<tr class="bg0">
|
||||
<td colspan="{$_col_count}" class="title">
|
||||
{$lang->no_documents}
|
||||
</td>
|
||||
</tr>
|
||||
<!--@else-->
|
||||
<!--// 공지사항 출력 -->
|
||||
<!--@foreach($notice_list as $no => $document)-->
|
||||
<tr class="notice">
|
||||
<!--@if($module_info->display_number!='N')--><td class="notice">{$lang->notice}</td><!--@end-->
|
||||
<!--@if($grant->is_admin)--><td class="checkbox"><input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> /></td><!--@end-->
|
||||
<td class="title" colspan="2">
|
||||
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
|
||||
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
|
||||
<!--@end-->
|
||||
|
||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||
|
||||
<!--@if($document->getCommentCount())-->
|
||||
<span class="replyAndTrackback" title="Replies"><img src="./images/{$module_info->colorset}/iconReply.gif" alt="" width="12" height="12" class="icon" /> <strong>{$document->getCommentCount()}</strong></span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($document->getTrackbackCount())-->
|
||||
<span class="replyAndTrackback" title="Trackbacks"><img src="./images/{$module_info->colorset}/iconTrackback.gif" alt="" width="12" height="13" class="trackback icon" /> <strong>{$document->getTrackbackCount()}</strong></span>
|
||||
<!--@end-->
|
||||
|
||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||
</td>
|
||||
<!--@if($module_info->display_author!='N')--><td class="author"><div class="member_{$document->get('member_srl')}">{$document->getNickName()}</div></td><!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><td class="reading">{$document->get('readed_count')>0?$document->get('readed_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><td class="recommend">{$document->get('voted_count')!=0?$document->get('voted_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_regdate!='N')--><td class="date">{$document->getRegdate('Y-m-d')}</td><!--@end-->
|
||||
<!--@if($module_info->display_last_update=='Y')--><td class="date">{zdate($document->get('last_update'),'Y-m-d H:i')}</td><!--@end-->
|
||||
</tr>
|
||||
<!--@end-->
|
||||
|
||||
<!--// 일반 글 출력 -->
|
||||
<!--@foreach($document_list as $no => $document)-->
|
||||
<tr class="bg{($no+1)%2+1}">
|
||||
|
||||
<!--@if($module_info->display_number!='N')--><td rowspan="2" class="num"><!--@if($document_srl == $document->document_srl)--><img src="./images/common/iconArrowD8.gif" border="0" alt="" /><!--@else-->{$no}<!--@end--></td><!--@end-->
|
||||
|
||||
<!--@if($grant->is_admin)--><td class="checkbox" rowspan="2"><input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> /></td><!--@end-->
|
||||
|
||||
<!--@if($document->thumbnailExists($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type))-->
|
||||
<td rowspan="2" class="thumb"><a href="{getUrl('document_srl',$document->document_srl,'listStyle',$listStyle, 'cpage','')}"><img src="{$document->getThumbnail($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type)}" border="0" alt="" /></a></td>
|
||||
<td class="webzineTitle">
|
||||
<!--@else-->
|
||||
<td class="webzineTitle" colspan="2">
|
||||
<!--@end-->
|
||||
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
|
||||
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
|
||||
<!--@end-->
|
||||
|
||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||
|
||||
<!--@if($document->getCommentCount())-->
|
||||
<span class="replyAndTrackback" title="Replies"><img src="./images/{$module_info->colorset}/iconReply.gif" alt="" width="12" height="12" class="icon" /> <strong>{$document->getCommentCount()}</strong></span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($document->getTrackbackCount())-->
|
||||
<span class="replyAndTrackback" title="Trackbacks"><img src="./images/{$module_info->colorset}/iconTrackback.gif" alt="" width="12" height="13" class="trackback icon" /> <strong>{$document->getTrackbackCount()}</strong></span>
|
||||
<!--@end-->
|
||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||
</td>
|
||||
<!--@if($module_info->display_author!='N')--><td class="author"><div class="member_{$document->get('member_srl')}">{$document->getNickName()}</div></td><!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><td class="reading">{$document->get('readed_count')>0?$document->get('readed_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><td class="recommend">{$document->get('voted_count')!=0?$document->get('voted_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_regdate!='N')--><td class="date">{$document->getRegdate('Y-m-d')}</td><!--@end-->
|
||||
<!--@if($module_info->display_last_update=='Y')--><td class="date">{zdate($document->get('last_update'),'Y-m-d H:i')}</td><!--@end-->
|
||||
</tr>
|
||||
{@ $_col_count = 1; }
|
||||
<!--@if(!$document->thumbnailExists($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type))-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_author!='N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_regdate != 'N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_last_update == 'Y')-->{@ $_col_count++ }<!--@end-->
|
||||
<tr class="bg{($no+1)%2+1}">
|
||||
<td colspan="{$_col_count}" class="summary">
|
||||
<!--@if($grant->view)-->
|
||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getSummary(120)}</a>
|
||||
<!--@end-->
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
<!-- 목록 출력 -->
|
||||
<form action="./" method="get" class="boardListForm">
|
||||
<fieldset>
|
||||
<legend>List of Articles</legend>
|
||||
|
||||
{@ $_col_count = 2; }
|
||||
<!--@if($module_info->display_number!='N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($grant->is_admin)-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_author!='N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_regdate != 'N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_last_update == 'Y')-->{@ $_col_count++ }<!--@end-->
|
||||
|
||||
<table cellspacing="0" border="1" summary="List of Articles" class="boardList">
|
||||
<!--@if($_col_count>2)-->
|
||||
<thead>
|
||||
{@ $no_line_class = " no_line" }
|
||||
<tr>
|
||||
<!--@if($module_info->display_number!='N')--><th scope="col">{$lang->no}</th>{@ $no_line_class=""}<!--@end-->
|
||||
|
||||
<!--@if($grant->is_admin)--><th scope="col"><input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" /></th>{@ $no_line_class=""}<!--@end-->
|
||||
|
||||
<th scope="col" class="title">
|
||||
|
||||
<!--@if($module_info->use_category == "Y")-->
|
||||
<span class="jumpTo">
|
||||
<select name="category" id="board_category">
|
||||
<option value="" >{$lang->category}</option>
|
||||
<!--@foreach($category_list as $val)-->
|
||||
<option value="{$val->category_srl}" <!--@if($category==$val->category_srl)-->selected="selected"<!--@end-->>{str_repeat(" ",$val->depth)} {$val->title} <!--@if($val->document_count)-->({$val->document_count})<!--@end--></option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<button type="button" name="go_button" id= "go_button" onclick="doChangeCategory(); return false;" class="button" />Go</button>
|
||||
</span>
|
||||
<!--@end-->
|
||||
{$lang->title}
|
||||
</th>
|
||||
<!--@if($module_info->display_author!='N')--><th scope="col">{$lang->writer}</div></th><!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><th scope="col"><a href="{getUrl('sort_index','readed_count','order_type',$order_type)}">{$lang->readed_count}<!--@if($sort_index=='readed_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><th scope="col"><a href="{getUrl('sort_index','voted_count','order_type',$order_type)}">{$lang->voted_count}<!--@if($sort_index=='voted_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||
<!--@if($module_info->display_regdate != 'N')--><th scope="col"><a href="{getUrl('sort_index','regdate','order_type',$order_type)}">{$lang->date}<!--@if($sort_index=='regdate')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||
<!--@if($module_info->display_last_update=='Y')--><th scope="col"><a href="{getUrl('sort_index','last_update','order_type',$order_type)}">{$lang->last_update}<!--@if($sort_index=='last_update')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||
</tr>
|
||||
</thead>
|
||||
<!--@end-->
|
||||
|
||||
<tbody>
|
||||
|
||||
<!--@if(!$document_list && !$notice_list)-->
|
||||
<!--// 게시물이 없으면 등록된 글이 없음을 표시 -->
|
||||
<tr>
|
||||
<td colspan="{$_col_count}">
|
||||
{$lang->no_documents}
|
||||
</td>
|
||||
</tr>
|
||||
<!--@else-->
|
||||
|
||||
<!--// 공지사항 출력 -->
|
||||
<!--@foreach($notice_list as $no => $document)-->
|
||||
<tr class="notice">
|
||||
<!--@if($module_info->display_number!='N')--><td class="notice">{$lang->notice}</td><!--@end-->
|
||||
<!--@if($grant->is_admin)--><td class="checkbox"><input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> /></td><!--@end-->
|
||||
<td class="title">
|
||||
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
|
||||
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
|
||||
<!--@end-->
|
||||
|
||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||
|
||||
<!--@if($document->getCommentCount())-->
|
||||
<span class="replyAndTrackback" title="Replies"><img src="./images/{$module_info->colorset}/iconReply.gif" alt="" width="12" height="12" class="icon" /> <strong>{$document->getCommentCount()}</strong></span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($document->getTrackbackCount())-->
|
||||
<span class="replyAndTrackback" title="Trackbacks"><img src="./images/{$module_info->colorset}/iconTrackback.gif" alt="" width="12" height="13" class="trackback icon" /> <strong>{$document->getTrackbackCount()}</strong></span>
|
||||
<!--@end-->
|
||||
|
||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||
</td>
|
||||
<!--@if($module_info->display_author!='N')--><td class="author"><a href="#popup_menu_area" class="member_{$document->get('member_srl')}">{$document->getNickName()}</a></td><!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><td class="reading">{$document->get('readed_count')>0?$document->get('readed_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><td class="recommend">{$document->get('voted_count')!=0?$document->get('voted_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_regdate!='N')--><td class="date">{$document->getRegdate('Y-m-d')}</td><!--@end-->
|
||||
<!--@if($module_info->display_last_update=='Y')--><td class="date">{zdate($document->get('last_update'),'Y-m-d H:i')}</td><!--@end-->
|
||||
</tr>
|
||||
<!--@end-->
|
||||
|
||||
<!--// 일반 글 출력 -->
|
||||
<!--@foreach($document_list as $no => $document)-->
|
||||
<tr class="bg{($no+1)%2+1}">
|
||||
|
||||
<!--@if($module_info->display_number!='N')--><td class="num" rowspan="2"><!--@if($document_srl == $document->document_srl)--><img src="./images/common/iconArrowD8.gif" border="0" alt="" /><!--@else-->{$no}<!--@end--></td><!--@end-->
|
||||
|
||||
<!--@if($grant->is_admin)--><td class="check" rowspan="2"><input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> /></td><!--@end-->
|
||||
|
||||
<td class="title">
|
||||
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
|
||||
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
|
||||
<!--@end-->
|
||||
|
||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||
|
||||
<!--@if($document->getCommentCount())-->
|
||||
<span class="replyNum" title="Replies"><strong>{$document->getCommentCount()}</strong><sup>Replies</sup></span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($document->getTrackbackCount())-->
|
||||
<span class="replyNum" title="Trackbacks"><strong>{$document->getTrackbackCount()}</strong><sup>Tackback</sup></span>
|
||||
<!--@end-->
|
||||
|
||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||
</td>
|
||||
<!--@if($module_info->display_author!='N')--><td class="author"><a href="#popup_menu_area" class="member_{$document->get('member_srl')}">{$document->getNickName()}</a></td><!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><td class="reading">{$document->get('readed_count')>0?$document->get('readed_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><td class="recommend">{$document->get('voted_count')!=0?$document->get('voted_count'):' '}</td><!--@end-->
|
||||
<!--@if($module_info->display_regdate!='N')--><td class="date">{$document->getRegdate('Y-m-d')}</td><!--@end-->
|
||||
<!--@if($module_info->display_last_update=='Y')--><td class="date">{zdate($document->get('last_update'),'Y-m-d H:i')}</td><!--@end-->
|
||||
</tr>
|
||||
{@ $_col_count = 1; }
|
||||
<!--@if(!$document->thumbnailExists($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type))-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_author!='N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_regdate != 'N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_last_update == 'Y')-->{@ $_col_count++ }<!--@end-->
|
||||
<tr class="bg{($no+1)%2+1}">
|
||||
<td colspan="{$_col_count}" class="summary">
|
||||
<!--@if($document->thumbnailExists($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type))-->
|
||||
<a href="{getUrl('document_srl',$document->document_srl,'listStyle',$listStyle, 'cpage','')}" class="thumb"><img src="{$document->getThumbnail($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type)}" alt="" /></a>
|
||||
<!--@end-->
|
||||
<!--@if($grant->view)-->
|
||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getSummary(120)}</a>
|
||||
<!--@end-->
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
</tbody>
|
||||
</table>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue