From f19a1bad3f30ca3600fe8ede2000dd39be965d60 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 22 Jun 2007 04:00:21 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1736 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/board/skins/xe_gallery/comment.html | 56 ++++ .../board/skins/xe_gallery/comment_form.html | 72 +++++ modules/board/skins/xe_gallery/css/white.css | 290 ++++++++++++++++++ .../skins/xe_gallery/delete_comment_form.html | 28 ++ .../board/skins/xe_gallery/delete_form.html | 27 ++ .../xe_gallery/delete_trackback_form.html | 29 ++ .../xe_gallery/filter/delete_comment.xml | 18 ++ .../xe_gallery/filter/delete_document.xml | 16 + .../xe_gallery/filter/delete_trackback.xml | 18 ++ .../xe_gallery/filter/input_password.xml | 16 + .../board/skins/xe_gallery/filter/insert.xml | 18 ++ .../xe_gallery/filter/insert_comment.xml | 28 ++ .../board/skins/xe_gallery/filter/search.xml | 15 + .../board/skins/xe_gallery/filter/vote.xml | 13 + modules/board/skins/xe_gallery/footer.html | 2 + modules/board/skins/xe_gallery/header.html | 69 +++++ .../board/skins/xe_gallery/images/blank.gif | Bin 0 -> 43 bytes .../images/white/bgBoardEditorOption.gif | Bin 0 -> 2506 bytes .../xe_gallery/images/white/bgBoardListTh.gif | Bin 0 -> 197 bytes .../images/white/bgEditorFileList.gif | Bin 0 -> 60 bytes .../skins/xe_gallery/images/white/bgH3.gif | Bin 0 -> 2778 bytes .../images/white/bottomGotoFirst.gif | Bin 0 -> 51 bytes .../images/white/bottomGotoLast.gif | Bin 0 -> 51 bytes .../images/white/bullet_3x3_d8d8d8.gif | Bin 0 -> 44 bytes .../images/white/buttonAscending.gif | Bin 0 -> 46 bytes .../xe_gallery/images/white/buttonCancel.gif | Bin 0 -> 523 bytes .../xe_gallery/images/white/buttonClose.gif | Bin 0 -> 58 bytes .../xe_gallery/images/white/buttonDelete.gif | Bin 0 -> 458 bytes .../xe_gallery/images/white/buttonDeleteX.gif | Bin 0 -> 61 bytes .../images/white/buttonDescending.gif | Bin 0 -> 46 bytes .../xe_gallery/images/white/buttonHelp.gif | Bin 0 -> 105 bytes .../xe_gallery/images/white/buttonLogout.gif | Bin 0 -> 599 bytes .../xe_gallery/images/white/buttonModify.gif | Bin 0 -> 452 bytes .../xe_gallery/images/white/buttonModifyE.gif | Bin 0 -> 416 bytes .../xe_gallery/images/white/buttonReply.gif | Bin 0 -> 400 bytes .../xe_gallery/images/white/buttonSearch.gif | Bin 0 -> 517 bytes .../images/white/buttonTextAreaDrag.gif | Bin 0 -> 68 bytes .../images/white/buttonToggleReply.gif | Bin 0 -> 70 bytes .../images/white/buttonTypeACenter.gif | Bin 0 -> 188 bytes .../images/white/buttonTypeALeft.gif | Bin 0 -> 169 bytes .../images/white/buttonTypeARight.gif | Bin 0 -> 170 bytes .../images/white/buttonTypeBCenter.gif | Bin 0 -> 183 bytes .../images/white/buttonTypeBLeft.gif | Bin 0 -> 166 bytes .../images/white/buttonTypeBRight.gif | Bin 0 -> 166 bytes .../images/white/buttonTypeInput24.gif | Bin 0 -> 419 bytes .../xe_gallery/images/white/buttonWrite.gif | Bin 0 -> 990 bytes .../xe_gallery/images/white/iconAdmin.gif | Bin 0 -> 88 bytes .../xe_gallery/images/white/iconArrowD8.gif | Bin 0 -> 46 bytes .../xe_gallery/images/white/iconArticle.gif | Bin 0 -> 219 bytes .../xe_gallery/images/white/iconCheck.gif | Bin 0 -> 306 bytes .../xe_gallery/images/white/iconFile.gif | Bin 0 -> 146 bytes .../xe_gallery/images/white/iconList.gif | Bin 0 -> 101 bytes .../xe_gallery/images/white/iconMyInfo.gif | Bin 0 -> 125 bytes .../xe_gallery/images/white/iconNotice.gif | Bin 0 -> 452 bytes .../xe_gallery/images/white/iconReply.gif | Bin 0 -> 106 bytes .../images/white/iconReplyArrow.gif | Bin 0 -> 54 bytes .../skins/xe_gallery/images/white/iconRss.gif | Bin 0 -> 567 bytes .../skins/xe_gallery/images/white/iconTag.gif | Bin 0 -> 205 bytes .../xe_gallery/images/white/iconTrackback.gif | Bin 0 -> 101 bytes .../xe_gallery/images/white/iconWrite.gif | Bin 0 -> 525 bytes .../images/white/lineBoardListTh.gif | Bin 0 -> 2763 bytes .../skins/xe_gallery/images/white/lineH3.gif | Bin 0 -> 45 bytes .../images/white/lineTextAreaDrag.gif | Bin 0 -> 46 bytes .../images/white/line_1x10_e0e0e0.gif | Bin 0 -> 44 bytes .../skins/xe_gallery/input_password_form.html | 32 ++ modules/board/skins/xe_gallery/js/board.js | 130 ++++++++ modules/board/skins/xe_gallery/list.html | 210 +++++++++++++ modules/board/skins/xe_gallery/message.html | 11 + modules/board/skins/xe_gallery/skin.xml | 35 +++ modules/board/skins/xe_gallery/trackback.html | 24 ++ .../board/skins/xe_gallery/view_document.html | 124 ++++++++ .../board/skins/xe_gallery/write_form.html | 97 ++++++ 72 files changed, 1378 insertions(+) create mode 100644 modules/board/skins/xe_gallery/comment.html create mode 100644 modules/board/skins/xe_gallery/comment_form.html create mode 100644 modules/board/skins/xe_gallery/css/white.css create mode 100644 modules/board/skins/xe_gallery/delete_comment_form.html create mode 100644 modules/board/skins/xe_gallery/delete_form.html create mode 100644 modules/board/skins/xe_gallery/delete_trackback_form.html create mode 100644 modules/board/skins/xe_gallery/filter/delete_comment.xml create mode 100644 modules/board/skins/xe_gallery/filter/delete_document.xml create mode 100644 modules/board/skins/xe_gallery/filter/delete_trackback.xml create mode 100644 modules/board/skins/xe_gallery/filter/input_password.xml create mode 100644 modules/board/skins/xe_gallery/filter/insert.xml create mode 100644 modules/board/skins/xe_gallery/filter/insert_comment.xml create mode 100644 modules/board/skins/xe_gallery/filter/search.xml create mode 100644 modules/board/skins/xe_gallery/filter/vote.xml create mode 100644 modules/board/skins/xe_gallery/footer.html create mode 100644 modules/board/skins/xe_gallery/header.html create mode 100644 modules/board/skins/xe_gallery/images/blank.gif create mode 100644 modules/board/skins/xe_gallery/images/white/bgBoardEditorOption.gif create mode 100644 modules/board/skins/xe_gallery/images/white/bgBoardListTh.gif create mode 100644 modules/board/skins/xe_gallery/images/white/bgEditorFileList.gif create mode 100644 modules/board/skins/xe_gallery/images/white/bgH3.gif create mode 100644 modules/board/skins/xe_gallery/images/white/bottomGotoFirst.gif create mode 100644 modules/board/skins/xe_gallery/images/white/bottomGotoLast.gif create mode 100644 modules/board/skins/xe_gallery/images/white/bullet_3x3_d8d8d8.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonAscending.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonCancel.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonClose.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonDelete.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonDeleteX.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonDescending.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonHelp.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonLogout.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonModify.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonModifyE.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonReply.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonSearch.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonTextAreaDrag.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonToggleReply.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonTypeACenter.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonTypeALeft.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonTypeARight.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonTypeBCenter.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonTypeBLeft.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonTypeBRight.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonTypeInput24.gif create mode 100644 modules/board/skins/xe_gallery/images/white/buttonWrite.gif create mode 100644 modules/board/skins/xe_gallery/images/white/iconAdmin.gif create mode 100644 modules/board/skins/xe_gallery/images/white/iconArrowD8.gif create mode 100644 modules/board/skins/xe_gallery/images/white/iconArticle.gif create mode 100644 modules/board/skins/xe_gallery/images/white/iconCheck.gif create mode 100644 modules/board/skins/xe_gallery/images/white/iconFile.gif create mode 100644 modules/board/skins/xe_gallery/images/white/iconList.gif create mode 100644 modules/board/skins/xe_gallery/images/white/iconMyInfo.gif create mode 100644 modules/board/skins/xe_gallery/images/white/iconNotice.gif create mode 100644 modules/board/skins/xe_gallery/images/white/iconReply.gif create mode 100644 modules/board/skins/xe_gallery/images/white/iconReplyArrow.gif create mode 100644 modules/board/skins/xe_gallery/images/white/iconRss.gif create mode 100644 modules/board/skins/xe_gallery/images/white/iconTag.gif create mode 100644 modules/board/skins/xe_gallery/images/white/iconTrackback.gif create mode 100644 modules/board/skins/xe_gallery/images/white/iconWrite.gif create mode 100644 modules/board/skins/xe_gallery/images/white/lineBoardListTh.gif create mode 100644 modules/board/skins/xe_gallery/images/white/lineH3.gif create mode 100644 modules/board/skins/xe_gallery/images/white/lineTextAreaDrag.gif create mode 100644 modules/board/skins/xe_gallery/images/white/line_1x10_e0e0e0.gif create mode 100644 modules/board/skins/xe_gallery/input_password_form.html create mode 100644 modules/board/skins/xe_gallery/js/board.js create mode 100644 modules/board/skins/xe_gallery/list.html create mode 100644 modules/board/skins/xe_gallery/message.html create mode 100644 modules/board/skins/xe_gallery/skin.xml create mode 100644 modules/board/skins/xe_gallery/trackback.html create mode 100644 modules/board/skins/xe_gallery/view_document.html create mode 100644 modules/board/skins/xe_gallery/write_form.html diff --git a/modules/board/skins/xe_gallery/comment.html b/modules/board/skins/xe_gallery/comment.html new file mode 100644 index 000000000..3c8d7a0cc --- /dev/null +++ b/modules/board/skins/xe_gallery/comment.html @@ -0,0 +1,56 @@ + + + + + + + + diff --git a/modules/board/skins/xe_gallery/comment_form.html b/modules/board/skins/xe_gallery/comment_form.html new file mode 100644 index 000000000..dd7437502 --- /dev/null +++ b/modules/board/skins/xe_gallery/comment_form.html @@ -0,0 +1,72 @@ + + + + + + + + + + + + + +
+ +
fileupload)-->enctype="multipart/form-data" class="boardEditor" id="fo_comment_write" > +
+ + + + + + + +
+ + + + + + + + + + + +
+ + +
{$comment_editor}
+ +
+ +
    +
  • + + +
  • + +
