diff --git a/modules/admin/lang/ko.lang.php b/modules/admin/lang/ko.lang.php index daa960ab9..b1bcef67a 100644 --- a/modules/admin/lang/ko.lang.php +++ b/modules/admin/lang/ko.lang.php @@ -17,6 +17,8 @@ $lang->table_count = "테이블수"; $lang->installed_path = "설치경로"; + $lang->cmd_shortcut_management = "메뉴 편집하기"; + $lang->msg_is_not_administrator = '관리자만 접속이 가능합니다'; $lang->msg_manage_module_cannot_delete = '모듈, 애드온, 레이아웃, 위젯 모듈의 바로가기는 삭제 불가능합니다'; $lang->msg_default_act_is_null = '기본 관리자 Action이 지정되어 있지 않아 바로가기 등록을 할 수가 없습니다'; diff --git a/modules/admin/tpl/css/admin.css b/modules/admin/tpl/css/admin.css index 9e8c289d7..cd4523975 100644 --- a/modules/admin/tpl/css/admin.css +++ b/modules/admin/tpl/css/admin.css @@ -1,39 +1,221 @@ @charset "utf-8"; +/* +NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/) +Jeong, Chan Myeong 070601~070630 +*/ -#admin_title { - font-size:20pt; - font-weight:bold; - float:left; - height:30px; -} +/* +Used Hack -#admin_sub_menu{ - float:right; - height:30px; -} +IE6 & Below +{ property:value; _property:value;} -#admin_main_menu { - clear:both; - text-align:right; - margin-bottom:10px; -} +IE7 Only +*:first-child+html #selector -#admin_main_menu .selected { - font-weight:bold; -} +*/ -#admin_module_info { - border:1px solid #EEEEEE; - padding:5px; - margin-bottom:20px; -} +/* default.css - Type Selector Definition */ +* { margin:0; padding:0; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;} +html, body { } +html { width:100%; position:relative;} +body { font-size:.75em; width:100%; background:#2f2f2f; margin:0em;} +img { border:none;} +label { cursor:pointer;} +select { height:1.6em;} +option { padding-right:.5em;} +li { list-style:none;} +a { text-decoration:none;} +a:hover { text-decoration:underline;} +address { font-style:normal;} -#admin_module_info a { - color:#000000; - font-weight:bold; - text-decoration:none; -} +/* Input Style Definition */ +.inputTypeText { border:1px solid #c9c9c9; padding:3px; height:1em; line-height:1em; background:#ffffff;} +.inputTypeText:hover, +.inputTypeText:focus { background:#f4f4f4;} +.inputTypeTextArea { border:1px solid #c9c9c9; padding:3px; background:#ffffff;} -#admin_content { - clear:both; -} +/* Internet Explorer 6 PNG Bug Fix */ +.iePngFix { behavior:url(../js/iePngFix.htc);} + +/* Special Class Selector */ +.fr { float:right;} +.fl { float:left;} +.fwB { font-weight:bold;} + +/* ----- Header | Start ----- */ + +#header { position:relative; height:71px; background:url(../images/headerBg.gif) repeat-x; overflow:hidden; clear:both; z-index:99;} +#header h1 { float:left; width:180px; height:71px; position:relative; background:url(../images/h1_bg.gif) no-repeat;} +#header h1 img { position:absolute; top:29px; left:29px;} +#header #logout { width:470px; height:71px; float:right; background:url(../images/headerBgEnd.png) no-repeat right top;} +#header #logout a { float:right; position:relative; top:29px; right:24px;} + +/* ----- Header | End ----- */ + +/* ----- cBody | Start ----- */ + +#cBody { position:relative; clear:both; padding:0px 18px 0px 198px; margin:-71px 0 -38px 0; overflow:hidden; background:#ffffff url(../images/menuBg.gif) repeat-y;} + +#gNavigation { float:left; width:180px; padding:71px 0 200px 0; margin-right:18px; margin-left:-198px; _margin-left:-99px;} +#gNavigation h2 { margin-bottom:8px;} +#gNavigation ul { width:180px;} +#gNavigation ul li { width:180px; height:30px; background:url(../images/menuBg.png) no-repeat left top; behavior:url(../js/iePngFix.htc);} +#gNavigation ul li.on { background-position:left -30px; margin-top:-2px; _background:url(../images/menuBgIeFix.png) no-repeat left top;} +#gNavigation ul li.on a { color:#ffffff; font-weight:bold;} +#gNavigation ul li a { display:block; padding:9px 0 0 28px; height:21px; color:#606060;} +#gNavigation .menuEdit { float:left; padding:15px 0 0 26px;} + +#content { float:left; width:100%; padding:71px 0 100px 0;} +#content h3 { position:relative; padding:22px 0 7px 0; border-bottom:2px solid #f2250d; background:url(../images/h3.gif) no-repeat 1px 24px; font-size:1.4em; margin-bottom:10px; text-indent:24px; z-index:99;} +#content h3 .gray { color:#9d9d9d;} +#content .pass { background:url(../images/h4.gif) no-repeat .5em center; padding-left:1em; color:#606060; font-size:1em;} +#content .header4 { overflow:hidden;} +#content h4 { font-size:1em; color:#f2250d; float:left; padding:.5em 0 1.2em 2em;} +#content h4 .bracket { font-weight:normal; color:#9d9d9d;} +#content h4 .vr { font-weight:normal; color:#d1d1d1;} +#content h4 .view { color:#158692; padding-right:.6em; font:bold .9em Tahoma; background:url(../images/iconView.gif) no-repeat right center;} +#content .header4 .summary { font:.9em Tahoma; color:#636363; float:left; padding:.5em 0 1.2em 2em;} +#content .header4 .summary .vr { font-weight:normal; color:#d1d1d1; margin:0 .5em;} +#content .header4 .summary em { color:#ff1d00; font-style:normal;} + +/* ----- cBody | End ----- */ + +/* ----- Footer | Start ----- */ + +#footer { position:relative; width:100%; clear:both; height:38px; overflow:hidden; background:url(../images/footerBg.gif) repeat-x left 3px;} +#footer .footerLine { height:3px; width:100%; float:left; clear:both;} +#footer .footerLeft { float:left;} +#footer address { position:absolute; top:3px; right:0; width:350px; height:35px; background:url(../images/addressBg.gif) no-repeat right top;} +#footer address img { position:absolute; top:15px; left:38px;} +#footer address .version { position:absolute; top:10px; left:297px; font:.8em Tahoma; color:#ffffff;} +#footer address .version strong { font:bold 1em Tahoma; color:#ff0000; } + +/* ----- Footer | End ----- */ + +/* ----- Content | Start ----- */ + +/* localNavigation */ +.localNavigation { float:right;} +.localNavigation li { float:left; border:2px solid #e0dfde; margin-right:.3em;} +.localNavigation li.on { border:2px solid #ff1a00; margin-right:.3em;} +.localNavigation li a { padding:.4em 1em .2em 1em; display:block; float:left; font-size:.9em; color:#606060;} +.localNavigation li.on a { color:#f2250d;} + +/* buttonType */ +.buttonRight { float:right; padding-top:15px;} +.buttonRight li { float:left; margin-right:.3em;} +.buttonLeft { float:left; padding-top:15px;} + +.buttonTypeA { display:block; cursor:pointer; background:url(../images/buttonTypeACenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;} +.buttonTypeA:hover { text-decoration:none;} +.buttonTypeA img { vertical-align:middle;} +.buttonTypeA input { border:none; cursor:pointer; background:url(../images/white/buttonTypeACenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;border:0px; _position:relative; _top:3px;} +.buttonTypeA .leftCap { width:2px; height:24px; background:url(../images/buttonTypeALeft.gif) no-repeat; margin:0 .3em 0 0; position:relative; left:-1px;} +.buttonTypeA .rightCap { width:2px; height:24px; background:url(../images/buttonTypeARight.gif) no-repeat; margin:0 -1px 0 .4em;} +.buttonTypeA .icon { margin:0 .4em 0 .2em;} + +.buttonTypeB { display:block; cursor:pointer; background:url(../images/buttonTypeBCenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; font-size:.9em; white-space:nowrap;} +.buttonTypeB:hover { text-decoration:none;} +.buttonTypeB img { vertical-align:middle;} +.buttonTypeB input { border:none; cursor:pointer; background:url(../images/white/buttonTypeBCenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;border:0px; _position:relative; _top:4px;} +.buttonTypeB .leftCap { width:2px; height:21px; background:url(../images/buttonTypeBLeft.gif) no-repeat; margin:0 .3em 0 0; position:relative; left:-1px;} +.buttonTypeB .rightCap { width:2px; height:21px; background:url(../images/buttonTypeBRight.gif) no-repeat; margin:0 -1px 0 .4em;} +.buttonTypeB .icon { margin:0 .2em;} + +.buttonTypeGo { border:none; cursor:pointer; width:24px; height:20px; background:url(../images/buttonTypeInput24.gif) no-repeat; font:.75em Tahoma; text-align:center;} + +/* pageNavigation */ +.pageNavigation { display:block; padding:1.5em 0 2em 0; text-align:center; font:bold .8em Tahoma; } +.pageNavigation a { position:relative; margin-left:-4px; font:bold 1em Tahoma; color:#666666; display:inline-block; padding:1px 7px 2px 6px; border-left:1px solid #dedfde; border-right:1px solid #CCCCCC; text-decoration:none; line-height:1em; } +.pageNavigation a:hover { background:#F7F7F7; text-decoration:none; } +.pageNavigation a:visited { color:#999999;} +.pageNavigation a.goToFirst, +.pageNavigation a.goToLast { border:none; border-right:1px solid #ffffff; border-left:1px solid #ffffff; z-index:99; vertical-align:top; padding:0px 7px 4px 6px;} +.pageNavigation a.goToFirst img, +.pageNavigation a.goToLast img { display:inline-block; padding:2px 0; position:relative; top:2px; _top:1px;} +.pageNavigation .current { position:relative; margin-left:-4px; font:bold 1em Tahoma; color:#ff6600; display:inline-block; padding:1px 7px 1px 6px; border-left:1px solid #dedfde; border-right:1px solid #CCCCCC; text-decoration:none; line-height:1em; } + +/* tableStyle */ +#content .infoText { border:1px solid #f2f2f0; margin-bottom:12px; background:#f9f9f6; padding:1.2em; color:#7b7972; font-size:.9em; line-height:1.4em;} +#content .tableSummaryType1 { font:bold .8em Tahoma; color:#a0a0a0; margin-bottom:10px;} +#content .tableSummaryType1 strong { font:bold 1em Tahoma; color:#ff1a00;} +#content .tableType1 { width:100%; border-bottom:2px solid #c1c0bd;} +#content .tableType1 th { font-weight:normal; color:#ffffff; background:url(../images/tableType1Header.gif) repeat-x; height:28px;} +#content .tableType1 td { text-align:center; color:#636363; height:30px; border-top:1px solid #ededed;} +#content .tableType1 td a { color:#1d1d1d;} +#content .tableType1 .tahoma { font-size:.9em; font-family:Tahoma;} +#content .tableType1 .tahoma a { font-size:1em;} +#content .tableType1 td.blue a { color:#158692;} +#content .tableType1 td.red a { color:#c95b53;} + +#content .tableType2 { border:2px solid #c1c0bd; border-left:none; border-right:none; width:100%;} +#content .tableType2 th { border-top:1px solid #fbfbfb; border-bottom:1px solid #e4e4e4; background:#f5f5f5; padding:10px 10px 10px 2em; font-weight:normal; text-align:left; color:#606060;} +#content .tableType2 td { border-bottom:1px solid #ededed; padding:10px 10px 7px 10px; font-size:.9em; color:#7b7972;} +#content .tableType2 td input, +#content .tableType2 td textarea, +#content .tableType2 td select { margin-bottom:.5em; vertical-align:middle; font-size:1em; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6;} +#content .tableType2 td .w100 { width:100%; display:block;} +#content .tableType2 td .checkbox { margin:-3px;} +#content .tableType2 td p { line-height:1.4em;} + +#content .tableType3 { width:100%; border-bottom:2px solid #c1c0bd;} +#content .tableType3 th, +#content .tableType3 td { border-top:1px solid #bfbfbf;} +#content .tableType3 thead th { font-weight:normal; color:#ffffff; background:url(../images/tableType1Header.gif) repeat-x; height:28px;} +#content .tableType3 tbody th { font-weight:normal; color:#606060; text-align:left; background:#f5f5f5; padding:10px 10px 10px 2em;} +#content .tableType3 tbody th img { vertical-align:middle; margin-top:-2px;} +#content .tableType3 td { text-align:center; color:#636363; border-left:1px solid #ededed; padding:10px 10px 7px 10px;} +#content .tableType3 td.colSpan { text-align:left; border-top:1px solid #ededed;} +#content .tableType3 td a { color:#1d1d1d;} +#content .tableType3 .tahoma { font-size:.9em; font-family:Tahoma;} +#content .tableType3 .tahoma a { font-size:1em;} +#content .tableType3 td.left { text-align:left; } +#content .tableType3 td label { margin-right:1em; } +#content .tableType3 td a.blue { color:#158692;} +#content .tableType3 td a.red { color:#c95b53;} +#content .tableType3 td input, +#content .tableType3 td textarea, +#content .tableType3 td select { margin-bottom:.5em; vertical-align:middle; font-size:1em; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6;} +#content .tableType3 td .w100 { width:100%; display:block;} + +#content .tableType4 { border:2px solid #c1c0bd; border-left:none; border-right:none; width:100%;} +#content .tableType4 th { border-top:1px solid #fbfbfb; border-bottom:1px solid #e4e4e4; background:#f5f5f5; padding:10px 10px 10px 2em; font-weight:normal; text-align:left; color:#606060;} +#content .tableType4 td { border-bottom:1px solid #ededed; padding:10px 10px 7px 10px; color:#7b7972;} +#content .tableType4 td input, +#content .tableType4 td textarea, +#content .tableType4 td select { margin-bottom:.5em; vertical-align:middle;font-size:1em; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6;} +#content .tableType4 td label { margin-right:1em; } +#content .tableType4 td .w100 { width:100%; display:block;} +#content .tableType4 td .checkbox { margin:-3px;} +#content .tableType4 td p { line-height:1.4em;} + +/* ----- Content | End ----- */ + +/* ----- Popup | Start ----- */ + +/* popup */ +#popHeadder { height:40px; background:url(../images/popupTopBg.png) repeat-x left top;} +#popHeadder h1 { padding:13px 0 0 19px; height:27px; background:url(../images/popupTopBgEnd.png) no-repeat right top; font-size:1.2em; color:#d8d8d8;} +#popBody { padding:1em; background:#ffffff;} +#popFooter { background:#f7f7f6; border-top:1px solid #e8e8e7; padding:.5em 0 .5em 0; overflow:hidden; width:100%;} +#popFooter .close { position:relative; left:50%; margin-left:-1em; float:left;} + +#popBody .tableType5 { border:1px solid #c1c0bd; border-left:none; border-right:none; width:100%;} +#popBody .tableType5 th { border-top:1px solid #fbfbfb; border-bottom:1px solid #e4e4e4; background:#f5f5f5; padding:8px 10px 7px 2em; font-weight:normal; text-align:left; color:#606060;} +#popBody .tableType5 td { border-bottom:1px solid #ededed; padding:8px 10px 7px 10px; color:#7b7972;} +#popBody .tableType5 td input, +#popBody .tableType5 td textarea, +#popBody .tableType5 td select { margin-bottom:.5em; vertical-align:middle;} +#popBody .tableType5 td .w100 { width:100%; display:block;} +#popBody .tableType5 td .checkbox { margin:-3px; margin-bottom:1em; } +#popBody .tableType5 td p { line-height:1.4em;} +#popBody .tableType5 .borderBottomNone { border-bottom:none;} + +/* ----- Popup | End ----- */ + +/* ----- Category Manager | Start ----- */ +#category_list { float:left; width:320px; padding:.5em 0 .5em 0; margin-bottom:2em; border-top:2px solid #c1c0bd; border-bottom:2px solid #c1c0bd;} +#category_list .checkbox { margin-top:1em; border:0px; } +#category_info { float:left; width:370px; padding-left:10px; } +/* ----- Category Manager | End ----- */ diff --git a/modules/admin/tpl/images/address.gif b/modules/admin/tpl/images/address.gif new file mode 100644 index 000000000..76d8d775b Binary files /dev/null and b/modules/admin/tpl/images/address.gif differ diff --git a/modules/admin/tpl/images/addressBg.gif b/modules/admin/tpl/images/addressBg.gif new file mode 100644 index 000000000..ae501212c Binary files /dev/null and b/modules/admin/tpl/images/addressBg.gif differ diff --git a/modules/admin/tpl/images/blank.gif b/modules/admin/tpl/images/blank.gif new file mode 100644 index 000000000..35d42e808 Binary files /dev/null and b/modules/admin/tpl/images/blank.gif differ diff --git a/modules/admin/tpl/images/bottomGotoFirst.gif b/modules/admin/tpl/images/bottomGotoFirst.gif new file mode 100644 index 000000000..e0297fecb Binary files /dev/null and b/modules/admin/tpl/images/bottomGotoFirst.gif differ diff --git a/modules/admin/tpl/images/bottomGotoLast.gif b/modules/admin/tpl/images/bottomGotoLast.gif new file mode 100644 index 000000000..0a7141d0d Binary files /dev/null and b/modules/admin/tpl/images/bottomGotoLast.gif differ diff --git a/modules/admin/tpl/images/buttonLogout.png b/modules/admin/tpl/images/buttonLogout.png new file mode 100644 index 000000000..5352f97ec Binary files /dev/null and b/modules/admin/tpl/images/buttonLogout.png differ diff --git a/modules/admin/tpl/images/buttonTypeACenter.gif b/modules/admin/tpl/images/buttonTypeACenter.gif new file mode 100644 index 000000000..56127ea2e Binary files /dev/null and b/modules/admin/tpl/images/buttonTypeACenter.gif differ diff --git a/modules/admin/tpl/images/buttonTypeALeft.gif b/modules/admin/tpl/images/buttonTypeALeft.gif new file mode 100644 index 000000000..12839fe05 Binary files /dev/null and b/modules/admin/tpl/images/buttonTypeALeft.gif differ diff --git a/modules/admin/tpl/images/buttonTypeARight.gif b/modules/admin/tpl/images/buttonTypeARight.gif new file mode 100644 index 000000000..1dd5aac05 Binary files /dev/null and b/modules/admin/tpl/images/buttonTypeARight.gif differ diff --git a/modules/admin/tpl/images/buttonTypeBCenter.gif b/modules/admin/tpl/images/buttonTypeBCenter.gif new file mode 100644 index 000000000..cef8361e8 Binary files /dev/null and b/modules/admin/tpl/images/buttonTypeBCenter.gif differ diff --git a/modules/admin/tpl/images/buttonTypeBLeft.gif b/modules/admin/tpl/images/buttonTypeBLeft.gif new file mode 100644 index 000000000..4614e6946 Binary files /dev/null and b/modules/admin/tpl/images/buttonTypeBLeft.gif differ diff --git a/modules/admin/tpl/images/buttonTypeBRight.gif b/modules/admin/tpl/images/buttonTypeBRight.gif new file mode 100644 index 000000000..8136596ae Binary files /dev/null and b/modules/admin/tpl/images/buttonTypeBRight.gif differ diff --git a/modules/admin/tpl/images/buttonTypeInput24.gif b/modules/admin/tpl/images/buttonTypeInput24.gif new file mode 100644 index 000000000..0dcfc0e3d Binary files /dev/null and b/modules/admin/tpl/images/buttonTypeInput24.gif differ diff --git a/modules/admin/tpl/images/button_down.gif b/modules/admin/tpl/images/button_down.gif new file mode 100644 index 000000000..d89fe1a5a Binary files /dev/null and b/modules/admin/tpl/images/button_down.gif differ diff --git a/modules/admin/tpl/images/button_up.gif b/modules/admin/tpl/images/button_up.gif new file mode 100644 index 000000000..1660d5ced Binary files /dev/null and b/modules/admin/tpl/images/button_up.gif differ diff --git a/modules/admin/tpl/images/footerBg.gif b/modules/admin/tpl/images/footerBg.gif new file mode 100644 index 000000000..945aa6cd6 Binary files /dev/null and b/modules/admin/tpl/images/footerBg.gif differ diff --git a/modules/admin/tpl/images/footerLeft.gif b/modules/admin/tpl/images/footerLeft.gif new file mode 100644 index 000000000..5a464f477 Binary files /dev/null and b/modules/admin/tpl/images/footerLeft.gif differ diff --git a/modules/admin/tpl/images/footerLine.gif b/modules/admin/tpl/images/footerLine.gif new file mode 100644 index 000000000..b5555e828 Binary files /dev/null and b/modules/admin/tpl/images/footerLine.gif differ diff --git a/modules/admin/tpl/images/h1.png b/modules/admin/tpl/images/h1.png new file mode 100644 index 000000000..96fa3bdad Binary files /dev/null and b/modules/admin/tpl/images/h1.png differ diff --git a/modules/admin/tpl/images/h1_bg.gif b/modules/admin/tpl/images/h1_bg.gif new file mode 100644 index 000000000..3ce4768b4 Binary files /dev/null and b/modules/admin/tpl/images/h1_bg.gif differ diff --git a/modules/admin/tpl/images/h2.gif b/modules/admin/tpl/images/h2.gif new file mode 100644 index 000000000..8e5918f8b Binary files /dev/null and b/modules/admin/tpl/images/h2.gif differ diff --git a/modules/admin/tpl/images/h3.gif b/modules/admin/tpl/images/h3.gif new file mode 100644 index 000000000..f159eaa5b Binary files /dev/null and b/modules/admin/tpl/images/h3.gif differ diff --git a/modules/admin/tpl/images/h4.gif b/modules/admin/tpl/images/h4.gif new file mode 100644 index 000000000..ace747f3f Binary files /dev/null and b/modules/admin/tpl/images/h4.gif differ diff --git a/modules/admin/tpl/images/headerBg.gif b/modules/admin/tpl/images/headerBg.gif new file mode 100644 index 000000000..4ddc519c5 Binary files /dev/null and b/modules/admin/tpl/images/headerBg.gif differ diff --git a/modules/admin/tpl/images/headerBgEnd.png b/modules/admin/tpl/images/headerBgEnd.png new file mode 100644 index 000000000..d484917b9 Binary files /dev/null and b/modules/admin/tpl/images/headerBgEnd.png differ diff --git a/modules/admin/tpl/images/iconCreate.gif b/modules/admin/tpl/images/iconCreate.gif new file mode 100644 index 000000000..0fdecf963 Binary files /dev/null and b/modules/admin/tpl/images/iconCreate.gif differ diff --git a/modules/admin/tpl/images/iconGallery.gif b/modules/admin/tpl/images/iconGallery.gif new file mode 100644 index 000000000..d75fb10cb Binary files /dev/null and b/modules/admin/tpl/images/iconGallery.gif differ diff --git a/modules/admin/tpl/images/iconGraph.gif b/modules/admin/tpl/images/iconGraph.gif new file mode 100644 index 000000000..a6f66bb73 Binary files /dev/null and b/modules/admin/tpl/images/iconGraph.gif differ diff --git a/modules/admin/tpl/images/iconHtml.gif b/modules/admin/tpl/images/iconHtml.gif new file mode 100644 index 000000000..7ca1ed109 Binary files /dev/null and b/modules/admin/tpl/images/iconHtml.gif differ diff --git a/modules/admin/tpl/images/iconImage.gif b/modules/admin/tpl/images/iconImage.gif new file mode 100644 index 000000000..1c3e4b1b8 Binary files /dev/null and b/modules/admin/tpl/images/iconImage.gif differ diff --git a/modules/admin/tpl/images/iconImoticon.gif b/modules/admin/tpl/images/iconImoticon.gif new file mode 100644 index 000000000..244ecbfcc Binary files /dev/null and b/modules/admin/tpl/images/iconImoticon.gif differ diff --git a/modules/admin/tpl/images/iconLink.gif b/modules/admin/tpl/images/iconLink.gif new file mode 100644 index 000000000..71de70f13 Binary files /dev/null and b/modules/admin/tpl/images/iconLink.gif differ diff --git a/modules/admin/tpl/images/iconMap.gif b/modules/admin/tpl/images/iconMap.gif new file mode 100644 index 000000000..24a77f428 Binary files /dev/null and b/modules/admin/tpl/images/iconMap.gif differ diff --git a/modules/admin/tpl/images/iconMedia.gif b/modules/admin/tpl/images/iconMedia.gif new file mode 100644 index 000000000..104abed57 Binary files /dev/null and b/modules/admin/tpl/images/iconMedia.gif differ diff --git a/modules/admin/tpl/images/iconQuote.gif b/modules/admin/tpl/images/iconQuote.gif new file mode 100644 index 000000000..06ae37600 Binary files /dev/null and b/modules/admin/tpl/images/iconQuote.gif differ diff --git a/modules/admin/tpl/images/iconTable.gif b/modules/admin/tpl/images/iconTable.gif new file mode 100644 index 000000000..a7ddb7ac4 Binary files /dev/null and b/modules/admin/tpl/images/iconTable.gif differ diff --git a/modules/admin/tpl/images/iconView.gif b/modules/admin/tpl/images/iconView.gif new file mode 100644 index 000000000..fc0d94e5c Binary files /dev/null and b/modules/admin/tpl/images/iconView.gif differ diff --git a/modules/admin/tpl/images/menuBg.gif b/modules/admin/tpl/images/menuBg.gif new file mode 100644 index 000000000..13362d836 Binary files /dev/null and b/modules/admin/tpl/images/menuBg.gif differ diff --git a/modules/admin/tpl/images/menuBg.png b/modules/admin/tpl/images/menuBg.png new file mode 100644 index 000000000..d2fc06b9b Binary files /dev/null and b/modules/admin/tpl/images/menuBg.png differ diff --git a/modules/admin/tpl/images/menuBgIeFix.png b/modules/admin/tpl/images/menuBgIeFix.png new file mode 100644 index 000000000..4f270e064 Binary files /dev/null and b/modules/admin/tpl/images/menuBgIeFix.png differ diff --git a/modules/admin/tpl/images/popupTopBg.png b/modules/admin/tpl/images/popupTopBg.png new file mode 100644 index 000000000..13b6af023 Binary files /dev/null and b/modules/admin/tpl/images/popupTopBg.png differ diff --git a/modules/admin/tpl/images/popupTopBgEnd.png b/modules/admin/tpl/images/popupTopBgEnd.png new file mode 100644 index 000000000..9d52e19f9 Binary files /dev/null and b/modules/admin/tpl/images/popupTopBgEnd.png differ diff --git a/modules/admin/tpl/images/tableType1Header.gif b/modules/admin/tpl/images/tableType1Header.gif new file mode 100644 index 000000000..13aa5ab9a Binary files /dev/null and b/modules/admin/tpl/images/tableType1Header.gif differ diff --git a/modules/admin/tpl/index.html b/modules/admin/tpl/index.html index dea0a158a..5a6e52edf 100644 --- a/modules/admin/tpl/index.html +++ b/modules/admin/tpl/index.html @@ -38,5 +38,5 @@
-
{$lang->xe_license}
+

