diff --git a/modules/board/skins/xe_list/css/white.css b/modules/board/skins/xe_list/css/white.css index 5af351e1f..0fba0f677 100644 --- a/modules/board/skins/xe_list/css/white.css +++ b/modules/board/skins/xe_list/css/white.css @@ -49,9 +49,9 @@ Jeong, Chan Myeong 070601~070630 .boardList th { color:#3e3f3e; font-weight:normal; border-bottom:1px solid #ffffff; padding:.8em .5em .5em .5em; background:#ffffff url(../images/white/lineBoardListTh.gif) no-repeat left bottom;} .boardList th a { color:#3e3f3e; text-decoration:none; } .boardList th.num { background-position:-3px bottom; border-left:1px solid #ffffff; } -.boardList th.category { padding:0 .2em 0 .5em; white-space:nowrap;} -.boardList th.category.thumbStyle { background-position:-3px bottom !important; border-left:1px solid #ffffff; text-align:left;} -.boardList th.title select { vertical-align:middle; margin-left:1em; } +.boardList th.title { text-align:center; } +.boardList th.category { text-align:left; } +.boardList th.title select { vertical-align:middle; margin-left:.5em; } .boardList th.reading { white-space:nowrap;} .boardList th.recommend { white-space:nowrap;} .boardList th.date { border-right:1px solid #ffffff;} @@ -73,7 +73,7 @@ Jeong, Chan Myeong 070601~070630 .boardList td.author a { font-size:1em; color:#333333;} .boardList td.reading { font:.8em Tahoma; color:#999999; text-align:center;} .boardList td.recommend { font:bold .8em Tahoma; color:#ff6600; text-align:center;} -.boardList td.date { font:.8em Tahoma; color:#999999; text-align:center;} +.boardList td.date { font:.8em Tahoma; color:#999999; text-align:center; white-space:nowrap;} .boardList td.summary { border-top:none; vertical-align:top; color:#666666; line-height:1.25em;} .boardList td.summary a { color:#666666; text-decoration:none; line-height:inherit;} .boardList td.summary a:visited { color:#999999;} diff --git a/modules/board/skins/xe_list/list.html b/modules/board/skins/xe_list/list.html index 429398bf7..99ab3c9f0 100644 --- a/modules/board/skins/xe_list/list.html +++ b/modules/board/skins/xe_list/list.html @@ -13,8 +13,8 @@ - - + - + {@ $order_icon = "buttonDescending.gif" } @@ -40,11 +40,13 @@ {@ $order_type = "desc"; } - + - + - + + + @@ -63,12 +65,12 @@ - + - + @@ -103,10 +105,11 @@ {$document->getTrackbackCount()} - - - - + + + + + diff --git a/modules/board/skins/xe_list/skin.xml b/modules/board/skins/xe_list/skin.xml index 11b2685a5..95013345b 100644 --- a/modules/board/skins/xe_list/skin.xml +++ b/modules/board/skins/xe_list/skin.xml @@ -84,5 +84,53 @@ NY + + 번호 표시 + number 显示 + Show number + Y + N + + + + 글쓴이 표시 + 昵称 显示 + Show author + Y + N + + + + 작성일 표시 + 登录日期 显示 + Show date published + Y + N + + + + 조회수 표시 + 浏览数 显示 + Show views + Y + N + + + + 추천수 표시 + 推荐数 显示 + Show votes + Y + N + + + + 최근 변경시간 표시 + 近期修改日期 显示 + Show last update + N + Y + + diff --git a/modules/layout/layout.admin.controller.php b/modules/layout/layout.admin.controller.php index fff3c36d9..7c4f5612a 100644 --- a/modules/layout/layout.admin.controller.php +++ b/modules/layout/layout.admin.controller.php @@ -92,8 +92,8 @@ // 정상적으로 업로드된 파일이 아니면 무시 if(!$image_obj['tmp_name'] || !is_uploaded_file($image_obj['tmp_name'])) continue; - // 이미지 파일이 아니어도 무시 - if(!eregi("\.(jpg|jpeg|gif|png)$", $image_obj['name'])) continue; + // 이미지 파일이 아니어도 무시 (swf는 패스~) + if(!eregi("\.(jpg|jpeg|gif|png|swf)$", $image_obj['name'])) continue; // 경로를 정해서 업로드 $path = sprintf("./files/attach/images/%s/", $args->layout_srl);
{$lang->no} + {$lang->no}
@@ -30,7 +30,7 @@ {$lang->title}
{$lang->writer}{$lang->writer} {$lang->readed_count}{$lang->readed_count}{$lang->voted_count}{$lang->voted_count}{$lang->date}{$lang->date}{$lang->last_update}
{$lang->notice}{$lang->notice}
{$no}{$no}
{$document->getNickName()}
{$document->get('readed_count')}{$document->get('voted_count')}{$document->getRegdate('Y-m-d')}
{$document->getNickName()}
{$document->get('readed_count')}{$document->get('voted_count')}{$document->getRegdate('Y-m-d')}{zdate($document->get('last_update'),'Y-m-d H:m')}