+ + +
+
+ + + + diff --git a/modules/board/skins/xe_gallery/css/white.css b/modules/board/skins/xe_gallery/css/white.css new file mode 100644 index 000000000..a836c3d90 --- /dev/null +++ b/modules/board/skins/xe_gallery/css/white.css @@ -0,0 +1,290 @@ +@charset "utf-8"; +/* +NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/) +Jeong, Chan Myeong 070601~070630 +*/ + +/* pathNavigation */ +.pathNavigation { background:url(../images/white/bullet_3x3_d8d8d8.gif) no-repeat left .4em; padding:0 0 0 .5em; color:#999999; margin:0 0 1.5em 0;} +.pathNavigation * { font-size:.9em;} +.pathNavigation a { color:#999999;} +.pathNavigation strong { color:#666666;} + +/* boardHeader */ +.boardHeader { position:relative; _width:100%; border:1px solid #e1e1dd; border-bottom:none; background:#ffffff url(../images/white/bgH3.gif) repeat-x left bottom; overflow:hidden;} +.boardHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-bottom:3px solid #fe3614; background:#ffffff url(../images/white/lineH3.gif) no-repeat right bottom;} + +/* boardComment */ +.boardComment { color:#AEAEAE; position:relative; _width:100%; border:1px solid #DDDDDD; overflow:hidden;padding:.8em; margin-top:.4em;} +.boardComment a { color:#f38d2a; text-decoration:none; border-bottom:1px dotted #f38d2a;} + +/* boardInformation */ +.boardInformation { width:100%; clear:both; margin:1em 0 .5em 0; overflow:hidden; color:#666666;} +.articleNum { float:left; background:url(../images/white/iconArticle.gif) no-repeat left top; padding:0 0 0 1.5em; margin:.5em 0 0 0;} +.articleNum strong { font:bold 11px Tahoma; color:#ff6600;} + +.accountNavigation { float:right; overflow:hidden;} +.accountNavigation li { float:left; padding:0 .5em 0 .6em; background:url(../images/white/line_1x10_e0e0e0.gif) no-repeat left .4em;} +.accountNavigation li a { font-size:11px; white-space:nowrap; color:#666666;} +.accountNavigation li.rss { background:none; padding-top:.4em;} +.accountNavigation li.join { background:none; padding-top:.4em;} +.accountNavigation li.join a { display:block; background:url(../images/white/iconMyInfo.gif) no-repeat left .1em; padding:0 0 0 1.2em;} +.accountNavigation li.myInfo { padding-top:.4em;} +.accountNavigation li.myInfo a { display:block; background:url(../images/white/iconMyInfo.gif) no-repeat left .1em; padding:0 0 0 1.2em;} +.accountNavigation li.admin { background:none; padding-top:.4em;} +.accountNavigation li.admin a { display:block; background:url(../images/white/iconAdmin.gif) no-repeat left .1em; padding:0 0 0 1.2em;} +.accountNavigation li.loginAndLogout { background:none; padding-left:0;} + +/* boardList */ +.boardList { width:100%; position:relative; border:1px solid #e0e1db;} +.boardList tr.notice { background:#f8f8f8;} +.boardList tr.notice .num { font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; font-weight:bold;} +.boardList tr.bg1 { background:#ffffff} +.boardList tr.bg2 { background:#fbfbfb;} +.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;} +.boardList th.num { background-position:-3px bottom; border-left:1px solid #ffffff; padding:0;} +.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.category select { width:7em; } +.boardList th.title {} +.boardList th.author {} +.boardList th.reading { white-space:nowrap;} +.boardList th.recommend { white-space:nowrap;} +.boardList th.date { border-right:1px solid #ffffff;} +.boardList th .sort { padding:0 .2em; vertical-align:middle;} +.boardList td { border-top:1px solid #eff0ed; padding:.5em;} +.boardList td.num { font:.8em Tahoma; color:#999999; padding:.5em 1em;} +.boardList td.category {} +.boardList tr.notice td.num { padding:.5em; white-space:nowrap;} +.boardList td.thumb { padding:.5em 0 .5em .5em; width:145px; table-layout:fixed; white-space:nowrap;} +.boardList td.thumb * { vertical-align:middle;} +.boardList td.title {} +.boardList td.title.bold { font-size:1.2em; font-weight:bold;} +.boardList td.title.bold a { position:relative; top:.3em;} +.boardList td.title * { vertical-align:middle;} +.boardList td.title, +.boardList td.title a { color:#444444;} +.boardList td.title a:visited { color:#777777;} +.boardList td.author { color:#333333; font:.95em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;} +.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.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;} +.boardList td input { _margin:-3px;} +.boardList td .replyAndTrackback { font:.8em Tahoma; color:#ff6600; position:relative; top:-.2em;} +.boardList td .replyAndTrackback img.trackback { margin-bottom:-.1em;} +.boardList td.title.bold .replyAndTrackback { font:.6em Tahoma; color:#ff6600; position:relative; top:.3em;} +.boardList td .replyAndTrackback strong { font:bold 1em Tahoma;} + +.boardList td .thumbnailSmall { margin:0 .3em 0 .3em;} +.boardList td .thumbnailSmall img { border:1px solid #bcbdb6;} +.boardList td .thumbnailMedium { margin:0 .3em 0 .3em;} +.boardList td .thumbnailMedium img { border:1px solid #e0e1db; padding:3px;} + +.boardList.thumbnail { margin-top:-1px; border-bottom:none;} +.boardList.thumbnail td { border-top:none; border-bottom:1px solid #eff0ed; padding:1.5em 0 0 1.5em; overflow:hidden;} +.boardList.thumbnail div.cell { float:left; width:130px; margin:0 1.5em 0 0; padding-bottom:1.5em;} +.boardList.thumbnail div.cell img.thumb { padding:2px; border:1px solid #e0e1db; display:block; margin-bottom:1em;} +.boardList.thumbnail div.title { color:#444444; margin-bottom:.2em; padding-left:3px;} +.boardList.thumbnail div.title a { color:#444444;} +.boardList.thumbnail div.nameAndDate { font-size:.9em; color:#999999; margin-bottom:.2em; padding-left:3px;} +.boardList.thumbnail div.nameAndDate a { color:#999999;} +.boardList.thumbnail div.nameAndDate .date { font:.8em Tahoma; color:#999999;} +.boardList.thumbnail div.readAndRecommend { font-size:.9em; color:#666666; padding-left:3px;} +.boardList.thumbnail div.readAndRecommend .num { font:.8em Tahoma;} +.boardList.thumbnail div.readAndRecommend .vr { color:#dddddd;} +.boardList.thumbnail div.readAndRecommend strong.num { font:bold .8em Tahoma; color:#ff6600;} + +/* 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; } + +/* buttonType */ +.buttonTypeA { display:block; 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;} +.buttonTypeA:hover { text-decoration:none;} +.buttonTypeA img { vertical-align:middle;} +.buttonTypeA .leftCap { width:2px; height:24px; background:url(../images/white/buttonTypeALeft.gif) no-repeat; margin:0 .3em 0 0; position:relative; left:-1px;} +.buttonTypeA .rightCap { width:2px; height:24px; background:url(../images/white/buttonTypeARight.gif) no-repeat; margin:0 -1px 0 .4em;} +.buttonTypeA .icon { margin:0 .2em;} +.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;} + +.buttonTypeB { display:block; cursor:pointer; background:url(../images/white/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 .leftCap { width:2px; height:21px; background:url(../images/white/buttonTypeBLeft.gif) no-repeat; margin:0 .3em 0 0; position:relative; left:-1px;} +.buttonTypeB .rightCap { width:2px; height:21px; background:url(../images/white/buttonTypeBRight.gif) no-repeat; margin:0 -1px 0 .4em;} +.buttonTypeB .icon { margin:0 .2em;} +.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;} + +.buttonTypeGo { border:none; cursor:pointer; width:24px; height:20px; background:url(../images/white/buttonTypeInput24.gif) no-repeat; font:.75em Tahoma; text-align:center;} + +/* button of list page */ +.buttonRight { position:relative; float:right; top:-3em; margin:0 0 -3em 0; _top:-3.5em; padding-right:.5em; overflow:visible;} +.buttonRight ul { float:left; } +.buttonRight ul li { float:left; margin-right:.3em;} +.buttonLeft { position:relative; float:left; top:-3em; margin:0 0 -3em 0; _top:-3.5em; padding-left:.5em; overflow:visible;} +.buttonLeft ul { float:left; } +.buttonLeft ul li { float:left; margin-right:.3em;} + +.boardRead .dateAndModify { float:right; white-space:nowrap;} +.boardRead .dateAndModify .date { font-size:.8em; font-family:Tahoma; color:#999999; margin-right:.5em; float:left; position:relative; top:.3em;} +.boardRead .dateAndModify .date strong { font-size:1em; font-family:Tahoma;} +.boardRead .dateAndModify ul { display:inline;} +.boardRead .dateAndModify ul li { float:left; margin-left:.3em;} + +/* boardSearch */ +.boardSearch { text-align:center; clear:both; width:100%;} +.boardSearch fieldset { border:none; display:inline; overflow:visible; position:relative;} +.boardSearch fieldset legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em;} +.boardSearch * { vertical-align:middle;} +.boardSearch select { float:left;} +.boardSearch input { float:left; margin:0 .3em; background:#fbfbfb;} +.searchButton ul { overflow:hidden;} +.searchButton li { float:left; margin-right:.3em;} + + +/* boardRead */ +.boardRead { position:relative; _width:100%; margin:1em 0 0 0; border:1px solid #e0e1db;} +.boardRead .originalContent { padding:2em 1.2em 2em 1.2em;} +.boardRead .readHeader { width:100%; padding-bottom:.5em; margin-bottom:1em; border-bottom:1px solid #eff0ed; overflow:hidden;} + +.boardRead .titleAndCategory { float:left;} +.boardRead .titleAndCategory h4 { font-size:1.4em; display:inline; padding-left:.2em;} +.boardRead .titleAndCategory .vr { font-size:.9em; margin:0 .3em; color:#c5c7c0;} +.boardRead .titleAndCategory .cotegory { font-size:.9em; color:#999999; white-space:nowrap;} + +.boardRead .dateAndModify { float:right; white-space:nowrap;} +.boardRead .dateAndModify .num { font-size:.9em; font-family:Tahoma; color:#999999; margin-right:.5em; float:left; position:relative; top:.3em;} +.boardRead .dateAndModify .num strong { font-size:1em; font-family:Tahoma;} +.boardRead .dateAndModify ul { display:inline;} +.boardRead .dateAndModify ul li { float:left; margin-left:.3em;} + +.boardRead dl.uri { overflow:hidden; margin:0 0 2em .3em; float:left;} +.boardRead dl.uri dt { float:left; clear:left; font-size:.9em; margin-right:.3em; color:#999999;} +.boardRead dl.uri dd { clear:right; font:.8em Tahoma; color:#c5c7c0;} + +.boardRead .userInfo { float:right; white-space:nowrap;} +.boardRead .userInfo .author { padding:0 .3em 0 0; color:#3074a5; margin-right:.3em;} +.boardRead .userInfo .ipaddress { font-size:.9em; font-family:Tahoma; color:#888888; margin-right:.5em; } + +.boardRead .readBody { padding:0 .3em; color:#555555; overflow:hidden; margin-bottom:2em; clear:both;} +.boardRead .readBody p { margin:1em 0; line-height:1.5em;} +.boardRead .readBody .alignLeft { float:left; margin:0 1em 1em 0; } +.boardRead .readBody .alignRight { float:right; margin:0 0 1em 1em; } +.boardRead .readBody .valignCenter { vertical-align:middle;} +.boardRead .readBody .clearBoth { display:block; margin:0 0 1em 0;} +.boardRead .readFooter { padding:0 .3em;} +.boardRead .readFooter .tag { margin-bottom:1em;} +.boardRead .readFooter .tag h5 { display:inline; font-size:1em; margin-right:.5em;} +.boardRead .readFooter .tag ul, +.boardRead .readFooter .tag li { display:inline;} +.boardRead .readFooter .tag a { color:#444444;} +.boardRead .readFooter .tag .tagIcon { vertical-align:middle;} +.boardRead .readFooter .fileAttached { position:relative; _width:100%; border:1px solid #eaeae7; overflow:hidden; background:#fbfbfb;} +.boardRead .readFooter .fileAttached h5 { position:absolute; top:1em; left:1.5em; font-weight:normal; color:#999999; float:left; font-size:1em; margin-right:.5em; line-height:1.5em;} +.boardRead .readFooter .fileAttached ul { float:left; padding:1em 1em .8em 0; margin-left:5em; _margin-left:2.5em;} +.boardRead .readFooter .fileAttached li { display:inline; margin-right:.75em; line-height:1.5em;} +.boardRead .readFooter .fileAttached li a { font-size:.9em; padding:.1em 0 .1em 1.5em; white-space:nowrap; position:relative; color:#444444; background:url(../images/white/iconFile.gif) no-repeat left top;} +.boardRead .readFooter .fileAttached li a:visited { color:#777777;} +.boardRead .replyAndTrackback { position:relative; overflow:hidden; _width:100%; padding:.8em 0em; height:1em; background:url(../images/white/bgBoardListTh.gif) repeat-x left bottom; border-top:1px solid #e0e1db; border-bottom:2px solid #666760;} +.boardRead .replyAndTrackback li { position:relative; left:1.5em; padding-left:1.4em; float:left; margin-right:1em;} +.boardRead .replyAndTrackback li.reply { background:url(../images/white/iconReply.gif) no-repeat left top;} +.boardRead .replyAndTrackback li.reply a { _position:relative; _top:-.5em;} +.boardRead .replyAndTrackback li.trackback { background:url(../images/white/iconTrackback.gif) no-repeat left top;} +.boardRead .replyAndTrackback a { display:block; float:left; color:#333333; height:1em; padding:.1em 1.5em .1em 0; white-space:nowrap;} +.boardRead .replyAndTrackback a strong { color:#ff6600;} +.boardRead .replyAndTrackback a#toggleReply { background:url(../images/white/buttonToggleReply.gif) no-repeat right top;} +.boardRead .replyAndTrackback a#toggleTrackback { background:url(../images/white/buttonToggleReply.gif) no-repeat right -13px;} +.boardRead .replyAndTrackback li.button { float:right; } +.boardRead .replyAndTrackback li.button a { display:inline; padding:0; margin:0 1em 0 1em;} + +#trackbacks { padding:.6em .6em; color:#666666; border:1px solid #e0e1db;;margin-top:.5em;} +#trackbacks li { padding:.6em .8em .6em .6em; line-height:1.25em; border-bottom:1px dotted #EEEEEE;} +#trackbacks p { display:inline; margin-bottom:1em;} +#trackbacks a { color:#666666; } +#trackbacks div { clear:both; } +#trackbacks address { display:block; padding:0 .3em 0 0; } +#trackbacks address a { font-size:.9em; color:#3074a5; margin-right:.3em; float:left;} +#trackbacks address .date { font:.8em Tahoma; color:#cccccc; float:right;} + +#reply { padding:.6em .6em; color:#666666; border:1px solid #e0e1db; margin-top:.5em;} +#reply li { padding:.6em .8em .6em .6em; line-height:1.25em; clear:both; border-bottom:1px dotted #EEEEEE;} +#reply p { display:inline; margin-bottom:1em;} +#reply .author { float:left; padding:0 .3em 0 0; font-size:.9em; color:#3074a5; margin:0 .3em .5em 0;} +#reply .author a { font-size:.9em; color:#3074a5; margin-right:.3em;} +#reply .date { float:right; font:.8em Tahoma; color:#cccccc; margin:.3em 0 .5em 0;} + +#reply .replyOption { float:right; white-space:nowrap; margin-left:.2em;} +#reply .replyOption img { vertical-align:middle;} + +#reply .replyContent { clear:left; } +#reply .reply { background-color:#FAFAFA;} +#reply .replyIndent { background:url(../images/white/iconReplyArrow.gif) no-repeat .0em .3em; padding-left:1.3em;} + +#reply li .fileAttached { _width:100%; border:1px solid #eaeae7; overflow:hidden; background:#fbfbfb; margin-top:.3em;} +#reply li .fileAttached ul { float:left; padding:.3em 1em .2em 0; margin-left:.5em; _margin-left:.25em;} +#reply li .fileAttached li { border:0px; display:inline; margin-right:.75em; line-height:1.5em; padding:.1em 0 .1em 1.5em; background:url(../images/white/iconFile.gif) no-repeat left;} +#reply li .fileAttached li a { font-size:.9em; white-space:nowrap; position:relative; color:#444444; } +#reply li .fileAttached li a:visited { color:#777777;} + +/* boardEditor */ +.boardEditor { padding:.5em 0 1em 0; width:100%; overflow:hidden;} +.boardEditor.reply { padding:.5em 1em 1em 1em; width:auto; overflow:hidden;} +.boardEditor legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em;} +.boardEditor fieldset { _width:100%; border:1px solid #eaeae7; border-top:none;} +.boardEditor .userNameAndPw { position:relative; background:#fbfbfb; border-top:1px solid #eaeae7; border-bottom:1px solid #e1e1e1; padding:.5em 1em; white-space:nowrap;} +.boardEditor .userNameAndPw * { vertical-align:middle;} +.boardEditor .userNameAndPw label { margin-right:.2em; color:#666760;} +.boardEditor .userNameAndPw input { color:#aaaaaa;} +.boardEditor .userNameAndPw .userName { width:6em; margin-right:.8em;} +.boardEditor .userNameAndPw .userPw { width:5em;} +.boardEditor .userNameAndPw .emailAddress { width:6em;} +.boardEditor .userNameAndPw .homePage { width:6em;} +.boardEditor .userNameAndPw .checkSecret { position:absolute; right:2em; top:.7em;} +.boardEditor .buttonReply { position:relative; float:left; left:50%; margin:.5em 0 0 -2em; _padding-bottom:1em;} + +/* boardWrite */ +.boardWrite { width:100%; position:relative;} +.boardWrite .userNameAndPw { margin-bottom:-1px;} +.boardWrite .boardEditor fieldset { width:auto; position:relative;} +.boardWrite div.title { border-bottom:1px solid #eff0ed; border-top:1px solid #eff0ed; padding:.5em 0; white-space:nowrap;} +.boardWrite div.title label.title { display:block; float:left; font-weight:bold; padding:.4em 0 0 1.5em; width:6em; white-space:nowrap;} +.boardWrite div.title input#title { width:60%;} +.boardWrite .option { border-bottom:1px solid #e1e1e1; padding:.5em 0; overflow:hidden; width:100%;} +.boardWrite .option dt { display:block; float:left; font-weight:bold; padding:.3em 0 0 1.5em; width:8em; white-space:nowrap;} +.boardWrite .option dd { float:left; margin-right:1em; padding-top:.2em; _padding-top:.1em;} +.boardWrite .option dd * { vertical-align:middle;} +.boardWrite .inputTypeText { background:#fbfbfb;} +.boardWrite .trackbackURI { clear:both; border-top:1px solid #eff0ed; padding:4px 0 .8em 0;} +.boardWrite .trackbackURI label { display:block; float:left; color:#333333; font-weight:bold; padding:.4em 0 0 1.5em; width:6em;} +.boardWrite .trackbackURI .inputTypeText { width:50%;} +.boardWrite .tag { clear:both; border-top:1px solid #eff0ed; padding:.8em 0;} +.boardWrite .tag label { display:block; float:left; color:#333333; font-weight:bold; padding:.4em 0 0 1.5em; width:6em;} +.boardWrite .tag .inputTypeText { width:50%;} +.boardWrite .tag .help { vertical-align:middle;} +.boardWrite .tag .info { padding:.5em 0 0 .6em; margin-left:8.5em; font-size:.9em; color:#999999; background:url(../images/white/iconArrowD8.gif) no-repeat left center;} + +.buttonWrite ul { text-align:center; clear:both; display:block;} +.buttonWrite li { margin-top:.5em; float:right; margin-right:.3em;} +.buttonWrite 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;} + +.smallBox { border:1px solid #e0e1db; margin:5em auto 1em auto;} +.smallBox.w268 { width:268px;} +.smallBox .header { position:relative; _width:100%; background:#ffffff url(../images/normal/bgH3.gif) no-repeat left bottom; overflow:hidden;} +.smallBox .header h3 { clear:both; font-size:1.2em; padding:.8em 2em .6em 1.2em; border-bottom:3px solid #fe3614; } +.smallBox .complex { padding:1.5em 2em 2em 2em;} +.smallBox .inputPassword { position:relative; border:none; padding:2em 2em 1.5em 2em;} +.smallBox .inputPassword .inputTypeText { float:left; margin-right:.5em; width:8em;} +.smallBox .inputPassword legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em; text-indent:-100em;} +.smallBox .inputPassword .button { display:block; float:left; margin-right:.2em;} diff --git a/modules/board/skins/xe_gallery/delete_comment_form.html b/modules/board/skins/xe_gallery/delete_comment_form.html new file mode 100644 index 000000000..13f471032 --- /dev/null +++ b/modules/board/skins/xe_gallery/delete_comment_form.html @@ -0,0 +1,28 @@ + + + +
+ +
+

{$lang->confirm_delete}

+
+ +
+ + + + + +
+
+ +
+ +
+ +
+
+ + diff --git a/modules/board/skins/xe_gallery/delete_form.html b/modules/board/skins/xe_gallery/delete_form.html new file mode 100644 index 000000000..77d0cbe86 --- /dev/null +++ b/modules/board/skins/xe_gallery/delete_form.html @@ -0,0 +1,27 @@ + + + +
+ +
+

{$lang->confirm_delete}

+
+ +
+ + + + +
+
+ +
+ +
+ +
+
+ + diff --git a/modules/board/skins/xe_gallery/delete_trackback_form.html b/modules/board/skins/xe_gallery/delete_trackback_form.html new file mode 100644 index 000000000..b6436a752 --- /dev/null +++ b/modules/board/skins/xe_gallery/delete_trackback_form.html @@ -0,0 +1,29 @@ + + + +
+ +
+

{$lang->confirm_delete}

+
+ +
+ + + + + +
+
+ +
+ +
+ +
+
+ + + diff --git a/modules/board/skins/xe_gallery/filter/delete_comment.xml b/modules/board/skins/xe_gallery/filter/delete_comment.xml new file mode 100644 index 000000000..115ea00d9 --- /dev/null +++ b/modules/board/skins/xe_gallery/filter/delete_comment.xml @@ -0,0 +1,18 @@ + +
+ + + + + + + + + + + + + + + +
diff --git a/modules/board/skins/xe_gallery/filter/delete_document.xml b/modules/board/skins/xe_gallery/filter/delete_document.xml new file mode 100644 index 000000000..7627f5a63 --- /dev/null +++ b/modules/board/skins/xe_gallery/filter/delete_document.xml @@ -0,0 +1,16 @@ + +
+ + + + + + + + + + + + + +
diff --git a/modules/board/skins/xe_gallery/filter/delete_trackback.xml b/modules/board/skins/xe_gallery/filter/delete_trackback.xml new file mode 100644 index 000000000..2140675f8 --- /dev/null +++ b/modules/board/skins/xe_gallery/filter/delete_trackback.xml @@ -0,0 +1,18 @@ + +
+ + + + + + + + + + + + + + + +
diff --git a/modules/board/skins/xe_gallery/filter/input_password.xml b/modules/board/skins/xe_gallery/filter/input_password.xml new file mode 100644 index 000000000..55cb6d8e0 --- /dev/null +++ b/modules/board/skins/xe_gallery/filter/input_password.xml @@ -0,0 +1,16 @@ + +
+ + + + + + + + + + + + + +
diff --git a/modules/board/skins/xe_gallery/filter/insert.xml b/modules/board/skins/xe_gallery/filter/insert.xml new file mode 100644 index 000000000..85d1ed4ce --- /dev/null +++ b/modules/board/skins/xe_gallery/filter/insert.xml @@ -0,0 +1,18 @@ + +
+ + + + + + + + + + + + + + + +
diff --git a/modules/board/skins/xe_gallery/filter/insert_comment.xml b/modules/board/skins/xe_gallery/filter/insert_comment.xml new file mode 100644 index 000000000..ba2216c8a --- /dev/null +++ b/modules/board/skins/xe_gallery/filter/insert_comment.xml @@ -0,0 +1,28 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/modules/board/skins/xe_gallery/filter/search.xml b/modules/board/skins/xe_gallery/filter/search.xml new file mode 100644 index 000000000..6c85e1254 --- /dev/null +++ b/modules/board/skins/xe_gallery/filter/search.xml @@ -0,0 +1,15 @@ + +
+ + + + + + + + + + + + +
diff --git a/modules/board/skins/xe_gallery/filter/vote.xml b/modules/board/skins/xe_gallery/filter/vote.xml new file mode 100644 index 000000000..0870a7551 --- /dev/null +++ b/modules/board/skins/xe_gallery/filter/vote.xml @@ -0,0 +1,13 @@ + +
+ + + + + + + + + + +
diff --git a/modules/board/skins/xe_gallery/footer.html b/modules/board/skins/xe_gallery/footer.html new file mode 100644 index 000000000..c6171637a --- /dev/null +++ b/modules/board/skins/xe_gallery/footer.html @@ -0,0 +1,2 @@ + +{$module_info->footer_text} diff --git a/modules/board/skins/xe_gallery/header.html b/modules/board/skins/xe_gallery/header.html new file mode 100644 index 000000000..853bed650 --- /dev/null +++ b/modules/board/skins/xe_gallery/header.html @@ -0,0 +1,69 @@ + + + + + + {@$module_info->colorset = "white"} + + + + + + + + +{$module_info->header_text} + + + +
+

{$module_info->title} - {$module_info->sub_title}

+
+ + + + +
{$module_info->comment}
+ + + +
+ + + + {$lang->document_count} {number_format($total_count)} + + + + +
diff --git a/modules/board/skins/xe_gallery/images/blank.gif b/modules/board/skins/xe_gallery/images/blank.gif new file mode 100644 index 0000000000000000000000000000000000000000..35d42e808f0a8017b8d52a06be2f8fec0b466a66 GIT binary patch literal 43 scmZ?wbhEHbWMp7uXkcLY|NlP&1B2pE7Dgb&paUX6G7L;iE{qJ;0LZEa`2YX_ literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/bgBoardEditorOption.gif b/modules/board/skins/xe_gallery/images/white/bgBoardEditorOption.gif new file mode 100644 index 0000000000000000000000000000000000000000..559588af6ee1f78ce574ea40937167cc850200b2 GIT binary patch literal 2506 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 XFDnrMOYYe#m#|lX3-^OTprro-dT-f8 literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/bgBoardListTh.gif b/modules/board/skins/xe_gallery/images/white/bgBoardListTh.gif new file mode 100644 index 0000000000000000000000000000000000000000..ae25c2d8262f05114a7497476fdb61cfef87fd5a GIT binary patch literal 197 zcmZ?wbhEHbWMzhh&eGEPy+>d5d`Z%6zj@&`@A(}Rk}O0ddMBh@I+SCjeqlw4<5H=0 c*E`Bi=T_`(D45}(CVwuyEh;u+yEB6|01``RWB>pF literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/bgEditorFileList.gif b/modules/board/skins/xe_gallery/images/white/bgEditorFileList.gif new file mode 100644 index 0000000000000000000000000000000000000000..e5050341cbe466ac6e3dcc69d523ba79c3488d1d GIT binary patch literal 60 zcmZ?wbhEHbWM$A}XkcLY{rmU-|Nj+#vM_*v4u}BBFfa+X^shYqmVa@{!du;&@9p`` K-xkZrU=09H92D{Z literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/bgH3.gif b/modules/board/skins/xe_gallery/images/white/bgH3.gif new file mode 100644 index 0000000000000000000000000000000000000000..0d07bb456e10b535227875f571d18e92c50d4530 GIT binary patch literal 2778 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 F{{iBWh`Rs) literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/bottomGotoFirst.gif b/modules/board/skins/xe_gallery/images/white/bottomGotoFirst.gif new file mode 100644 index 0000000000000000000000000000000000000000..e0297fecbe6666e8076cf1c4bd48571dc826c5f3 GIT binary patch literal 51 zcmZ?wbhEHbWM^PyXkcVWOH2Fz|G(l-7DfgJMg|=QAOOiQFmd@Ll<#=3_e}661_o;Y DN%IX& literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/bottomGotoLast.gif b/modules/board/skins/xe_gallery/images/white/bottomGotoLast.gif new file mode 100644 index 0000000000000000000000000000000000000000..0a7141d0d51a0dcece12d04038c8f846f0ae56c0 GIT binary patch literal 51 zcmZ?wbhEHbWM^PyXkcVWOH2Fz|G(l-7DfgJMg|=QAOOiQFmbu$G48y@J<;=(2!k~M DKokru literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/bullet_3x3_d8d8d8.gif b/modules/board/skins/xe_gallery/images/white/bullet_3x3_d8d8d8.gif new file mode 100644 index 0000000000000000000000000000000000000000..c1f2452279d4fad7bb33b39ad34fc195580dee63 GIT binary patch literal 44 tcmZ?wbhEHbWM*JyXkcKtapML91B2pE79h#MpaUX6G7L=2E%mGn)&Rw+2TuS1 literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/buttonAscending.gif b/modules/board/skins/xe_gallery/images/white/buttonAscending.gif new file mode 100644 index 0000000000000000000000000000000000000000..b405cc323ce8d1f8f7636797a57884a8d71eb6ac GIT binary patch literal 46 ycmZ?wbhEHbWMyDxXkcXM>2Lf0|G(l-7DfgJMg|=QAOOiQFtPe1uTxe zJAd-muOFYkeEj?O&)09CfByXb>C^l7AKrZY`0mf2Uw{7m{_x@L@83Un@7;Fe=2d$K zhyP%}Kmkzv$->CMpv|BIG6Uo%2DbkPM6*0}r20J`ziJAwoPS|O$uE}}6)pGl({HQx zKj?E-HC*BGVoTN8yyc;79a%2xZ@>Rh6D!)d!l$9Jskx=KQA>bdOS-4GM{`1dU$5rm zJ}rKBE%`Zf=grleKWE{hIa=&eTFk50OjxJMykX7i4VyNv){^4UV%WQHuO`F6L;H^$ zIJ#GhM^cON-1!L?7&R|kIe+=uc`Zp^ExG#-9zM`~bpOfI`&ztWT1@ZWub;rA`Tpyd zuV1yqxV2>d{r?xlAi`mg;Mkxg77*aLVBz65O*yv~iSt*TnY1)~0vH!9KHjHk*Y?L_ zlM08Zu+R#DgPWF~o^Fu5Eo9%f;H-B&xnC>+Y$otHal6H!(0+0|43z{DJ@g literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/buttonClose.gif b/modules/board/skins/xe_gallery/images/white/buttonClose.gif new file mode 100644 index 0000000000000000000000000000000000000000..12cd8aaa968055aca44ee4314302eab49b65f36e GIT binary patch literal 58 zcmZ?wbhEHbb{;)` z;Q5PZ|Ni|uedhRqgS+?c+kXDS>5G@n9y+||$kBbjfB*jV>&NfkKY#rA`s2s4uXDQ8|GjraYd9#$+d6gMftWaWD zy=LXQ#&zqJd6|_Zc1S4g+`W6xj=ei~C^K^?i=Q}o>XefB+4HBBIk=P=uU%`rsdWAJ zUB=tj8I`$&m8G7)c&YUA#p~BEm4$_rCBJ_AuJrxe&!69wh4|cRBs?}OIM~eQZsAdo o-F&!RK-sINBhjUaU2#dqof|4gn1vLax@0^zE%6j`WMHrc0M{JH+W-In literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/buttonDeleteX.gif b/modules/board/skins/xe_gallery/images/white/buttonDeleteX.gif new file mode 100644 index 0000000000000000000000000000000000000000..c066e49be9d50d49daaf3a1c500142e171a25687 GIT binary patch literal 61 zcmZ?wbhEHb2Lf0|G(l-7DfgJMg|=QAOOiQFtN7CigQOZSOWkJ#tDP~ literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/buttonHelp.gif b/modules/board/skins/xe_gallery/images/white/buttonHelp.gif new file mode 100644 index 0000000000000000000000000000000000000000..ca7a23a9f3f338cd31995d297eeba602a7b605f8 GIT binary patch literal 105 zcmZ?wbhEHbeZ{n#KddYuKfoC1{hHM$->CMz`~#d5&)@XVAk{4bZ2$K y3D1LzD(*>EEx3KbbFs*@rvgRu)e=_z3=_22d_!wn-ZWj)`v(>kNN{p8SOWmrnI|^@ literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/buttonLogout.gif b/modules/board/skins/xe_gallery/images/white/buttonLogout.gif new file mode 100644 index 0000000000000000000000000000000000000000..9de8790c61f9effada941f1d086f415dcca090da GIT binary patch literal 599 zcmZ?wbhEHbG-nWHxT?+Y^XHFWzkdAq@$L8TUthm{xpw{X;iLPmUb}ey!s!<;p53@{ z<;>aR=gyxzdhEdWAKxxrK6mQ$u|tRVUb%W<|AC$R_V2iO>FmFM{|+45ef-3sJ^Qww zJay#v@1H+@eE({TJzkUDu@893gUq1f*`{(P|Pk;aZ{_^G1pFh8M@7;Fe=2d$K zhyP%}Kmkzv$->CMpv|BIG6Uo%2DbkPM6*0}r20=RG1?iV5^`ZhiPzew^;cRJE!fns z@43K}Ycbrq&7gVb{)2nB9^HL>XW;_|Ep7oVnfD)LG(Ud% z`uY9$Pd|Qs{i-D(6~ZCm5x}rXgjHBcX2%5u=Qeg}zL15C&0TyF##ufKH!8dJNjjD> zXc{d!-lJt;67X^1($mv5<4(=_shH+H+br=?&dNoNj3uHhOti>r>L_qL+Oav~@~YU=+t%LRs-@=>5V&aF-Q5+R zU)?=zzP^i7B*cQlamR*-hdYF|<8p2^a&bupB+T^L`AI}XGHlL`GdnjwKfl1an{TfY H2ZJ>Lk5MW4 literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/buttonModify.gif b/modules/board/skins/xe_gallery/images/white/buttonModify.gif new file mode 100644 index 0000000000000000000000000000000000000000..7f2d8f9b7027d263baa588ecac088e012a2c2e4c GIT binary patch literal 452 zcmZ?wbhEHblw%NLxT?bN^XHErKfYeOe(B_?qgSq8ynN;S^&3~to;!K`b{;)` z;Q5PZ|Ni|uedhRqgS+?c+kXDS>5G@n9y+||$kBbjfB*jV>&MrxpTB?q`t{qF-@ku; z`SR)CzrR0zeE<9R&!0cPzkL0)XYaNfH?P_|IQ$0#25JMvpDc_F3@QvdAcH}EVqkmd z5R~DeBh~LQDbX;?YW@X{l0<w)PQT5PRAx-PqB;Bg3zI4rjUJm1J8Jyq_j64Y zOg(?U`#nWOq-uQg2Ux-vng=c4g6-vqY8V%$_;7dA>3`uQJ1m6-_Hw zuVPSIw~|4bmswe6$Ie~5ly>gjyGxmwLz(f|vF4M<8Bd*NROaAP7Qb@!iqf^~*KS-> z<`Pzxc=Y&@(vzo8o;^_(7E%`b@bQDvr;jJUiYW{6Da-%+&%n&ZV{yo_DOyTME9S(8 hg-(3RLN*+VOBWqgQ^se1ARJLzd6&6)xX5P7bSN_q{s-hgK5)x|*E?$*T zQ&dy@`|m%)-R5{{__`3ef|3R+xIU&eti4;_s`Ft-+%r3@%i(I4atw6o0ZXGB7AH=zxp|`H6vT?STvF9y(H; z3lAwC$+4Qh&^b}iD`ee`95cZv8>hJ&Dtz9x$Tdz#+soE?<3p*20Y~h+a`U=+eqJR- zv8JZH=C&q9L0(0X-rl@Eg}z=zUM5B1nKScd&6%ah#G)v)WJ%ug zgCd`RqQuT!yYqG{3h*dOA3kza;i$AC51XRQx$_q;$|$mNES9`+^VTgPMGh|cfJeUa YT#9lpUcP$$Qc>yshmW5=IWkxS02i&M761SM literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/buttonSearch.gif b/modules/board/skins/xe_gallery/images/white/buttonSearch.gif new file mode 100644 index 0000000000000000000000000000000000000000..1fbbc95a1b40bb42d15c24aa70a6a868da119e69 GIT binary patch literal 517 zcmZ?wbhEHbRAvxmxT?+Yu=zka@P{{2w=dtnfBpIM``2%uKYjl2_wS$gAKrZY`0mf2Uw{7m{_x@L@83Un@7;Fe=2d$K zhyP%}Kmkzv$->CMpv|BIG6Uo%2DbkPM6*0}r20J`uWAagoPS|O$uE}>sZ~rFr{7lX zPY7_ldSQjfi!D`W^OlE7HD|f3zy1D4O>Anz3ZI6?rskH`MlAt;EtZ~M&Hnx#&E82< zCr@F~;%C>Aoi~4h=DbA<7t1bLpv5ks#k_9)h6$P*nKw_^uue;YM@wek{{5N<4;(rw zbLfDK7LS;g^!W?tH7{PibfI7R>P0OvK`prl5BncJ(0uaz#RDxtNiBx=A3lEiuxY|) zElD9Qraym~zV`p&{9_)_+QO-2rxEi*k@avJzr0n=iljrVqKrmaJPZa$kM+wquG%rd zp|xYOM)0bblR`_oSolJw%<$a2?Cfld%vA*&99UbG1RR>VWWBazaByjfX*f78T^X#Q WA+pB8aqFt9t0OkY#R{@8SOWlCOZNW& literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/buttonTextAreaDrag.gif b/modules/board/skins/xe_gallery/images/white/buttonTextAreaDrag.gif new file mode 100644 index 0000000000000000000000000000000000000000..148e9ee10cfe96dd8fcdab82291e8131de0083b3 GIT binary patch literal 68 zcmZ?wbhEHb6ky Xp5Od!Ni%W-Qj~(9YnFdv5(1obq?A3DB<|F)nA?)E#c`?8y6eqh)-TF@ LRU0E@m>8@9a!*&# literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/buttonTypeALeft.gif b/modules/board/skins/xe_gallery/images/white/buttonTypeALeft.gif new file mode 100644 index 0000000000000000000000000000000000000000..12839fe055edc018a706651dce88011500092e46 GIT binary patch literal 169 zcmZ?wbhEHbWMYtDI3me#?D(PMCl2r1ziaEZ4W~|>c>MVB<}K?F9Ncr{=z-IxPyYM& z@8ZRaM~@vmckbLFpsEAA&zw1R^5pT|d$#S`y>lT|Nnpgg8>5uQ2fcl z$iN`UpaYTt*~!4FmT)bib*V!{lVC&(t3-pLM3d!>M%x(;o-;f@I4Q4bz6 GgEauC0#W1u literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/buttonTypeARight.gif b/modules/board/skins/xe_gallery/images/white/buttonTypeARight.gif new file mode 100644 index 0000000000000000000000000000000000000000..1dd5aac05abdb2281e7cc949bee38779741f8323 GIT binary patch literal 170 zcmZ?wbhEHbWMYtDI3mfgZ~v~tNA~a8yZykyJ&zwh-n?b~sZ%G;ojY^<#Nl1Lw;nxq z@X+CXTehy>e_;2SGpA0TJbvlYrDMkr?bx~b{Q2|${{7p!ZNu5Kr+4n!@*fNsFo5Du z7DfgJNd_H|49HFfR`mx{1liL9#hxXweM{gFOXLzu;5JL(WlLc4VJco2V<6dOx9>p4r+@$c{{H>z@891) zetiG+>&NcB+dhB!c;n{PFJC_W`Sbhhw=e(y|7RcqDE?#ttI`3HAUhdYO&%zB1xG4r zM6Fr(96G#r_ug%%P9M8*^Xh*vV88(sf3h$#Fo-kg xfaF1TGO#K?2<2r@(wvrPIxWFgEJai-RZuM1^;(jrSi5Q>V+7OG(<&?s)&O33Nh<&V literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/buttonTypeBRight.gif b/modules/board/skins/xe_gallery/images/white/buttonTypeBRight.gif new file mode 100644 index 0000000000000000000000000000000000000000..4a85fd289a54562d59b9de6679dfacea8c490ac2 GIT binary patch literal 166 zcmZ?wbhEHbWMU9yI3mulZ~u-x`?g=aboR!LD<@AKIdk^-m8%zCym)r)`sMuxc3!=9 z@$k`o$4?x(botzYL%YvkIDPK?$)m>(96G#r_ug%%P9M8*^Xh*vV88(sf3h$#Fo-kg xfaF1TGO#Kql*%@@Ms%e{^r}YmvqrYMMz$P{n7B1UsQd7w4Gdb1CskP(tO1|*OvwNM literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/buttonTypeInput24.gif b/modules/board/skins/xe_gallery/images/white/buttonTypeInput24.gif new file mode 100644 index 0000000000000000000000000000000000000000..0dcfc0e3df9a4ec01b31e4d88cb7fa54dbf2e012 GIT binary patch literal 419 zcmZ?wbhEHblwc5HxT?*wAuirlZ z{Q3RU=MUe$efjk1{jXm?K7aZ6{rlHHe|~@X@b>rbpS$;NyK(dCe=uO65>Wif!pOj& z&Y%M_59B8XwgU%(Gd*;q`j-YDO~|sEAFyJflR@jc8*9R{l`MQ_Y^d;2n=K=7Ipb{J z?z?Ipho7vx{k~$)%83S<{~8*bn$$SC)fhXwx_f%mxcSu-CQq3>t5dxJrc@dCZ`zQAK3%+;XW5;tcj}+$s zD8Nhxg28~_@ALV#wzvHrkIU=zxZDo6$LaTbS-Dt`?AJhLy2&ovczE>b1p6+%IH2b< z8AT!cqIN+wDIT*}%~R8m6q*m&5Vw5r)Om2BEArso|G%gODpgHF;ZSyVX;|z2L)F9tIIbFsTaze zE(eoQILH_O4h<|W8;67twWOlC9kgDiG`Epw)Y^_NvdiuKd&wZH#Va+sK)|=Pv!R>H37zza)j&;3WBN!dB*=%1D2$BB)|DTjV^ezA(1Gv`-ub%+$ z2#tKYzM+xcboJWx8_o4(G!krWYiD$Hb}{d;kmv(oYVLjZgWiXaIDP$nso;S`F#qYZ z=R@3K-Uwd+CZ>U3izdYqDfE|2t^m_e;HejLD)qcZyP(s9sALc@EE|onD<%WUVzrp< z>i}uP048I=D4##ze+#i^PwX~qiM{WaWkT(%_`L;~Y63Fp{r>&T+$W}^b#eP}{)cGol=AJ%lSz^uZs_$WfF>C%X?`fvuu?PQZ~M0&`AL zQ#KQWO3XObRgHyV&ptb(QT%9AVX-(;0)bnlhbNR{X%*^$e}+pVeUf`8I|shwl|C*+ zobII=#_On=)rjJC7>gD;likVtz6484$=dlgThfF*cBpbTB;FMj^TpmYT^|1vhKh5z zdujC3trqNicv1>MfL}*m8)=X=J2-ouwXyaXZ?myDyuUn>@W?(hLI7&HlV;>k&B^V?z>|NPH8-{br;m|70;Xq3IaYRj^_3E98j>9Mg3i*J8Sn0bxpz zAGH^}k(6oXyu9_9*YffloegXr7H2^m89IpTX literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/iconArrowD8.gif b/modules/board/skins/xe_gallery/images/white/iconArrowD8.gif new file mode 100644 index 0000000000000000000000000000000000000000..fe3143edc992334d34a18240b76e4d246b1767e8 GIT binary patch literal 46 ycmZ?wbhEHbWM*JxXkcWxapT7S|Nj+#vM@3*Ff!;c00Bsbfr-_HX;ZP_N$xqV=1O|dhB!XBnW}6P>p-?Ong3O>JrGCTNV{&Qeh{==5fz6@S VIQV73?dtb61q%)rgoTA606QIMbg2LU literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/iconCheck.gif b/modules/board/skins/xe_gallery/images/white/iconCheck.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4fb37ae0dd452f35b984a7f7bf0abb7fdc76a7b GIT binary patch literal 306 zcmZ?wbhEHb)FG-~Rpk`}>d23l`4#{P|-~e_L;V z%hv5{w(VHk+t>CV3>ZiRia%Kx85r~#bU^w*eqvzrcVIqh6u}eLaXR~HR+rtn0}Brn zxdtq8S+TTogI$-vD(8Tu)09HHLju>wF@-Oi`e}<#Q@ALrm#>2wUzLoi03(m8w2nTn Qx`ev2G6REbf^4kCZ|8HJd3nUp( zf#OdVMg|5h1|5(v$P5M+`+!c*)d32UM=BlJ3{#@7w k**L{C3yFSq=cEp2xmK6ufhV6_EI93uc>1jvlOTgN08rdB@Bjb+ literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/iconList.gif b/modules/board/skins/xe_gallery/images/white/iconList.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c83bcaddc58ad1998c8c736b43cf10a3a5784dc GIT binary patch literal 101 zcmZ?wbhEHbx$EBYXQ_&R4kRctGFSrukAx=L literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/iconMyInfo.gif b/modules/board/skins/xe_gallery/images/white/iconMyInfo.gif new file mode 100644 index 0000000000000000000000000000000000000000..af4545bfab22696d2f3a0e7e704f15c326c51618 GIT binary patch literal 125 zcmZ?wbhEHb+Z^fq|1j2P6YBgMmfMz|&>oo)dGDb?zO0=zCnC&(lrduBqhO?i^P`rK4pcjqL(V O3mrwux{r&Od``^ERzI^?(XYaNfH?P_|IQ$0#25JMvpDc_F3@QvdAcH}EVqkmd z5R~DeBh~LFlwz1=HUGkjVn)dxr8#TLPQNWuTHKiMM057}7h5V-Gtq}1Hnpv=OfEYZ`e)YmJ~KcPpNhfi5*)@-HO^Q7j^nXSwxtjw^YqI4yL z(u%d~m4$hgWw&kLu|r9A_qM&V%Dnu_B1ex_91~GGe&(n$KbNxDWih2Im#!eg5pFxH22Nvgqf}6<@x8QTn3H&Y>*Nz|1A%Veo*1MJOvb;>3o9 ghuftaJUs-Qx{h`$3Qb@*xN-6Eeg*qU983(>06wa}>i_@% literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/iconReply.gif b/modules/board/skins/xe_gallery/images/white/iconReply.gif new file mode 100644 index 0000000000000000000000000000000000000000..a6d4ea1121211408d08f4b3a5d63dd7b34583408 GIT binary patch literal 106 zcmZ?wbhEHbN%7tf3>tvlao HGFSrug{Tj~ literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/iconRss.gif b/modules/board/skins/xe_gallery/images/white/iconRss.gif new file mode 100644 index 0000000000000000000000000000000000000000..f495b3ebcf99abab23e8abed0ce398a26e84db37 GIT binary patch literal 567 zcmWmB+e_1N9Eb65IycYF%~Bgo=W-slm6^>AJDJO6Wt!SSD@(J?bCzz?she&~li?&R zQ$*0Dqm>z5wag%kAi5|Bf{G+cBqFMdNIt*4%h$#84?KqKEUm6Im<6-1jN$uRa_TWC zp-v68CXz)>b}j07)Sg669W|@Tti~%lZYpp$gX`~tN54e?so-ovk@w^x2 z5L}RwQ;TOda%583GBPG&G82n`a3z_mi$lMJ`iiJUiMCKoDyUOU-C6kd8aJePkN{ge z#tbNDums|c27MB8<>B!LZmQ9?AhJtOztnGdQ#p|NW zOHOLjBNcwl%DVk|lBg3Ag3W>aCRt`UtI)Fpf*}4uS#|50q$6i`t`+(o+Oa!Fv`1Z8 vTV(NV*pyLoYS+rL*ke-j@)c*3+w;>F8@uy;^%ujfBEJ8O%oeKbU@ZL~!W$X( literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/iconTag.gif b/modules/board/skins/xe_gallery/images/white/iconTag.gif new file mode 100644 index 0000000000000000000000000000000000000000..ecfdb55859051454691642fb4e651752bc5e701f GIT binary patch literal 205 zcmV;;05bnaNk%w1VG#fd0K^^uu9kJOh-BZ>#Pj5z|NiW*f?KYSZLfh@uZ3Q)jAr@p zxUPU$u90u9lyuRxh4kmH|M|wUkZie=X|9rR!k~7xj%eDyfc5C7u9I=@+Km7F-L8{! z|NsC0`M>}F{{R30A^8LW0015UEC2ui01*HR000F_pa6``hE0rNcx=0Ia4bhHyAfTk zXB|W&wT(u%>s%Cs0wUlM5_7x*MdBz30?uc&@~|vC*r8T8*to<*UZ)&HKiM_GW=^ly HSRnvA#^+^8 literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/iconTrackback.gif b/modules/board/skins/xe_gallery/images/white/iconTrackback.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c83bcaddc58ad1998c8c736b43cf10a3a5784dc GIT binary patch literal 101 zcmZ?wbhEHbx$EBYXQ_&R4kRctGFSrukAx=L literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/iconWrite.gif b/modules/board/skins/xe_gallery/images/white/iconWrite.gif new file mode 100644 index 0000000000000000000000000000000000000000..f18cb5e9e525a0a989280515567015fe88cff599 GIT binary patch literal 525 zcmZ?wbhEHbmPP08Uer9VvdUNvgiFq?THNKpj_jbAK=0l5T zOb_p#8ulwo`|GI%k6#~~H7znTC2NkG_Jh|a51l;!=k@hl_a1KCee`6l(eGQkzu(%m zY{Sk)Yj(V-k3Vi@uzgz3IU6 znVuS7fi_Ny{C;cC%&B3s-LP=>OMUB+|n}QUUFh)jSSWR)~K_T literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/lineBoardListTh.gif b/modules/board/skins/xe_gallery/images/white/lineBoardListTh.gif new file mode 100644 index 0000000000000000000000000000000000000000..6d891d82c48cdbf1cad8f7a3e672e472afe1ec55 GIT binary patch literal 2763 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 WxCjO=Qi_WLanS+gX95nv;{OY`JD*tq literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/lineH3.gif b/modules/board/skins/xe_gallery/images/white/lineH3.gif new file mode 100644 index 0000000000000000000000000000000000000000..fe42fe3781237403eca94635261e9596fd922c1f GIT binary patch literal 45 ucmZ?wbhEHbWMmLwXkcJ?`0y?R1B2pE79h#MpaUX6G7L;CE&VfD8LR=-2na3! literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/lineTextAreaDrag.gif b/modules/board/skins/xe_gallery/images/white/lineTextAreaDrag.gif new file mode 100644 index 0000000000000000000000000000000000000000..3df035047511b99c43c7533ec5d96d5233c069b2 GIT binary patch literal 46 ycmZ?wbhEHbWMN=oXkcV`|KaWb|Nj+#vM@3*Ff!;c00Bsbfr+(6aAjoxgEas*M+=w$ literal 0 HcmV?d00001 diff --git a/modules/board/skins/xe_gallery/images/white/line_1x10_e0e0e0.gif b/modules/board/skins/xe_gallery/images/white/line_1x10_e0e0e0.gif new file mode 100644 index 0000000000000000000000000000000000000000..6a848dd581e9ecdf86112d9e89d590c2a18c3296 GIT binary patch literal 44 tcmZ?wbhEHbWMtrCXkcJ?@ZbRh1B2pE79h#MpaUX6G7L=2E&Z$v)&R+u2Y~

+ + +

+ +
+

{$lang->msg_input_password}

+
+ +
+ + + + + +
+ {$lang->msg_input_password} + +
+ +
+ +
+ +
+ +
+ + + diff --git a/modules/board/skins/xe_gallery/js/board.js b/modules/board/skins/xe_gallery/js/board.js new file mode 100644 index 000000000..2dc8accf5 --- /dev/null +++ b/modules/board/skins/xe_gallery/js/board.js @@ -0,0 +1,130 @@ +/** + * @file modules/board/js/board.js + * @author zero (zero@nzeo.com) + * @brief board 모듈의 javascript + **/ + +/* 관리자가 카트 선택시 세션에 넣음 */ +function doAddCart(mid, obj) { + var srl = obj.value; + var check_flag = obj.checked?'add':'remove'; + + var params = new Array(); + params["mid"] = mid; + params["srl"] = srl; + params["check_flag"] = check_flag; + + exec_xml("board","procBoardAdminAddCart", params, null); +} + +/* 글쓰기 작성후 */ +function completeDocumentInserted(ret_obj) { + var error = ret_obj['error']; + var message = ret_obj['message']; + var mid = ret_obj['mid']; + var document_srl = ret_obj['document_srl']; + var category_srl = ret_obj['category_srl']; + + alert(message); + + var url = current_url.setQuery('mid',mid).setQuery('document_srl',document_srl).setQuery('act',''); + if(category_srl) url = url.setQuery('category',category_srl); + location.href = url; +} + +/* 글 삭제 */ +function completeDeleteDocument(ret_obj) { + var error = ret_obj['error']; + var message = ret_obj['message']; + var mid = ret_obj['mid']; + var page = ret_obj['page']; + + var url = "./?mid="+mid; + if(page) url += "&page="+page; + + alert(message); + + location.href = url; +} + +/* 검색 실행 */ +function completeSearch(fo_obj, params) { + fo_obj.submit(); +} + +/* 추천, 추천은 별도의 폼입력이 필요 없어 직접 필터 사용 */ +function doVote() { + var fo_obj = document.getElementById('fo_document_info'); + procFilter(fo_obj, vote); +} + +function completeVote(ret_obj) { + var error = ret_obj['error']; + var message = ret_obj['message']; + alert(message); + location.href = location.href; +} + +// 현재 페이지 reload +function completeReload(ret_obj) { + var error = ret_obj['error']; + var message = ret_obj['message']; + + location.href = location.href; +} + +/* 댓글 글쓰기 작성후 */ +function completeInsertComment(ret_obj) { + var error = ret_obj['error']; + var message = ret_obj['message']; + var mid = ret_obj['mid']; + var document_srl = ret_obj['document_srl']; + var comment_srl = ret_obj['comment_srl']; + + var url = "./?mid="+mid+"&document_srl="+document_srl; + if(comment_srl) url += "#comment_"+comment_srl; + + alert(message); + + location.href = url; +} + +/* 댓글 삭제 */ +function completeDeleteComment(ret_obj) { + var error = ret_obj['error']; + var message = ret_obj['message']; + var mid = ret_obj['mid']; + var document_srl = ret_obj['document_srl']; + var page = ret_obj['page']; + + var url = "./?mid="+mid+'&document_srl='+document_srl; + if(page) url += "&page="+page; + + alert(message); + + location.href = url; +} + +/* 트랙백 삭제 */ +function completeDeleteTrackback(ret_obj) { + var error = ret_obj['error']; + var message = ret_obj['message']; + var mid = ret_obj['mid']; + var document_srl = ret_obj['document_srl']; + var page = ret_obj['page']; + + var url = "./?mid="+mid+'&document_srl='+document_srl; + if(page) url += "&page="+page; + + alert(message); + + location.href = url; +} + +/* 카테고리 이동 */ +function doChangeCategory() { + var sel_obj = xGetElementById("board_category"); + var sel_idx = sel_obj.selectedIndex; + var category_srl = sel_obj.options[sel_idx].value; + location.href = current_url.setQuery('category',category_srl); +} diff --git a/modules/board/skins/xe_gallery/list.html b/modules/board/skins/xe_gallery/list.html new file mode 100644 index 000000000..db85c1fa4 --- /dev/null +++ b/modules/board/skins/xe_gallery/list.html @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + {@ $order_icon = "buttonDescending.gif" } + {@ $order_type = "asc"; } + + {@ $order_icon = "buttonAscending.gif" } + {@ $order_type = "desc"; } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{$lang->no} +
+ + +
+
{$lang->title}{$lang->writer}{$lang->readed_count}{$lang->voted_count}{$lang->date}
76" class="title"> + {$lang->no_documents} +
{$lang->notice}{$category_list[$document->get('category_srl')]->title} + + document_srl])-->checked="true" /> + + + + {$document->getTitleText($module_info->subject_cut_size)} + + {$document->getTitleText($module_info->subject_cut_size)} + + + {$document->getTitleText($module_info->subject_cut_size)} + + + + {$document->getCommentCount()} + + + + {$document->getTrackbackCount()} + +
{$document->getNickName()}
{$document->get('readed_count')}{$document->get('voted_count')}{$document->getRegdate('Y-m-d')}
{$no}{$category_list[$document->get('category_srl')]->title} + + + + + + + + document_srl])-->checked="true" /> + + + + {$document->getTitleText($module_info->subject_cut_size)} + + {$document->getTitleText($module_info->subject_cut_size)} + + + {$document->getTitleText($module_info->subject_cut_size)} + + + + {$document->getCommentCount()} + + + + {$document->getTrackbackCount()} + +
{$document->getNickName()}
{$document->get('readed_count')}{$document->get('voted_count')}{$document->getRegdate('Y-m-d')}
65" class="summary">{$document->getSummary(140)}
+ + + + + + + +
+ + + + + + +
+ + + + + + + diff --git a/modules/board/skins/xe_gallery/message.html b/modules/board/skins/xe_gallery/message.html new file mode 100644 index 000000000..00bf01814 --- /dev/null +++ b/modules/board/skins/xe_gallery/message.html @@ -0,0 +1,11 @@ + + +
+ {$message} +
+ + + {$lang->cmd_login} + + + diff --git a/modules/board/skins/xe_gallery/skin.xml b/modules/board/skins/xe_gallery/skin.xml new file mode 100644 index 000000000..6a4a35dc3 --- /dev/null +++ b/modules/board/skins/xe_gallery/skin.xml @@ -0,0 +1,35 @@ + + + 제로보드XE 게시판 기본 스킨(웹진형) + + (주)NHN + + 제로보드XE 게시판의 웹진형태 기본 스킨입니다. + 디자인 : 서기정 + HTML/CSS : 정찬명 + + + + + 하얀색(기본) + + + + + 게시판 제목 + 게시판의 제목을 적어주세요. + + + 게시판 부제목 + 게시판 제목 옆에 나타날 부제목을 적어주세요. + + + 게시판 상세 설명 + 게시판 제목 아래 표시될 설명을 입력하실 수 있습니다. + + + 제목 글자수 + 제목 글자수를 지정할 수 있습니다. (0또는 비워주시면 자르지 않습니다) + + + diff --git a/modules/board/skins/xe_gallery/trackback.html b/modules/board/skins/xe_gallery/trackback.html new file mode 100644 index 000000000..b870838d0 --- /dev/null +++ b/modules/board/skins/xe_gallery/trackback.html @@ -0,0 +1,24 @@ + + + + + diff --git a/modules/board/skins/xe_gallery/view_document.html b/modules/board/skins/xe_gallery/view_document.html new file mode 100644 index 000000000..16491b25a --- /dev/null +++ b/modules/board/skins/xe_gallery/view_document.html @@ -0,0 +1,124 @@ + + + +
+ + +
+ + +
+
+
+
+