{$lang->xe_license}

diff --git a/modules/admin/tpl/js/admin.js b/modules/admin/tpl/js/admin.js index 35d063c40..d3d2d9968 100644 --- a/modules/admin/tpl/js/admin.js +++ b/modules/admin/tpl/js/admin.js @@ -10,3 +10,16 @@ function doDeleteShortCut(selected_module) { fo_obj.selected_module.value = selected_module; procFilter(fo_obj, delete_shortcut); } + +// footer를 화면 크기에 맞춰 설정 +xAddEventListener(window, 'load', fixAdminLayoutFooter); +xAddEventListener(window, 'resize', fixAdminLayoutFooter); +function fixAdminLayoutFooter() { + var headerHeight = xHeight(xGetElementById('header')); + var bodyHeight = xHeight(xGetElementById('cBody')); + var footerHeight = xHeight(xGetElementById('footer')); + var clientHeight = xClientHeight(); + var newHeight = clientHeight - footerHeight - headerHeight + 71 + 38; + if(newHeight + + + + \ No newline at end of file diff --git a/modules/admin/tpl/layout.html b/modules/admin/tpl/layout.html index 394fa90bc..4c568aefc 100644 --- a/modules/admin/tpl/layout.html +++ b/modules/admin/tpl/layout.html @@ -1,32 +1,36 @@ - - - - -
- -
- - module)-->class="selected"> - {$val->title} - - - [{$lang->cmd_management}] + - -
- {$selected_module_info->title} (ver {$selected_module_info->version}) -
- +
+ +
+

