From 74f49c934b762e4f9c71aa880478b71ac021649c Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 10 Nov 2008 02:32:33 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4825 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/board/skins/xe_default/_header.html | 1 + .../skins/xe_default/_style.gallery.html | 72 ++++++++----------- .../board/skins/xe_default/_style.list.html | 4 +- .../skins/xe_default/_style.webzine.html | 4 +- modules/board/skins/xe_default/comment.html | 1 + modules/board/skins/xe_default/css/board.css | 3 +- .../board/skins/xe_default/view_document.html | 2 +- 7 files changed, 38 insertions(+), 49 deletions(-) diff --git a/modules/board/skins/xe_default/_header.html b/modules/board/skins/xe_default/_header.html index 7ba25a8c2..a9b7744dc 100644 --- a/modules/board/skins/xe_default/_header.html +++ b/modules/board/skins/xe_default/_header.html @@ -29,6 +29,7 @@ {@ $order_type = "desc"; } +{$module_info->default_style = 'blog' } {@ $module_info->default_style = 'gallery'} diff --git a/modules/board/skins/xe_default/_style.gallery.html b/modules/board/skins/xe_default/_style.gallery.html index f8daefd66..7cc0c0ac0 100644 --- a/modules/board/skins/xe_default/_style.gallery.html +++ b/modules/board/skins/xe_default/_style.gallery.html @@ -37,51 +37,38 @@ + + + + + + +
{$lang->notice}isCarted())-->checked="checked" /> + + {$category_list[$document->get('category_srl')]->title} + - {@ $_col_count = 1; } - {@ $_col_count++} - {@ $_col_count++} - {@ $_col_count++} - {@ $_col_count++} - {@ $_col_count++} - {@ $_col_count++} - {@ $_col_count++} - - - - - - {@ $no_line_class = " no_line" } - - {@ $no_line_class=""} - - {@ $no_line_class=""} - - - - - - - - + {$document->getTitle($module_info->subject_cut_size)} + + + {$document->getCommentCount()} + + + + {$document->getTrackbackCount()} + + + {$document->printExtraImages(60*60*$module_info->duration_new)} + + + + + + - + +
{$lang->no} - - - - - - - {$lang->title} - {$lang->writer}{$lang->readed_count}sort{$lang->voted_count}sort{$lang->date}sort{$lang->last_update}sort
{$document->getNickName()}
{$document->get('readed_count')>0?$document->get('readed_count'):' '}{$document->get('voted_count')!=0?$document->get('voted_count'):' '}{$document->getRegdate('Y-m-d')}{zdate($document->get('last_update'),'Y-m-d H:i')}
- - {@ $height = $module_info->thumbnail_height + 50; } {@ $height += 0 } @@ -106,7 +93,6 @@ - TEXT {$category_list[$document->get('category_srl')]->title} diff --git a/modules/board/skins/xe_default/_style.list.html b/modules/board/skins/xe_default/_style.list.html index 59b5380a2..70be14c0c 100644 --- a/modules/board/skins/xe_default/_style.list.html +++ b/modules/board/skins/xe_default/_style.list.html @@ -67,7 +67,7 @@ {$document->getTitle($module_info->subject_cut_size)} - {$document->getCommentCount()} + {$document->getCommentCount()} @@ -96,7 +96,7 @@ {$document->getTitle($module_info->subject_cut_size)} - {$document->getCommentCount()} + [{$document->getCommentCount()}] diff --git a/modules/board/skins/xe_default/_style.webzine.html b/modules/board/skins/xe_default/_style.webzine.html index a19d02f2f..b960eacbf 100644 --- a/modules/board/skins/xe_default/_style.webzine.html +++ b/modules/board/skins/xe_default/_style.webzine.html @@ -66,7 +66,7 @@ {$document->getTitle($module_info->subject_cut_size)} - {$document->getCommentCount()} + [{$document->getCommentCount()}] @@ -99,7 +99,7 @@ {$document->getTitle($module_info->subject_cut_size)} - {$document->getCommentCount()} + [{$document->getCommentCount()}] diff --git a/modules/board/skins/xe_default/comment.html b/modules/board/skins/xe_default/comment.html index bfabfa2be..fedad19b7 100644 --- a/modules/board/skins/xe_default/comment.html +++ b/modules/board/skins/xe_default/comment.html @@ -40,6 +40,7 @@ +
diff --git a/modules/board/skins/xe_default/css/board.css b/modules/board/skins/xe_default/css/board.css index b236a0713..795fbbc60 100644 --- a/modules/board/skins/xe_default/css/board.css +++ b/modules/board/skins/xe_default/css/board.css @@ -70,6 +70,7 @@ .boardList td.title img{ vertical-align:middle; margin:0 1px;} .boardList td.title .replyNum{ font:11px Tahoma;} .boardList td.title .replyNum sup{ font:10px Tahoma;} +.boardList td.title .replyNum strong { font-weight:normal; } .boardList td.author{ text-align:left; } .boardList td.replies{ font:11px Tahoma;} .boardList td.reading{ font:11px Tahoma;} @@ -109,7 +110,7 @@ .thumbList li .thumb a .category{ position:absolute; left:0; bottom:0; width:100%; padding:2px 0; white-space:nowrap; 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 .author{ white-space:nowrap;} .thumbList li .reading{ font:11px Tahoma;} .thumbList li .recommend{ font:11px Tahoma;} .thumbList li .date{ font:11px Tahoma;} diff --git a/modules/board/skins/xe_default/view_document.html b/modules/board/skins/xe_default/view_document.html index a68fa5e2b..1093139b8 100644 --- a/modules/board/skins/xe_default/view_document.html +++ b/modules/board/skins/xe_default/view_document.html @@ -148,7 +148,7 @@ - +