{$oDocument->getTitleText()}

+ + |{$category_list[$oDocument->get('category_srl')]->title} + +
+ +
+ + {$lang->readed_count}: + {$oDocument->get('readed_count')} + , + + + + + {$lang->voted_count}: + {$oDocument->get('voted_count')} + , + + + + + {$oDocument->getRegdate('Y.m.d')} {$oDocument->getRegdate('H:i:s')} + + + + + + +
+
+ +
+
{$lang->document_url} :
+
{$oDocument->getPermanentUrl()}
+ + +
{$lang->trackback_url} :
+
{$oDocument->getTrackbackUrl()}
+ +
+ +
+
{$oDocument->getNickName()}
+ +
{$oDocument->get('ipaddress')}
+ +
+ +
{$oDocument->getContent()}
+ +
+ {@ $tag_list = $oDocument->get('tag_list') } + +
+
{$lang->tag}
+ +
+ + + +
+
{$lang->uploaded_file} :
+ +
+ +
+
+ + +
+ + + + + + + + + + + + diff --git a/modules/board/skins/xe_gallery/write_form.html b/modules/board/skins/xe_gallery/write_form.html new file mode 100644 index 000000000..bb55319b9 --- /dev/null +++ b/modules/board/skins/xe_gallery/write_form.html @@ -0,0 +1,97 @@ + + + +
+
fileupload)-->enctype="multipart/form-data" class="boardEditor" id="fo_write"> +
+ + + + + +
+ + + + + + + + + + + +
+ + +
+ + + + + + + +
+ +
+
설정옵션
+ +
+ isNotice())-->checked="true" id="is_notice" /> + +
+
+ isLocked())-->checked="true" id="lock_comment" /> + +
+ +
+ isSecret())-->checked="true" id="is_secret" /> + +
+
+ allowComment())-->checked="true" id="allow_comment" /> + +
+
+ allowTrackback())-->checked="true" id="allow_trackback" /> + +
+
+ +
{$editor}
+ +
+ + + +
+ +
+ + +

{$lang->about_tag}

+
+ +
+ +
    +
  • +
+
+
+