Administration

+ + +
+ +
{$content}
-
- {$content} +
+ + diff --git a/modules/admin/tpl/shortcut_list.html b/modules/admin/tpl/shortcut_list.html index a19e4dd67..5c9e670b4 100644 --- a/modules/admin/tpl/shortcut_list.html +++ b/modules/admin/tpl/shortcut_list.html @@ -1,37 +1,32 @@ - +

{$lang->cmd_shortcut_management}

-
- {$lang->about_shortcut} -
+
{$lang->about_shortcut}
-
- +
+ - - - - + + + + - - - - - + + - - - - + + + + -
{$lang->title}{$lang->module}{$lang->regdate}{$lang->cmd_delete}{$lang->title}{$lang->module}{$lang->regdate}{$lang->cmd_delete}
{$lang->msg_shortcut_is_null}
{$shortcut_info->title}{$shortcut_info->module}{zdate($shortcut_info->last_update,"Y-m-d H:i:s")}{$lang->cmd_delete}{$shortcut_info->title}{$shortcut_info->module}{zdate($shortcut_info->regdate,"Y-m-d H:i:s")}{$lang->cmd_delete}
-
+ + diff --git a/modules/blog/lang/ko.lang.php b/modules/blog/lang/ko.lang.php index 78c7fad1d..8d67912c9 100644 --- a/modules/blog/lang/ko.lang.php +++ b/modules/blog/lang/ko.lang.php @@ -28,6 +28,8 @@ $lang->about_expand = '선택하시면 늘 펼쳐진 상태로 있게 합니다'; $lang->about_category_group_srls = '선택하신 그룹만 현재 카테고리가 보이게 됩니다. (xml파일을 직접 열람하면 노출이 됩니다)'; $lang->about_layout_setup = '블로그의 레이아웃 코드를 직접 수정할 수 있습니다. 위젯 코드를 원하는 곳에 삽입하시거나 관리하세요'; - + $lang->about_blog_category = '블로그 분류를 만드실 수 있습니다.
블로그 분류가 오동작을 할 경우 캐시파일 재생성을 수동으로 해주시면 해결이 될 수 있습니다.'; $lang->about_blog = "블로그를 만드시고 관리할 수 있는 블로그 모듈입니다.\n블로그 모듈은 블로그 스킨에 포함된 레이아웃을 이용하니 생성후 꼭 분류 및 스킨 관리를 통해서 블로그를 꾸미시기 바랍니다.\n블로그내에 다른 게시판을 연결하시고 싶을때에는 메뉴모듈로 메뉴를 만들고 나서 스킨관리에 연결해 주시면 됩니다"; + + $lang->admin_module_title = "블로그"; ?> diff --git a/modules/blog/tpl/blog_info.html b/modules/blog/tpl/blog_info.html index 9f8c24594..1eaec6966 100644 --- a/modules/blog/tpl/blog_info.html +++ b/modules/blog/tpl/blog_info.html @@ -1,8 +1,10 @@ - +
++ - + - + - + - + - + - + - + - + - + - + - - -
{$lang->category}{$lang->module_category} {$lang->not_exists} @@ -12,44 +14,44 @@
{$lang->skin}{$lang->skin} {$module_info->skin_title} ({$module_info->skin})
{$lang->browser_title}{$lang->browser_title} {htmlspecialchars($module_info->browser_title)}
{$lang->open_rss}{$lang->open_rss} {$lang->open_rss_types[$module_info->open_rss]}
{$lang->list_count}{$lang->list_count} {$module_info->list_count?$module_info->list_count:20}
{$lang->page_count}{$lang->page_count} {$module_info->page_count?$module_info->page_count:10}
{$lang->description}{$lang->description} {nl2br(htmlspecialchars($module_info->description))}
{$lang->header_text}{$lang->header_text} {htmlspecialchars($module_info->header_text)}
{$lang->footer_text}{$lang->footer_text} {htmlspecialchars($module_info->footer_text)}
{$lang->admin_id}{$lang->admin_id} {implode(",",$module_info->admin_id)}
- -
+ + diff --git a/modules/blog/tpl/blog_insert.html b/modules/blog/tpl/blog_insert.html index 984c5cd0f..4fdc5f112 100644 --- a/modules/blog/tpl/blog_insert.html +++ b/modules/blog/tpl/blog_insert.html @@ -1,45 +1,37 @@ - - - - -
- - {$lang->msg_new_module} - - {$lang->msg_update_module} - -
+
- - - - - + + + + + + + + + -
- - - - - + + - - - - - + + - - + + - - - - - - - - - - - + - + + - + - + + - - + + - + + - - - - - + + - - + + - + + - - + + - - - - - - - - - - - - - - - - - - +
{$lang->mid}
{$lang->about_mid}{$lang->mid} + +

