xe_board에 검은배경에 어울리는 black colorset 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3990 201d5d3c-b55e-5fd7-737f-ddc643e51545
105
modules/board/skins/xe_board/css/black.css
Normal file
|
|
@ -0,0 +1,105 @@
|
||||||
|
@charset "utf-8";
|
||||||
|
|
||||||
|
/* board Title */
|
||||||
|
.boardHeader h3 { margin:0; border-bottom:3px solid #fe3614; }
|
||||||
|
|
||||||
|
/* board Information */
|
||||||
|
.articleNum { float:left; background:url(../images/black/iconArticle.gif) no-repeat left top; }
|
||||||
|
.articleNum strong { font:bold 11px Tahoma; color:#BBBBBB;}
|
||||||
|
|
||||||
|
/* account Navigation */
|
||||||
|
.accountNavigation li.join a { background:url(../images/black/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
|
||||||
|
.accountNavigation li.myInfo a { background:url(../images/black/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
|
||||||
|
|
||||||
|
/* boardRead */
|
||||||
|
.boardRead .fileAttached li { background:url(../images/black/iconFile.gif) no-repeat left top;}
|
||||||
|
|
||||||
|
/* style.list */
|
||||||
|
.boardList th { background:transparent url(../images/black/lineBoardListTh.gif) no-repeat left bottom; }
|
||||||
|
.boardList td.recommend { color:#ff6600; }
|
||||||
|
.boardList td .replyAndTrackback { color:#BBBBBB; }
|
||||||
|
.buttonTypeGo { background:url(../images/black/buttonTypeInput24.gif) no-repeat; }
|
||||||
|
|
||||||
|
/* pageNavigation */
|
||||||
|
.pageNavigation .current { color:#BBBBBB; }
|
||||||
|
|
||||||
|
/* replyAndTrackback */
|
||||||
|
.buttonBox .replyAndTrackback a strong { color:#BBBBBB;}
|
||||||
|
|
||||||
|
.replyBox .fileAttached li { background:url(../images/black/iconFile.gif) no-repeat left top;}
|
||||||
|
|
||||||
|
/* replace common images */
|
||||||
|
.boardHeader { border:1px solid #ABA9B4; border-bottom:0; background:transparent url(../images/black/bgH3.gif) repeat-x left bottom; overflow:hidden;}
|
||||||
|
.boardHeader h3 { background:transparent url(../images/black/lineH3.gif) no-repeat right bottom; color:#AAAAAA; border-bottom:3px solid #ABA9B4;}
|
||||||
|
.boardDescription { color:#666666; border:1px solid #666666; overflow:hidden; padding:10px; margin-top:5px; background-color:transparent;}
|
||||||
|
.accountNavigation li.setup a { background:url(../images/black/iconSetup.gif) no-repeat left top; padding-left:14px; }
|
||||||
|
.accountNavigation li.admin a { background:url(../images/black/iconAdmin.gif) no-repeat left top; padding-left:12px; }
|
||||||
|
.accountNavigation li.loginAndLogout a { background:url(../images/black/line_1x10_e0e0e0.gif) no-repeat left 2px; padding-left:8px; }
|
||||||
|
|
||||||
|
.boardSubMenu { border-bottom:1px solid #444444;}
|
||||||
|
.boardList { width:100%; border:1px solid #444444; border-top:none; table-layout:fixed;}
|
||||||
|
.boardList th { color:#999999; font-weight:normal; border-top:1px solid #444444; border-bottom:1px solid #888888; white-space:nowrap; padding-top:5px; height:28px; overflow:hidden;}
|
||||||
|
.boardList th a { color:#999999; }
|
||||||
|
.boardList td { border-top:1px solid #444444; padding:.5em;}
|
||||||
|
.boardList th.num { border-left:0px solid #444444; }
|
||||||
|
|
||||||
|
#board_category { background-color:transparent; color:#AAAAAA; }
|
||||||
|
#go_button { color:#AAAAAA; }
|
||||||
|
|
||||||
|
.boardList tr.bg1, .boardList tr.bg2 { background-color:transparent; }
|
||||||
|
.boardList td.topic strong a, .boardList td.title a { color:#AAAAAA; }
|
||||||
|
.boardList td.author div { color:#AAAAAA; }
|
||||||
|
.boardList td.topic div.author strong { font-size:9pt; }
|
||||||
|
.boardList td.webzineTitle, .boardList td.webzineTitle a { color:#AAAAAA; }
|
||||||
|
|
||||||
|
.boardRead .readHeader .title h4 a { color:#BBBBBB; }
|
||||||
|
.boardRead .dateAndCount .replyAndTrackback .replyCount { background:transparent url(../images/black/iconReply.gif) no-repeat left 1px; color:#888888; }
|
||||||
|
.boardRead .dateAndCount .replyAndTrackback .trackbackCount { background:transparent url(../images/black/iconTrackback.gif) no-repeat left 1px; color:#888888; }
|
||||||
|
.boardRead .dateAndCount .replyAndTrackback .replyCount a,.boardRead .dateAndCount .replyAndTrackback .trackbackCount a { color:#888888; }
|
||||||
|
.boardRead .dateAndCount .readedCount { background:transparent url("../images/black/read.gif") no-repeat left top; color:#4A3FD7;}
|
||||||
|
.boardRead .dateAndCount .date { color:#888888; background:transparent url("../images/black/calendar.gif") no-repeat left top; }
|
||||||
|
.comment_popup_menu, .document_popup_menu { background:url(../images/black/document_menu.gif) no-repeat right top;}
|
||||||
|
|
||||||
|
.tagsBox { border:1px solid #888888; padding:10px; overflow:hidden;}
|
||||||
|
.tags div a:hover { background-color:#444444; color:#FFFFFF;}
|
||||||
|
.tags .tagTypeA a { color:#555555; background-color:#444444; margin:0;}
|
||||||
|
.tags .tagTypeB a { color:#888888; }
|
||||||
|
.tags .tagTypeC a { background-color:#333333;}
|
||||||
|
.tags .tagTypeD a { background-color:#111111;}
|
||||||
|
.boardRead .tag { background:transparent url(../images/common/iconTag.gif) no-repeat 3px 2px; }
|
||||||
|
.boardRead .fileAttached { border:1px solid #888888; background-color:transparent; padding:5px; margin-top:10px; overflow:hidden;}
|
||||||
|
.boardRead .fileAttached ul li a { color:#AAAAAA; }
|
||||||
|
.replyBox .fileAttached { border:1px solid #888888; background-color:transparent; padding:5px; margin-top:10px; overflow:hidden;}
|
||||||
|
.replyBox .fileAttached ul li a { color:#AAAAAA; }
|
||||||
|
.boardWrite dl.option dd * { color:#888888; }
|
||||||
|
.replyBox .replyItem { background-color:transparent; border-bottom:1px dotted #888888; }
|
||||||
|
.replyBox .date { color:#888888; }
|
||||||
|
.trackbackBox .trackbackItem { background-color:transparent; }
|
||||||
|
|
||||||
|
#fo_search select { background-color:transparent; color:#AAAAAA; }
|
||||||
|
|
||||||
|
.inputTypeText { background-color:transparent; color:#AAAAAA; }
|
||||||
|
.inputTypeText:hover, .inputTypeText:focus { background-color:transparent; color:#AAAAAA; }
|
||||||
|
.boardWrite .tag .inputTypeText { background:transparent; }
|
||||||
|
|
||||||
|
.secretContent { border:1px solid #888888; width:240px; }
|
||||||
|
.secretContent .title { background-color:#444444; color:#AAAAAA;}
|
||||||
|
.secretContent .content { background-color:#222222; color:#888888; }
|
||||||
|
.smallBox .messageBox { background-color:#444444; border-bottom:1px solid #888888; color:#AAAAAA;}
|
||||||
|
.boardRead .readBody { color:#BBBBBB; }
|
||||||
|
|
||||||
|
/* button */
|
||||||
|
a.button, span.button, del.button,
|
||||||
|
a.button span, span.button button, span.button input, del.button span{
|
||||||
|
background-image:url(../images/black/form_buttons.png);
|
||||||
|
_background-image:url(../images/black/form_buttons.gif);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
del.button span,
|
||||||
|
a.button, span.button, del.button,
|
||||||
|
a.button span, span.button button, span.button input, del.button span{
|
||||||
|
color:#FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
<!--@elseif($module_info->colorset == "red")--> <!--%import("css/red.css")-->
|
<!--@elseif($module_info->colorset == "red")--> <!--%import("css/red.css")-->
|
||||||
<!--@elseif($module_info->colorset == "green")--> <!--%import("css/green.css")-->
|
<!--@elseif($module_info->colorset == "green")--> <!--%import("css/green.css")-->
|
||||||
<!--@elseif($module_info->colorset == "purple")--> <!--%import("css/purple.css")-->
|
<!--@elseif($module_info->colorset == "purple")--> <!--%import("css/purple.css")-->
|
||||||
|
<!--@elseif($module_info->colorset == "black")--> <!--%import("css/black.css")-->
|
||||||
<!--@else--> <!--%import("css/white.css")-->
|
<!--@else--> <!--%import("css/white.css")-->
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
|
|
@ -100,18 +101,18 @@
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--@if($rss_url)-->
|
<!--@if($rss_url)-->
|
||||||
<li class="rss"><a href="{$rss_url}"><img src="./images/common/iconRss.gif" alt="RSS" width="13" height="13" /></a></li>
|
<li class="rss"><a href="{$rss_url}"><img src="./images/{$module_info->colorset}/iconRss.gif" alt="RSS" width="13" height="13" /></a></li>
|
||||||
<!--@end-->
|
<!--@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>
|
<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/{$module_info->colorset}/buttonHelp.gif" alt="Skin Info" width="13" height="13"/></a></li>
|
||||||
|
|
||||||
<li class="tag_info"><a href="{getUrl('act','dispBoardTagList')}"><img src="./images/common/iconAllTags.gif" alt="Tag list" width="13" height="13"/></a></li>
|
<li class="tag_info"><a href="{getUrl('act','dispBoardTagList')}"><img src="./images/{$module_info->colorset}/iconAllTags.gif" alt="Tag list" width="13" height="13"/></a></li>
|
||||||
|
|
||||||
<!-- 목록형태 (포럼형/ 블로그형이 기본으로 되어 있을 경우 다른 형태를 지정 못하게 함) -->
|
<!-- 목록형태 (포럼형/ 블로그형이 기본으로 되어 있을 경우 다른 형태를 지정 못하게 함) -->
|
||||||
<!--@if($module_info->default_style != 'forum' && $module_info->default_style != 'blog')-->
|
<!--@if($module_info->default_style != 'forum' && $module_info->default_style != 'blog')-->
|
||||||
<li class="listType"><a href="{getUrl('listStyle','list','act','','document_srl','')}"><img src="./images/common/typeList.gif" border="0" width="13" height="13" alt="List" /></a></li>
|
<li class="listType"><a href="{getUrl('listStyle','list','act','','document_srl','')}"><img src="./images/{$module_info->colorset}/typeList.gif" border="0" width="13" height="13" alt="List" /></a></li>
|
||||||
<li class="listType"><a href="{getUrl('listStyle','webzine','act','','document_srl','')}"><img src="./images/common/typeWebzine.gif" border="0" width="13" height="13" alt="Webzine" /></a></li>
|
<li class="listType"><a href="{getUrl('listStyle','webzine','act','','document_srl','')}"><img src="./images/{$module_info->colorset}/typeWebzine.gif" border="0" width="13" height="13" alt="Webzine" /></a></li>
|
||||||
<li class="listType"><a href="{getUrl('listStyle','gallery','act','','document_srl','')}"><img src="./images/common/typeGallery.gif" border="0" width="13" height="13" alt="Gallery" /></a></li>
|
<li class="listType"><a href="{getUrl('listStyle','gallery','act','','document_srl','')}"><img src="./images/{$module_info->colorset}/typeGallery.gif" border="0" width="13" height="13" alt="Gallery" /></a></li>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
||||||
BIN
modules/board/skins/xe_board/images/black/bgBoardListTh.gif
Executable file
|
After Width: | Height: | Size: 189 B |
BIN
modules/board/skins/xe_board/images/black/bgH3.gif
Executable file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
modules/board/skins/xe_board/images/black/buttonHelp.gif
Executable file
|
After Width: | Height: | Size: 101 B |
BIN
modules/board/skins/xe_board/images/black/buttonModifyE.gif
Executable file
|
After Width: | Height: | Size: 407 B |
BIN
modules/board/skins/xe_board/images/black/buttonReply.gif
Executable file
|
After Width: | Height: | Size: 400 B |
BIN
modules/board/skins/xe_board/images/black/buttonTypeInput24.gif
Executable file
|
After Width: | Height: | Size: 419 B |
BIN
modules/board/skins/xe_board/images/black/calendar.gif
Executable file
|
After Width: | Height: | Size: 170 B |
BIN
modules/board/skins/xe_board/images/black/document_menu.gif
Executable file
|
After Width: | Height: | Size: 216 B |
BIN
modules/board/skins/xe_board/images/black/form_buttons.gif
Executable file
|
After Width: | Height: | Size: 4 KiB |
BIN
modules/board/skins/xe_board/images/black/form_buttons.png
Executable file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
modules/board/skins/xe_board/images/black/iconAdmin.gif
Executable file
|
After Width: | Height: | Size: 88 B |
BIN
modules/board/skins/xe_board/images/black/iconAllTags.gif
Executable file
|
After Width: | Height: | Size: 220 B |
BIN
modules/board/skins/xe_board/images/black/iconArticle.gif
Executable file
|
After Width: | Height: | Size: 211 B |
BIN
modules/board/skins/xe_board/images/black/iconFile.gif
Executable file
|
After Width: | Height: | Size: 146 B |
BIN
modules/board/skins/xe_board/images/black/iconList.gif
Executable file
|
After Width: | Height: | Size: 101 B |
BIN
modules/board/skins/xe_board/images/black/iconMyInfo.gif
Executable file
|
After Width: | Height: | Size: 125 B |
BIN
modules/board/skins/xe_board/images/black/iconReply.gif
Executable file
|
After Width: | Height: | Size: 106 B |
BIN
modules/board/skins/xe_board/images/black/iconSetup.gif
Executable file
|
After Width: | Height: | Size: 155 B |
BIN
modules/board/skins/xe_board/images/black/iconTrackback.gif
Executable file
|
After Width: | Height: | Size: 101 B |
BIN
modules/board/skins/xe_board/images/black/iconWrite.gif
Executable file
|
After Width: | Height: | Size: 525 B |
BIN
modules/board/skins/xe_board/images/black/lineBoardListTh.gif
Executable file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
modules/board/skins/xe_board/images/black/lineH3.gif
Executable file
|
After Width: | Height: | Size: 37 B |
BIN
modules/board/skins/xe_board/images/black/read.gif
Executable file
|
After Width: | Height: | Size: 565 B |
BIN
modules/board/skins/xe_board/images/black/typeBlog.gif
Executable file
|
After Width: | Height: | Size: 133 B |
BIN
modules/board/skins/xe_board/images/black/typeGallery.gif
Executable file
|
After Width: | Height: | Size: 149 B |
BIN
modules/board/skins/xe_board/images/black/typeList.gif
Executable file
|
After Width: | Height: | Size: 166 B |
BIN
modules/board/skins/xe_board/images/black/typeWebzine.gif
Executable file
|
After Width: | Height: | Size: 218 B |
BIN
modules/board/skins/xe_board/images/cyan/buttonHelp.gif
Executable file
|
After Width: | Height: | Size: 101 B |
BIN
modules/board/skins/xe_board/images/cyan/iconAllTags.gif
Executable file
|
After Width: | Height: | Size: 220 B |
BIN
modules/board/skins/xe_board/images/cyan/iconReply.gif
Executable file
|
After Width: | Height: | Size: 106 B |
BIN
modules/board/skins/xe_board/images/cyan/iconRss.gif
Executable file
|
After Width: | Height: | Size: 988 B |
BIN
modules/board/skins/xe_board/images/cyan/iconTrackback.gif
Executable file
|
After Width: | Height: | Size: 101 B |
BIN
modules/board/skins/xe_board/images/cyan/typeGallery.gif
Executable file
|
After Width: | Height: | Size: 149 B |
BIN
modules/board/skins/xe_board/images/cyan/typeList.gif
Executable file
|
After Width: | Height: | Size: 166 B |
BIN
modules/board/skins/xe_board/images/cyan/typeWebzine.gif
Executable file
|
After Width: | Height: | Size: 218 B |
BIN
modules/board/skins/xe_board/images/green/buttonHelp.gif
Executable file
|
After Width: | Height: | Size: 101 B |
BIN
modules/board/skins/xe_board/images/green/iconAllTags.gif
Executable file
|
After Width: | Height: | Size: 220 B |
BIN
modules/board/skins/xe_board/images/green/iconReply.gif
Executable file
|
After Width: | Height: | Size: 106 B |
BIN
modules/board/skins/xe_board/images/green/iconRss.gif
Executable file
|
After Width: | Height: | Size: 988 B |
BIN
modules/board/skins/xe_board/images/green/iconTrackback.gif
Executable file
|
After Width: | Height: | Size: 101 B |
BIN
modules/board/skins/xe_board/images/green/typeGallery.gif
Executable file
|
After Width: | Height: | Size: 149 B |
BIN
modules/board/skins/xe_board/images/green/typeList.gif
Executable file
|
After Width: | Height: | Size: 166 B |
BIN
modules/board/skins/xe_board/images/green/typeWebzine.gif
Executable file
|
After Width: | Height: | Size: 218 B |
BIN
modules/board/skins/xe_board/images/purple/buttonHelp.gif
Executable file
|
After Width: | Height: | Size: 101 B |
BIN
modules/board/skins/xe_board/images/purple/iconAllTags.gif
Executable file
|
After Width: | Height: | Size: 220 B |
BIN
modules/board/skins/xe_board/images/purple/iconReply.gif
Executable file
|
After Width: | Height: | Size: 106 B |
BIN
modules/board/skins/xe_board/images/purple/iconRss.gif
Executable file
|
After Width: | Height: | Size: 988 B |
BIN
modules/board/skins/xe_board/images/purple/iconTrackback.gif
Executable file
|
After Width: | Height: | Size: 101 B |
BIN
modules/board/skins/xe_board/images/purple/typeGallery.gif
Executable file
|
After Width: | Height: | Size: 149 B |
BIN
modules/board/skins/xe_board/images/purple/typeList.gif
Executable file
|
After Width: | Height: | Size: 166 B |
BIN
modules/board/skins/xe_board/images/purple/typeWebzine.gif
Executable file
|
After Width: | Height: | Size: 218 B |
BIN
modules/board/skins/xe_board/images/red/buttonHelp.gif
Executable file
|
After Width: | Height: | Size: 101 B |
BIN
modules/board/skins/xe_board/images/red/iconAllTags.gif
Executable file
|
After Width: | Height: | Size: 220 B |
BIN
modules/board/skins/xe_board/images/red/iconReply.gif
Executable file
|
After Width: | Height: | Size: 106 B |
BIN
modules/board/skins/xe_board/images/red/iconRss.gif
Executable file
|
After Width: | Height: | Size: 988 B |
BIN
modules/board/skins/xe_board/images/red/iconTrackback.gif
Executable file
|
After Width: | Height: | Size: 101 B |
BIN
modules/board/skins/xe_board/images/red/typeGallery.gif
Executable file
|
After Width: | Height: | Size: 149 B |
BIN
modules/board/skins/xe_board/images/red/typeList.gif
Executable file
|
After Width: | Height: | Size: 166 B |
BIN
modules/board/skins/xe_board/images/red/typeWebzine.gif
Executable file
|
After Width: | Height: | Size: 218 B |
BIN
modules/board/skins/xe_board/images/white/buttonHelp.gif
Executable file
|
After Width: | Height: | Size: 101 B |
BIN
modules/board/skins/xe_board/images/white/iconAllTags.gif
Executable file
|
After Width: | Height: | Size: 220 B |
BIN
modules/board/skins/xe_board/images/white/iconReply.gif
Executable file
|
After Width: | Height: | Size: 106 B |
BIN
modules/board/skins/xe_board/images/white/iconRss.gif
Executable file
|
After Width: | Height: | Size: 988 B |
BIN
modules/board/skins/xe_board/images/white/iconTrackback.gif
Executable file
|
After Width: | Height: | Size: 101 B |
BIN
modules/board/skins/xe_board/images/white/typeGallery.gif
Executable file
|
After Width: | Height: | Size: 149 B |
BIN
modules/board/skins/xe_board/images/white/typeList.gif
Executable file
|
After Width: | Height: | Size: 166 B |
BIN
modules/board/skins/xe_board/images/white/typeWebzine.gif
Executable file
|
After Width: | Height: | Size: 218 B |
BIN
modules/board/skins/xe_board/screenshot/black.gif
Executable file
|
After Width: | Height: | Size: 12 KiB |
|
|
@ -73,6 +73,14 @@
|
||||||
<title xml:lang="en">Purple</title>
|
<title xml:lang="en">Purple</title>
|
||||||
<title xml:lang="es">Púrpura</title>
|
<title xml:lang="es">Púrpura</title>
|
||||||
</color>
|
</color>
|
||||||
|
<color name="black" src="screenshot/black.gif">
|
||||||
|
<title xml:lang="ko">검은색</title>
|
||||||
|
<title xml:lang="jp">黒</title>
|
||||||
|
<title xml:lang="en">Black</title>
|
||||||
|
<title xml:lang="ru">Черного</title>
|
||||||
|
<title xml:lang="es">Negro</title>
|
||||||
|
<title xml:lang="zh-CN">黑色</title>
|
||||||
|
</color>
|
||||||
</colorset>
|
</colorset>
|
||||||
<extra_vars>
|
<extra_vars>
|
||||||
<var name="default_style" type="select">
|
<var name="default_style" type="select">
|
||||||
|
|
|
||||||
|
|
@ -29,11 +29,11 @@
|
||||||
<a href="{getUrl('document_srl',$document->document_srl,'cpage','')}">{$document->getTitle()}</a>
|
<a href="{getUrl('document_srl',$document->document_srl,'cpage','')}">{$document->getTitle()}</a>
|
||||||
|
|
||||||
<!--@if($document->getCommentCount())-->
|
<!--@if($document->getCommentCount())-->
|
||||||
<span class="replyAndTrackback" title="Replies"><img src="./images/common/iconReply.gif" alt="" width="12" height="12" class="icon" /> <strong>{$document->getCommentCount()}</strong></span>
|
<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-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--@if($document->getTrackbackCount())-->
|
<!--@if($document->getTrackbackCount())-->
|
||||||
<span class="replyAndTrackback" title="Trackbacks"><img src="./images/common/iconTrackback.gif" alt="" width="12" height="13" class="trackback icon" /> <strong>{$document->getTrackbackCount()}</strong></span>
|
<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-->
|
<!--@end-->
|
||||||
|
|
||||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||||
|
|
|
||||||
|
|
@ -64,11 +64,11 @@
|
||||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||||
|
|
||||||
<!--@if($document->getCommentCount())-->
|
<!--@if($document->getCommentCount())-->
|
||||||
<span class="replyAndTrackback" title="Replies"><img src="./images/common/iconReply.gif" alt="" width="12" height="12" class="icon" /> <strong>{$document->getCommentCount()}</strong></span>
|
<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-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--@if($document->getTrackbackCount())-->
|
<!--@if($document->getTrackbackCount())-->
|
||||||
<span class="replyAndTrackback" title="Trackbacks"><img src="./images/common/iconTrackback.gif" alt="" width="12" height="13" class="trackback icon" /> <strong>{$document->getTrackbackCount()}</strong></span>
|
<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-->
|
<!--@end-->
|
||||||
|
|
||||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||||
|
|
|
||||||
|
|
@ -72,11 +72,11 @@
|
||||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||||
|
|
||||||
<!--@if($document->getCommentCount())-->
|
<!--@if($document->getCommentCount())-->
|
||||||
<span class="replyAndTrackback" title="Replies"><img src="./images/common/iconReply.gif" alt="" width="12" height="12" class="icon" /> <strong>{$document->getCommentCount()}</strong></span>
|
<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-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--@if($document->getTrackbackCount())-->
|
<!--@if($document->getTrackbackCount())-->
|
||||||
<span class="replyAndTrackback" title="Trackbacks"><img src="./images/common/iconTrackback.gif" alt="" width="12" height="13" class="trackback icon" /> <strong>{$document->getTrackbackCount()}</strong></span>
|
<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-->
|
<!--@end-->
|
||||||
|
|
||||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||||
|
|
@ -102,11 +102,11 @@
|
||||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||||
|
|
||||||
<!--@if($document->getCommentCount())-->
|
<!--@if($document->getCommentCount())-->
|
||||||
<span class="replyAndTrackback" title="Replies"><img src="./images/common/iconReply.gif" alt="" width="12" height="12" class="icon" /> <strong>{$document->getCommentCount()}</strong></span>
|
<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-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--@if($document->getTrackbackCount())-->
|
<!--@if($document->getTrackbackCount())-->
|
||||||
<span class="replyAndTrackback" title="Trackbacks"><img src="./images/common/iconTrackback.gif" alt="" width="12" height="13" class="trackback icon" /> <strong>{$document->getTrackbackCount()}</strong></span>
|
<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-->
|
<!--@end-->
|
||||||
|
|
||||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||||
|
|
|
||||||
|
|
@ -70,11 +70,11 @@
|
||||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||||
|
|
||||||
<!--@if($document->getCommentCount())-->
|
<!--@if($document->getCommentCount())-->
|
||||||
<span class="replyAndTrackback" title="Replies"><img src="./images/common/iconReply.gif" alt="" width="12" height="12" class="icon" /> <strong>{$document->getCommentCount()}</strong></span>
|
<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-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--@if($document->getTrackbackCount())-->
|
<!--@if($document->getTrackbackCount())-->
|
||||||
<span class="replyAndTrackback" title="Trackbacks"><img src="./images/common/iconTrackback.gif" alt="" width="12" height="13" class="trackback icon" /> <strong>{$document->getTrackbackCount()}</strong></span>
|
<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-->
|
<!--@end-->
|
||||||
|
|
||||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||||
|
|
@ -108,11 +108,11 @@
|
||||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||||
|
|
||||||
<!--@if($document->getCommentCount())-->
|
<!--@if($document->getCommentCount())-->
|
||||||
<span class="replyAndTrackback" title="Replies"><img src="./images/common/iconReply.gif" alt="" width="12" height="12" class="icon" /> <strong>{$document->getCommentCount()}</strong></span>
|
<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-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--@if($document->getTrackbackCount())-->
|
<!--@if($document->getTrackbackCount())-->
|
||||||
<span class="replyAndTrackback" title="Trackbacks"><img src="./images/common/iconTrackback.gif" alt="" width="12" height="13" class="trackback icon" /> <strong>{$document->getTrackbackCount()}</strong></span>
|
<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-->
|
<!--@end-->
|
||||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||