diff --git a/modules/board/board.admin.view.php b/modules/board/board.admin.view.php index 291e0b1d7..3479f2dbc 100644 --- a/modules/board/board.admin.view.php +++ b/modules/board/board.admin.view.php @@ -157,6 +157,10 @@ $oModuleModel = &getModel('module'); $skin_info = $oModuleModel->loadSkinInfo($this->module_path, $skin); + if(!$skin_info) { + $skin = 'xe_default'; + $skin_info = $oModuleModel->loadSkinInfo($this->module_path, $skin); + } // skin_info에 extra_vars 값을 지정 if(count($skin_info->extra_vars)) { diff --git a/modules/board/skins/xe_default/_style.gallery.html b/modules/board/skins/xe_default/_style.gallery.html index a0857280e..9ea2f3f1b 100644 --- a/modules/board/skins/xe_default/_style.gallery.html +++ b/modules/board/skins/xe_default/_style.gallery.html @@ -93,11 +93,11 @@ {$document->getTitle($module_info->subject_cut_size)} - {$document->getCommentCount()}Replies + {$document->getCommentCount()} - {$document->getTrackbackCount()}Tackbacks + {$document->getTrackbackCount()}T {$document->printExtraImages(60*60*$module_info->duration_new)} diff --git a/modules/board/skins/xe_default/_style.list.html b/modules/board/skins/xe_default/_style.list.html index 155fbba04..59b5380a2 100644 --- a/modules/board/skins/xe_default/_style.list.html +++ b/modules/board/skins/xe_default/_style.list.html @@ -67,11 +67,11 @@ {$document->getTitle($module_info->subject_cut_size)} - {$document->getCommentCount()}Replies + {$document->getCommentCount()} - {$document->getTrackbackCount()}Tackbacks + {$document->getTrackbackCount()}T {$document->printExtraImages(60*60*$module_info->duration_new)} @@ -96,11 +96,11 @@ {$document->getTitle($module_info->subject_cut_size)} - {$document->getCommentCount()}Replies + {$document->getCommentCount()} - {$document->getTrackbackCount()}Tackbacks + {$document->getTrackbackCount()}T {$document->printExtraImages(60*60*$module_info->duration_new)} diff --git a/modules/board/skins/xe_default/_style.webzine.html b/modules/board/skins/xe_default/_style.webzine.html index 8631db851..a19d02f2f 100644 --- a/modules/board/skins/xe_default/_style.webzine.html +++ b/modules/board/skins/xe_default/_style.webzine.html @@ -66,11 +66,11 @@ {$document->getTitle($module_info->subject_cut_size)} - {$document->getCommentCount()}Replies + {$document->getCommentCount()} - {$document->getTrackbackCount()}Tackbacks + {$document->getTrackbackCount()}T {$document->printExtraImages(60*60*$module_info->duration_new)} @@ -99,11 +99,11 @@ {$document->getTitle($module_info->subject_cut_size)} - {$document->getCommentCount()}Replies + {$document->getCommentCount()} - {$document->getTrackbackCount()}Tackbacks + {$document->getTrackbackCount()}T {$document->printExtraImages(60*60*$module_info->duration_new)} diff --git a/modules/board/skins/xe_default/comment.html b/modules/board/skins/xe_default/comment.html index 246a1df3d..4d96d14bf 100644 --- a/modules/board/skins/xe_default/comment.html +++ b/modules/board/skins/xe_default/comment.html @@ -3,7 +3,7 @@

- '{$oDocument->getCommentcount()}' Replies + '{$oDocument->getCommentcount()}' {$lang->comment}

@@ -48,7 +48,7 @@
-
Attached File :
+
{$lang->uploaded_file} :
{@ $_uploaded_files = $comment->getUploadedFiles() }
{$file->source_filename} [File Size:{FileHandler::filesize($file->file_size)}/Download{number_format($file->download_count)}]
@@ -57,7 +57,7 @@
-
Time :
+
{$lang->regdate} :
{$comment->getRegdate('Y.m.d')}
@@ -69,10 +69,10 @@ diff --git a/modules/board/skins/xe_default/css/board.css b/modules/board/skins/xe_default/css/board.css index 0226e9b93..bcb0d12df 100644 --- a/modules/board/skins/xe_default/css/board.css +++ b/modules/board/skins/xe_default/css/board.css @@ -4,7 +4,7 @@ /* Zeroboard XE */ /* Board Reset */ -.board{ font-family:NanumGothic, "Malgun Gothic", AppleGothic, Gulim, Dotum, Tahoma, Sans-serif; line-height:normal; font-size:1.1em;} +.board{ font-family:AppleGothic, Dotum, Tahoma, Sans-serif; line-height:normal; font-size:1.1em;} .board *{ font-size:1em;} .board .inputText, .board textarea{ border:1px solid;} @@ -70,7 +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.author{} +.boardList td.author{ text-align:left; } .boardList td.replies{ font:11px Tahoma;} .boardList td.reading{ font:11px Tahoma;} .boardList td.recommend{ font:11px Tahoma;} @@ -141,7 +141,7 @@ .boardReadHeader em{ position:relative; top:5px; float:right; font-style:normal; font-weight:bold; font-size:1em;} .boardReadHeader a{ font-weight:bold; font-size:1em;} -.boardReadBody{ padding-bottom:15px; border-bottom:1px solid; line-height:1.5em;} +.boardReadBody{ padding-bottom:15px; border-bottom:1px solid; line-height:1.5em; overflow:hidden;} .boardReadBody .document_popup_menu{ margin-top:20px; text-align:right;} .boardReadBody .document_popup_menu a{ text-decoration:underline;} .boardReadBody .xe_content{ margin-bottom:15px; line-height:1.6em;} diff --git a/modules/board/skins/xe_default/view_document.html b/modules/board/skins/xe_default/view_document.html index c1a4cfaee..3f038930e 100644 --- a/modules/board/skins/xe_default/view_document.html +++ b/modules/board/skins/xe_default/view_document.html @@ -72,7 +72,7 @@
-
Category :
+
{$lang->category} :
{$category_list[$oDocument->get('category_srl')]->title}
@@ -81,7 +81,7 @@ {@ $tag_list = $oDocument->get('tag_list') }
-
Tag :
+
{$lang->tag} :
{@ $tag = $tag_list[$i]; }
@@ -91,7 +91,7 @@
-
Attached File :
+
{$lang->uploaded_file} :
{@ $uploaded_list = $oDocument->getUploadedFiles() }
{$file->source_filename} [File Size:{FileHandler::filesize($file->file_size)}/Download:{number_format($file->download_count)}]
@@ -103,24 +103,24 @@
-
Read :
+
{$lang->readed_count} :
{$oDocument->get('readed_count')}
-
Vote :
+
{$lang->voted_count} :
{$oDocument->get('voted_count')} / {$oDocument->get('blamed_count')}
-
Time :
+
{$lang->regdate} :
{$oDocument->getRegdate('Y.m.d')}
{$oDocument->getRegdate('H:i:s')} ({$oDocument->getIpaddress()})
-
Tracback :
+
{$lang->trackback} :
{$oDocument->getTrackbackUrl()}
-
Permalink :
+
{$lang->document_url} :
{$oDocument->getPermanentUrl()}