{$lang->about_mid}

+
{$lang->is_default}is_default=='Y')-->checked="true"/>
{$lang->about_default}{$lang->is_default} + is_default=='Y')-->checked="true" id="fld_for_default" class="checkbox" /> + +
{$lang->category}{$lang->module_category} +

{$lang->about_module_category}

{$lang->about_category}
{$lang->browser_title}
{$lang->about_browser_title}
{$lang->open_rss}{$lang->browser_title} - + +

{$lang->about_browser_title}

{$lang->about_open_rss}{$lang->layout} + +

{$lang->about_layout}

+
{$lang->skin}{$lang->skin} +

{$lang->about_skin}

{$lang->about_skin}{$lang->use_category} + use_category=='Y')-->checked="true" class="checkbox" /> + {$lang->about_use_category} +
{$lang->list_count}{$lang->open_rss} + +

{$lang->about_open_rss}

+
{$lang->about_list_count}{$lang->list_count} + +

{$lang->about_list_count}

+
{$lang->page_count}
{$lang->about_page_count}{$lang->page_count} + +

{$lang->about_page_count}

+
{$lang->description}{$lang->description} + +

{$lang->about_description}

+
{$lang->about_description}{$lang->header_text} + +

{$lang->about_header_text}

+
{$lang->header_text}{$lang->footer_text} + +

{$lang->about_footer_text}

+
{$lang->about_header_text}
{$lang->footer_text}
{$lang->about_footer_text}
{$lang->admin_id}
{$lang->about_admin_id}
- - + {$lang->admin_id} + +

{$lang->about_admin_id}

+ +
+ +
+
diff --git a/modules/blog/tpl/category_info.html b/modules/blog/tpl/category_info.html index 5a0bdf0e6..9becfbc4e 100644 --- a/modules/blog/tpl/category_info.html +++ b/modules/blog/tpl/category_info.html @@ -1,50 +1,49 @@ - +
- + - - - - - - - - - - - - - - - + - + + - +
{$lang->parent_category_name}{$lang->parent_category_name} {$category_info->parent_category_name}
{$lang->category_name}
{$lang->about_category_name}
{$lang->expand}expand=="Y")-->checked="true" />
{$lang->about_expand}
{$lang->category_group_srls}{$lang->category_name} - - group_srls)&&in_array($key, $category_info->group_srls))-->checked="true"/> - - + +

{$lang->about_category_name}

{$lang->about_category_group_srls}{$lang->expand} + expand=="Y")-->checked="true" class="checkbox" /> + {$lang->about_expand} +
- - - - - - + {$lang->category_group_srls} + + group_srls)&&in_array($key, $category_info->group_srls))-->checked="true" class="checkbox" /> +

{$lang->about_category_group_srls}

+ + + + + + diff --git a/modules/blog/tpl/category_list.html b/modules/blog/tpl/category_list.html index 47d501d53..193f6c18c 100644 --- a/modules/blog/tpl/category_list.html +++ b/modules/blog/tpl/category_list.html @@ -7,6 +7,8 @@ var category_title = "{$lang->category}"; +
{nl2br($lang->about_blog_category)}
+
@@ -18,27 +20,25 @@ - - - - - - - -
-
-
- -
-
- - - - -
-
-
-
+
+ + + + +
+
+

+ + +
+
+ +
diff --git a/modules/blog/tpl/grant_list.html b/modules/blog/tpl/grant_list.html index e9e2b50c9..52611df5d 100644 --- a/modules/blog/tpl/grant_list.html +++ b/modules/blog/tpl/grant_list.html @@ -5,41 +5,37 @@ -
- {$lang->about_grant} -
- - +
+ + + + + - - + + + - - - - + + + + - - - - - - + + + + + + +
{$lang->grant}{$lang->target}{$lang->grant}{$lang->target}
{$val->title} -
- - - grants[$key])&&in_array($v->group_srl,$module_info->grants[$key]))-->checked="true"/> +
{$val->title} + + grants[$key])&&in_array($v->group_srl,$module_info->grants[$key]))-->checked="true"/> - - - -
- - -
-
- -
{$lang->cmd_select_all}{$lang->cmd_unselect_all}
+
+ +
+ diff --git a/modules/blog/tpl/header.html b/modules/blog/tpl/header.html index 64809aff2..965dab044 100644 --- a/modules/blog/tpl/header.html +++ b/modules/blog/tpl/header.html @@ -11,25 +11,23 @@ ); } +

{$lang->admin_module_title} {$lang->cmd_management}

-
- - style="font-weight:bold">[{$lang->cmd_blog_list}] - - [{$lang->cmd_back}] +
+ +

{$module_info->mid} ({$lang->is_default}) | View

- - style="font-weight:bold">[{$val}] - -
- -
- {$lang->mid} : {$module_info->mid} - - ({$lang->cmd_move}) - - [{$lang->is_default}] +
diff --git a/modules/blog/tpl/index.html b/modules/blog/tpl/index.html index 1bc855801..6bf558c41 100644 --- a/modules/blog/tpl/index.html +++ b/modules/blog/tpl/index.html @@ -1,45 +1,47 @@ - -
- {nl2br($lang->about_blog)} -
+
{nl2br($lang->about_blog)}
-
- {$lang->total_count} {number_format($total_count)}, - {$lang->page_count} : {number_format($page)} / {number_format($total_page)} +
+ Total {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}
- -
- +
+ - - + - - - - - - - - + + + + + + + + + + - + - - - - - - + + + + + + - -
{$lang->no} -
-
{$lang->no} + + + + + {$lang->mid}{$lang->browser_title}{$lang->is_default}{$lang->skin}{$lang->admin_id}{$lang->regdate}{$lang->cmd_move}{$lang->cmd_delete}{$lang->mid}{$lang->browser_title}{$lang->is_default}{$lang->skin}{$lang->admin_id}{$lang->regdate}{$lang->cmd_move}{$lang->cmd_delete}
{$no}{$no} {$lang->not_exists} @@ -49,34 +51,31 @@ {$val->mid} {htmlspecialchars($val->browser_title)}{$val->is_default}{$val->skin}{$val->admin_id}{zdate($val->regdate,"Y-m-d")}{$lang->cmd_move}{$lang->cmd_delete}{$val->is_default}{$val->skin}{$val->admin_id}{zdate($val->regdate,"Y-m-d")}{$lang->cmd_move}{$lang->cmd_delete}
-
+ + - + -
- [{$lang->first_page}] - + diff --git a/modules/blog/tpl/js/blog_admin.js b/modules/blog/tpl/js/blog_admin.js index 16a69f7ca..669f22cab 100644 --- a/modules/blog/tpl/js/blog_admin.js +++ b/modules/blog/tpl/js/blog_admin.js @@ -92,10 +92,13 @@ function completeInsertGrant(ret_obj) { } /* 카테고리 이동 */ -function doChangeCategory(sel_obj, url) { - var module_category_srl = sel_obj.options[sel_obj.selectedIndex].value; - if(!module_category_srl) location.href=url; - else location.href=url+'&module_category_srl='+module_category_srl; +function doChangeCategory(fo_obj) { + var module_category_srl = fo_obj.category.options[fo_obj.category.selectedIndex].value; + if(module_category_srl==-1) { + location.href = current_url.setQuery('act','dispModuleAdminCategory'); + return false; + } + return true; } /* 선택된 글의 삭제 또는 이동 */ diff --git a/modules/blog/tpl/skin_info.html b/modules/blog/tpl/skin_info.html index a637b63ed..43cb506ae 100644 --- a/modules/blog/tpl/skin_info.html +++ b/modules/blog/tpl/skin_info.html @@ -7,35 +7,43 @@ -
- - - - - - - - - - - - - - - - - - - - - - - - - - - + + -
- + +
+ + + + +
{$lang->skin_default_info}
{$lang->skin}{$skin_info->title}
{$lang->skin_maker}{$skin_info->maker->name} ({$skin_info->maker->email_address})
{$lang->skin_maker_homepage}{$skin_info->maker->homepage}
{$lang->date}{$skin_info->maker->date}
{$lang->description}{nl2br($skin_info->maker->description)}
{$lang->colorset} + + + + + + + + + + + + + + + + + + + + + + + + + + +
{$lang->skin_default_info}
{$lang->skin}{$skin_info->title}
{$lang->skin_maker}{$skin_info->maker->name} ({$skin_info->maker->email_address})
{$lang->skin_maker_homepage}{$skin_info->maker->homepage}
{$lang->date}{$skin_info->maker->date}
{$lang->description}{nl2br($skin_info->maker->description)}
+ + + + + + + + + - - - - - - - - - - -
{$lang->extra_vars}
{$lang->colorset}
@@ -46,97 +54,80 @@
- -
{$menu_info->title}
({$menu_name})
- -
- - - -
- - - - - - - - + + + + + + - - - - - - - - - -
{$lang->extra_vars}
description)-->rowspan="2">{$val->title} - - - - - - - - - - - - - value))-->checked="true"/> - - - - - - - - value)-->checked="true"/> - - +
{$menu_info->title}
({$menu_name})
+ - - - - - - - -
{nl2br($val->description)}
- -
+ +
{$val->title} + + + + + + + + + + + + + value))-->checked="true" class="checkbox" /> + + + + + + + + value)-->checked="true"/> + + + + + + + +
+
+ + +
+ + + + + + +

{nl2br($val->description)}

+ +
+ +
+
diff --git a/modules/board/lang/ko.lang.php b/modules/board/lang/ko.lang.php index 16d96af74..09e9e693b 100644 --- a/modules/board/lang/ko.lang.php +++ b/modules/board/lang/ko.lang.php @@ -11,4 +11,6 @@ $lang->cmd_view_info = '게시판 정보'; $lang->about_board = "게시판을 생성하고 관리할 수 있는 게시판 모듈입니다.\n생성하신 후 목록에서 모듈이름을 선택하시면 자세한 설정이 가능합니다.\n게시판의 모듈이름은 접속 url이 되므로 신중하게 입력해주세요. (ex : http://도메인/zb/?mid=모듈이름)"; + + $lang->admin_module_title = "게시판"; ?> diff --git a/modules/board/tpl/board_delete.html b/modules/board/tpl/board_delete.html index 93d298485..15af48a32 100644 --- a/modules/board/tpl/board_delete.html +++ b/modules/board/tpl/board_delete.html @@ -1,33 +1,34 @@ +
- - + + - +
+ + - + - + - + - + - - -
{$lang->confirm_delete}{$lang->confirm_delete}
{$lang->module_name}{$lang->module_name} {$module_info->mid}
{$lang->module}{$lang->module} {$module_info->module}
{$lang->document_count}{$lang->document_count} {$module_info->document_count}
- - -
-
+ + diff --git a/modules/board/tpl/board_info.html b/modules/board/tpl/board_info.html index 258dbfdf1..92d8f94a6 100644 --- a/modules/board/tpl/board_info.html +++ b/modules/board/tpl/board_info.html @@ -1,8 +1,10 @@ - +
++ - + - + - + - + - + - + - + - + - + - + - + - + - - -
{$lang->category}{$lang->module_category} {$lang->not_exists} @@ -12,7 +14,7 @@
{$lang->layout}{$lang->layout} {$module_info->layout_title} ({$module_info->layout}) @@ -22,48 +24,48 @@
{$lang->skin}{$lang->skin} {$module_info->skin_title} ({$module_info->skin})
{$lang->browser_title}{$lang->browser_title} {htmlspecialchars($module_info->browser_title)}
{$lang->use_category}{$lang->use_category} {$lang->use}{$lang->notuse}
{$lang->open_rss}{$lang->open_rss} {$lang->open_rss_types[$module_info->open_rss]}
{$lang->list_count}{$lang->list_count} {$module_info->list_count?$module_info->list_count:20}
{$lang->page_count}{$lang->page_count} {$module_info->page_count?$module_info->page_count:10}
{$lang->description}{$lang->description} {nl2br(htmlspecialchars($module_info->description))}
{$lang->header_text}{$lang->header_text} {htmlspecialchars($module_info->header_text)}
{$lang->footer_text}{$lang->footer_text} {htmlspecialchars($module_info->footer_text)}
{$lang->admin_id}{$lang->admin_id} {implode(",",$module_info->admin_id)}
- -
+ + diff --git a/modules/board/tpl/board_insert.html b/modules/board/tpl/board_insert.html index d2dde8503..ef690a997 100644 --- a/modules/board/tpl/board_insert.html +++ b/modules/board/tpl/board_insert.html @@ -1,46 +1,37 @@ - - - - -
- - {$lang->msg_new_module} - - {$lang->msg_update_module} - -
+
- - - - - + + + + + - - - - - - - - +
{$lang->mid}
{$lang->about_mid}
+ + + + + + - - - - - + + - - + - - - - - + + - - - - + - - - - + - + + - - - - - - - - + - + + - - - - - - - - - - - - + + - - + + - + + - - + + - - - - - - - - - - - - - - - - - - +
{$lang->mid} + +

{$lang->about_mid}

+
{$lang->is_default}is_default=='Y')-->checked="true"/>
{$lang->about_default}{$lang->is_default} + is_default=='Y')-->checked="true" id="fld_for_default" class="checkbox" /> + +
{$lang->category}{$lang->module_category} +

{$lang->about_module_category}

{$lang->about_category}
{$lang->browser_title}{$lang->browser_title} + +

{$lang->about_browser_title}

+
{$lang->about_browser_title}
{$lang->layout}{$lang->layout} +

{$lang->about_layout}

{$lang->about_layout}
{$lang->skin}{$lang->skin} +

{$lang->about_skin}

{$lang->about_skin}{$lang->use_category} + use_category=='Y')-->checked="true" class="checkbox" /> + {$lang->about_use_category} +
{$lang->use_category}use_category=='Y')-->checked="true" />
{$lang->about_use_category}
{$lang->open_rss}{$lang->open_rss} +

{$lang->about_open_rss}

{$lang->about_open_rss}{$lang->list_count} + +

{$lang->about_list_count}

+
{$lang->list_count}
{$lang->about_list_count}
{$lang->page_count}
{$lang->about_page_count}{$lang->page_count} + +

{$lang->about_page_count}

+
{$lang->description}{$lang->description} + +

{$lang->about_description}

+
{$lang->about_description}{$lang->header_text} + +

{$lang->about_header_text}

+
{$lang->header_text}{$lang->footer_text} + +

{$lang->about_footer_text}

+
{$lang->about_header_text}
{$lang->footer_text}
{$lang->about_footer_text}
{$lang->admin_id}
{$lang->about_admin_id}
- - + {$lang->admin_id} + +

{$lang->about_admin_id}

+ +
+ +
+
diff --git a/modules/board/tpl/category_list.html b/modules/board/tpl/category_list.html index 23d786305..3a7b6e7c2 100644 --- a/modules/board/tpl/category_list.html +++ b/modules/board/tpl/category_list.html @@ -10,46 +10,58 @@ -
- - - - - - - - +
{$lang->category_title}{$lang->last_update}{$lang->cmd_modify}{$lang->cmd_move}{$lang->cmd_delete}
+ + + + + + + + + - - - - - + + + + + + - - - - - - - - - - + + + + + + + + + + + +
{$lang->category_title}{$lang->last_update}{$lang->cmd_modify}{$lang->cmd_move}{$lang->cmd_delete}
{$lang->msg_category_is_null}
{$lang->msg_category_is_null}
{htmlspecialchars($category_info->title)}{zdate($category_info->last_update,"Y-m-d H:i:s")}{$lang->cmd_modify}{$lang->cmd_move_up}{$lang->cmd_move_down}{$lang->cmd_delete}
{htmlspecialchars($category_info->title)}{zdate($category_info->last_update,"Y-m-d H:i:s")}{$lang->cmd_modify}{$lang->cmd_move_up}{$lang->cmd_move_down}{$lang->cmd_delete}
- -
+
- - - + + + -
- {$lang->category_title} : - - + + + + + + + +
{$lang->category_title} + +
+ +
+
diff --git a/modules/board/tpl/category_update_form.html b/modules/board/tpl/category_update_form.html index 51ffc8ce3..cc0b22ae0 100644 --- a/modules/board/tpl/category_update_form.html +++ b/modules/board/tpl/category_update_form.html @@ -10,12 +10,21 @@ -
- {$lang->category_title} : - - - + + + + + + + +
{$lang->category_title} + +
+ +
+
+ diff --git a/modules/board/tpl/grant_list.html b/modules/board/tpl/grant_list.html index e9e2b50c9..19f231d44 100644 --- a/modules/board/tpl/grant_list.html +++ b/modules/board/tpl/grant_list.html @@ -1,45 +1,42 @@ +
{nl2br($lang->about_grant)}
+
- - + + -
- {$lang->about_grant} -
- - +
+ + + + + - - + + + - - - - + + + + - - - - - - + + + + + + +
{$lang->grant}{$lang->target}{$lang->grant}{$lang->target}
{$val->title} -
- - - grants[$key])&&in_array($v->group_srl,$module_info->grants[$key]))-->checked="true"/> +
{$val->title} + + grants[$key])&&in_array($v->group_srl,$module_info->grants[$key]))-->checked="true"/> - - - -
- - -
-
- -
{$lang->cmd_select_all}{$lang->cmd_unselect_all}
+
+ +
diff --git a/modules/board/tpl/header.html b/modules/board/tpl/header.html index 96e9f6367..5c59082f2 100644 --- a/modules/board/tpl/header.html +++ b/modules/board/tpl/header.html @@ -1,25 +1,24 @@ +

{$lang->admin_module_title} {$lang->cmd_management}

-
- - style="font-weight:bold">[{$lang->cmd_board_list}] - - [{$lang->cmd_back}] +
+ +

{$module_info->mid} ({$lang->is_default}) | View

- style="font-weight:bold">[{$lang->cmd_view_info}] - style="font-weight:bold">[{$lang->cmd_manage_category}] - style="font-weight:bold">[{$lang->cmd_manage_grant}] - style="font-weight:bold">[{$lang->cmd_manage_skin}] -
- -
- {$lang->mid} : {$module_info->mid} - - ({$lang->cmd_move}) - - [{$lang->is_default}] +
+ diff --git a/modules/board/tpl/index.html b/modules/board/tpl/index.html index f06928d70..59b9e15e5 100644 --- a/modules/board/tpl/index.html +++ b/modules/board/tpl/index.html @@ -1,44 +1,48 @@ - -
- {nl2br($lang->about_board)} +
{nl2br($lang->about_board)}
+ + +
+ Total {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}
- -
- {$lang->total_count} {number_format($total_count)}, - {$lang->page_count} : {number_format($page)} / {number_format($total_page)} -
-
- +
+ - - + - - - - - - - - + + + + + + + + + + - + - - - - - - + + + + + + - -
{$lang->no} -
-
{$lang->no} + + + + + {$lang->mid}{$lang->browser_title}{$lang->is_default}{$lang->skin}{$lang->admin_id}{$lang->regdate}{$lang->cmd_move}{$lang->cmd_delete}{$lang->mid}{$lang->browser_title}{$lang->is_default}{$lang->skin}{$lang->admin_id}{$lang->regdate}{$lang->cmd_move}{$lang->cmd_delete}
{$no}{$no} {$lang->not_exists} @@ -48,34 +52,31 @@ {$val->mid} {htmlspecialchars($val->browser_title)}{$val->is_default}{$val->skin}{$val->admin_id}{zdate($val->regdate,"Y-m-d")}{$lang->cmd_move}{$lang->cmd_delete}{$val->is_default}{$val->skin}{$val->admin_id}{zdate($val->regdate,"Y-m-d")}{$lang->cmd_move}{$lang->cmd_delete}
-
+ + - + -
- [{$lang->first_page}] - + diff --git a/modules/board/tpl/js/board_admin.js b/modules/board/tpl/js/board_admin.js index 51095673b..917035a5a 100644 --- a/modules/board/tpl/js/board_admin.js +++ b/modules/board/tpl/js/board_admin.js @@ -50,7 +50,7 @@ function completeUpdateCategory(ret_obj) { var page = ret_obj['page']; alert(message); - location.href = location.href; + location.href = current_url.setQuery('category_srl',''); } /* 권한 관련 */ @@ -90,10 +90,13 @@ function completeInsertGrant(ret_obj) { } /* 카테고리 이동 */ -function doChangeCategory(sel_obj, url) { - var module_category_srl = sel_obj.options[sel_obj.selectedIndex].value; - if(!module_category_srl) location.href=url; - else location.href=url+'&module_category_srl='+module_category_srl; +function doChangeCategory(fo_obj) { + var module_category_srl = fo_obj.category.options[fo_obj.category.selectedIndex].value; + if(module_category_srl==-1) { + location.href = current_url.setQuery('act','dispModuleAdminCategory'); + return false; + } + return true; } /* 선택된 글의 삭제 또는 이동 */ diff --git a/modules/board/tpl/skin_info.html b/modules/board/tpl/skin_info.html index ba522b0ba..59ca89c0a 100644 --- a/modules/board/tpl/skin_info.html +++ b/modules/board/tpl/skin_info.html @@ -1,41 +1,49 @@
- - - - - + + + + + -
- - - - - - - - - - - - - - - - - - - - - - - - - - - + + + +
{$lang->skin_default_info}
{$lang->skin}{$skin_info->title}
{$lang->skin_maker}{$skin_info->maker->name} ({$skin_info->maker->email_address})
{$lang->skin_maker_homepage}{$skin_info->maker->homepage}
{$lang->date}{$skin_info->maker->date}
{$lang->description}{nl2br($skin_info->maker->description)}
{$lang->colorset} + + + + + + + + + + + + + + + + + + + + + + + + + + +
{$lang->skin_default_info}
{$lang->skin}{$skin_info->title}
{$lang->skin_maker}{$skin_info->maker->name} ({$skin_info->maker->email_address})
{$lang->skin_maker_homepage}{$skin_info->maker->homepage}
{$lang->date}{$skin_info->maker->date}
{$lang->description}{nl2br($skin_info->maker->description)}
+ + + + + + + + + + - - -
{$lang->extra_vars}
{$lang->colorset}
@@ -46,82 +54,65 @@
+
- + +
{$val->title} + + - -
- - - - + + - - - - - + + - - - - - - - -
{$lang->extra_vars}
description)-->rowspan="2">{$val->title} - - + + - - - - - - - - - - value))-->checked="true"/> - - - - - - - - value)-->checked="true"/> - - + + + + value))-->checked="true" class="checkbox" /> + + - + + + + value)-->checked="true"/> + + + - -
-
- - -
- + - - + +
+
+ + +
+ -
{nl2br($val->description)}
- -
+ +

{nl2br($val->description)}

+ +
-
- +
+
diff --git a/modules/module/lang/ko.lang.php b/modules/module/lang/ko.lang.php index 75bf2de3e..1d6b37068 100644 --- a/modules/module/lang/ko.lang.php +++ b/modules/module/lang/ko.lang.php @@ -7,13 +7,13 @@ $lang->module_list = "모듈 목록"; $lang->module_index = "초기화면"; - $lang->module_category = "모듈 카테고리"; + $lang->module_category = "모듈 분류"; $lang->module_info = "모듈 정보"; $lang->add_shortcut = "관리자 메뉴에 추가"; $lang->module_action = "동작"; $lang->module_maker = "모듈 제작자"; $lang->module_history = "변경 사항 "; - $lang->category_title = "카테고리 이름"; + $lang->category_title = "분류 이름"; $lang->header_text = '상단 내용'; $lang->footer_text = '하단 내용'; $lang->use_category = '분류 사용'; @@ -44,12 +44,12 @@ $lang->msg_grant_is_null = '등록된 권한 대상이 없습니다'; $lang->msg_no_checked_document = '선택된 게시물이 없습니다'; $lang->msg_move_failed = '이동 실패하였습니다'; - $lang->msg_cannot_delete_for_child = '하부 카테고리가 있는 카테고리는 삭제하실 수 없습니다'; + $lang->msg_cannot_delete_for_child = '하부 분류가 있는 분류는 삭제하실 수 없습니다'; $lang->about_browser_title = "브라우저의 제목에 나타나는 값입니다. RSS/Trackback에서도 사용됩니다."; $lang->about_mid = "모듈이름은 http://주소/?mid=모듈이름 처럼 직접 호출할 수 있는 값입니다. (영문+숫자+_ 만 가능)"; $lang->about_default = "선택하시면 사이트에 mid값 없이 접속하였을 경우 기본으로 보여줍니다"; - $lang->about_category = "분류를 통한 관리를 할 수 있도록 합니다. 모듈 분류의 관리는 모듈관리 > 모듈카테고리에서 하실 수 있습니다."; + $lang->about_module_category = "분류를 통한 관리를 할 수 있도록 합니다. 모듈 분류의 관리는 모듈관리 > 모듈분류 에서 하실 수 있습니다."; $lang->about_description= '관리용으로 사용되는 설명입니다'; $lang->about_default = '선택하시면 사이트에 mid값 없이 접속하였을 경우 기본으로 보여줍니다'; $lang->about_header_text = '모듈의 상단에 표시되는 내용입니다 (html 태그 사용 가능)';