From a2f2e19c950ac9b00e4bb68362a70bb092a95bfa Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 31 Aug 2015 14:22:30 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=8C=EB=A7=88=EA=B8=B0=EB=8A=A5=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _common.php | 3 +- _head.php | 5 +- _tail.php | 5 +- adm/admin.lib.php | 188 +- adm/admin.menu100.php | 1 + adm/admin.menu300.php | 1 + adm/board_form.php | 38 +- adm/config_form.php | 170 +- adm/config_form_update.php | 3 - adm/css/admin.css | 45 + adm/css/theme.css | 8 + adm/faqform.php | 2 +- adm/img/close.gif | Bin 0 -> 200 bytes adm/img/link_icon.gif | Bin 0 -> 53 bytes adm/img/theme_img.jpg | Bin 0 -> 7992 bytes adm/menu_form.php | 4 +- adm/menu_list.php | 4 +- adm/shop_admin/ajax.skinfile.php | 15 +- adm/shop_admin/categoryform.php | 71 +- adm/shop_admin/categorylist.php | 37 +- adm/shop_admin/configform.php | 185 +- adm/shop_admin/configformupdate.php | 5 - adm/shop_admin/index.php | 2 +- adm/shop_admin/itemeventform.php | 56 +- adm/shop_admin/itemeventformupdate.php | 1 + adm/shop_admin/itemform.php | 44 +- adm/sms_admin/config.php | 2 +- adm/theme.js | 80 + adm/theme.php | 77 + adm/theme_config_load.php | 184 + adm/theme_detail.php | 64 + adm/theme_preview.php | 178 + adm/theme_update.php | 90 + adm/write_count.php | 210 + bbs/_common.php | 3 +- bbs/board.php | 8 +- bbs/board_head.php | 2 +- bbs/board_tail.php | 2 +- bbs/content.php | 4 +- bbs/group.php | 13 +- bbs/logout.php | 2 +- bbs/poll_result.php | 23 +- bbs/qahead.php | 4 +- common.php | 200 +- config.php | 4 +- extend/shop.extend.php | 79 - extend/user.config.php | 5 - g4_import.php | 4 +- g4_import_run.php | 4 +- head.php | 25 +- head.sub.php | 13 +- index.php | 18 +- install/gnuboard5.sql | 4 +- install/gnuboard5shop.sql | 6 +- install/install_db.php | 6 +- js/autosave.js | 4 +- js/common.js | 2 +- js/jquery.fancyalert.js | 2 +- js/shop.js | 24 +- lib/common.lib.php | 41 +- lib/connect.lib.php | 23 +- lib/latest.lib.php | 32 +- lib/outlogin.lib.php | 23 +- lib/poll.lib.php | 28 +- lib/popular.lib.php | 26 +- lib/shop.lib.php | 21 +- lib/thumbnail.lib.php | 6 +- lib/visit.lib.php | 26 +- mobile/_head.php | 5 +- mobile/_tail.php | 5 +- mobile/content.php | 4 +- mobile/head.php | 5 + mobile/index.php | 9 +- mobile/shop/cart.php | 4 +- mobile/shop/event.php | 4 +- mobile/shop/item.php | 10 +- mobile/shop/list.php | 9 +- mobile/shop/orderform.php | 18 +- mobile/shop/shop.head.php | 29 +- mobile/shop/shop.tail.php | 5 + mobile/skin/board/basic/view.skin.php | 2 +- mobile/skin/board/gallery/view.skin.php | 2 +- mobile/skin/member/basic/memo.skin.php | 2 +- mobile/tail.php | 5 + plugin/editor/smarteditor2/editor.lib.php | 2 +- plugin/jqplot/MIT-LICENSE.txt | 21 + plugin/jqplot/excanvas.js | 1438 ++ plugin/jqplot/excanvas.min.js | 3 + plugin/jqplot/jqplot.barRenderer.min.js | 3 + .../jqplot/jqplot.categoryAxisRenderer.min.js | 3 + plugin/jqplot/jqplot.pointLabels.min.js | 3 + plugin/jqplot/jquery.jqplot.css | 261 + plugin/jqplot/jquery.jqplot.js | 11411 ++++++++++++++++ plugin/jqplot/jquery.jqplot.min.css | 1 + plugin/jqplot/jquery.jqplot.min.js | 3 + .../plugins/jqplot.BezierCurveRenderer.js | 314 + .../plugins/jqplot.BezierCurveRenderer.min.js | 3 + plugin/jqplot/plugins/jqplot.barRenderer.js | 801 ++ .../jqplot/plugins/jqplot.barRenderer.min.js | 3 + plugin/jqplot/plugins/jqplot.blockRenderer.js | 235 + .../plugins/jqplot.blockRenderer.min.js | 3 + .../jqplot/plugins/jqplot.bubbleRenderer.js | 759 + .../plugins/jqplot.bubbleRenderer.min.js | 3 + .../plugins/jqplot.canvasAxisLabelRenderer.js | 203 + .../jqplot.canvasAxisLabelRenderer.min.js | 3 + .../plugins/jqplot.canvasAxisTickRenderer.js | 253 + .../jqplot.canvasAxisTickRenderer.min.js | 3 + plugin/jqplot/plugins/jqplot.canvasOverlay.js | 1021 ++ .../plugins/jqplot.canvasOverlay.min.js | 3 + .../plugins/jqplot.canvasTextRenderer.js | 449 + .../plugins/jqplot.canvasTextRenderer.min.js | 3 + .../plugins/jqplot.categoryAxisRenderer.js | 679 + .../jqplot.categoryAxisRenderer.min.js | 3 + plugin/jqplot/plugins/jqplot.ciParser.js | 116 + plugin/jqplot/plugins/jqplot.ciParser.min.js | 3 + plugin/jqplot/plugins/jqplot.cursor.js | 1108 ++ plugin/jqplot/plugins/jqplot.cursor.min.js | 3 + .../jqplot/plugins/jqplot.dateAxisRenderer.js | 741 + .../plugins/jqplot.dateAxisRenderer.min.js | 3 + plugin/jqplot/plugins/jqplot.donutRenderer.js | 805 ++ .../plugins/jqplot.donutRenderer.min.js | 3 + plugin/jqplot/plugins/jqplot.dragable.js | 225 + plugin/jqplot/plugins/jqplot.dragable.min.js | 3 + .../plugins/jqplot.enhancedLegendRenderer.js | 305 + .../jqplot.enhancedLegendRenderer.min.js | 3 + .../jqplot/plugins/jqplot.funnelRenderer.js | 943 ++ .../plugins/jqplot.funnelRenderer.min.js | 3 + plugin/jqplot/plugins/jqplot.highlighter.js | 465 + .../jqplot/plugins/jqplot.highlighter.min.js | 3 + plugin/jqplot/plugins/jqplot.json2.js | 475 + plugin/jqplot/plugins/jqplot.json2.min.js | 3 + .../jqplot/plugins/jqplot.logAxisRenderer.js | 534 + .../plugins/jqplot.logAxisRenderer.min.js | 3 + .../plugins/jqplot.mekkoAxisRenderer.js | 611 + .../plugins/jqplot.mekkoAxisRenderer.min.js | 3 + plugin/jqplot/plugins/jqplot.mekkoRenderer.js | 437 + .../plugins/jqplot.mekkoRenderer.min.js | 3 + .../plugins/jqplot.meterGaugeRenderer.js | 1029 ++ .../plugins/jqplot.meterGaugeRenderer.min.js | 3 + plugin/jqplot/plugins/jqplot.mobile.js | 45 + plugin/jqplot/plugins/jqplot.mobile.min.js | 3 + plugin/jqplot/plugins/jqplot.ohlcRenderer.js | 373 + .../jqplot/plugins/jqplot.ohlcRenderer.min.js | 3 + plugin/jqplot/plugins/jqplot.pieRenderer.js | 904 ++ .../jqplot/plugins/jqplot.pieRenderer.min.js | 3 + plugin/jqplot/plugins/jqplot.pointLabels.js | 377 + .../jqplot/plugins/jqplot.pointLabels.min.js | 3 + .../plugins/jqplot.pyramidAxisRenderer.js | 728 + .../plugins/jqplot.pyramidAxisRenderer.min.js | 3 + .../plugins/jqplot.pyramidGridRenderer.js | 429 + .../plugins/jqplot.pyramidGridRenderer.min.js | 3 + .../jqplot/plugins/jqplot.pyramidRenderer.js | 514 + .../plugins/jqplot.pyramidRenderer.min.js | 3 + plugin/jqplot/plugins/jqplot.trendline.js | 223 + plugin/jqplot/plugins/jqplot.trendline.min.js | 3 + plugin/kcaptcha/kcaptcha.js | 8 +- plugin/kcpcert/kcpcert_form.php | 31 + plugin/kcpcert/lib/ct_cli_lib.php | 4 +- plugin/okname/ipin.config.php | 4 +- plugin/sns/view_comment_write.sns.skin.php | 4 +- shop.config.php | 106 + shop/_common.php | 1 + shop/cart.php | 2 +- shop/index.php | 7 +- shop/item.php | 14 +- shop/list.php | 9 +- shop/orderform.php | 18 +- shop/shop.head.php | 28 +- shop/shop.tail.php | 9 +- skin/board/basic/view.skin.php | 2 +- skin/board/basic/view_comment.skin.php | 2 +- skin/board/gallery/view.skin.php | 2 +- skin/board/gallery/view_comment.skin.php | 2 +- tail.php | 12 +- tail.sub.php | 5 +- theme/basic/_common.php | 3 + theme/basic/css/default.css | 282 + theme/basic/css/default_shop.css | 519 + theme/basic/css/mobile.css | 250 + theme/basic/css/mobile_shop.css | 708 + theme/basic/group.php | 49 + theme/basic/head.php | 167 + theme/basic/head.sub.php | 95 + theme/basic/img/gnb_bg00.gif | Bin 0 -> 54 bytes theme/basic/img/wrest.gif | Bin 0 -> 51 bytes theme/basic/index.php | 48 + theme/basic/mobile/_common.php | 3 + theme/basic/mobile/group.php | 35 + theme/basic/mobile/head.php | 185 + theme/basic/mobile/index.php | 35 + theme/basic/mobile/shop/_common.php | 7 + theme/basic/mobile/shop/category.php | 155 + theme/basic/mobile/shop/img/add.gif | Bin 0 -> 311 bytes theme/basic/mobile/shop/img/best_btn.gif | Bin 0 -> 326 bytes theme/basic/mobile/shop/img/cart.gif | Bin 0 -> 60 bytes theme/basic/mobile/shop/img/cate.gif | Bin 0 -> 65 bytes theme/basic/mobile/shop/img/cate_op.gif | Bin 0 -> 195 bytes theme/basic/mobile/shop/img/close.png | Bin 0 -> 327 bytes theme/basic/mobile/shop/img/close_op.jpg | Bin 0 -> 777 bytes theme/basic/mobile/shop/img/del_btn.gif | Bin 0 -> 348 bytes theme/basic/mobile/shop/img/loading.gif | Bin 0 -> 13569 bytes theme/basic/mobile/shop/img/paging.gif | Bin 0 -> 131 bytes theme/basic/mobile/shop/img/prd_icon.gif | Bin 0 -> 294 bytes theme/basic/mobile/shop/img/prd_icon.png | Bin 0 -> 668 bytes theme/basic/mobile/shop/img/sch.gif | Bin 0 -> 353 bytes theme/basic/mobile/shop/img/sch2.gif | Bin 0 -> 352 bytes theme/basic/mobile/shop/img/select.gif | Bin 0 -> 168 bytes theme/basic/mobile/shop/index.php | 140 + theme/basic/mobile/shop/shop.head.php | 105 + theme/basic/mobile/shop/shop.tail.php | 44 + .../mobile/skin/board/basic/img/icon_file.gif | Bin 0 -> 107 bytes .../mobile/skin/board/basic/img/icon_hot.gif | Bin 0 -> 97 bytes .../mobile/skin/board/basic/img/icon_img.gif | Bin 0 -> 145 bytes .../mobile/skin/board/basic/img/icon_link.gif | Bin 0 -> 104 bytes .../skin/board/basic/img/icon_mobile.gif | Bin 0 -> 62 bytes .../skin/board/basic/img/icon_movie.gif | Bin 0 -> 110 bytes .../mobile/skin/board/basic/img/icon_new.gif | Bin 0 -> 71 bytes .../skin/board/basic/img/icon_reply.gif | Bin 0 -> 77 bytes .../skin/board/basic/img/icon_secret.gif | Bin 0 -> 97 bytes .../skin/board/basic/img/icon_sound.gif | Bin 0 -> 113 bytes .../mobile/skin/board/basic/list.skin.php | 224 + theme/basic/mobile/skin/board/basic/style.css | 238 + .../mobile/skin/board/basic/view.skin.php | 270 + .../skin/board/basic/view_comment.skin.php | 321 + .../mobile/skin/board/basic/write.skin.php | 252 + .../skin/board/gallery/img/icon_file.gif | Bin 0 -> 107 bytes .../skin/board/gallery/img/icon_hot.gif | Bin 0 -> 97 bytes .../skin/board/gallery/img/icon_img.gif | Bin 0 -> 145 bytes .../skin/board/gallery/img/icon_link.gif | Bin 0 -> 104 bytes .../skin/board/gallery/img/icon_mobile.gif | Bin 0 -> 62 bytes .../skin/board/gallery/img/icon_movie.gif | Bin 0 -> 110 bytes .../skin/board/gallery/img/icon_new.gif | Bin 0 -> 71 bytes .../skin/board/gallery/img/icon_reply.gif | Bin 0 -> 77 bytes .../skin/board/gallery/img/icon_secret.gif | Bin 0 -> 97 bytes .../skin/board/gallery/img/icon_sound.gif | Bin 0 -> 113 bytes .../mobile/skin/board/gallery/list.skin.php | 251 + .../basic/mobile/skin/board/gallery/style.css | 225 + .../mobile/skin/board/gallery/view.skin.php | 270 + .../skin/board/gallery/view_comment.skin.php | 321 + .../mobile/skin/board/gallery/write.skin.php | 251 + .../skin/connect/basic/connect.skin.php | 8 + .../connect/basic/current_connect.skin.php | 38 + .../basic/mobile/skin/connect/basic/style.css | 9 + .../skin/content/basic/content.skin.php | 18 + .../basic/mobile/skin/content/basic/style.css | 8 + .../basic/mobile/skin/faq/basic/list.skin.php | 120 + theme/basic/mobile/skin/faq/basic/style.css | 25 + .../skin/latest/basic/img/icon_file.gif | Bin 0 -> 107 bytes .../mobile/skin/latest/basic/img/icon_hot.gif | Bin 0 -> 97 bytes .../mobile/skin/latest/basic/img/icon_img.gif | Bin 0 -> 145 bytes .../skin/latest/basic/img/icon_link.gif | Bin 0 -> 104 bytes .../skin/latest/basic/img/icon_mobile.gif | Bin 0 -> 62 bytes .../skin/latest/basic/img/icon_more.gif | Bin 0 -> 169 bytes .../skin/latest/basic/img/icon_movie.gif | Bin 0 -> 110 bytes .../mobile/skin/latest/basic/img/icon_new.gif | Bin 0 -> 71 bytes .../skin/latest/basic/img/icon_reply.gif | Bin 0 -> 77 bytes .../skin/latest/basic/img/icon_secret.gif | Bin 0 -> 97 bytes .../skin/latest/basic/img/icon_sound.gif | Bin 0 -> 113 bytes .../mobile/skin/latest/basic/latest.skin.php | 43 + .../basic/mobile/skin/latest/basic/style.css | 10 + .../skin/member/basic/formmail.skin.php | 96 + .../skin/member/basic/img/zip_ico_up.gif | Bin 0 -> 54 bytes .../mobile/skin/member/basic/login.skin.php | 59 + .../skin/member/basic/login_check.skin.php | 5 + .../skin/member/basic/member_confirm.skin.php | 46 + .../mobile/skin/member/basic/memo.skin.php | 40 + .../skin/member/basic/memo_form.skin.php | 57 + .../skin/member/basic/memo_view.skin.php | 56 + .../skin/member/basic/password.skin.php | 47 + .../skin/member/basic/password_lost.skin.php | 46 + .../mobile/skin/member/basic/point.skin.php | 81 + .../mobile/skin/member/basic/profile.skin.php | 48 + .../skin/member/basic/register.skin.php | 57 + .../skin/member/basic/register_form.skin.php | 441 + .../member/basic/register_result.skin.php | 44 + .../mobile/skin/member/basic/scrap.skin.php | 27 + .../skin/member/basic/scrap_popin.skin.php | 39 + .../basic/mobile/skin/member/basic/style.css | 190 + .../basic/mobile/skin/new/basic/new.skin.php | 66 + theme/basic/mobile/skin/new/basic/style.css | 9 + .../skin/outlogin/basic/outlogin.skin.1.php | 63 + .../skin/outlogin/basic/outlogin.skin.2.php | 46 + .../mobile/skin/outlogin/basic/style.css | 29 + .../mobile/skin/poll/basic/poll.skin.php | 65 + .../skin/poll/basic/poll_result.skin.php | 120 + theme/basic/mobile/skin/poll/basic/style.css | 86 + .../skin/popular/basic/popular.skin.php | 17 + .../basic/mobile/skin/popular/basic/style.css | 11 + .../mobile/skin/qa/basic/img/btn_close.gif | Bin 0 -> 211 bytes .../mobile/skin/qa/basic/img/icon_answer.gif | Bin 0 -> 77 bytes .../mobile/skin/qa/basic/img/icon_file.gif | Bin 0 -> 107 bytes .../mobile/skin/qa/basic/img/icon_hot.gif | Bin 0 -> 97 bytes .../mobile/skin/qa/basic/img/icon_img.gif | Bin 0 -> 145 bytes .../mobile/skin/qa/basic/img/icon_link.gif | Bin 0 -> 104 bytes .../mobile/skin/qa/basic/img/icon_mobile.gif | Bin 0 -> 62 bytes .../mobile/skin/qa/basic/img/icon_movie.gif | Bin 0 -> 110 bytes .../mobile/skin/qa/basic/img/icon_new.gif | Bin 0 -> 71 bytes .../mobile/skin/qa/basic/img/icon_secret.gif | Bin 0 -> 97 bytes .../mobile/skin/qa/basic/img/icon_sound.gif | Bin 0 -> 113 bytes .../basic/mobile/skin/qa/basic/list.skin.php | 152 + theme/basic/mobile/skin/qa/basic/style.css | 247 + .../mobile/skin/qa/basic/view.answer.skin.php | 24 + .../skin/qa/basic/view.answerform.skin.php | 125 + .../basic/mobile/skin/qa/basic/view.skin.php | 187 + .../basic/mobile/skin/qa/basic/write.skin.php | 184 + .../mobile/skin/search/basic/search.skin.php | 142 + .../basic/mobile/skin/search/basic/style.css | 33 + .../mobile/skin/shop/basic/img/arr_down01.gif | Bin 0 -> 62 bytes .../mobile/skin/shop/basic/img/arr_up01.gif | Bin 0 -> 64 bytes .../mobile/skin/shop/basic/img/best_btn.gif | Bin 0 -> 326 bytes .../mobile/skin/shop/basic/img/del_btn.gif | Bin 0 -> 348 bytes .../mobile/skin/shop/basic/img/icon_best.gif | Bin 0 -> 94 bytes .../mobile/skin/shop/basic/img/icon_cp.gif | Bin 0 -> 71 bytes .../skin/shop/basic/img/icon_discount.gif | Bin 0 -> 83 bytes .../mobile/skin/shop/basic/img/icon_hit.gif | Bin 0 -> 76 bytes .../mobile/skin/shop/basic/img/icon_new.gif | Bin 0 -> 78 bytes .../mobile/skin/shop/basic/img/icon_rec.gif | Bin 0 -> 78 bytes .../skin/shop/basic/img/icon_secret.gif | Bin 0 -> 97 bytes .../skin/shop/basic/img/icon_soldout.gif | Bin 0 -> 79 bytes .../mobile/skin/shop/basic/img/item_bg.gif | Bin 0 -> 49 bytes .../mobile/skin/shop/basic/img/item_btn.png | Bin 0 -> 754 bytes .../mobile/skin/shop/basic/img/loading.gif | Bin 0 -> 13569 bytes .../skin/shop/basic/img/mainlist_btn.gif | Bin 0 -> 168 bytes .../mobile/skin/shop/basic/img/personal.jpg | Bin 0 -> 11111 bytes .../mobile/skin/shop/basic/img/prd_icon.png | Bin 0 -> 668 bytes .../mobile/skin/shop/basic/img/sbmn_bg.gif | Bin 0 -> 49 bytes .../skin/shop/basic/img/sct_bg_toright.gif | Bin 0 -> 53 bytes .../mobile/skin/shop/basic/img/sns_fb.png | Bin 0 -> 633 bytes .../mobile/skin/shop/basic/img/sns_fb_s.png | Bin 0 -> 521 bytes .../mobile/skin/shop/basic/img/sns_goo.png | Bin 0 -> 967 bytes .../mobile/skin/shop/basic/img/sns_goo_s.png | Bin 0 -> 1057 bytes .../mobile/skin/shop/basic/img/sns_kakao.png | Bin 0 -> 1175 bytes .../skin/shop/basic/img/sns_kakao_s.png | Bin 0 -> 972 bytes .../mobile/skin/shop/basic/img/sns_twt.png | Bin 0 -> 783 bytes .../mobile/skin/shop/basic/img/sns_twt_s.png | Bin 0 -> 549 bytes .../mobile/skin/shop/basic/item.form.skin.php | 504 + .../skin/shop/basic/iteminfo.change.skin.php | 12 + .../shop/basic/iteminfo.delivery.skin.php | 18 + .../skin/shop/basic/iteminfo.info.skin.php | 57 + .../skin/shop/basic/iteminfo.itemqa.skin.php | 12 + .../skin/shop/basic/iteminfo.itemuse.skin.php | 12 + .../shop/basic/iteminfo.relation.skin.php | 66 + .../mobile/skin/shop/basic/itemqa.skin.php | 152 + .../skin/shop/basic/itemqaform.skin.php | 67 + .../skin/shop/basic/itemqalist.skin.php | 145 + .../mobile/skin/shop/basic/itemuse.skin.php | 116 + .../skin/shop/basic/itemuseform.skin.php | 85 + .../skin/shop/basic/itemuselist.skin.php | 108 + .../skin/shop/basic/largeimage.skin.php | 91 + .../mobile/skin/shop/basic/list.10.skin.php | 80 + .../skin/shop/basic/list.best.10.skin.php | 173 + .../mobile/skin/shop/basic/list.sort.skin.php | 27 + .../skin/shop/basic/listcategory.skin.php | 36 + .../mobile/skin/shop/basic/main.10.skin.php | 81 + .../skin/shop/basic/main.event.skin.php | 48 + .../skin/shop/basic/mainbanner.10.skin.php | 76 + .../skin/shop/basic/navigation.skin.php | 38 + .../skin/shop/basic/personalpay.skin.php | 37 + .../skin/shop/basic/relation.10.skin.php | 81 + theme/basic/mobile/skin/shop/basic/style.css | 318 + theme/basic/mobile/skin/visit/basic/style.css | 11 + .../mobile/skin/visit/basic/visit.skin.php | 25 + theme/basic/mobile/tail.php | 52 + theme/basic/readme.txt | 8 + theme/basic/screenshot.png | Bin 0 -> 11304 bytes theme/basic/shop/_common.php | 21 + theme/basic/shop/index.php | 149 + theme/basic/shop/shop.head.php | 122 + theme/basic/shop/shop.tail.php | 61 + .../basic/skin/board/basic/img/btn_close.gif | Bin 0 -> 211 bytes .../basic/skin/board/basic/img/icon_file.gif | Bin 0 -> 107 bytes theme/basic/skin/board/basic/img/icon_hot.gif | Bin 0 -> 97 bytes theme/basic/skin/board/basic/img/icon_img.gif | Bin 0 -> 145 bytes .../basic/skin/board/basic/img/icon_link.gif | Bin 0 -> 104 bytes .../skin/board/basic/img/icon_mobile.gif | Bin 0 -> 62 bytes .../basic/skin/board/basic/img/icon_movie.gif | Bin 0 -> 110 bytes theme/basic/skin/board/basic/img/icon_new.gif | Bin 0 -> 71 bytes .../basic/skin/board/basic/img/icon_reply.gif | Bin 0 -> 77 bytes .../skin/board/basic/img/icon_secret.gif | Bin 0 -> 97 bytes .../basic/skin/board/basic/img/icon_sound.gif | Bin 0 -> 113 bytes theme/basic/skin/board/basic/list.skin.php | 255 + theme/basic/skin/board/basic/style.css | 256 + theme/basic/skin/board/basic/view.skin.php | 283 + .../skin/board/basic/view_comment.skin.php | 330 + theme/basic/skin/board/basic/write.skin.php | 268 + .../skin/board/gallery/img/btn_close.gif | Bin 0 -> 211 bytes .../skin/board/gallery/img/icon_file.gif | Bin 0 -> 107 bytes .../basic/skin/board/gallery/img/icon_hot.gif | Bin 0 -> 97 bytes .../basic/skin/board/gallery/img/icon_img.gif | Bin 0 -> 145 bytes .../skin/board/gallery/img/icon_link.gif | Bin 0 -> 104 bytes .../skin/board/gallery/img/icon_mobile.gif | Bin 0 -> 62 bytes .../skin/board/gallery/img/icon_movie.gif | Bin 0 -> 110 bytes .../basic/skin/board/gallery/img/icon_new.gif | Bin 0 -> 71 bytes .../skin/board/gallery/img/icon_reply.gif | Bin 0 -> 77 bytes .../skin/board/gallery/img/icon_secret.gif | Bin 0 -> 97 bytes .../skin/board/gallery/img/icon_sound.gif | Bin 0 -> 113 bytes theme/basic/skin/board/gallery/list.skin.php | 249 + theme/basic/skin/board/gallery/style.css | 249 + theme/basic/skin/board/gallery/view.skin.php | 283 + .../skin/board/gallery/view_comment.skin.php | 330 + theme/basic/skin/board/gallery/write.skin.php | 268 + .../basic/skin/connect/basic/connect.skin.php | 9 + .../connect/basic/current_connect.skin.php | 41 + theme/basic/skin/connect/basic/style.css | 1 + .../basic/skin/content/basic/content.skin.php | 17 + theme/basic/skin/content/basic/style.css | 8 + theme/basic/skin/faq/basic/list.skin.php | 136 + theme/basic/skin/faq/basic/style.css | 23 + .../basic/skin/latest/basic/img/icon_file.gif | Bin 0 -> 107 bytes .../basic/skin/latest/basic/img/icon_hot.gif | Bin 0 -> 97 bytes .../basic/skin/latest/basic/img/icon_img.gif | Bin 0 -> 145 bytes .../basic/skin/latest/basic/img/icon_link.gif | Bin 0 -> 104 bytes .../skin/latest/basic/img/icon_mobile.gif | Bin 0 -> 62 bytes .../basic/skin/latest/basic/img/icon_more.gif | Bin 0 -> 169 bytes .../skin/latest/basic/img/icon_movie.gif | Bin 0 -> 110 bytes .../basic/skin/latest/basic/img/icon_new.gif | Bin 0 -> 71 bytes .../skin/latest/basic/img/icon_reply.gif | Bin 0 -> 77 bytes .../skin/latest/basic/img/icon_secret.gif | Bin 0 -> 97 bytes .../skin/latest/basic/img/icon_sound.gif | Bin 0 -> 113 bytes theme/basic/skin/latest/basic/latest.skin.php | 44 + theme/basic/skin/latest/basic/style.css | 11 + .../skin/latest/shop_basic/img/icon_file.gif | Bin 0 -> 107 bytes .../skin/latest/shop_basic/img/icon_hot.gif | Bin 0 -> 97 bytes .../skin/latest/shop_basic/img/icon_img.gif | Bin 0 -> 145 bytes .../skin/latest/shop_basic/img/icon_link.gif | Bin 0 -> 104 bytes .../latest/shop_basic/img/icon_mobile.gif | Bin 0 -> 62 bytes .../skin/latest/shop_basic/img/icon_more.gif | Bin 0 -> 169 bytes .../skin/latest/shop_basic/img/icon_movie.gif | Bin 0 -> 110 bytes .../skin/latest/shop_basic/img/icon_new.gif | Bin 0 -> 71 bytes .../skin/latest/shop_basic/img/icon_reply.gif | Bin 0 -> 77 bytes .../latest/shop_basic/img/icon_secret.gif | Bin 0 -> 97 bytes .../skin/latest/shop_basic/img/icon_sound.gif | Bin 0 -> 113 bytes .../skin/latest/shop_basic/latest.skin.php | 42 + theme/basic/skin/latest/shop_basic/style.css | 6 + .../basic/skin/member/basic/formmail.skin.php | 101 + .../skin/member/basic/img/zip_ico_up.gif | Bin 0 -> 54 bytes theme/basic/skin/member/basic/login.skin.php | 127 + .../skin/member/basic/login_check.skin.php | 5 + .../skin/member/basic/member_confirm.skin.php | 50 + theme/basic/skin/member/basic/memo.skin.php | 53 + .../skin/member/basic/memo_form.skin.php | 59 + .../skin/member/basic/memo_view.skin.php | 60 + .../basic/skin/member/basic/password.skin.php | 50 + .../skin/member/basic/password_lost.skin.php | 47 + theme/basic/skin/member/basic/point.skin.php | 88 + .../basic/skin/member/basic/profile.skin.php | 50 + .../basic/skin/member/basic/register.skin.php | 57 + .../skin/member/basic/register_form.skin.php | 441 + .../basic/register_form_update.tail.skin.php | 32 + .../member/basic/register_result.skin.php | 53 + theme/basic/skin/member/basic/scrap.skin.php | 46 + .../skin/member/basic/scrap_popin.skin.php | 41 + theme/basic/skin/member/basic/style.css | 190 + theme/basic/skin/new/basic/new.skin.php | 144 + theme/basic/skin/new/basic/style.css | 7 + .../skin/outlogin/basic/outlogin.skin.1.php | 69 + .../skin/outlogin/basic/outlogin.skin.2.php | 46 + theme/basic/skin/outlogin/basic/style.css | 45 + .../outlogin/shop_basic/outlogin.skin.1.php | 68 + .../outlogin/shop_basic/outlogin.skin.2.php | 46 + .../basic/skin/outlogin/shop_basic/style.css | 38 + theme/basic/skin/poll/basic/poll.skin.php | 67 + .../skin/poll/basic/poll_result.skin.php | 131 + theme/basic/skin/poll/basic/style.css | 90 + .../basic/skin/poll/shop_basic/poll.skin.php | 67 + .../skin/poll/shop_basic/poll_result.skin.php | 131 + theme/basic/skin/poll/shop_basic/style.css | 91 + .../basic/skin/popular/basic/popular.skin.php | 19 + theme/basic/skin/popular/basic/style.css | 12 + theme/basic/skin/qa/basic/img/btn_close.gif | Bin 0 -> 211 bytes theme/basic/skin/qa/basic/img/icon_answer.gif | Bin 0 -> 77 bytes theme/basic/skin/qa/basic/img/icon_file.gif | Bin 0 -> 107 bytes theme/basic/skin/qa/basic/img/icon_hot.gif | Bin 0 -> 97 bytes theme/basic/skin/qa/basic/img/icon_img.gif | Bin 0 -> 145 bytes theme/basic/skin/qa/basic/img/icon_link.gif | Bin 0 -> 104 bytes theme/basic/skin/qa/basic/img/icon_mobile.gif | Bin 0 -> 62 bytes theme/basic/skin/qa/basic/img/icon_movie.gif | Bin 0 -> 110 bytes theme/basic/skin/qa/basic/img/icon_new.gif | Bin 0 -> 71 bytes theme/basic/skin/qa/basic/img/icon_secret.gif | Bin 0 -> 97 bytes theme/basic/skin/qa/basic/img/icon_sound.gif | Bin 0 -> 113 bytes theme/basic/skin/qa/basic/list.skin.php | 167 + theme/basic/skin/qa/basic/style.css | 281 + .../basic/skin/qa/basic/view.answer.skin.php | 25 + .../skin/qa/basic/view.answerform.skin.php | 125 + theme/basic/skin/qa/basic/view.skin.php | 187 + theme/basic/skin/qa/basic/write.skin.php | 184 + theme/basic/skin/search/basic/search.skin.php | 140 + theme/basic/skin/search/basic/style.css | 29 + .../basic/skin/shop/basic/boxbanner.skin.php | 37 + theme/basic/skin/shop/basic/boxcart.skin.php | 34 + .../skin/shop/basic/boxcategory.skin.php | 40 + .../skin/shop/basic/boxcommunity.skin.php | 28 + theme/basic/skin/shop/basic/boxevent.skin.php | 43 + .../skin/shop/basic/boxtodayview.skin.php | 111 + theme/basic/skin/shop/basic/boxwish.skin.php | 33 + theme/basic/skin/shop/basic/img/gnb_bg00.gif | Bin 0 -> 65 bytes theme/basic/skin/shop/basic/img/gnb_bg01.gif | Bin 0 -> 65 bytes .../skin/shop/basic/img/icon_arw_toleft.gif | Bin 0 -> 72 bytes .../basic/skin/shop/basic/img/icon_secret.gif | Bin 0 -> 97 bytes theme/basic/skin/shop/basic/img/is_button.gif | Bin 0 -> 577 bytes theme/basic/skin/shop/basic/img/personal.jpg | Bin 0 -> 20367 bytes theme/basic/skin/shop/basic/img/sbn_btn.png | Bin 0 -> 4679 bytes .../skin/shop/basic/img/sct_bg_toright.gif | Bin 0 -> 53 bytes theme/basic/skin/shop/basic/img/sns_fb_s.png | Bin 0 -> 521 bytes theme/basic/skin/shop/basic/img/sns_goo_s.png | Bin 0 -> 1057 bytes .../basic/skin/shop/basic/img/sns_kakao_s.png | Bin 0 -> 972 bytes theme/basic/skin/shop/basic/img/sns_twt_s.png | Bin 0 -> 549 bytes .../basic/skin/shop/basic/item.form.skin.php | 448 + .../basic/skin/shop/basic/item.info.skin.php | 136 + theme/basic/skin/shop/basic/itemqa.skin.php | 148 + .../basic/skin/shop/basic/itemqaform.skin.php | 66 + .../basic/skin/shop/basic/itemqalist.skin.php | 146 + theme/basic/skin/shop/basic/itemuse.skin.php | 110 + .../skin/shop/basic/itemuseform.skin.php | 84 + .../skin/shop/basic/itemuselist.skin.php | 108 + .../basic/skin/shop/basic/largeimage.skin.php | 71 + theme/basic/skin/shop/basic/list.10.skin.php | 99 + theme/basic/skin/shop/basic/list.20.skin.php | 98 + theme/basic/skin/shop/basic/list.30.skin.php | 110 + theme/basic/skin/shop/basic/list.40.skin.php | 112 + .../basic/skin/shop/basic/list.sort.skin.php | 41 + theme/basic/skin/shop/basic/list.sub.skin.php | 11 + .../skin/shop/basic/listcategory.skin.php | 36 + .../skin/shop/basic/listcategory2.skin.php | 66 + .../skin/shop/basic/listcategory3.skin.php | 35 + theme/basic/skin/shop/basic/main.10.skin.php | 99 + theme/basic/skin/shop/basic/main.20.skin.php | 272 + theme/basic/skin/shop/basic/main.30.skin.php | 261 + theme/basic/skin/shop/basic/main.40.skin.php | 252 + theme/basic/skin/shop/basic/main.50.skin.php | 277 + .../skin/shop/basic/mainbanner.10.skin.php | 245 + .../basic/skin/shop/basic/navigation.skin.php | 38 + .../skin/shop/basic/personalpay.skin.php | 35 + .../skin/shop/basic/relation.10.skin.php | 99 + theme/basic/skin/shop/basic/style.css | 548 + theme/basic/skin/visit/basic/style.css | 13 + theme/basic/skin/visit/basic/visit.skin.php | 27 + theme/basic/skin/visit/shop_basic/style.css | 10 + .../skin/visit/shop_basic/visit.skin.php | 26 + theme/basic/tail.php | 62 + theme/basic/tail.sub.php | 25 + theme/basic/theme.config.php | 149 + 542 files changed, 54577 insertions(+), 779 deletions(-) create mode 100644 adm/css/theme.css create mode 100644 adm/img/close.gif create mode 100644 adm/img/link_icon.gif create mode 100644 adm/img/theme_img.jpg create mode 100644 adm/theme.js create mode 100644 adm/theme.php create mode 100644 adm/theme_config_load.php create mode 100644 adm/theme_detail.php create mode 100644 adm/theme_preview.php create mode 100644 adm/theme_update.php create mode 100644 adm/write_count.php create mode 100644 plugin/jqplot/MIT-LICENSE.txt create mode 100644 plugin/jqplot/excanvas.js create mode 100644 plugin/jqplot/excanvas.min.js create mode 100644 plugin/jqplot/jqplot.barRenderer.min.js create mode 100644 plugin/jqplot/jqplot.categoryAxisRenderer.min.js create mode 100644 plugin/jqplot/jqplot.pointLabels.min.js create mode 100644 plugin/jqplot/jquery.jqplot.css create mode 100644 plugin/jqplot/jquery.jqplot.js create mode 100644 plugin/jqplot/jquery.jqplot.min.css create mode 100644 plugin/jqplot/jquery.jqplot.min.js create mode 100644 plugin/jqplot/plugins/jqplot.BezierCurveRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.BezierCurveRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.barRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.barRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.blockRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.blockRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.bubbleRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.bubbleRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.canvasAxisLabelRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.canvasAxisTickRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.canvasAxisTickRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.canvasOverlay.js create mode 100644 plugin/jqplot/plugins/jqplot.canvasOverlay.min.js create mode 100644 plugin/jqplot/plugins/jqplot.canvasTextRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.canvasTextRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.categoryAxisRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.categoryAxisRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.ciParser.js create mode 100644 plugin/jqplot/plugins/jqplot.ciParser.min.js create mode 100644 plugin/jqplot/plugins/jqplot.cursor.js create mode 100644 plugin/jqplot/plugins/jqplot.cursor.min.js create mode 100644 plugin/jqplot/plugins/jqplot.dateAxisRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.dateAxisRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.donutRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.donutRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.dragable.js create mode 100644 plugin/jqplot/plugins/jqplot.dragable.min.js create mode 100644 plugin/jqplot/plugins/jqplot.enhancedLegendRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.enhancedLegendRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.funnelRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.funnelRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.highlighter.js create mode 100644 plugin/jqplot/plugins/jqplot.highlighter.min.js create mode 100644 plugin/jqplot/plugins/jqplot.json2.js create mode 100644 plugin/jqplot/plugins/jqplot.json2.min.js create mode 100644 plugin/jqplot/plugins/jqplot.logAxisRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.logAxisRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.mekkoAxisRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.mekkoAxisRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.mekkoRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.mekkoRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.meterGaugeRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.meterGaugeRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.mobile.js create mode 100644 plugin/jqplot/plugins/jqplot.mobile.min.js create mode 100644 plugin/jqplot/plugins/jqplot.ohlcRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.ohlcRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.pieRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.pieRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.pointLabels.js create mode 100644 plugin/jqplot/plugins/jqplot.pointLabels.min.js create mode 100644 plugin/jqplot/plugins/jqplot.pyramidAxisRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.pyramidAxisRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.pyramidGridRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.pyramidGridRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.pyramidRenderer.js create mode 100644 plugin/jqplot/plugins/jqplot.pyramidRenderer.min.js create mode 100644 plugin/jqplot/plugins/jqplot.trendline.js create mode 100644 plugin/jqplot/plugins/jqplot.trendline.min.js create mode 100644 shop.config.php create mode 100644 theme/basic/_common.php create mode 100644 theme/basic/css/default.css create mode 100644 theme/basic/css/default_shop.css create mode 100644 theme/basic/css/mobile.css create mode 100644 theme/basic/css/mobile_shop.css create mode 100644 theme/basic/group.php create mode 100644 theme/basic/head.php create mode 100644 theme/basic/head.sub.php create mode 100644 theme/basic/img/gnb_bg00.gif create mode 100644 theme/basic/img/wrest.gif create mode 100644 theme/basic/index.php create mode 100644 theme/basic/mobile/_common.php create mode 100644 theme/basic/mobile/group.php create mode 100644 theme/basic/mobile/head.php create mode 100644 theme/basic/mobile/index.php create mode 100644 theme/basic/mobile/shop/_common.php create mode 100644 theme/basic/mobile/shop/category.php create mode 100644 theme/basic/mobile/shop/img/add.gif create mode 100644 theme/basic/mobile/shop/img/best_btn.gif create mode 100644 theme/basic/mobile/shop/img/cart.gif create mode 100644 theme/basic/mobile/shop/img/cate.gif create mode 100644 theme/basic/mobile/shop/img/cate_op.gif create mode 100644 theme/basic/mobile/shop/img/close.png create mode 100644 theme/basic/mobile/shop/img/close_op.jpg create mode 100644 theme/basic/mobile/shop/img/del_btn.gif create mode 100644 theme/basic/mobile/shop/img/loading.gif create mode 100644 theme/basic/mobile/shop/img/paging.gif create mode 100644 theme/basic/mobile/shop/img/prd_icon.gif create mode 100644 theme/basic/mobile/shop/img/prd_icon.png create mode 100644 theme/basic/mobile/shop/img/sch.gif create mode 100644 theme/basic/mobile/shop/img/sch2.gif create mode 100644 theme/basic/mobile/shop/img/select.gif create mode 100644 theme/basic/mobile/shop/index.php create mode 100644 theme/basic/mobile/shop/shop.head.php create mode 100644 theme/basic/mobile/shop/shop.tail.php create mode 100644 theme/basic/mobile/skin/board/basic/img/icon_file.gif create mode 100644 theme/basic/mobile/skin/board/basic/img/icon_hot.gif create mode 100644 theme/basic/mobile/skin/board/basic/img/icon_img.gif create mode 100644 theme/basic/mobile/skin/board/basic/img/icon_link.gif create mode 100644 theme/basic/mobile/skin/board/basic/img/icon_mobile.gif create mode 100644 theme/basic/mobile/skin/board/basic/img/icon_movie.gif create mode 100644 theme/basic/mobile/skin/board/basic/img/icon_new.gif create mode 100644 theme/basic/mobile/skin/board/basic/img/icon_reply.gif create mode 100644 theme/basic/mobile/skin/board/basic/img/icon_secret.gif create mode 100644 theme/basic/mobile/skin/board/basic/img/icon_sound.gif create mode 100644 theme/basic/mobile/skin/board/basic/list.skin.php create mode 100644 theme/basic/mobile/skin/board/basic/style.css create mode 100644 theme/basic/mobile/skin/board/basic/view.skin.php create mode 100644 theme/basic/mobile/skin/board/basic/view_comment.skin.php create mode 100644 theme/basic/mobile/skin/board/basic/write.skin.php create mode 100644 theme/basic/mobile/skin/board/gallery/img/icon_file.gif create mode 100644 theme/basic/mobile/skin/board/gallery/img/icon_hot.gif create mode 100644 theme/basic/mobile/skin/board/gallery/img/icon_img.gif create mode 100644 theme/basic/mobile/skin/board/gallery/img/icon_link.gif create mode 100644 theme/basic/mobile/skin/board/gallery/img/icon_mobile.gif create mode 100644 theme/basic/mobile/skin/board/gallery/img/icon_movie.gif create mode 100644 theme/basic/mobile/skin/board/gallery/img/icon_new.gif create mode 100644 theme/basic/mobile/skin/board/gallery/img/icon_reply.gif create mode 100644 theme/basic/mobile/skin/board/gallery/img/icon_secret.gif create mode 100644 theme/basic/mobile/skin/board/gallery/img/icon_sound.gif create mode 100644 theme/basic/mobile/skin/board/gallery/list.skin.php create mode 100644 theme/basic/mobile/skin/board/gallery/style.css create mode 100644 theme/basic/mobile/skin/board/gallery/view.skin.php create mode 100644 theme/basic/mobile/skin/board/gallery/view_comment.skin.php create mode 100644 theme/basic/mobile/skin/board/gallery/write.skin.php create mode 100644 theme/basic/mobile/skin/connect/basic/connect.skin.php create mode 100644 theme/basic/mobile/skin/connect/basic/current_connect.skin.php create mode 100644 theme/basic/mobile/skin/connect/basic/style.css create mode 100644 theme/basic/mobile/skin/content/basic/content.skin.php create mode 100644 theme/basic/mobile/skin/content/basic/style.css create mode 100644 theme/basic/mobile/skin/faq/basic/list.skin.php create mode 100644 theme/basic/mobile/skin/faq/basic/style.css create mode 100644 theme/basic/mobile/skin/latest/basic/img/icon_file.gif create mode 100644 theme/basic/mobile/skin/latest/basic/img/icon_hot.gif create mode 100644 theme/basic/mobile/skin/latest/basic/img/icon_img.gif create mode 100644 theme/basic/mobile/skin/latest/basic/img/icon_link.gif create mode 100644 theme/basic/mobile/skin/latest/basic/img/icon_mobile.gif create mode 100644 theme/basic/mobile/skin/latest/basic/img/icon_more.gif create mode 100644 theme/basic/mobile/skin/latest/basic/img/icon_movie.gif create mode 100644 theme/basic/mobile/skin/latest/basic/img/icon_new.gif create mode 100644 theme/basic/mobile/skin/latest/basic/img/icon_reply.gif create mode 100644 theme/basic/mobile/skin/latest/basic/img/icon_secret.gif create mode 100644 theme/basic/mobile/skin/latest/basic/img/icon_sound.gif create mode 100644 theme/basic/mobile/skin/latest/basic/latest.skin.php create mode 100644 theme/basic/mobile/skin/latest/basic/style.css create mode 100644 theme/basic/mobile/skin/member/basic/formmail.skin.php create mode 100644 theme/basic/mobile/skin/member/basic/img/zip_ico_up.gif create mode 100644 theme/basic/mobile/skin/member/basic/login.skin.php create mode 100644 theme/basic/mobile/skin/member/basic/login_check.skin.php create mode 100644 theme/basic/mobile/skin/member/basic/member_confirm.skin.php create mode 100644 theme/basic/mobile/skin/member/basic/memo.skin.php create mode 100644 theme/basic/mobile/skin/member/basic/memo_form.skin.php create mode 100644 theme/basic/mobile/skin/member/basic/memo_view.skin.php create mode 100644 theme/basic/mobile/skin/member/basic/password.skin.php create mode 100644 theme/basic/mobile/skin/member/basic/password_lost.skin.php create mode 100644 theme/basic/mobile/skin/member/basic/point.skin.php create mode 100644 theme/basic/mobile/skin/member/basic/profile.skin.php create mode 100644 theme/basic/mobile/skin/member/basic/register.skin.php create mode 100644 theme/basic/mobile/skin/member/basic/register_form.skin.php create mode 100644 theme/basic/mobile/skin/member/basic/register_result.skin.php create mode 100644 theme/basic/mobile/skin/member/basic/scrap.skin.php create mode 100644 theme/basic/mobile/skin/member/basic/scrap_popin.skin.php create mode 100644 theme/basic/mobile/skin/member/basic/style.css create mode 100644 theme/basic/mobile/skin/new/basic/new.skin.php create mode 100644 theme/basic/mobile/skin/new/basic/style.css create mode 100644 theme/basic/mobile/skin/outlogin/basic/outlogin.skin.1.php create mode 100644 theme/basic/mobile/skin/outlogin/basic/outlogin.skin.2.php create mode 100644 theme/basic/mobile/skin/outlogin/basic/style.css create mode 100644 theme/basic/mobile/skin/poll/basic/poll.skin.php create mode 100644 theme/basic/mobile/skin/poll/basic/poll_result.skin.php create mode 100644 theme/basic/mobile/skin/poll/basic/style.css create mode 100644 theme/basic/mobile/skin/popular/basic/popular.skin.php create mode 100644 theme/basic/mobile/skin/popular/basic/style.css create mode 100644 theme/basic/mobile/skin/qa/basic/img/btn_close.gif create mode 100644 theme/basic/mobile/skin/qa/basic/img/icon_answer.gif create mode 100644 theme/basic/mobile/skin/qa/basic/img/icon_file.gif create mode 100644 theme/basic/mobile/skin/qa/basic/img/icon_hot.gif create mode 100644 theme/basic/mobile/skin/qa/basic/img/icon_img.gif create mode 100644 theme/basic/mobile/skin/qa/basic/img/icon_link.gif create mode 100644 theme/basic/mobile/skin/qa/basic/img/icon_mobile.gif create mode 100644 theme/basic/mobile/skin/qa/basic/img/icon_movie.gif create mode 100644 theme/basic/mobile/skin/qa/basic/img/icon_new.gif create mode 100644 theme/basic/mobile/skin/qa/basic/img/icon_secret.gif create mode 100644 theme/basic/mobile/skin/qa/basic/img/icon_sound.gif create mode 100644 theme/basic/mobile/skin/qa/basic/list.skin.php create mode 100644 theme/basic/mobile/skin/qa/basic/style.css create mode 100644 theme/basic/mobile/skin/qa/basic/view.answer.skin.php create mode 100644 theme/basic/mobile/skin/qa/basic/view.answerform.skin.php create mode 100644 theme/basic/mobile/skin/qa/basic/view.skin.php create mode 100644 theme/basic/mobile/skin/qa/basic/write.skin.php create mode 100644 theme/basic/mobile/skin/search/basic/search.skin.php create mode 100644 theme/basic/mobile/skin/search/basic/style.css create mode 100644 theme/basic/mobile/skin/shop/basic/img/arr_down01.gif create mode 100644 theme/basic/mobile/skin/shop/basic/img/arr_up01.gif create mode 100644 theme/basic/mobile/skin/shop/basic/img/best_btn.gif create mode 100644 theme/basic/mobile/skin/shop/basic/img/del_btn.gif create mode 100644 theme/basic/mobile/skin/shop/basic/img/icon_best.gif create mode 100644 theme/basic/mobile/skin/shop/basic/img/icon_cp.gif create mode 100644 theme/basic/mobile/skin/shop/basic/img/icon_discount.gif create mode 100644 theme/basic/mobile/skin/shop/basic/img/icon_hit.gif create mode 100644 theme/basic/mobile/skin/shop/basic/img/icon_new.gif create mode 100644 theme/basic/mobile/skin/shop/basic/img/icon_rec.gif create mode 100644 theme/basic/mobile/skin/shop/basic/img/icon_secret.gif create mode 100644 theme/basic/mobile/skin/shop/basic/img/icon_soldout.gif create mode 100644 theme/basic/mobile/skin/shop/basic/img/item_bg.gif create mode 100644 theme/basic/mobile/skin/shop/basic/img/item_btn.png create mode 100644 theme/basic/mobile/skin/shop/basic/img/loading.gif create mode 100644 theme/basic/mobile/skin/shop/basic/img/mainlist_btn.gif create mode 100644 theme/basic/mobile/skin/shop/basic/img/personal.jpg create mode 100644 theme/basic/mobile/skin/shop/basic/img/prd_icon.png create mode 100644 theme/basic/mobile/skin/shop/basic/img/sbmn_bg.gif create mode 100644 theme/basic/mobile/skin/shop/basic/img/sct_bg_toright.gif create mode 100644 theme/basic/mobile/skin/shop/basic/img/sns_fb.png create mode 100644 theme/basic/mobile/skin/shop/basic/img/sns_fb_s.png create mode 100644 theme/basic/mobile/skin/shop/basic/img/sns_goo.png create mode 100644 theme/basic/mobile/skin/shop/basic/img/sns_goo_s.png create mode 100644 theme/basic/mobile/skin/shop/basic/img/sns_kakao.png create mode 100644 theme/basic/mobile/skin/shop/basic/img/sns_kakao_s.png create mode 100644 theme/basic/mobile/skin/shop/basic/img/sns_twt.png create mode 100644 theme/basic/mobile/skin/shop/basic/img/sns_twt_s.png create mode 100644 theme/basic/mobile/skin/shop/basic/item.form.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/iteminfo.change.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/iteminfo.delivery.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/iteminfo.info.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/iteminfo.itemqa.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/iteminfo.itemuse.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/iteminfo.relation.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/itemqa.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/itemqaform.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/itemqalist.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/itemuse.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/itemuseform.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/itemuselist.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/largeimage.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/list.10.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/list.best.10.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/list.sort.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/listcategory.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/main.10.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/main.event.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/mainbanner.10.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/navigation.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/personalpay.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/relation.10.skin.php create mode 100644 theme/basic/mobile/skin/shop/basic/style.css create mode 100644 theme/basic/mobile/skin/visit/basic/style.css create mode 100644 theme/basic/mobile/skin/visit/basic/visit.skin.php create mode 100644 theme/basic/mobile/tail.php create mode 100644 theme/basic/readme.txt create mode 100644 theme/basic/screenshot.png create mode 100644 theme/basic/shop/_common.php create mode 100644 theme/basic/shop/index.php create mode 100644 theme/basic/shop/shop.head.php create mode 100644 theme/basic/shop/shop.tail.php create mode 100644 theme/basic/skin/board/basic/img/btn_close.gif create mode 100644 theme/basic/skin/board/basic/img/icon_file.gif create mode 100644 theme/basic/skin/board/basic/img/icon_hot.gif create mode 100644 theme/basic/skin/board/basic/img/icon_img.gif create mode 100644 theme/basic/skin/board/basic/img/icon_link.gif create mode 100644 theme/basic/skin/board/basic/img/icon_mobile.gif create mode 100644 theme/basic/skin/board/basic/img/icon_movie.gif create mode 100644 theme/basic/skin/board/basic/img/icon_new.gif create mode 100644 theme/basic/skin/board/basic/img/icon_reply.gif create mode 100644 theme/basic/skin/board/basic/img/icon_secret.gif create mode 100644 theme/basic/skin/board/basic/img/icon_sound.gif create mode 100644 theme/basic/skin/board/basic/list.skin.php create mode 100644 theme/basic/skin/board/basic/style.css create mode 100644 theme/basic/skin/board/basic/view.skin.php create mode 100644 theme/basic/skin/board/basic/view_comment.skin.php create mode 100644 theme/basic/skin/board/basic/write.skin.php create mode 100644 theme/basic/skin/board/gallery/img/btn_close.gif create mode 100644 theme/basic/skin/board/gallery/img/icon_file.gif create mode 100644 theme/basic/skin/board/gallery/img/icon_hot.gif create mode 100644 theme/basic/skin/board/gallery/img/icon_img.gif create mode 100644 theme/basic/skin/board/gallery/img/icon_link.gif create mode 100644 theme/basic/skin/board/gallery/img/icon_mobile.gif create mode 100644 theme/basic/skin/board/gallery/img/icon_movie.gif create mode 100644 theme/basic/skin/board/gallery/img/icon_new.gif create mode 100644 theme/basic/skin/board/gallery/img/icon_reply.gif create mode 100644 theme/basic/skin/board/gallery/img/icon_secret.gif create mode 100644 theme/basic/skin/board/gallery/img/icon_sound.gif create mode 100644 theme/basic/skin/board/gallery/list.skin.php create mode 100644 theme/basic/skin/board/gallery/style.css create mode 100644 theme/basic/skin/board/gallery/view.skin.php create mode 100644 theme/basic/skin/board/gallery/view_comment.skin.php create mode 100644 theme/basic/skin/board/gallery/write.skin.php create mode 100644 theme/basic/skin/connect/basic/connect.skin.php create mode 100644 theme/basic/skin/connect/basic/current_connect.skin.php create mode 100644 theme/basic/skin/connect/basic/style.css create mode 100644 theme/basic/skin/content/basic/content.skin.php create mode 100644 theme/basic/skin/content/basic/style.css create mode 100644 theme/basic/skin/faq/basic/list.skin.php create mode 100644 theme/basic/skin/faq/basic/style.css create mode 100644 theme/basic/skin/latest/basic/img/icon_file.gif create mode 100644 theme/basic/skin/latest/basic/img/icon_hot.gif create mode 100644 theme/basic/skin/latest/basic/img/icon_img.gif create mode 100644 theme/basic/skin/latest/basic/img/icon_link.gif create mode 100644 theme/basic/skin/latest/basic/img/icon_mobile.gif create mode 100644 theme/basic/skin/latest/basic/img/icon_more.gif create mode 100644 theme/basic/skin/latest/basic/img/icon_movie.gif create mode 100644 theme/basic/skin/latest/basic/img/icon_new.gif create mode 100644 theme/basic/skin/latest/basic/img/icon_reply.gif create mode 100644 theme/basic/skin/latest/basic/img/icon_secret.gif create mode 100644 theme/basic/skin/latest/basic/img/icon_sound.gif create mode 100644 theme/basic/skin/latest/basic/latest.skin.php create mode 100644 theme/basic/skin/latest/basic/style.css create mode 100644 theme/basic/skin/latest/shop_basic/img/icon_file.gif create mode 100644 theme/basic/skin/latest/shop_basic/img/icon_hot.gif create mode 100644 theme/basic/skin/latest/shop_basic/img/icon_img.gif create mode 100644 theme/basic/skin/latest/shop_basic/img/icon_link.gif create mode 100644 theme/basic/skin/latest/shop_basic/img/icon_mobile.gif create mode 100644 theme/basic/skin/latest/shop_basic/img/icon_more.gif create mode 100644 theme/basic/skin/latest/shop_basic/img/icon_movie.gif create mode 100644 theme/basic/skin/latest/shop_basic/img/icon_new.gif create mode 100644 theme/basic/skin/latest/shop_basic/img/icon_reply.gif create mode 100644 theme/basic/skin/latest/shop_basic/img/icon_secret.gif create mode 100644 theme/basic/skin/latest/shop_basic/img/icon_sound.gif create mode 100644 theme/basic/skin/latest/shop_basic/latest.skin.php create mode 100644 theme/basic/skin/latest/shop_basic/style.css create mode 100644 theme/basic/skin/member/basic/formmail.skin.php create mode 100644 theme/basic/skin/member/basic/img/zip_ico_up.gif create mode 100644 theme/basic/skin/member/basic/login.skin.php create mode 100644 theme/basic/skin/member/basic/login_check.skin.php create mode 100644 theme/basic/skin/member/basic/member_confirm.skin.php create mode 100644 theme/basic/skin/member/basic/memo.skin.php create mode 100644 theme/basic/skin/member/basic/memo_form.skin.php create mode 100644 theme/basic/skin/member/basic/memo_view.skin.php create mode 100644 theme/basic/skin/member/basic/password.skin.php create mode 100644 theme/basic/skin/member/basic/password_lost.skin.php create mode 100644 theme/basic/skin/member/basic/point.skin.php create mode 100644 theme/basic/skin/member/basic/profile.skin.php create mode 100644 theme/basic/skin/member/basic/register.skin.php create mode 100644 theme/basic/skin/member/basic/register_form.skin.php create mode 100644 theme/basic/skin/member/basic/register_form_update.tail.skin.php create mode 100644 theme/basic/skin/member/basic/register_result.skin.php create mode 100644 theme/basic/skin/member/basic/scrap.skin.php create mode 100644 theme/basic/skin/member/basic/scrap_popin.skin.php create mode 100644 theme/basic/skin/member/basic/style.css create mode 100644 theme/basic/skin/new/basic/new.skin.php create mode 100644 theme/basic/skin/new/basic/style.css create mode 100644 theme/basic/skin/outlogin/basic/outlogin.skin.1.php create mode 100644 theme/basic/skin/outlogin/basic/outlogin.skin.2.php create mode 100644 theme/basic/skin/outlogin/basic/style.css create mode 100644 theme/basic/skin/outlogin/shop_basic/outlogin.skin.1.php create mode 100644 theme/basic/skin/outlogin/shop_basic/outlogin.skin.2.php create mode 100644 theme/basic/skin/outlogin/shop_basic/style.css create mode 100644 theme/basic/skin/poll/basic/poll.skin.php create mode 100644 theme/basic/skin/poll/basic/poll_result.skin.php create mode 100644 theme/basic/skin/poll/basic/style.css create mode 100644 theme/basic/skin/poll/shop_basic/poll.skin.php create mode 100644 theme/basic/skin/poll/shop_basic/poll_result.skin.php create mode 100644 theme/basic/skin/poll/shop_basic/style.css create mode 100644 theme/basic/skin/popular/basic/popular.skin.php create mode 100644 theme/basic/skin/popular/basic/style.css create mode 100644 theme/basic/skin/qa/basic/img/btn_close.gif create mode 100644 theme/basic/skin/qa/basic/img/icon_answer.gif create mode 100644 theme/basic/skin/qa/basic/img/icon_file.gif create mode 100644 theme/basic/skin/qa/basic/img/icon_hot.gif create mode 100644 theme/basic/skin/qa/basic/img/icon_img.gif create mode 100644 theme/basic/skin/qa/basic/img/icon_link.gif create mode 100644 theme/basic/skin/qa/basic/img/icon_mobile.gif create mode 100644 theme/basic/skin/qa/basic/img/icon_movie.gif create mode 100644 theme/basic/skin/qa/basic/img/icon_new.gif create mode 100644 theme/basic/skin/qa/basic/img/icon_secret.gif create mode 100644 theme/basic/skin/qa/basic/img/icon_sound.gif create mode 100644 theme/basic/skin/qa/basic/list.skin.php create mode 100644 theme/basic/skin/qa/basic/style.css create mode 100644 theme/basic/skin/qa/basic/view.answer.skin.php create mode 100644 theme/basic/skin/qa/basic/view.answerform.skin.php create mode 100644 theme/basic/skin/qa/basic/view.skin.php create mode 100644 theme/basic/skin/qa/basic/write.skin.php create mode 100644 theme/basic/skin/search/basic/search.skin.php create mode 100644 theme/basic/skin/search/basic/style.css create mode 100644 theme/basic/skin/shop/basic/boxbanner.skin.php create mode 100644 theme/basic/skin/shop/basic/boxcart.skin.php create mode 100644 theme/basic/skin/shop/basic/boxcategory.skin.php create mode 100644 theme/basic/skin/shop/basic/boxcommunity.skin.php create mode 100644 theme/basic/skin/shop/basic/boxevent.skin.php create mode 100644 theme/basic/skin/shop/basic/boxtodayview.skin.php create mode 100644 theme/basic/skin/shop/basic/boxwish.skin.php create mode 100644 theme/basic/skin/shop/basic/img/gnb_bg00.gif create mode 100644 theme/basic/skin/shop/basic/img/gnb_bg01.gif create mode 100644 theme/basic/skin/shop/basic/img/icon_arw_toleft.gif create mode 100644 theme/basic/skin/shop/basic/img/icon_secret.gif create mode 100644 theme/basic/skin/shop/basic/img/is_button.gif create mode 100644 theme/basic/skin/shop/basic/img/personal.jpg create mode 100644 theme/basic/skin/shop/basic/img/sbn_btn.png create mode 100644 theme/basic/skin/shop/basic/img/sct_bg_toright.gif create mode 100644 theme/basic/skin/shop/basic/img/sns_fb_s.png create mode 100644 theme/basic/skin/shop/basic/img/sns_goo_s.png create mode 100644 theme/basic/skin/shop/basic/img/sns_kakao_s.png create mode 100644 theme/basic/skin/shop/basic/img/sns_twt_s.png create mode 100644 theme/basic/skin/shop/basic/item.form.skin.php create mode 100644 theme/basic/skin/shop/basic/item.info.skin.php create mode 100644 theme/basic/skin/shop/basic/itemqa.skin.php create mode 100644 theme/basic/skin/shop/basic/itemqaform.skin.php create mode 100644 theme/basic/skin/shop/basic/itemqalist.skin.php create mode 100644 theme/basic/skin/shop/basic/itemuse.skin.php create mode 100644 theme/basic/skin/shop/basic/itemuseform.skin.php create mode 100644 theme/basic/skin/shop/basic/itemuselist.skin.php create mode 100644 theme/basic/skin/shop/basic/largeimage.skin.php create mode 100644 theme/basic/skin/shop/basic/list.10.skin.php create mode 100644 theme/basic/skin/shop/basic/list.20.skin.php create mode 100644 theme/basic/skin/shop/basic/list.30.skin.php create mode 100644 theme/basic/skin/shop/basic/list.40.skin.php create mode 100644 theme/basic/skin/shop/basic/list.sort.skin.php create mode 100644 theme/basic/skin/shop/basic/list.sub.skin.php create mode 100644 theme/basic/skin/shop/basic/listcategory.skin.php create mode 100644 theme/basic/skin/shop/basic/listcategory2.skin.php create mode 100644 theme/basic/skin/shop/basic/listcategory3.skin.php create mode 100644 theme/basic/skin/shop/basic/main.10.skin.php create mode 100644 theme/basic/skin/shop/basic/main.20.skin.php create mode 100644 theme/basic/skin/shop/basic/main.30.skin.php create mode 100644 theme/basic/skin/shop/basic/main.40.skin.php create mode 100644 theme/basic/skin/shop/basic/main.50.skin.php create mode 100644 theme/basic/skin/shop/basic/mainbanner.10.skin.php create mode 100644 theme/basic/skin/shop/basic/navigation.skin.php create mode 100644 theme/basic/skin/shop/basic/personalpay.skin.php create mode 100644 theme/basic/skin/shop/basic/relation.10.skin.php create mode 100644 theme/basic/skin/shop/basic/style.css create mode 100644 theme/basic/skin/visit/basic/style.css create mode 100644 theme/basic/skin/visit/basic/visit.skin.php create mode 100644 theme/basic/skin/visit/shop_basic/style.css create mode 100644 theme/basic/skin/visit/shop_basic/visit.skin.php create mode 100644 theme/basic/tail.php create mode 100644 theme/basic/tail.sub.php create mode 100644 theme/basic/theme.config.php diff --git a/_common.php b/_common.php index 8d16d0880..9969c3802 100644 --- a/_common.php +++ b/_common.php @@ -1,7 +1,8 @@ 쇼핑몰 설치 후 이용해 주십시오.

'); diff --git a/_head.php b/_head.php index a0558a12a..79e267fb7 100644 --- a/_head.php +++ b/_head.php @@ -1,8 +1,5 @@ \ No newline at end of file diff --git a/_tail.php b/_tail.php index d5ba5c009..ae47c3b51 100644 --- a/_tail.php +++ b/_tail.php @@ -1,8 +1,5 @@ \ No newline at end of file diff --git a/adm/admin.lib.php b/adm/admin.lib.php index a94a58e85..aa08a1569 100644 --- a/adm/admin.lib.php +++ b/adm/admin.lib.php @@ -12,11 +12,30 @@ if (!get_session('ss_admin')) { // 스킨디렉토리를 SELECT 형식으로 얻음 function get_skin_select($skin_gubun, $id, $name, $selected='', $event='') { - $skins = get_skin_dir($skin_gubun); + global $config; + + $skins = array(); + + if(defined('G5_THEME_PATH') && $config['cf_theme']) { + $dirs = get_skin_dir($skin_gubun, G5_THEME_PATH.'/'.G5_SKIN_DIR); + if(!empty($dirs)) { + foreach($dirs as $dir) { + $skins[] = 'theme/'.$dir; + } + } + } + + $skins = array_merge($skins, get_skin_dir($skin_gubun)); + $str = ""; return $str; @@ -25,11 +44,30 @@ function get_skin_select($skin_gubun, $id, $name, $selected='', $event='') // 모바일 스킨디렉토리를 SELECT 형식으로 얻음 function get_mobile_skin_select($skin_gubun, $id, $name, $selected='', $event='') { - $skins = get_skin_dir($skin_gubun, G5_MOBILE_PATH.'/'.G5_SKIN_DIR); + global $config; + + $skins = array(); + + if(defined('G5_THEME_PATH') && $config['cf_theme']) { + $dirs = get_skin_dir($skin_gubun, G5_THEME_MOBILE_PATH.'/'.G5_SKIN_DIR); + if(!empty($dirs)) { + foreach($dirs as $dir) { + $skins[] = 'theme/'.$dir; + } + } + } + + $skins = array_merge($skins, get_skin_dir($skin_gubun, G5_MOBILE_PATH.'/'.G5_SKIN_DIR)); + $str = ""; return $str; @@ -44,6 +82,9 @@ function get_skin_dir($skin, $skin_path=G5_SKIN_PATH) $result_array = array(); $dirname = $skin_path.'/'.$skin.'/'; + if(!is_dir($dirname)) + return; + $handle = opendir($dirname); while ($file = readdir($handle)) { if($file == '.'||$file == '..') continue; @@ -57,6 +98,101 @@ function get_skin_dir($skin, $skin_path=G5_SKIN_PATH) } +// 테마 +function get_theme_dir() +{ + $result_array = array(); + + $dirname = G5_PATH.'/'.G5_THEME_DIR.'/'; + $handle = opendir($dirname); + while ($file = readdir($handle)) { + if($file == '.'||$file == '..') continue; + + if (is_dir($dirname.$file)) { + $theme_path = $dirname.$file; + if(is_file($theme_path.'/index.php') && is_file($theme_path.'/head.php') && is_file($theme_path.'/tail.php')) + $result_array[] = $file; + } + } + closedir($handle); + natsort($result_array); + + return $result_array; +} + + +// 테마정보 +function get_theme_info($dir) +{ + $info = array(); + $path = G5_PATH.'/'.G5_THEME_DIR.'/'.$dir; + + if(is_dir($path)) { + $screenshot = $path.'/screenshot.png'; + if(is_file($screenshot)) { + $size = @getimagesize($screenshot); + + if($size[2] == 3) + $screenshot_url = str_replace(G5_PATH, G5_URL, $screenshot); + } + + $info['screenshot'] = $screenshot_url; + + $text = $path.'/readme.txt'; + if(is_file($text)) { + $content = file($text, false); + $content = array_map('trim', $content); + + preg_match('#^Theme Name:(.+)$#i', $content[0], $m0); + preg_match('#^Theme URI:(.+)$#i', $content[1], $m1); + preg_match('#^Maker:(.+)$#i', $content[2], $m2); + preg_match('#^Maker URI:(.+)$#i', $content[3], $m3); + preg_match('#^Version:(.+)$#i', $content[4], $m4); + preg_match('#^Detail:(.+)$#i', $content[5], $m5); + preg_match('#^License:(.+)$#i', $content[6], $m6); + preg_match('#^License URI:(.+)$#i', $content[7], $m7); + + $info['theme_name'] = trim($m0[1]); + $info['theme_uri'] = trim($m1[1]); + $info['maker'] = trim($m2[1]); + $info['maker_uri'] = trim($m3[1]); + $info['version'] = trim($m4[1]); + $info['detail'] = trim($m5[1]); + $info['license'] = trim($m6[1]); + $info['license_uri'] = trim($m7[1]); + } + + if(!$info['theme_name']) + $info['theme_name'] = $dir; + } + + return $info; +} + + +// 테마설정 정보 +function get_theme_config_value($dir, $key='*') +{ + $tconfig = array(); + + $theme_config_file = G5_PATH.'/'.G5_THEME_DIR.'/'.$dir.'/theme.config.php'; + if(is_file) { + include($theme_config_file); + + if($key == '*') { + $tconfig = $theme_config; + } else { + $keys = array_map('trim', explode(',', $key)); + foreach($keys as $v) { + $tconfig[$v] = trim($theme_config[$v]); + } + } + } + + return $tconfig; +} + + // 회원권한을 SELECT 형식으로 얻음 function get_member_level_select($name, $start_id=0, $end_id=10, $selected="", $event="") { @@ -95,26 +231,48 @@ function get_member_id_select($name, $level, $selected="", $event="") } // 권한 검사 -function auth_check($auth, $attr) +function auth_check($auth, $attr, $return=false) { global $is_admin; if ($is_admin == 'super') return; - if (!trim($auth)) - alert('이 메뉴에는 접근 권한이 없습니다.\\n\\n접근 권한은 최고관리자만 부여할 수 있습니다.'); + if (!trim($auth)) { + $msg = '이 메뉴에는 접근 권한이 없습니다.\\n\\n접근 권한은 최고관리자만 부여할 수 있습니다.'; + if($return) + return $msg; + else + alert($msg); + } $attr = strtolower($attr); if (!strstr($auth, $attr)) { - if ($attr == 'r') - alert('읽을 권한이 없습니다.'); - else if ($attr == 'w') - alert('입력, 추가, 생성, 수정 권한이 없습니다.'); - else if ($attr == 'd') - alert('삭제 권한이 없습니다.'); - else - alert('속성이 잘못 되었습니다.'); + if ($attr == 'r') { + $msg = '읽을 권한이 없습니다.'; + if($return) + return $msg; + else + alert($msg); + } else if ($attr == 'w') { + $msg = '입력, 추가, 생성, 수정 권한이 없습니다.'; + if($return) + return $msg; + else + alert($msg); + } else if ($attr == 'd') { + $msg = '삭제 권한이 없습니다.'; + if($return) + return $msg; + else + alert($msg); + } else { + $msg = '속성이 잘못 되었습니다.'; + if($return) + return $msg; + else + alert($msg); + } } } diff --git a/adm/admin.menu100.php b/adm/admin.menu100.php index 26bdda490..44f93712a 100644 --- a/adm/admin.menu100.php +++ b/adm/admin.menu100.php @@ -3,6 +3,7 @@ $menu['menu100'] = array ( array('100000', '환경설정', G5_ADMIN_URL.'/config_form.php', 'config'), array('', '기본환경설정', G5_ADMIN_URL.'/config_form.php', 'cf_basic'), array('', '관리권한설정', G5_ADMIN_URL.'/auth_list.php', 'cf_auth'), + array('', '테마설정', G5_ADMIN_URL.'/theme.php', 'cf_theme', 1), array('', '메뉴설정', G5_ADMIN_URL.'/menu_list.php', 'cf_menu', 1), array('100300', '메일 테스트', G5_ADMIN_URL.'/sendmail_test.php', 'cf_mailtest'), array('100310', '팝업레이어관리', G5_ADMIN_URL.'/newwinlist.php', 'scf_poplayer'), diff --git a/adm/admin.menu300.php b/adm/admin.menu300.php index 1268109e0..65f848587 100644 --- a/adm/admin.menu300.php +++ b/adm/admin.menu300.php @@ -8,5 +8,6 @@ $menu['menu300'] = array ( array('300500', '1:1문의설정', ''.G5_ADMIN_URL.'/qa_config.php', 'qa'), array('300600', '내용관리', G5_ADMIN_URL.'/contentlist.php', 'scf_contents', 1), array('300700', 'FAQ관리', G5_ADMIN_URL.'/faqmasterlist.php', 'scf_faq', 1), + array('300820', '글,댓글 현황', G5_ADMIN_URL.'/write_count.php', 'scf_write_count'), ); ?> \ No newline at end of file diff --git a/adm/board_form.php b/adm/board_form.php index d40bd5756..1d3664147 100644 --- a/adm/board_form.php +++ b/adm/board_form.php @@ -153,10 +153,9 @@ $pg_anchor = ' + + + + + +
+

사이트 내 전체검색

+
+ + + + +
+ + + +
+ + + + + + + + +
+ +
+
+ +
+
+
+
+ + + + +
\ No newline at end of file diff --git a/theme/basic/mobile/index.php b/theme/basic/mobile/index.php new file mode 100644 index 000000000..46fb88c92 --- /dev/null +++ b/theme/basic/mobile/index.php @@ -0,0 +1,35 @@ + + + + 'pc' "; +if(!$is_admin) + $sql .= " and a.bo_use_cert = '' "; +$sql .= " order by b.gr_order, a.bo_order "; +$result = sql_query($sql); +for ($i=0; $row=sql_fetch_array($result); $i++) { + // 이 함수가 바로 최신글을 추출하는 역할을 합니다. + // 스킨은 입력하지 않을 경우 관리자 > 환경설정의 최신글 스킨경로를 기본 스킨으로 합니다. + + // 사용방법 + // latest(스킨, 게시판아이디, 출력라인, 글자수); + echo latest('theme/basic', $row['bo_table'], 5, 25); +} +?> + + + \ No newline at end of file diff --git a/theme/basic/mobile/shop/_common.php b/theme/basic/mobile/shop/_common.php new file mode 100644 index 000000000..cb80d260d --- /dev/null +++ b/theme/basic/mobile/shop/_common.php @@ -0,0 +1,7 @@ +쇼핑몰 설치 후 이용해 주십시오.

'); +define('_SHOP_', true); +?> \ No newline at end of file diff --git a/theme/basic/mobile/shop/category.php b/theme/basic/mobile/shop/category.php new file mode 100644 index 000000000..2bda3e411 --- /dev/null +++ b/theme/basic/mobile/shop/category.php @@ -0,0 +1,155 @@ + + + +
+
+ + '.PHP_EOL; + ?> +
  • + + '.get_text($mshop_ca_row1['ca_name']).' 하위분류 열기'.PHP_EOL; + + for($j=0; $mshop_ca_row2=sql_fetch_array($mshop_ca_res2); $j++) { + if($j == 0) + echo '
      '.PHP_EOL; + ?> +
    • + - + '.get_text($mshop_ca_row2['ca_name']).' 하위분류 열기'.PHP_EOL; + + for($k=0; $mshop_ca_row3=sql_fetch_array($mshop_ca_res3); $k++) { + if($k == 0) + echo '
        '.PHP_EOL; + ?> +
      • + - + '.get_text($mshop_ca_row3['ca_name']).' 하위분류 열기'.PHP_EOL; + + for($m=0; $mshop_ca_row4=sql_fetch_array($mshop_ca_res4); $m++) { + if($m == 0) + echo '
          '.PHP_EOL; + ?> +
        • + - + '.get_text($mshop_ca_row4['ca_name']).' 하위분류 열기'.PHP_EOL; + + for($n=0; $mshop_ca_row5=sql_fetch_array($mshop_ca_res5); $n++) { + if($n == 0) + echo '
            '.PHP_EOL; + ?> +
          • + - +
          • + 0) + echo '
          '.PHP_EOL; + ?> +
        • + 0) + echo '
        '.PHP_EOL; + ?> +
      • + 0) + echo '
      '.PHP_EOL; + ?> +
    • + 0) + echo '
    '.PHP_EOL; + ?> +
  • + 0) + echo ''.PHP_EOL; + else + echo '

    등록된 분류가 없습니다.

    '.PHP_EOL; + ?> + +
    +
    + + diff --git a/theme/basic/mobile/shop/img/add.gif b/theme/basic/mobile/shop/img/add.gif new file mode 100644 index 0000000000000000000000000000000000000000..fc7639eba441b3ed8edde4f5a4ec91c3c20ef45a GIT binary patch literal 311 zcmV-70m%MGNk%w1VKM+10J8u9`1tt#{{EAblll4i`uh6!_xJnz`~3X;_V)Ju{r&Xx z^!4@i000000000000000EC2ui05Sj=000E+Fvv-(y&>hK@#SDBf|)g*XsV{$>Ly1l z&j;+%cplrF?(d?XaAqhPkHgyG$ZR5M&Zsdbtu_hRtkxh9NMi=Ac)VqjwOz6E%svm^ z@c5uRI2Q@>yk3q43;=$4bbMNWfQNv8hI?^{hh3170)&Q+l9G;x1)H1&myw5!ot&SL zoQ|WZU7eYKsjsl72(z@c2&=D%w!6Huti7~dwW)x>#vy! z+SSk4+uz^|-r?WKC-fKYw1haN+3Dqn9pSx_b5M-Me>x|Ni~u%a_E~5k zT)cR3!-frYb#+glK0SQ+@ZZ0GzkmN;U0wa@)2CCXPR*P-^YZ1(0RaKCXV3od;lsOk z?+OYEoYlLf3*2SkGW#K4y9Aja(w(4ux|Nl-@C0*{6z>8`P*i@X(G7QI@f z#}u|Is+MJwPTTd_93m$|`KmU5;}R=)#Sy!zoSm&wTQWnwPD`Dgxqu}@hfkqY)QLkR bl$E_tM~pL0BHfciNpO}I8<&))BZD;n6r_kq literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/shop/img/cart.gif b/theme/basic/mobile/shop/img/cart.gif new file mode 100644 index 0000000000000000000000000000000000000000..3169b6dac1228db7afe6c77a99e822b188e38183 GIT binary patch literal 60 zcmZ?wbhEHbRF0ESr|Y-2Sk8m7?^}x1S_O(c2BC@c(Z%+KGXBH J8E%XW)&T7l5w8FM literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/shop/img/cate.gif b/theme/basic/mobile/shop/img/cate.gif new file mode 100644 index 0000000000000000000000000000000000000000..076449e0c71fe5b4d1614725e57ba011add22823 GIT binary patch literal 65 zcmZ?wbhEHb6ky5_? QLfVRF?J4F>Vr8%f0Ewa#YybcN literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/shop/img/cate_op.gif b/theme/basic/mobile/shop/img/cate_op.gif new file mode 100644 index 0000000000000000000000000000000000000000..f1b885818230ffa03df29cb3127de2a9b9504d6f GIT binary patch literal 195 zcmZ?wbhEHbRAgXhI3mID=FOWwzkmPz`?s^BW6tc^-@bjjckkZH6)P4kT6E#Uh5Wp{ zO`A6D*uMSimoEkR`CVOI@87>ad*;l>4IB3F+xPD6+q&A?&!0cHwzT~J|DORHQ2fcl z$iN`MpaYTw*~!4_pum=p(&^Z^a-G{MyKb-0lUd1AoYq`Zox1sCu4(d*isKIg!UVt7 ht-7~xr-`Pg|2*bEQ{I+kaVe|KH0oK-;TxxGj;m0aDZN1 zF;9$Df-P|_0q#vF%og)d2rSL_oU`WwE#ZI}6#@<(i8qC9aSA~U?D(Fy3XOI)?&;ZT;p@ZO z*Yp4?3-YQd8Z;C{Tr_BDo>TxW&65hC5iAmb0$db?o2V6>6D&8;O#zMx2G2GBy#0Ry Z3;@BTdwA_mgfIXA002ovPDHLkV1f}vf2{xj literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/shop/img/close_op.jpg b/theme/basic/mobile/shop/img/close_op.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3850f72e144ed21cb44f3e29ea30a1b1bc4e8312 GIT binary patch literal 777 zcma)1T}V@57=FK>opW|No9FC@MHjJ+wXurW>Sn^oA7Yl2Vjze_sM{zg*w!y2Vl+$9 zn_4go5=;`Mgp#PcN~eKdC=@fx2K@=$v}A-A(aq^Q8*FvgbND`y&6^jBuDdlSxQm_de z#N3f^(%#(u<6(={1c?598NgohI~9k?%${Xdtq1Gp@Ryo8dK1^ibD1~l2as4DtPmE1 z-ujpPbD*Q@8{RPMnCQAYR){FY{a&Qu4CarQ+j4>V*bkQKs^ z-BUsO7D#OjHSavUyy0ESk1@0M%X0W;r5qcUd9QIHy_cL$7JMh?Y;kvE+UGK#`z6I= zfyqa-JHE2%kplj-Zdf3WVtX}Ju0Jpo$`Yq*IaLjocYn0?m%cCdbQ=yX=zT(B#Cj`O Sm%MX#+i&-Dp+!uo>wf^~?5>#r literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/shop/img/del_btn.gif b/theme/basic/mobile/shop/img/del_btn.gif new file mode 100644 index 0000000000000000000000000000000000000000..6a576483a61021a1d8427240ae8b0f261c723f57 GIT binary patch literal 348 zcmZ?wbhEHb6k-r&xT?Z%_Uzef*RK8k{rkd&3m-pzeDvtiy?gh*ef#$H>(|SdFaP@W z>*B?W|Ni|uckbNPt5<*g_;KaRmA7x-K7IQ1%a<(|$>U%z$h*7N7jZ{EE5=g*%TH*Wm@|NqRHGeDAo+CcFq3nK%A3WE;FV33~} z*eV?+6?iZy3UDn7n(@)X?ZU;QlVXI#F1}f@Fwl+RRza!-WBXxgA>{%)ewLOs9xBV- zRoULk>^g6ykXT$B#hl(86;aicF4I+07RbO_Iweq^JuNp%P^EHKBqNUs6X*N@UUp~x crL&k>yqH9CW%<3GB!mn*aa+ literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/shop/img/loading.gif b/theme/basic/mobile/shop/img/loading.gif new file mode 100644 index 0000000000000000000000000000000000000000..93dc39709806d2043b769a1a46c215c93a995662 GIT binary patch literal 13569 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 literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/shop/img/paging.gif b/theme/basic/mobile/shop/img/paging.gif new file mode 100644 index 0000000000000000000000000000000000000000..9584474ded59aa4fe8c48db0521ec1954f61deec GIT binary patch literal 131 zcmV-}0DS*PNk%w1VQc^z0Du4hhlhv%|Nkri0001N02%-Q0%DAhsmtvTqnxzbi?iOm z`wxcVNS5Y_rs~SJ?wbNYAa`|kZ*^|%GsnXOg|lJAXZrz_8YIQ3V=j|4DFoWI5~;>( lQQHGQ#p5dOOFeVRu(taRkIU!uy8VvN>-YS=|Nl?`06XRlKyd&7 literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/shop/img/prd_icon.gif b/theme/basic/mobile/shop/img/prd_icon.gif new file mode 100644 index 0000000000000000000000000000000000000000..391f4980e6fdc40bec0964f1ea65c35fa4b5e7a5 GIT binary patch literal 294 zcmV+>0ondXNk%w1VHN;30HOc@|Nj0B4Gl1*lapZ5OoO)nj!FOj{{R30A^8LV00000 zEC2ui02Tl?000B)7`oj4Fa|&s1-9O5J6<2yT-nEUj5#@Bh+;0frrb82v83;j;s3y( z&>$!pkI1BQ$rJ#L&x?Rqq*99%tkZb49-qW$b~+_qwb3oNO#WiiM=$a!epc_zynbIE z`hx?3f`f#GhKGm)KY|8~j6Q^oj*^m!hLC}cl#i8znn0GBh?;^XAy s<^=}h>FDR`KH)#??c(e7@AK^S>-G5b`S?Nlnd8T=AHjG66D9xvJ0CNdUjP6A literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/shop/img/prd_icon.png b/theme/basic/mobile/shop/img/prd_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..83c7ad03b552aac1aac17c8c238883fe811aca22 GIT binary patch literal 668 zcmV;N0%QG&P)P002=41^@s6C*loa0000PbVXQnQ*UN; zcVTj606}DLVr3vnZDD6+Qe|Oed2z{QJOBU!K1oDDRCwC#SiMfeFc7w@u7$Brfkeeq zw1NkK31+%pzEi)7F07&H}K$YMrIyNs5;;I*2u4nt4)(NDw6xqJ`e!kCl&W~0~ zeX7WOF;h z{Bm^dPn{f`{5>Z+P1A-T>2x|#pd?A6>v^6e%VjP+IzAT5@SLt?Pho5b##DjII34H4 zn}u{S$mqJ#k6#HAN#ymvNB|9#F5gD)Pn}e9cC~x2(9y-_59#YL1nQhmR;; z-tYP~eFUKhREDlFHa#>t$MUV->cIf+xp7c2a*^)*6I&A9|NQL%^p&MipWn}#Q76?L zD{4H5<7G4x(lwg7W!(Ls>;eOvQK50alkuR~!x-iPj@(F$L23--*!fP8*c^LP__3dg zHasA5S$1JMC^dm7yzgD2)D|FgJK+q3(w4Pf0R{jppNU|-%nf}20000twrugDMa|941^M~8IXRUT6%+dVKY#vw?C88DK5Tr@#3OIi+1nc{p;7S&W?_+U%pJ7IC0t1 zr4JuIoH}L7pWnZ;v$FpG|Ia`oQ2faP)}aF;L4IOjt2;3L1M7tqek!g>Cq&pd)@6JN z$l_uRJd!M$;KF{k=k$V%J}y0;%a5`m;swOhIV2X}Q!8=TD73uiB&R3sB&^5Ypf92) z?i|3K&&j68;2gn`FR#br!w|qM>a5GFrzGU7kipI@z{D4nFQ^j~sJUSyqayzV{q3DT N`}R8p>N_%60|1XflUx7* literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/shop/img/sch2.gif b/theme/basic/mobile/shop/img/sch2.gif new file mode 100644 index 0000000000000000000000000000000000000000..966f971e84494cba43bf5457841651fd0db1c64a GIT binary patch literal 352 zcmZ?wbhEHb6krfwxXQrr_wQdfH#aLQtJc=mO`A5Enwo}$hBh=bY}~M6?b@|oK0fc> zy?gQO*_6qXONxshJ$kfa<;t|w)O&aD-oA6EzM*03)~&mC?!0>K+N)QuT3cFjb8};3 zVq)XtvobTke*L;|(V`zeepJ`geEjg?=FOW24;&~gDvFGZOwY`8u(v;d{`~jv-+%x7 z+1c57_3~w7W8?q-|1*#X6o0aSb?AUdke?XXY7b2Rz`7#EOyo$?i5fwkbr~ifGWW4v z^myb{;KF}q%Ib!UNi2G&H$2ITh!+TV=aA^Wr?BPK(E`nTPBMDB`VxAK4f<+&%1!}7 z`P{5}3{DY(`HFgc&I|$Ua?aYkdKx@F!WoS00?b@NVf<1-f$AGJvgmM5(BIzayl?+r IJx2y>0I@KLg8%>k literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/shop/img/select.gif b/theme/basic/mobile/shop/img/select.gif new file mode 100644 index 0000000000000000000000000000000000000000..b6acfa95f54f7bd9698b98767d67b95e109747b0 GIT binary patch literal 168 zcmZ?wbhEHb6kuRyIKsg2=FOWwzkmPz`?s^BW6tc^-@bjjckkZH6)P4kT6E#Uh5Wp{ zO`A6D*uMSimoEkR`CVOI@87>ad*;l>4IB3F+xPD6+q&A?&!0cHwzT~J|DORHQ2fcl z$iN`MpaYTw*~!4Fs=$_z(&^afY1i!)+SwI3J!IcxpG#)zrf+dp{myJ9;4116z{AL3 F4FEUgN;Log literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/shop/index.php b/theme/basic/mobile/shop/index.php new file mode 100644 index 000000000..f71f9d026 --- /dev/null +++ b/theme/basic/mobile/shop/index.php @@ -0,0 +1,140 @@ + + + + + + + +
    +
    + +
    +
    +

    HIT ITEM

    +

    히트상품 모음

    +
    + set_mobile(true); + $list->set_type(1); + $list->set_view('it_id', false); + $list->set_view('it_name', true); + $list->set_view('it_cust_price', false); + $list->set_view('it_price', true); + $list->set_view('it_icon', false); + $list->set_view('sns', false); + echo $list->run(); + ?> +
    + + + +
    +
    +

    RECOMMEND ITEM

    +

    추천상품 모음

    +
    + set_mobile(true); + $list->set_type(2); + $list->set_view('it_id', false); + $list->set_view('it_name', true); + $list->set_view('it_cust_price', false); + $list->set_view('it_price', true); + $list->set_view('it_icon', false); + $list->set_view('sns', false); + echo $list->run(); + ?> +
    + + + +
    +
    +

    NEW ITEM

    +

    최신상품 모음

    +
    + set_mobile(true); + $list->set_type(3); + $list->set_view('it_id', false); + $list->set_view('it_name', true); + $list->set_view('it_cust_price', false); + $list->set_view('it_price', true); + $list->set_view('it_icon', false); + $list->set_view('sns', false); + echo $list->run(); + ?> +
    + + + +
    +
    +

    BEST ITEM

    +

    인기상품 모음

    +
    + set_mobile(true); + $list->set_type(4); + $list->set_view('it_id', false); + $list->set_view('it_name', true); + $list->set_view('it_cust_price', false); + $list->set_view('it_price', true); + $list->set_view('it_icon', false); + $list->set_view('sns', false); + echo $list->run(); + ?> +
    + + + +
    +
    +

    SALE ITEM

    +

    할인상품 모음

    +
    + set_mobile(true); + $list->set_type(5); + $list->set_view('it_id', false); + $list->set_view('it_name', true); + $list->set_view('it_cust_price', false); + $list->set_view('it_price', true); + $list->set_view('it_icon', false); + $list->set_view('sns', false); + echo $list->run(); + ?> +
    + + +
    + +
    + + + + + + \ No newline at end of file diff --git a/theme/basic/mobile/shop/shop.head.php b/theme/basic/mobile/shop/shop.head.php new file mode 100644 index 000000000..bdf906f13 --- /dev/null +++ b/theme/basic/mobile/shop/shop.head.php @@ -0,0 +1,105 @@ + + +
    +

    + + + + + + + + + + + +
    + +
    + + + +
    + +
    +

    diff --git a/theme/basic/mobile/shop/shop.tail.php b/theme/basic/mobile/shop/shop.tail.php new file mode 100644 index 000000000..5f2b9fe80 --- /dev/null +++ b/theme/basic/mobile/shop/shop.tail.php @@ -0,0 +1,44 @@ + + +
    + +
    +

    정보

    +

    + 회사명 + 주소
    + 사업자 등록번호
    + 대표 + 전화 + 팩스
    + + 통신판매업신고번호
    + 개인정보관리책임자 + + 부가통신사업신고번호 '.$default['de_admin_buga_no'].''; ?>
    + Copyright © 2001-2013 . All Rights Reserved. +

    + 상단으로 +
    + + + + + + diff --git a/theme/basic/mobile/skin/board/basic/img/icon_file.gif b/theme/basic/mobile/skin/board/basic/img/icon_file.gif new file mode 100644 index 0000000000000000000000000000000000000000..cca47f566ac0db655fb2ab0f56628b64958e48b2 GIT binary patch literal 107 zcmZ?wbhEHb-Wqsc#^P~2x#@rVooH@5wHB9i@BozKb;P9uI^*c|UyXO5@>VyLmgEat< Cr6(f* literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/board/basic/img/icon_hot.gif b/theme/basic/mobile/skin/board/basic/img/icon_hot.gif new file mode 100644 index 0000000000000000000000000000000000000000..c95b839aeef0c1e26a4bab4ea50cd6d3f1969d7f GIT binary patch literal 97 zcmZ?wbhEHbzHen|7VvwFnzUPlarEA ZqW~YXyUO~T+#YkUoJ%V_>ib05Q5F AasU7T literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/board/basic/img/icon_mobile.gif b/theme/basic/mobile/skin/board/basic/img/icon_mobile.gif new file mode 100644 index 0000000000000000000000000000000000000000..ad934d23c440c83db0c4589596465cb087353e01 GIT binary patch literal 62 zcmZ?wbhEHbZ% literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/board/basic/img/icon_reply.gif b/theme/basic/mobile/skin/board/basic/img/icon_reply.gif new file mode 100644 index 0000000000000000000000000000000000000000..91c135977b4f445a90c849310dc80efde1983830 GIT binary patch literal 77 zcmZ?wbhEHb&!1E4^4&ClEzh)PmWxV3{9A~!gB2-%RL5bHcgg3Zp^!+W)H2^A_AxQuL literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/board/basic/img/icon_sound.gif b/theme/basic/mobile/skin/board/basic/img/icon_sound.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5188318a5cdc394b984125c0ddd376c5f57bbe4 GIT binary patch literal 113 zcmZ?wbhEHbE1CJY$zMikVi`-#gIi|DbmsXBWf6U5szE@->A`0*`&<;b@XASRrB8=E6~=S>Pbm I%fes{0AXt-SpWb4 literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/board/basic/list.skin.php b/theme/basic/mobile/skin/board/basic/list.skin.php new file mode 100644 index 000000000..b9946b974 --- /dev/null +++ b/theme/basic/mobile/skin/board/basic/list.skin.php @@ -0,0 +1,224 @@ +', 0); +?> + +

    목록

    + + +
    "> + + + + + +
    +
    + Total + 페이지 +
    + + + + +
    + +
    + + + + + + + + + + + + +
    + + + +
    + +
    +
    + + + + + + + + +
    + 게시물 검색 + +
    + + + + + + + +
    +
    + + + + + diff --git a/theme/basic/mobile/skin/board/basic/style.css b/theme/basic/mobile/skin/board/basic/style.css new file mode 100644 index 000000000..b1d433d3a --- /dev/null +++ b/theme/basic/mobile/skin/board/basic/style.css @@ -0,0 +1,238 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* ### 기본 스타일 커스터마이징 시작 ### */ + +/* 게시판 버튼 */ +/* 목록 버튼 */ +#bo_list a.btn_b01 {} +#bo_list a.btn_b01:focus, #bo_list .btn_b01:hover {} +#bo_list a.btn_b02 {} +#bo_list a.btn_b02:focus, #bo_list .btn_b02:hover {} +#bo_list a.btn_admin {} /* 관리자 전용 버튼 */ +#bo_list a.btn_admin:focus, #bo_list a.btn_admin:hover {} + +/* 읽기 버튼 */ +#bo_v a.btn_b01 {} +#bo_v a.btn_b01:focus, #bo_v .btn_b01:hover {} +#bo_v a.btn_b02 {} +#bo_v a.btn_b02:focus, #bo_v .btn_b02:hover {} +#bo_v a.btn_admin {} /* 관리자 전용 버튼 */ +#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {} + +/* 쓰기 버튼 */ +#bo_w .btn_confirm {} /* 서식단계 진행 */ +#bo_w .btn_submit {} +#bo_w .btn_cancel {} +#bo_w .btn_frmline {} /* 우편번호검색버튼 등 */ + +/* 기본테이블 */ +/* 목록 테이블 */ +#bo_list .tbl_head01 {} +#bo_list .tbl_head01 caption {} +#bo_list .tbl_head01 thead th {} +#bo_list .tbl_head01 thead a {} +#bo_list .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ +#bo_list .tbl_head01 tfoot th {} +#bo_list .tbl_head01 tfoot td {} +#bo_list .tbl_head01 tbody th {} +#bo_list .tbl_head01 td {} +#bo_list .tbl_head01 a {} +#bo_list td.empty_table {} + +/* 읽기 내 테이블 */ +#bo_v .tbl_head01 {} +#bo_v .tbl_head01 caption {} +#bo_v .tbl_head01 thead th {} +#bo_v .tbl_head01 thead a {} +#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ +#bo_v .tbl_head01 tfoot th {} +#bo_v .tbl_head01 tfoot td {} +#bo_v .tbl_head01 tbody th {} +#bo_v .tbl_head01 td {} +#bo_v .tbl_head01 a {} +#bo_v td.empty_table {} + +/* 쓰기 테이블 */ +#bo_w table {} +#bo_w caption {} +#bo_w .frm_address {} +#bo_w .frm_file {} +#bo_w .frm_info {} + +#bo_w .tbl_frm01 {} +#bo_w .tbl_frm01 caption {} +#bo_w .tbl_frm01 th {} +#bo_w .tbl_frm01 td {} +#bo_w .tbl_frm01 textarea, #bo_w .frm_input {} +#bo_w .tbl_frm01 textarea {} +/* +#bo_w .tbl_frm01 #captcha {} +#bo_w .tbl_frm01 #captcha input {} +*/ +#bo_w .tbl_frm01 a {} + +#bo_w .required, #bo_w textarea.required {} + +/* ### 기본 스타일 커스터마이징 끝 ### */ + +/* 게시판 목록 */ +#bo_list .td_chk {width:30px;text-align:center} +#bo_list .td_group {width:100px;text-align:center} +#bo_list .td_board {width:120px;text-align:center} +#bo_list .td_num {width:50px;text-align:center} +#bo_list .td_numbig {width:80px;text-align:center} +#bo_list .td_mb_id {width:100px;text-align:center} +#bo_list .td_nick {width:100px;text-align:center} +#bo_list .td_name {width:100px;text-align:left} +#bo_list .td_date {width:60px;text-align:center} +#bo_list .td_datetime {width:150px;text-align:center} +#bo_list .td_mng {width:80px;text-align:center} + +#bo_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden} +#bo_cate ul {margin:5px 10px;padding-left:1px;zoom:1} +#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""} +#bo_cate li {float:left;margin-bottom:-1px;width:25%} +#bo_cate a {display:block;position:relative;margin-left:-1px;padding:5px 0;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;text-decoration:none;letter-spacing:-0.1em} +#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none} +#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold} + +/* 관리자일 때 */ +#bo_list_admin th label {position:absolute;font-size:0;line-height:0;overflow:hidden} + +#bo_list_admin th:nth-of-type(1) {width:40px} +#bo_list_admin th:nth-of-type(3) {width:100px} + +#bo_list_admin td:nth-of-type(1) {text-align:center} +#bo_list_admin td:nth-of-type(3) {text-align:center} + +/* 관리자가 아닐 때 */ +#bo_list th:nth-of-type(2) {width:100px} + +#bo_list td:nth-of-type(2) {text-align:center} + +/* 게시판 목록 공통 */ +.bo_fx {margin-bottom:5px;padding:5px 10px} +.bo_fx:after {display:block;visibility:hidden;clear:both;content:""} +.bo_fx ul {margin:0;padding:0;list-style:none} +#bo_list_total {float:left;padding:0;height:2.5em;line-height:2.5em} +.btn_bo_user {float:right;margin:0;padding:0;list-style:none} +.btn_bo_user li {float:left;margin-left:5px} +.btn_bo_adm {float:left} +.btn_bo_adm li {float:left;margin-right:5px} +.btn_bo_adm input {padding:8px;border:0;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} +.bo_notice td {background:#f7f7f7} +.bo_notice td a {font-weight:bold} +.td_num strong {color:#000} +.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;border-right:1px solid #e7f1ed;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */ +.bo_current {color:#e8180c} +.td_subject a {display:block} +.td_subject img {margin-left:3px} +#bo_list .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold} + +#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center} + +/* 게시판 쓰기 */ +#bo_w #wr_email, #bo_w #wr_homepage, #bo_w #wr_subject {width:100%} + +#char_count_desc {display:block;margin:0 0 5px;padding:0} +#char_count_wrap {margin:5px 0 0;text-align:right} +#char_count {font-weight:bold} + +#wr_email, #wr_homepage, #wr_subject, .wr_link {width:100%} + +/* 게시판 읽기 */ +#bo_v {margin-bottom:15px;padding-bottom:15px} + +#bo_v_table {padding:0 10px;color:#999;font-size:0.9em;font-weight:bold} + +#bo_v_title {padding:0 10px 5px;font-size:1.2em} + +#bo_v_info {padding:0 10px 10px;border-bottom:1px solid #ddd} +#bo_v_info h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#bo_v_info {} +#bo_v_info strong {display:inline-block;margin:0 0 0 5px;font-weight:normal} + +#bo_v_file {} +#bo_v_file h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#bo_v_file ul {margin:0;padding:0;list-style:none} +#bo_v_file li {padding:0 10px;border-bottom:1px solid #eee;background:#f7f7f7} +#bo_v_file a {display:inline-block;padding:5px 0;color:#000;text-decoration:none} +#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none} +.bo_v_file_cnt {display:inline-block;margin:0 10px} + +#bo_v_link {} +#bo_v_link h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#bo_v_link ul {margin:0;padding:0;list-style:none} +#bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#f7f7f7} +#bo_v_link a {display:inline-block;padding:5px 0;color:#000;text-decoration:none} +#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none} +.bo_v_link_cnt {display:inline-block;margin:0 10px} + +#bo_v_top {margin:0 0 10px;padding:10px} +#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_top h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#bo_v_top ul {margin:0;padding:0;list-style:none} + +#bo_v_bot {padding:0 10px} +#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_bot h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#bo_v_bot ul {margin:0;padding:0;list-style:none} + +.bo_v_nb {float:left} +.bo_v_nb li {float:left;margin-right:5px} +.bo_v_com {float:right} +.bo_v_com li {float:left;margin-left:5px} + +#bo_v_atc {padding:0 10px;min-height:200px} +#bo_v_atc_title {margin:0;padding:0;height:0;overflow:hidden} + +#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1} +#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_img img {margin-bottom:15px;max-width:100%;height:auto} + +#bo_v_con {margin-bottom:20px;width:100%;font-size:1.250em;line-height:1.7em;word-break:break-all;overflow:hidden} +#bo_v_con a {color:#000;text-decoration:underline} +#bo_v_con img {max-width:100%;height:auto} + +#bo_v_act {position:relative;margin-bottom:20px;text-align:center} +#bo_v_act a {margin-right:5px;vertical-align:middle} +#bo_v_act strong {color:#ff3061} +#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;right:10%;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center} + +#bo_v_sns {margin:0 0 20px;padding:0;list-style:none;zoom:1} +#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_sns li {float:left;margin:0 5px 0 0} + +/* 게시판 댓글 */ +#bo_vc {margin:0 0 20px;padding:20px 10px 10px;border:1px solid #e5e8ec;background:#f5f8f9} +#bo_vc h2 {margin-bottom:5px} +#bo_vc article {padding:0 0 5px;border-top:1px dotted #ccc} +#bo_vc header {position:relative;padding:13px 0 5px} +#bo_vc header .icon_reply {position:absolute;top:13px;left:-20px} +#bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold} +.bo_vc_hdinfo {display:inline-block;margin:0 10px 0 5px} +#bo_vc h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden} +#bo_vc a {color:#000;text-decoration:none} +#bo_vc p {padding:0 0 5px;line-height:1.8em} +#bo_vc p a {text-decoration:underline} +#bo_vc p a.s_cmt {text-decoration:none} +#bo_vc_empty {margin:0;padding:15px !important;text-align:center} +#bo_vc #bo_vc_winfo {float:left} +#bo_vc footer {zoom:1} +#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""} + +.bo_vc_act {float:right;margin:0;list-style:none} +.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""} +.bo_vc_act li {float:left;margin-left:5px} + +#bo_vc_w {position:relative;margin-bottom:10px;padding:0 10px 15px;border-bottom:1px solid #dde4e9} +#bo_vc_w h2 {padding:10px 0 5px} +#bo_vc_w .tbl_wrap {margin:0 0 15px} +#bo_vc_w #char_cnt {display:block;margin-bottom:5px} +#bo_vc_w textarea {width:99%} + +#bo_vc_sns {margin:0;padding:0;list-style:none;zoom:1} +#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""} +#bo_vc_sns li {float:left;margin:0 10px 0 0} +#bo_vc_sns input {margin:0 0 0 5px} \ No newline at end of file diff --git a/theme/basic/mobile/skin/board/basic/view.skin.php b/theme/basic/mobile/skin/board/basic/view.skin.php new file mode 100644 index 000000000..7311cf9ef --- /dev/null +++ b/theme/basic/mobile/skin/board/basic/view.skin.php @@ -0,0 +1,270 @@ +', 0); +?> + + + +
    + +
    +
    +

    + +

    +
    + +
    +

    페이지 정보

    + 작성자 + 작성일 + 조회 + 댓글 +
    + + + + +
    +

    첨부파일

    + +
    + + + + + + +
    + + + + + + + +
    + +
    +

    본문

    + + \n"; + + for ($i=0; $i<=count($view['file']); $i++) { + if ($view['file'][$i]['view']) { + //echo $view['file'][$i]['view']; + echo get_view_thumbnail($view['file'][$i]['view']); + } + } + + echo "
    \n"; + } + ?> + +
    + + +

    + + +
    + 스크랩 + + + 추천 + 이 글을 추천하셨습니다 + + + + + 비추천 + + + +
    + +
    + 추천 + 비추천 +
    + + + + + + +
    + + +
    + + + + + + + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/board/basic/view_comment.skin.php b/theme/basic/mobile/skin/board/basic/view_comment.skin.php new file mode 100644 index 000000000..c6984f652 --- /dev/null +++ b/theme/basic/mobile/skin/board/basic/view_comment.skin.php @@ -0,0 +1,321 @@ + + + + + +
    +

    댓글목록

    + \]/i", "", $str); + ?> +
    style="margin-left:px;border-top-color:#e0e0e0"> +
    +

    님의 댓글

    + + 댓글의 댓글 + + 아이피 + + + 작성일 + + +
    + + +

    + "; ?> + +

    + + + + + "> + + + + + +
    + +

    등록된 댓글이 없습니다.

    + +
    + + + + + + diff --git a/theme/basic/mobile/skin/board/basic/write.skin.php b/theme/basic/mobile/skin/board/basic/write.skin.php new file mode 100644 index 000000000..b28d9abb7 --- /dev/null +++ b/theme/basic/mobile/skin/board/basic/write.skin.php @@ -0,0 +1,252 @@ +', 0); +?> + +
    +

    + +
    + + + + + + + + + + + '.PHP_EOL.''; + } + + if ($is_html) { + if ($is_dhtml_editor) { + $option_hidden .= ''; + } else { + $option .= PHP_EOL.''.PHP_EOL.''; + } + } + + if ($is_secret) { + if ($is_admin || $is_secret==1) { + $option .= PHP_EOL.''.PHP_EOL.''; + } else { + $option_hidden .= ''; + } + } + + if ($is_mail) { + $option .= PHP_EOL.''.PHP_EOL.''; + } + } + + echo $option_hidden; + ?> +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    class="frm_input " maxlength="20">
    옵션
    + +
    + + +

    이 게시판은 최소 글자 이상, 최대 글자 이하까지 글을 쓰실 수 있습니다.

    + + + + +
    글자
    + +
    " id="wr_link" class="frm_input wr_link">
    파일 # + + + + + + + +
    자동등록방지 + +
    +
    + +
    + + 취소 +
    +
    +
    + + diff --git a/theme/basic/mobile/skin/board/gallery/img/icon_file.gif b/theme/basic/mobile/skin/board/gallery/img/icon_file.gif new file mode 100644 index 0000000000000000000000000000000000000000..cca47f566ac0db655fb2ab0f56628b64958e48b2 GIT binary patch literal 107 zcmZ?wbhEHb-Wqsc#^P~2x#@rVooH@5wHB9i@BozKb;P9uI^*c|UyXO5@>VyLmgEat< Cr6(f* literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/board/gallery/img/icon_hot.gif b/theme/basic/mobile/skin/board/gallery/img/icon_hot.gif new file mode 100644 index 0000000000000000000000000000000000000000..c95b839aeef0c1e26a4bab4ea50cd6d3f1969d7f GIT binary patch literal 97 zcmZ?wbhEHbzHen|7VvwFnzUPlarEA ZqW~YXyUO~T+#YkUoJ%V_>ib05Q5F AasU7T literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/board/gallery/img/icon_mobile.gif b/theme/basic/mobile/skin/board/gallery/img/icon_mobile.gif new file mode 100644 index 0000000000000000000000000000000000000000..ad934d23c440c83db0c4589596465cb087353e01 GIT binary patch literal 62 zcmZ?wbhEHbZ% literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/board/gallery/img/icon_reply.gif b/theme/basic/mobile/skin/board/gallery/img/icon_reply.gif new file mode 100644 index 0000000000000000000000000000000000000000..91c135977b4f445a90c849310dc80efde1983830 GIT binary patch literal 77 zcmZ?wbhEHb&!1E4^4&ClEzh)PmWxV3{9A~!gB2-%RL5bHcgg3Zp^!+W)H2^A_AxQuL literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/board/gallery/img/icon_sound.gif b/theme/basic/mobile/skin/board/gallery/img/icon_sound.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5188318a5cdc394b984125c0ddd376c5f57bbe4 GIT binary patch literal 113 zcmZ?wbhEHbE1CJY$zMikVi`-#gIi|DbmsXBWf6U5szE@->A`0*`&<;b@XASRrB8=E6~=S>Pbm I%fes{0AXt-SpWb4 literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/board/gallery/list.skin.php b/theme/basic/mobile/skin/board/gallery/list.skin.php new file mode 100644 index 000000000..20f50eada --- /dev/null +++ b/theme/basic/mobile/skin/board/gallery/list.skin.php @@ -0,0 +1,251 @@ +', 0); +?> + + + +

    목록

    + + +
    + + + + + +
    +
    + Total + 페이지 +
    + + + + +
    + +
    + + + + + + + + + +

    이미지 목록

    + + +
    + + +
    + + +
      + +
    • + + + + + + 열람중"; + else + echo $list[$i]['num']; + ?> + + +
    • + + 게시물이 없습니다."; } ?> +
    + + +
    + + + +
    + + +
    +
    + + + + + + + + + + +
    + 게시물 검색 + +
    + + + + + + + +
    +
    + + + + + diff --git a/theme/basic/mobile/skin/board/gallery/style.css b/theme/basic/mobile/skin/board/gallery/style.css new file mode 100644 index 000000000..4f69e8f65 --- /dev/null +++ b/theme/basic/mobile/skin/board/gallery/style.css @@ -0,0 +1,225 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* ### 기본 스타일 커스터마이징 시작 ### */ + +/* 게시판 버튼 */ +/* 목록 버튼 */ +#bo_gall a.btn_b01 {} +#bo_gall a.btn_b01:focus, #bo_gall .btn_b01:hover {} +#bo_gall a.btn_b02 {} +#bo_gall a.btn_b02:focus, #bo_gall .btn_b02:hover {} +#bo_gall a.btn_admin {} /* 관리자 전용 버튼 */ +#bo_gall a.btn_admin:focus, #bo_gall a.btn_admin:hover {} + +/* 읽기 버튼 */ +#bo_v a.btn_b01 {} +#bo_v a.btn_b01:focus, #bo_v .btn_b01:hover {} +#bo_v a.btn_b02 {} +#bo_v a.btn_b02:focus, #bo_v .btn_b02:hover {} +#bo_v a.btn_admin {} /* 관리자 전용 버튼 */ +#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {} + +/* 쓰기 버튼 */ +#bo_w .btn_confirm {} /* 서식단계 진행 */ +#bo_w .btn_submit {} +#bo_w .btn_cancel {} +#bo_w .btn_frmline {} /* 우편번호검색버튼 등 */ + +/* 기본테이블 */ +/* 읽기 내 테이블 */ +#bo_v .tbl_head01 {} +#bo_v .tbl_head01 caption {} +#bo_v .tbl_head01 thead th {} +#bo_v .tbl_head01 thead a {} +#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ +#bo_v .tbl_head01 tfoot th {} +#bo_v .tbl_head01 tfoot td {} +#bo_v .tbl_head01 tbody th {} +#bo_v .tbl_head01 td {} +#bo_v .tbl_head01 a {} +#bo_v td.empty_table {} + +/* 쓰기 테이블 */ +#bo_w table {} +#bo_w caption {} +#bo_w .frm_address {} +#bo_w .frm_file {} +#bo_w .frm_info {} + +#bo_w .tbl_frm01 {} +#bo_w .tbl_frm01 caption {} +#bo_w .tbl_frm01 th {} +#bo_w .tbl_frm01 td {} +#bo_w .tbl_frm01 textarea, #bo_w .frm_input {} +#bo_w .tbl_frm01 textarea {} +/* +#bo_w .tbl_frm01 #captcha {} +#bo_w .tbl_frm01 #captcha input {} +*/ +#bo_w .tbl_frm01 a {} + +#bo_w .required, #bo_w textarea.required {} + +/* ### 기본 스타일 커스터마이징 끝 ### */ + +/* 갤러리 목록 */ +#bo_gall h2 {margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden} + +#bo_gall #gall_allchk {margin:0 10px} + +#bo_gall #gall_ul {margin:10px 0 0;padding:0 10px;list-style:none} +#bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""} + +#bo_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden} +#bo_cate ul {margin:10px;padding-left:1px;zoom:1} +#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""} +#bo_cate li {float:left;margin-bottom:-1px;width:25%} +#bo_cate a {display:block;position:relative;margin-left:-1px;padding:5px 0;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;text-decoration:none;letter-spacing:-0.1em} +#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none} +#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold} + +#bo_gall .gall_li {float:left;padding:0 10px 20px 0} +#bo_gall .gall_clear {clear:both} + +#bo_gall .gall_con {margin:0;padding:0;list-style:none} +#bo_gall .gall_con li {margin:0 0 5px} +#bo_gall .gall_con .gall_subject {display:inline-block;width:50px} + +#bo_gall .gall_now .gall_text_href a {color:#ff3061} + +#bo_gall .gall_href a:link, #bo_gall .gall_href a:focus, #bo_gall .gall_href a:hover {text-decoration:none} +#bo_gall .gall_href strong, #bo_gall .gall_href span {display:block;width:174px;height:124px;background:#f7f7f7;text-align:center;line-height:8em} + +#bo_gall .gall_text_href {margin:10px 0 !important} +#bo_gall .gall_text_href a {color:#000;font-weight:bold;text-decoration:none} +#bo_gall .gall_text_href img {margin:0 0 0 5px} + +/* 게시판 목록 공통 */ +.bo_fx {margin-bottom:5px;padding:5px 10px} +.bo_fx:after {display:block;visibility:hidden;clear:both;content:""} +.bo_fx ul {margin:0;padding:0;list-style:none} +#bo_list_total {float:left;padding:0;height:2.5em;line-height:2.5em} +.btn_bo_user {float:right;margin:0;padding:0;list-style:none} +.btn_bo_user li {float:left;margin-left:5px} +.btn_bo_adm {float:left} +.btn_bo_adm li {float:left;margin-right:5px} +.btn_bo_adm input {padding:8px;border:0;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} +.bo_notice td {background:#f7f7f7} +.bo_notice td a {font-weight:bold} +.td_num strong {color:#000} +.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;border-right:1px solid #e7f1ed;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */ +.bo_current {color:#e8180c} +.td_subject img {margin-left:3px} +.cnt_cmt {font-weight:bold} + +#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center} + +#bo_gall li.empty_list {padding:30px 0;text-align:center} + +/* 게시판 쓰기 */ +#char_count_desc {display:block;margin:0 0 5px;padding:0} +#char_count_wrap {margin:5px 0 0;text-align:right} +#char_count {font-weight:bold} + +#wr_email, #wr_homepage, #wr_subject, .wr_link {width:100%} + +/* 게시판 읽기 */ +#bo_v {margin-bottom:15px;padding-bottom:15px} + +#bo_v_table {padding:0 10px;color:#999;font-size:0.9em;font-weight:bold} + +#bo_v_title {padding:0 10px 5px;font-size:1.2em} + +#bo_v_info {padding:0 10px 10px;border-bottom:1px solid #ddd} +#bo_v_info h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#bo_v_info {} +#bo_v_info strong {display:inline-block;margin:0 0 0 5px;font-weight:normal} + +#bo_v_file {} +#bo_v_file h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#bo_v_file ul {margin:0;padding:0;list-style:none} +#bo_v_file li {padding:0 10px;border-bottom:1px solid #eee;background:#f7f7f7} +#bo_v_file a {display:inline-block;padding:5px 0;color:#000} +#bo_v_file a:focus, +#bo_v_file a:hover, +#bo_v_file a:active {text-decoration:none} +.bo_v_file_cnt {display:inline-block;margin:0 10px} + +#bo_v_link {} +#bo_v_link h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#bo_v_link ul {margin:0;padding:0;list-style:none} +#bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#f7f7f7} +#bo_v_link a {display:inline-block;padding:5px 0;color:#000} +#bo_v_link a:focus, +#bo_v_link a:hover, +#bo_v_link a:active {text-decoration:none} +.bo_v_link_cnt {display:inline-block;margin:0 10px} + +#bo_v_top {margin:0 0 10px;padding:10px} +#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_top h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#bo_v_top ul {margin:0;padding:0;list-style:none} + +#bo_v_bot {padding:0 10px} +#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_bot h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#bo_v_bot ul {margin:0;padding:0;list-style:none} + +.bo_v_nb {float:left} +.bo_v_nb li {float:left;margin-right:5px} +.bo_v_com {float:right} +.bo_v_com li {float:left;margin-left:5px} + +#bo_v_atc {padding:0 10px;min-height:200px} +#bo_v_atc_title {margin:0;padding:0;height:0;overflow:hidden} + +#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1} +#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_img img {margin-bottom:15px;max-width:100%;height:auto} + +#bo_v_con {margin-bottom:20px;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden} +#bo_v_con a {color:#000;text-decoration:underline} +#bo_v_con img {max-width:100%;height:auto} + +#bo_v_act {position:relative;margin-bottom:20px;text-align:center} +#bo_v_act a {margin-right:5px;vertical-align:middle} +#bo_v_act strong {color:#ff3061} +#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;right:10%;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center} + +#bo_v_sns {margin:0 0 20px;padding:0;list-style:none;zoom:1} +#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_sns li {float:left;margin:0 5px 0 0} + +/* 게시판 댓글 */ +#bo_vc {margin:0 0 20px;padding:20px 10px 10px;border:1px solid #e5e8ec;background:#f5f8f9} +#bo_vc h2 {margin-bottom:5px} +#bo_vc article {padding:0 0 5px;border-top:1px dotted #ccc} +#bo_vc header {position:relative;padding:13px 0 5px} +#bo_vc header .icon_reply {position:absolute;top:13px;left:-20px} +#bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold} +.bo_vc_hdinfo {display:inline-block;margin:0 10px 0 5px} +#bo_vc h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden} +#bo_vc a {color:#000;text-decoration:none} +#bo_vc p {padding:0 0 5px;line-height:1.8em} +#bo_vc p a {text-decoration:underline} +#bo_vc p a.s_cmt {text-decoration:none} +#bo_vc_empty {margin:0;padding:15px !important;text-align:center} +#bo_vc #bo_vc_winfo {float:left} +#bo_vc footer {zoom:1} +#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""} + +.bo_vc_act {float:right;margin:0;list-style:none} +.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""} +.bo_vc_act li {float:left;margin-left:5px} + +#bo_vc_w {position:relative;margin-bottom:10px;padding:0 10px 15px;border-bottom:1px solid #dde4e9} +#bo_vc_w h2 {padding:10px 0 5px} +#bo_vc_w .tbl_wrap {margin:0 0 15px} +#bo_vc_w #char_cnt {display:block;margin-bottom:5px} +#bo_vc_w textarea {width:99%} + +#bo_vc_sns {margin:0;padding:0;list-style:none;zoom:1} +#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""} +#bo_vc_sns li {float:left;margin:0 10px 0 0} +#bo_vc_sns input {margin:0 0 0 5px} \ No newline at end of file diff --git a/theme/basic/mobile/skin/board/gallery/view.skin.php b/theme/basic/mobile/skin/board/gallery/view.skin.php new file mode 100644 index 000000000..9b151b50c --- /dev/null +++ b/theme/basic/mobile/skin/board/gallery/view.skin.php @@ -0,0 +1,270 @@ +', 0); +?> + + + +
    + +
    +
    +

    + +

    +
    + +
    +

    페이지 정보

    + 작성자 + 작성일 + 조회 + 댓글 +
    + + + + +
    +

    첨부파일

    + +
    + + + + + + +
    + + + + + + + +
    + +
    +

    본문

    + + \n"; + + for ($i=0; $i<=count($view['file']); $i++) { + if ($view['file'][$i]['view']) { + //echo $view['file'][$i]['view']; + echo get_view_thumbnail($view['file'][$i]['view']); + } + } + + echo "
    \n"; + } + ?> + +
    + + +

    + + +
    + 스크랩 + + + 추천 + + + + + + 비추천 + + + +
    + +
    + 추천 + 비추천 +
    + + + + + + +
    + + +
    + + + + + + + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/board/gallery/view_comment.skin.php b/theme/basic/mobile/skin/board/gallery/view_comment.skin.php new file mode 100644 index 000000000..c6984f652 --- /dev/null +++ b/theme/basic/mobile/skin/board/gallery/view_comment.skin.php @@ -0,0 +1,321 @@ + + + + + +
    +

    댓글목록

    + \]/i", "", $str); + ?> +
    style="margin-left:px;border-top-color:#e0e0e0"> +
    +

    님의 댓글

    + + 댓글의 댓글 + + 아이피 + + + 작성일 + + +
    + + +

    + "; ?> + +

    + + + + + "> + + + + + +
    + +

    등록된 댓글이 없습니다.

    + +
    + + + + + + diff --git a/theme/basic/mobile/skin/board/gallery/write.skin.php b/theme/basic/mobile/skin/board/gallery/write.skin.php new file mode 100644 index 000000000..f40d8db61 --- /dev/null +++ b/theme/basic/mobile/skin/board/gallery/write.skin.php @@ -0,0 +1,251 @@ +', 0); +?> + +
    +

    + +
    + + + + + + + + + + + '.PHP_EOL.''; + } + + if ($is_html) { + if ($is_dhtml_editor) { + $option_hidden .= ''; + } else { + $option .= PHP_EOL.''.PHP_EOL.''; + } + } + + if ($is_secret) { + if ($is_admin || $is_secret==1) { + $option .= PHP_EOL.''.PHP_EOL.''; + } else { + $option_hidden .= ''; + } + } + + if ($is_mail) { + $option .= PHP_EOL.''.PHP_EOL.''; + } + } + + echo $option_hidden; + ?> +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    class="frm_input " size="15" maxlength="20">
    옵션
    + +
    + + +

    이 게시판은 최소 글자 이상, 최대 글자 이하까지 글을 쓰실 수 있습니다.

    + + + + +
    글자
    + +
    " id="wr_link" class="frm_input wr_link">
    파일 # + + + + + + + +
    자동등록방지 + +
    +
    + +
    + + 취소 +
    +
    +
    + + diff --git a/theme/basic/mobile/skin/connect/basic/connect.skin.php b/theme/basic/mobile/skin/connect/basic/connect.skin.php new file mode 100644 index 000000000..96d2da394 --- /dev/null +++ b/theme/basic/mobile/skin/connect/basic/connect.skin.php @@ -0,0 +1,8 @@ +', 0); +?> + diff --git a/theme/basic/mobile/skin/connect/basic/current_connect.skin.php b/theme/basic/mobile/skin/connect/basic/current_connect.skin.php new file mode 100644 index 000000000..5d47774b7 --- /dev/null +++ b/theme/basic/mobile/skin/connect/basic/current_connect.skin.php @@ -0,0 +1,38 @@ +', 0); +?> + +
    + + + + + + + + + + ".$location.""; + else $display_location = $location; + ?> + + + + + + "; + ?> + +
    번호이름위치
    현재 접속자가 없습니다.
    +
    \ No newline at end of file diff --git a/theme/basic/mobile/skin/connect/basic/style.css b/theme/basic/mobile/skin/connect/basic/style.css new file mode 100644 index 000000000..09c88df61 --- /dev/null +++ b/theme/basic/mobile/skin/connect/basic/style.css @@ -0,0 +1,9 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* 현재접속자 */ +#current_connect_tbl {} +#current_connect_tbl th:nth-of-type(1) {width:50px} +#current_connect_tbl th:nth-of-type(2) {width:120px} + +#current_connect_tbl td:nth-of-type(1) {padding:10px 0;text-align:center} \ No newline at end of file diff --git a/theme/basic/mobile/skin/content/basic/content.skin.php b/theme/basic/mobile/skin/content/basic/content.skin.php new file mode 100644 index 000000000..79d47d932 --- /dev/null +++ b/theme/basic/mobile/skin/content/basic/content.skin.php @@ -0,0 +1,18 @@ +', 0); + +?> + +
    +
    +

    +
    + +
    + +
    + +
    \ No newline at end of file diff --git a/theme/basic/mobile/skin/content/basic/style.css b/theme/basic/mobile/skin/content/basic/style.css new file mode 100644 index 000000000..638229597 --- /dev/null +++ b/theme/basic/mobile/skin/content/basic/style.css @@ -0,0 +1,8 @@ +@charset "utf-8"; + +/* 내용관리 */ +#ctt {margin:10px 0;padding:10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9} +.ctt_admin {margin:0 5px;text-align:right} +#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#ctt_con {padding:10px 0} +.ctt_img {text-align:center} \ No newline at end of file diff --git a/theme/basic/mobile/skin/faq/basic/list.skin.php b/theme/basic/mobile/skin/faq/basic/list.skin.php new file mode 100644 index 000000000..f625ff36a --- /dev/null +++ b/theme/basic/mobile/skin/faq/basic/list.skin.php @@ -0,0 +1,120 @@ +', 0); +?> + + +'.conv_content($fm['fm_mobile_head_html'], 1).''; +?> + + + + + +
    + +
    +

    목록

    +
      + $v){ + if(empty($v)) + continue; + ?> +
    1. +

      +
      + +
      +
      +
    2. + +
    +
    + 검색된 게시물이 없습니다.

    '; + } else { + echo '
    등록된 FAQ가 없습니다.'; + if($is_admin) + echo '
    FAQ를 새로 등록하시려면 FAQ관리 메뉴를 이용하십시오.'; + echo '
    '; + } + } + ?> +
    + + + +'.conv_content($fm['fm_tail_html'], 1).''; +?> + +
    +
    + + + + +
    +
    + + + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/faq/basic/style.css b/theme/basic/mobile/skin/faq/basic/style.css new file mode 100644 index 000000000..d573cdfb7 --- /dev/null +++ b/theme/basic/mobile/skin/faq/basic/style.css @@ -0,0 +1,25 @@ +@charset "utf-8"; + +#bo_cate {margin:0 10px} +#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_cate ul {margin-bottom:10px;padding-left:1px;zoom:1} +#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""} +#bo_cate li {float:left;margin-bottom:-1px} +#bo_cate a {display:block;position:relative;margin-left:-1px;padding:6px 0 5px;width:90px;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer} +#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none} +#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold} + +#faq_wrap {margin:10px} +#faq_wrap h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +.faq_admin {margin:0 5px;text-align:right} +#faq_wrap p {line-height:1.8em} +#faq_wrap ol {margin:0;padding:0;list-style:none} +#faq_con {border:1px solid #e9e9e9;border-top:0} +#faq_con h3 a {display:block;padding:10px;background:#f2f5f9;border-top:1px solid #e9e9e9} +#faq_con .con_inner {display:none;padding:10px;line-height:1.8em} +#faq_con .con_closer {margin:10px 0 0;text-align:right} +#faq_con .closer_btn {margin:0;padding:10px;border:0;background:#666;color:#fff} +.faq_tolist {padding:0 10px;text-align:right} +.faq_img {text-align:center} + +#faq_sch {text-align:center} \ No newline at end of file diff --git a/theme/basic/mobile/skin/latest/basic/img/icon_file.gif b/theme/basic/mobile/skin/latest/basic/img/icon_file.gif new file mode 100644 index 0000000000000000000000000000000000000000..cca47f566ac0db655fb2ab0f56628b64958e48b2 GIT binary patch literal 107 zcmZ?wbhEHb-Wqsc#^P~2x#@rVooH@5wHB9i@BozKb;P9uI^*c|UyXO5@>VyLmgEat< Cr6(f* literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/latest/basic/img/icon_hot.gif b/theme/basic/mobile/skin/latest/basic/img/icon_hot.gif new file mode 100644 index 0000000000000000000000000000000000000000..c95b839aeef0c1e26a4bab4ea50cd6d3f1969d7f GIT binary patch literal 97 zcmZ?wbhEHbzHen|7VvwFnzUPlarEA ZqW~YXyUO~T+#YkUoJ%V_>ib05Q5F AasU7T literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/latest/basic/img/icon_mobile.gif b/theme/basic/mobile/skin/latest/basic/img/icon_mobile.gif new file mode 100644 index 0000000000000000000000000000000000000000..ad934d23c440c83db0c4589596465cb087353e01 GIT binary patch literal 62 zcmZ?wbhEHbI6zOJt}3$`6RT1g06226*Z@+ongb7@ XU=fBkjtXNz0xpR_!)cQgkRbp&KI&WI literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/latest/basic/img/icon_movie.gif b/theme/basic/mobile/skin/latest/basic/img/icon_movie.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb958f83f9c606f290a260714cd9a3cff043f3a2 GIT binary patch literal 110 zcmZ?wbhEHbZ% literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/latest/basic/img/icon_reply.gif b/theme/basic/mobile/skin/latest/basic/img/icon_reply.gif new file mode 100644 index 0000000000000000000000000000000000000000..91c135977b4f445a90c849310dc80efde1983830 GIT binary patch literal 77 zcmZ?wbhEHb&!1E4^4&ClEzh)PmWxV3{9A~!gB2-%RL5bHcgg3Zp^!+W)H2^A_AxQuL literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/latest/basic/img/icon_sound.gif b/theme/basic/mobile/skin/latest/basic/img/icon_sound.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5188318a5cdc394b984125c0ddd376c5f57bbe4 GIT binary patch literal 113 zcmZ?wbhEHbE1CJY$zMikVi`-#gIi|DbmsXBWf6U5szE@->A`0*`&<;b@XASRrB8=E6~=S>Pbm I%fes{0AXt-SpWb4 literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/latest/basic/latest.skin.php b/theme/basic/mobile/skin/latest/basic/latest.skin.php new file mode 100644 index 000000000..6a2e4e9c2 --- /dev/null +++ b/theme/basic/mobile/skin/latest/basic/latest.skin.php @@ -0,0 +1,43 @@ +', 0); +?> + +
    + +
      + +
    • + "; + if ($list[$i]['is_notice']) + echo "".$list[$i]['subject'].""; + else + echo $list[$i]['subject']; + + if ($list[$i]['comment_cnt']) + echo " ".$list[$i]['comment_cnt'].""; + + // if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; } + // if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; } + + if (isset($list[$i]['icon_new'])) echo " " . $list[$i]['icon_new']; + if (isset($list[$i]['icon_hot'])) echo " " . $list[$i]['icon_hot']; + if (isset($list[$i]['icon_file'])) echo " " . $list[$i]['icon_file']; + if (isset($list[$i]['icon_link'])) echo " " . $list[$i]['icon_link']; + if (isset($list[$i]['icon_secret'])) echo " " . $list[$i]['icon_secret']; + + echo ""; + + ?> +
    • + + +
    • 게시물이 없습니다.
    • + +
    + +
    diff --git a/theme/basic/mobile/skin/latest/basic/style.css b/theme/basic/mobile/skin/latest/basic/style.css new file mode 100644 index 000000000..8434bf210 --- /dev/null +++ b/theme/basic/mobile/skin/latest/basic/style.css @@ -0,0 +1,10 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* 최근게시물 스킨 (latest) */ +.lt {position:relative;margin:0 0 10px;padding:0 10px 15px;border-bottom:1px solid #ddd} +.lt ul {margin:0 0 10px;padding:0;list-style:none} +.lt a {display:block;padding:5px 0;color:#000;text-decoration:none} +.lt .lt_title {display:inline-block;padding:10px 0} +.lt .lt_more {position:absolute;top:5px;right:10px} +.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold} \ No newline at end of file diff --git a/theme/basic/mobile/skin/member/basic/formmail.skin.php b/theme/basic/mobile/skin/member/basic/formmail.skin.php new file mode 100644 index 000000000..3add8546b --- /dev/null +++ b/theme/basic/mobile/skin/member/basic/formmail.skin.php @@ -0,0 +1,96 @@ +', 0); +?> + +
    +

    님께 메일보내기

    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    메일쓰기
    형식 + + + +
    자동등록방지
    +
    + +
    + + +
    + +
    +
    + + diff --git a/theme/basic/mobile/skin/member/basic/img/zip_ico_up.gif b/theme/basic/mobile/skin/member/basic/img/zip_ico_up.gif new file mode 100644 index 0000000000000000000000000000000000000000..a1eff70fa850bea122f6924d8c3cd63f1d573c53 GIT binary patch literal 54 zcmZ?wbhEHb', 0); +?> + +
    +

    + +
    + + +
    + + + + + +
    + + +
    +
    + +
    +

    회원로그인 안내

    +

    + 회원아이디 및 비밀번호가 기억 안나실 때는 아이디/비밀번호 찾기를 이용하십시오.
    + 아직 회원이 아니시라면 회원으로 가입 후 이용해 주십시오. +

    + +
    + + + +
    + +
    + + diff --git a/theme/basic/mobile/skin/member/basic/login_check.skin.php b/theme/basic/mobile/skin/member/basic/login_check.skin.php new file mode 100644 index 000000000..1b182915e --- /dev/null +++ b/theme/basic/mobile/skin/member/basic/login_check.skin.php @@ -0,0 +1,5 @@ + diff --git a/theme/basic/mobile/skin/member/basic/member_confirm.skin.php b/theme/basic/mobile/skin/member/basic/member_confirm.skin.php new file mode 100644 index 000000000..76978b193 --- /dev/null +++ b/theme/basic/mobile/skin/member/basic/member_confirm.skin.php @@ -0,0 +1,46 @@ +', 0); +?> + +
    +

    + +

    + 비밀번호를 한번 더 입력해주세요. + + 비밀번호를 입력하시면 회원탈퇴가 완료됩니다. + + 회원님의 정보를 안전하게 보호하기 위해 비밀번호를 한번 더 확인합니다. + +

    + +
    + + + +
    + 회원아이디 + + + +
    + +
    + + + +
    + + diff --git a/theme/basic/mobile/skin/member/basic/memo.skin.php b/theme/basic/mobile/skin/member/basic/memo.skin.php new file mode 100644 index 000000000..fafd275a2 --- /dev/null +++ b/theme/basic/mobile/skin/member/basic/memo.skin.php @@ -0,0 +1,40 @@ +', 0); +?> + +
    +

    + + + +
    + 전체 쪽지
    +
    + + + +

    + 쪽지 보관일수는 최장 일 입니다. +

    + +
    + +
    +
    \ No newline at end of file diff --git a/theme/basic/mobile/skin/member/basic/memo_form.skin.php b/theme/basic/mobile/skin/member/basic/memo_form.skin.php new file mode 100644 index 000000000..47d0355f0 --- /dev/null +++ b/theme/basic/mobile/skin/member/basic/memo_form.skin.php @@ -0,0 +1,57 @@ +', 0); +?> + +
    +

    쪽지보내기

    + + + +
    +
    + + + + + + + + + + + + + + + + +
    쪽지쓰기
    + + 여러 회원에게 보낼때는 컴마(,)로 구분하세요. +
    자동등록방지 + +
    +
    + +
    + + +
    +
    +
    + + diff --git a/theme/basic/mobile/skin/member/basic/memo_view.skin.php b/theme/basic/mobile/skin/member/basic/memo_view.skin.php new file mode 100644 index 000000000..ae87bfacf --- /dev/null +++ b/theme/basic/mobile/skin/member/basic/memo_view.skin.php @@ -0,0 +1,56 @@ +', 0); +?> + +
    +

    + + + +
    +
    +

    쪽지 내용

    +
    +
      +
    • + 사람 + +
    • +
    • + 시간 + +
    • +
    +

    + +

    +
    + +
    + + 이전쪽지 + + + 다음쪽지 + + 답장 + 목록보기 + +
    +
    \ No newline at end of file diff --git a/theme/basic/mobile/skin/member/basic/password.skin.php b/theme/basic/mobile/skin/member/basic/password.skin.php new file mode 100644 index 000000000..7a73f21e9 --- /dev/null +++ b/theme/basic/mobile/skin/member/basic/password.skin.php @@ -0,0 +1,47 @@ +', 0); +?> + +
    +

    +

    + + 작성자만 글을 수정할 수 있습니다. + 작성자 본인이라면, 글 작성시 입력한 비밀번호를 입력하여 글을 수정할 수 있습니다. + + 작성자만 글을 삭제할 수 있습니다. + 작성자 본인이라면, 글 작성시 입력한 비밀번호를 입력하여 글을 삭제할 수 있습니다. + + 비밀글 기능으로 보호된 글입니다. + 작성자와 관리자만 열람하실 수 있습니다. 본인이라면 비밀번호를 입력하세요. + +

    + +
    + + + + + + + + +
    + + +
    +
    + + + +
    diff --git a/theme/basic/mobile/skin/member/basic/password_lost.skin.php b/theme/basic/mobile/skin/member/basic/password_lost.skin.php new file mode 100644 index 000000000..a4e1d11ef --- /dev/null +++ b/theme/basic/mobile/skin/member/basic/password_lost.skin.php @@ -0,0 +1,46 @@ +', 0); +?> + +
    +

    아이디/비밀번호 찾기

    + +
    +
    +

    + 회원가입 시 등록하신 이메일 주소를 입력해 주세요.
    + 해당 이메일로 아이디와 비밀번호 정보를 보내드립니다. +

    + +
    + + + +
    + + +
    +
    +
    + + diff --git a/theme/basic/mobile/skin/member/basic/point.skin.php b/theme/basic/mobile/skin/member/basic/point.skin.php new file mode 100644 index 000000000..bc0ff54b7 --- /dev/null +++ b/theme/basic/mobile/skin/member/basic/point.skin.php @@ -0,0 +1,81 @@ +', 0); +?> + +
    +

    + +
      + 0) { + $point1 = '+' .number_format($row['po_point']); + $sum_point1 += $row['po_point']; + } else { + $point2 = number_format($row['po_point']); + $sum_point2 += $row['po_point']; + } + + $po_content = $row['po_content']; + + $expr = ''; +// if($row['po_expired'] == 1) + $expr = ' txt_expired'; + ?> +
    • +
      + + +
      +
      + + + 만료 + + + +
      +
    • + 자료가 없습니다.'; + else { + if ($sum_point1 > 0) + $sum_point1 = "+" . number_format($sum_point1); + $sum_point2 = number_format($sum_point2); + } + ?> +
    + +
    +
    + 지급 + +
    +
    + 사용 + +
    +
    + 보유 + +
    +
    + + + +
    +
    \ No newline at end of file diff --git a/theme/basic/mobile/skin/member/basic/profile.skin.php b/theme/basic/mobile/skin/member/basic/profile.skin.php new file mode 100644 index 000000000..0cc8d8d02 --- /dev/null +++ b/theme/basic/mobile/skin/member/basic/profile.skin.php @@ -0,0 +1,48 @@ +', 0); +?> + +
    +

    님의 프로필

    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    회원권한
    포인트
    홈페이지
    회원가입일= $mb['mb_level']) ? substr($mb['mb_datetime'],0,10) ." (".number_format($mb_reg_after)." 일)" : "알 수 없음"; ?>
    최종접속일= $mb['mb_level']) ? $mb['mb_today_login'] : "알 수 없음"; ?>
    +
    + +
    +

    인사말

    +

    +
    + +
    + +
    +
    diff --git a/theme/basic/mobile/skin/member/basic/register.skin.php b/theme/basic/mobile/skin/member/basic/register.skin.php new file mode 100644 index 000000000..76069e2df --- /dev/null +++ b/theme/basic/mobile/skin/member/basic/register.skin.php @@ -0,0 +1,57 @@ +', 0); +?> + +
    + +
    + +

    회원가입약관 및 개인정보처리방침안내의 내용에 동의하셔야 회원가입 하실 수 있습니다.

    + +
    +

    회원가입약관

    + +
    + + +
    +
    + +
    +

    개인정보처리방침안내

    + +
    + + +
    +
    + +
    + +
    + +
    + + + +
    \ No newline at end of file diff --git a/theme/basic/mobile/skin/member/basic/register_form.skin.php b/theme/basic/mobile/skin/member/basic/register_form.skin.php new file mode 100644 index 000000000..9b783960b --- /dev/null +++ b/theme/basic/mobile/skin/member/basic/register_form.skin.php @@ -0,0 +1,441 @@ +', 0); +?> + +
    + + + + + +
    + + + + + + + + date("Y-m-d", G5_SERVER_TIME - ($config['cf_nick_modify'] * 86400))) { // 닉네임수정일이 지나지 않았다면 ?> + + + + +
    + + + + + + + + + + + + + + +
    사이트 이용정보 입력
    + 영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요. + > + +
    >
    >
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    개인정보 입력
    + + 아이핀 본인확인 후에는 이름이 자동 입력되고 휴대폰 본인확인 후에는 이름과 휴대폰번호가 자동 입력되어 수동으로 입력할수 없게 됩니다. + + class="frm_input "> + 아이핀 본인확인'.PHP_EOL; + if($config['cf_cert_hp'] && $config['cf_cert_hp'] != 'lg') + echo ''.PHP_EOL; + + echo ''.PHP_EOL; + } + ?> + +
    + 본인확인성인인증 완료 +
    + +
    + + 공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)
    + 닉네임을 바꾸시면 앞으로 일 이내에는 변경 할 수 없습니다. +
    + + + +
    + + + + + + + + +
    " maxlength="255" >
    " maxlength="20" >
    + class="frm_input " maxlength="20"> + + + +
    + 주소 + 필수 + + + class="frm_input " size="5" maxlength="6"> +
    + + class="frm_input frm_address " size="50">
    + + +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + = $config['cf_icon_level']) { ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    기타 개인설정
    + + 이미지 크기는 가로 픽셀, 세로 픽셀 이하로 해주세요.
    + gif만 가능하며 용량 바이트 이하만 등록됩니다. +
    + + + 회원아이콘 + + + +
    + > + 정보 메일을 받겠습니다. +
    + > + 휴대폰 문자메세지를 받겠습니다. +
    + + 정보공개를 바꾸시면 앞으로 일 이내에는 변경이 안됩니다. + + + > + 다른분들이 나의 정보를 볼 수 있도록 합니다. +
    정보공개 + + 정보공개는 수정후 일 이내, 까지는 변경이 안됩니다.
    + 이렇게 하는 이유는 잦은 정보공개 수정으로 인하여 쪽지를 보낸 후 받지 않는 경우를 막기 위해서 입니다. +
    + +
    자동등록방지
    +
    + +
    + + 취소 +
    +
    + + +
    \ No newline at end of file diff --git a/theme/basic/mobile/skin/member/basic/register_result.skin.php b/theme/basic/mobile/skin/member/basic/register_result.skin.php new file mode 100644 index 000000000..44ebe9dd4 --- /dev/null +++ b/theme/basic/mobile/skin/member/basic/register_result.skin.php @@ -0,0 +1,44 @@ +', 0); +?> + +
    + +

    + 님의 회원가입을 진심으로 축하합니다.
    +

    + + +

    + 회원 가입 시 입력하신 이메일 주소로 인증메일이 발송되었습니다.
    + 발송된 인증메일을 확인하신 후 인증처리를 하시면 사이트를 원활하게 이용하실 수 있습니다. +

    +
    + 아이디 +
    + 이메일 주소 + +
    +

    + 이메일 주소를 잘못 입력하셨다면, 사이트 관리자에게 문의해주시기 바랍니다. +

    + + +

    + 회원님의 비밀번호는 아무도 알 수 없는 암호화 코드로 저장되므로 안심하셔도 좋습니다.
    + 아이디, 비밀번호 분실시에는 회원가입시 입력하신 이메일 주소를 이용하여 찾을 수 있습니다. +

    + +

    + 회원 탈퇴는 언제든지 가능하며 일정기간이 지난 후, 회원님의 정보는 삭제하고 있습니다.
    + 감사합니다. +

    + + + +
    diff --git a/theme/basic/mobile/skin/member/basic/scrap.skin.php b/theme/basic/mobile/skin/member/basic/scrap.skin.php new file mode 100644 index 000000000..ccb43bac5 --- /dev/null +++ b/theme/basic/mobile/skin/member/basic/scrap.skin.php @@ -0,0 +1,27 @@ +', 0); +?> + +
    +

    + +
      + +
    • + + + 삭제 +
    • + + 자료가 없습니다."; ?> +
    + + + +
    + +
    +
    diff --git a/theme/basic/mobile/skin/member/basic/scrap_popin.skin.php b/theme/basic/mobile/skin/member/basic/scrap_popin.skin.php new file mode 100644 index 000000000..04dfd5fd3 --- /dev/null +++ b/theme/basic/mobile/skin/member/basic/scrap_popin.skin.php @@ -0,0 +1,39 @@ +', 0); +?> + +
    +

    스크랩하기

    + +
    + + + +
    + + + + + + + + + + + + +
    제목 확인 및 댓글 쓰기
    제목
    +
    + +

    + 스크랩을 하시면서 감사 혹은 격려의 댓글을 남기실 수 있습니다. +

    + +
    + +
    +
    +
    \ No newline at end of file diff --git a/theme/basic/mobile/skin/member/basic/style.css b/theme/basic/mobile/skin/member/basic/style.css new file mode 100644 index 000000000..ae88a4653 --- /dev/null +++ b/theme/basic/mobile/skin/member/basic/style.css @@ -0,0 +1,190 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* ### 기본 스타일 커스터마이징 시작 ### */ + +/* 버튼 */ +.mbskin a.btn01 {} +.mbskin a.btn01:focus, .mbskin a.btn01:hover {} +.mbskin a.btn02 {} +.mbskin a.btn02:focus, .mbskin .btn02:hover {} +.mbskin .btn_confirm {} /* 서식단계 진행 */ +.mbskin .btn_submit {} +.mbskin .btn_cancel {} +.mbskin .btn_frmline {} /* 우편번호검색버튼 등 */ +.mbskin .win_btn {} /* 새창용 */ +.mbskin .win_btn a {} +.mbskin .win_btn button {} +.mbskin .win_btn input {} +/* 게시판용 버튼 */ +.mbskin a.btn_b01 {} +.mbskin a.btn_b01:focus, .mbskin .btn_b01:hover {} +.mbskin a.btn_b02 {} +.mbskin a.btn_b02:focus, .mbskin .btn_b02:hover {} +.mbskin a.btn_admin {} /* 관리자 전용 버튼 */ +.mbskin a.btn_admin:focus, .mbskin a.btn_admin:hover {} + +/* 기본테이블 */ +.mbskin .tbl_head01 {} +.mbskin .tbl_head01 caption {} +.mbskin .tbl_head01 thead th {} +.mbskin .tbl_head01 thead a {} +.mbskin .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ +.mbskin .tbl_head01 tfoot th {} +.mbskin .tbl_head01 tfoot td {} +.mbskin .tbl_head01 tbody th {} +.mbskin .tbl_head01 td {} +.mbskin .tbl_head01 a {} +.mbskin td.empty_table {} + +/* 폼 테이블 */ +.mb_skin table {} +.mb_skin caption {} +.mb_skin .frm_info {} +.mb_skin .frm_file {} + +.mbskin .tbl_frm01 {} +.mbskin .tbl_frm01 caption {} +.mbskin .tbl_frm01 th {} +.mbskin .tbl_frm01 td {} +.mbskin .tbl_frm01 textarea, .mbskin .frm_input {} +.mbskin .tbl_frm01 textarea {} +/* +.mbskin .tbl_frm01 #captcha {} +.mbskin .tbl_frm01 #captcha input {} +*/ +.mbskin .tbl_frm01 a {} + +.mbskin .required, .mbskin textarea.required {} /* 필수입력 */ + +/* 테이블 항목별 정의 */ +.mbskin .td_board {} +.mbskin .td_chk {} +.mbskin .td_date {} +.mbskin .td_datetime {} +.mbskin .td_group {} +.mbskin .td_mb_id {} +.mbskin .td_mng {} +.mbskin .td_name {} +.mbskin .td_nick {} +.mbskin .td_num {} +.mbskin .td_numbig {} + +/* ### 기본 스타일 커스터마이징 끝 ### */ + +/* 회원가입 약관 */ +#fregister section {padding:15px;border-bottom:1px solid #eee;background:#fafafa} +#fregister h2 {margin:0 0 15px;text-align:center} +#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:99%;height:150px;border:1px solid #cfded8;background:#f7f7f7} +.fregister_agree {padding:10px 0 0;text-align:right} +.fregister_agree label {display:inline-block;margin-right:5px} +#fregister p {color:#e8180c;text-align:center} +#fregister .btn_confirm {margin:15px 0} + +/* 회원가입 입력 */ +#fregisterform #reg_mb_email, #fregisterform .frm_address {width:100%} + +#fregisterform textarea {width:100%;height:50px} + +#fregisterform #msg_certify {margin:5px 0 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center} + +#fregisterform .frm_address {margin:5px 0 0} +#fregisterform #mb_addr3 {display:block;margin:5px 0 0} +#fregisterform #mb_addr_jibeon {display:block;margin:5px 0 0} + +/* 회원가입 완료 */ +#reg_result {padding:40px 10px 0} +#reg_result #result_email {margin:20px 0;padding:10px 50px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;line-height:2em} +#reg_result #result_email span {display:inline-block;width:150px} +#reg_result #result_email strong {color:#e8180c;font-size:1.2em} +#reg_result p {line-height:1.8em} +#reg_result .btn_confirm {margin:50px 0} + +/* 아이디/비밀번호 찾기 */ +#find_info #info_fs {margin:0 20px 10px} +#find_info #info_fs p {margin:0 0 10px;line-height:1.8em} +#find_info #info_fs #mb_email {width:100%} +#find_info #captcha {margin:0 20px;padding:0 0 10px} +#find_info #captcha input {margin-left:5px} + +/* 로그인 */ +#mb_login {margin:20px 0} +#mb_login h1 {margin:0 0 15px;padding:0 10px;font-size:1.3em} +#mb_login h2 {margin:0} +#mb_login p {padding:10px 0;line-height:1.5em} +#mb_login #login_frm {position:relative;padding:0 5px;font-size:1em} +#mb_login #login_frm div {padding:10px 0 0;text-align:right} +#mb_login .frm_input {display:block;margin-bottom:5px;padding:0;width:81%;height:1.8em;line-height:1.8em} +#mb_login .btn_submit {position:absolute;top:0;right:5px;padding:0 !important;width:18%;height:4.3em !important;text-align:center} +#mb_login section {margin:30px 0;padding:15px 10px;border:1px solid #cfded8;background:#f7f7f7} +#mb_login section div {text-align:right} + +/* 쪽지 */ +#memo_view_contents {margin:0 auto 20px;width:90%} +#memo_view_contents h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#memo_view_ul {margin:0;padding:0 0 10px;border-bottom:1px solid #eee;list-style:none} +.memo_view_li {position:relative;padding:5px 0} +.memo_view_subj {display:inline-block;width:65px} +#memo_view_ul a {} +#memo_view p {padding:10px 0;min-height:150px;height:auto !important;height:150px;line-height:1.8em} + +#memo_list_ul {margin:0 20px;padding:0;border-top:1px solid #e9e9e9;list-style:none} +#memo_list_ul li {position:relative;padding:10px 0;border-bottom:1px solid #e9e9e9} +#memo_list_ul .memo_link {} +#memo_list_ul .memo_send {position:absolute;top:10px;right:30px} +#memo_list_ul .memo_read {font-size:0.95em;color:#666} +#memo_list_ul .memo_del {position:absolute;top:10px;right:0} + +#memo_write #me_recv_mb_id {width:98%} +#memo_write textarea {width:99%;height:100px} + +/* 스크랩 */ +#scrap_ul {margin:0 20px;padding:0;border-top:1px solid #e9e9e9;list-style:none} +#scrap_ul li {position:relative;padding:10px 35px 10px 0;border-bottom:1px solid #e9e9e9} +#scrap_ul .scrap_board {display:inline-block;margin:0 10px 0 0;font-weight:bold} +#scrap_ul .scrap_del {position:absolute;top:10px;right:0} + +#scrap_do table {margin:0 0 10px;width:100%} +#scrap_do textarea {width:99%;height:100px} + +/* 포인트 */ +#point_ul {margin:0 20px;padding:0;border-top:1px solid #e9e9e9;list-style:none} +#point_ul li {position:relative;padding:10px 0;border-bottom:1px solid #e9e9e9} +#point_ul .point_wrap01 {position:relative;padding:0 0 0 90px} +#point_ul .point_wrap02 {margin:7px 0 0;text-align:right} +#point_ul .point_date {position:absolute;top:0;left:0} + +#point_sum {margin:0 20px} +#point_sum .sum_row {margin:0 0 1px;background:#f2f5f9} +#point_sum .sum_row:after {display:block;visibility:hidden;clear:both;content:''} +#point_sum .sum_tit, #point_sum .sum_val {display:block;margin:0 0 1px;padding:10px} +#point_sum .sum_tit {clear:both;float:left;width:100px} +#point_sum .sum_val {float:right} + +/* 회원 비밀번호 확인 */ +#mb_confirm {margin:30px 0} +#mb_confirm h1 {margin:0 0 15px;padding:0 10px;font-size:1.3em} +#mb_confirm p {padding:15px 10px;border-bottom:1px solid #cfded8;border-bottom:0;background:#fff} +#mb_confirm p strong {display:block} +#mb_confirm fieldset {position:relative;margin:0 0 5px;padding:20px 10px;border-bottom:1px solid #cfded8;background:#f7f7f7} +#mb_confirm_pw {display:block;margin-top:10px;padding:0;width:88%;line-height:1.8em !important} +#mb_confirm .btn_submit {position:absolute;bottom:20px;right:10px;width:10%;height:1.9em !important;line-height:1.9em} + +/* 비밀글 비밀번호 확인 */ +#pw_confirm {margin:30px 0} +#pw_confirm h1 {margin:0 0 15px;padding:0 10px;font-size:1.3em} +#pw_confirm p {padding:15px 10px;border-bottom:1px solid #cfded8;border-bottom:0;background:#fff} +#pw_confirm p strong {display:block} +#pw_confirm fieldset {position:relative;margin:0 0 5px;padding:5px 5px 10px;border-bottom:1px solid #cfded8;background:#f7f7f7} +#pw_wr_password {display:block;margin-top:10px;padding:0;width:88%;line-height:1.8em !important} +#pw_confirm .btn_submit {position:absolute;bottom:10px;right:5px;width:10%;height:1.9em !important;line-height:1.9em} + +/* 폼메일 */ +#formmail #subject {width:98%} +#formmail textarea {width:99%;height:100px} + +/* 자기소개 */ +#profile table {margin-bottom:0} +#profile section {padding:10px 20px} +#profile h2 {margin:0} +#profile .sv_wrap a {margin:0 0 5px;padding:0;font-weight:bold;line-height:10px} \ No newline at end of file diff --git a/theme/basic/mobile/skin/new/basic/new.skin.php b/theme/basic/mobile/skin/new/basic/new.skin.php new file mode 100644 index 000000000..9055d2b52 --- /dev/null +++ b/theme/basic/mobile/skin/new/basic/new.skin.php @@ -0,0 +1,66 @@ +', 0); +?> + + +
    + 상세검색 +
    + + + + + +
    + +
    + + + +
    + + + + + + + + + + + + + + + + + + '; + ?> + +
    게시판제목일시
    게시물이 없습니다.
    +
    + + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/new/basic/style.css b/theme/basic/mobile/skin/new/basic/style.css new file mode 100644 index 000000000..6fe648fcf --- /dev/null +++ b/theme/basic/mobile/skin/new/basic/style.css @@ -0,0 +1,9 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* 새글 */ +#new_sch {margin:0 0 5px;padding:5px 10px} +#new_tbl {} +#new_tbl th:nth-of-type(3) {width:50px} + +#new_tbl td:nth-of-type(3) {text-align:center} \ No newline at end of file diff --git a/theme/basic/mobile/skin/outlogin/basic/outlogin.skin.1.php b/theme/basic/mobile/skin/outlogin/basic/outlogin.skin.1.php new file mode 100644 index 000000000..a9dcf1b8f --- /dev/null +++ b/theme/basic/mobile/skin/outlogin/basic/outlogin.skin.1.php @@ -0,0 +1,63 @@ +', 0); +?> + + + + + diff --git a/theme/basic/mobile/skin/outlogin/basic/outlogin.skin.2.php b/theme/basic/mobile/skin/outlogin/basic/outlogin.skin.2.php new file mode 100644 index 000000000..a7c703339 --- /dev/null +++ b/theme/basic/mobile/skin/outlogin/basic/outlogin.skin.2.php @@ -0,0 +1,46 @@ +', 0); +?> + + + + + + diff --git a/theme/basic/mobile/skin/outlogin/basic/style.css b/theme/basic/mobile/skin/outlogin/basic/style.css new file mode 100644 index 000000000..e98b3ab56 --- /dev/null +++ b/theme/basic/mobile/skin/outlogin/basic/style.css @@ -0,0 +1,29 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* 아웃로그인 */ +.ol {position:relative;margin:0 0 10px;padding:0 5px 5px;border-bottom:1px solid #e7f1ed} +.ol h2 {width:0;height:0;overflow:hidden} + +.ol a.btn_admin {display:inline-block;margin:0 0 5px;padding:0 10px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2em;vertical-align:middle} /* 관리자 전용 버튼 */ +.ol a.btn_admin:focus, .ol a.btn_admin:hover {text-decoration:none} + +#ol_before input[type=text], #ol_before input[type=password] {display:block;margin-bottom:5px;padding:0;width:80%;height:1.8em;border:1px solid #e4eaec;background:#f7f7f7;vertical-align:middle;line-height:1.8em} +#ol_before input[type=submit] {position:absolute;top:0;right:5px;padding:0 !important;width:18%;height:4.3em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer} +#ol_svc {margin:15px 0 5px;text-align:right} +#ol_svc a {display:inline-block;margin:0 0 0 5px;color:#000;text-decoration:none;vertical-align:middle} + +#ol_after_hd strong {display:inline-block;padding:0 0 5px} +#ol_after_hd .btn_admin {display:block;padding:0 !important;text-align:center} +#ol_after_private {margin:0;padding:0;list-style:none} +#ol_after_private:after {display:block;visibility:hidden;clear:both;content:""} +#ol_after_private li {float:left} +#ol_after_memo {width:30%} +#ol_after_pt {width:40%} +#ol_after_scrap {width:30%} +#ol_after_private a {display:block;height:3em;background:#f7f7f7;color:#000;text-decoration:none;text-align:center;line-height:3em} +#ol_after_private a strong {color:#000;font-weight:normal} +#ol_after_private a:nth-of-type(1) {border-right:1px solid #fff} +#ol_after_private a:nth-of-type(2) {border-right:1px solid #fff} +#ol_after_ft {margin-top:5px;text-align:right} +#ol_after_ft a {display:inline-block;padding:0 20px;height:2em;background:#333;color:#fff;text-decoration:none;text-align:center;line-height:2em} \ No newline at end of file diff --git a/theme/basic/mobile/skin/poll/basic/poll.skin.php b/theme/basic/mobile/skin/poll/basic/poll.skin.php new file mode 100644 index 000000000..2dbdc1033 --- /dev/null +++ b/theme/basic/mobile/skin/poll/basic/poll.skin.php @@ -0,0 +1,65 @@ +', 0); +?> + +
    + + + +
    + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/poll/basic/poll_result.skin.php b/theme/basic/mobile/skin/poll/basic/poll_result.skin.php new file mode 100644 index 000000000..65c0eb70f --- /dev/null +++ b/theme/basic/mobile/skin/poll/basic/poll_result.skin.php @@ -0,0 +1,120 @@ +', 0); +?> + +
    +

    + +
    +

    결과

    + +
    +
    전체
    +
    +
      + +
    1. +

      + + + % +

      +
      + +
      +
    2. + +
    +
    +
    +
    + + +
    +

    이 설문에 대한 기타의견

    + + +
    +
    +

    님의 의견

    + + +
    +

    + +

    +
    + "; } ?> +
    +
    + + + = $po['po_level']) { ?> +
    + + + + +

    + +
    + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    +
    + + +
    + + + + +
    + +
    +
    + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/poll/basic/style.css b/theme/basic/mobile/skin/poll/basic/style.css new file mode 100644 index 000000000..f0d852baa --- /dev/null +++ b/theme/basic/mobile/skin/poll/basic/style.css @@ -0,0 +1,86 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* ### 기본 스타일 커스터마이징 시작 ### */ + +#poll a.btn_admin {} /* 관리자 전용 버튼 */ +#poll a.btn_admin:focus, #poll a.btn_admin:hover {} + +/* 폼 테이블 */ +#poll .tbl_frm table {} +#poll .tbl_frm .frm_address {} +#poll .tbl_frm .frm_file {} +#poll .tbl_frm .frm_info {} + +#poll .tbl_frm01 {} +#poll .tbl_frm01 caption {} +#poll .tbl_frm01 th {} +#poll .tbl_frm01 td {} +#poll .tbl_frm01 textarea, #poll .frm_input {} +#poll .tbl_frm01 textarea {} +/* +#poll .tbl_frm01 #captcha {} +#poll .tbl_frm01 #captcha input {} +*/ +#poll .tbl_frm01 a {} + +#poll .required, #poll textarea.required {} + +#poll .btn_confirm {} /* 서식단계 진행 */ +#poll .btn_submit {} +#poll .btn_cancel {} +#poll .btn_frmline {} /* 우편번호검색버튼 등 */ +#poll .win_btn {} /* 새창용 */ +#poll .win_btn a {} +#poll .win_btn button {} +#poll .win_btn input {} + +/* ### 기본 스타일 커스터마이징 끝 ### */ + +/* 설문조사 스킨 */ +#poll {margin:10px 0 0;padding:0 0 10px} +#poll header {position:relative;padding:0 5px} +#poll h2 {padding:0 0 5px} +#poll header .btn_admin {display:block;margin:0 0 5px;padding:0 10px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-align:center;text-decoration:none;line-height:2em;vertical-align:middle} +#poll header p {padding:0} +#poll ul {margin:0 0 10px;padding:5px 10px;list-style:none} +#poll li {padding:3px 0} +#poll footer {padding:0 5px} +#poll footer:after {display:block;visibility:hidden;clear:both;content:""} +#poll footer input {float:left;width:49%;height:2.5em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer;-webkit-appearance:none} +#poll footer a {display:inline-block;float:right;width:49%;height:2.4em;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;text-align:center;line-height:2.4em} +#poll footer a:focus, #poll footer a:hover {text-decoration:none !important} + +/* 설문조사 결과 (새창) */ +#poll_result section {padding:10px;border-bottom:1px solid #eee} +#poll_result h2 {margin:0;padding:0} +#poll_result .member, #poll_result .guest, #poll_result .sv_member, #poll_result .sv_guest {font-weight:bold;margin-right:5px} +#poll_result_list {margin:0 auto} +#poll_result_list h2 {text-align:center} +#poll_result_list dl, #poll_result_list dt, #poll_result_list dd {margin:0;padding:0} +#poll_result_list dl {padding-bottom:20px} +#poll_result_list dt {margin-right:5%;color:#e8180d;text-align:right} +#poll_result_list ol {margin:0;padding-left:25px} +#poll_result_list li {margin-top:10px} +#poll_result_list p {position:relative;margin:0;padding:5px 0} +#poll_result_list p strong {position:absolute;top:5px;right:5%;margin-right:60px;width:100px;text-align:right} +#poll_result_list p span {position:absolute;top:5px;right:5%;width:60px;color:#68999c;text-align:right} +.poll_result_graph {position:relative;margin-right:5%;height:5px;background:#eee} +.poll_result_graph span {position:absolute;top:0;left:0;height:5px;background:#565e60;font-size:0.1em} +#poll_result_cmt {margin:0 auto;padding:15px !important;background:#f7f7f7} +#poll_result_cmt h2 {margin:0 0 20px;text-align:center} +#poll_result_cmt h3 {margin:0 auto 10px} +#poll_result_cmt article {margin:0 0 10px;border-bottom:1px solid #eee} +#poll_result_cmt h1 {margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden} +#poll_result_cmt p {padding:5px 0} +#poll_result_cmt footer {text-align:right} +#poll_result_cmt .tbl_wrap {margin:0} +#poll_result_wcmt {margin:0 0 10px !important} +#poll_result_wcmt td {padding:0 0 5px;border:0} +#poll_result_wcmt input[type=text] {background:#fff !important} +#pc_idea {width:98%} +.poll_cmt_del a {display:inline-block;padding-bottom:10px} +#poll_result_oth {margin:0 auto 15px} +#poll_result_oth h2 {padding:10px} +#poll_result_oth ul {margin:0;padding:0 10px;list-style:none} +#poll_result_oth a {display:block;padding:10px 0;border-bottom:1px solid #eee;color:#000;text-decoration:none} \ No newline at end of file diff --git a/theme/basic/mobile/skin/popular/basic/popular.skin.php b/theme/basic/mobile/skin/popular/basic/popular.skin.php new file mode 100644 index 000000000..463b3b01c --- /dev/null +++ b/theme/basic/mobile/skin/popular/basic/popular.skin.php @@ -0,0 +1,17 @@ +', 0); +?> + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/popular/basic/style.css b/theme/basic/mobile/skin/popular/basic/style.css new file mode 100644 index 000000000..545cd3086 --- /dev/null +++ b/theme/basic/mobile/skin/popular/basic/style.css @@ -0,0 +1,11 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* 인기검색어 */ +#popular {border-bottom:1px dotted #dde4e9} +#popular div {zoom:1} +#popular div:after {display:block;visibility:hidden;clear:both;content:""} +#popular h2 {float:left;padding:10px 5px 10px 10px} +#popular ul {float:left;margin:0 0 0 10px;padding:0;list-style:none} +#popular li {float:left} +#popular a {display:inline-block;padding:10px 5px;text-decoration:none} \ No newline at end of file diff --git a/theme/basic/mobile/skin/qa/basic/img/btn_close.gif b/theme/basic/mobile/skin/qa/basic/img/btn_close.gif new file mode 100644 index 0000000000000000000000000000000000000000..040b180ac6584ae612ef2886487110f0ad079963 GIT binary patch literal 211 zcmZ?wbhEHbC>lw|Nj2|^XJd+Ki|K7yLIc<@85r}UAy+@_wT|Ns9P2m!^PEMO%%AQEIJ18abSL2rs@7wgh> zI-xzeYYr882T$7a>~-(!J@=MOy}Z$ltNl`73Cq0Bi3wIGB-b=ECVhGFY*&ANIg94( d^Unm859R4|2rw-)wA%9i`(c-qSMQw}tN}eeW+eas literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/qa/basic/img/icon_answer.gif b/theme/basic/mobile/skin/qa/basic/img/icon_answer.gif new file mode 100644 index 0000000000000000000000000000000000000000..91c135977b4f445a90c849310dc80efde1983830 GIT binary patch literal 77 zcmZ?wbhEHb-Wqsc#^P~2x#@rVooH@5wHB9i@BozKb;P9uI^*c|UyXO5@>VyLmgEat< Cr6(f* literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/qa/basic/img/icon_hot.gif b/theme/basic/mobile/skin/qa/basic/img/icon_hot.gif new file mode 100644 index 0000000000000000000000000000000000000000..c95b839aeef0c1e26a4bab4ea50cd6d3f1969d7f GIT binary patch literal 97 zcmZ?wbhEHbzHen|7VvwFnzUPlarEA ZqW~YXyUO~T+#YkUoJ%V_>ib05Q5F AasU7T literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/qa/basic/img/icon_mobile.gif b/theme/basic/mobile/skin/qa/basic/img/icon_mobile.gif new file mode 100644 index 0000000000000000000000000000000000000000..ad934d23c440c83db0c4589596465cb087353e01 GIT binary patch literal 62 zcmZ?wbhEHbZ% literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/qa/basic/img/icon_secret.gif b/theme/basic/mobile/skin/qa/basic/img/icon_secret.gif new file mode 100644 index 0000000000000000000000000000000000000000..c04899f14fa727b64223f6c5457877c6c939639d GIT binary patch literal 97 zcmZ?wbhEHb&!1E4^4&ClEzh)PmWxV3{9A~!gB2-%RL5bHcgg3Zp^!+W)H2^A_AxQuL literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/qa/basic/img/icon_sound.gif b/theme/basic/mobile/skin/qa/basic/img/icon_sound.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5188318a5cdc394b984125c0ddd376c5f57bbe4 GIT binary patch literal 113 zcmZ?wbhEHbE1CJY$zMikVi`-#gIi|DbmsXBWf6U5szE@->A`0*`&<;b@XASRrB8=E6~=S>Pbm I%fes{0AXt-SpWb4 literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/qa/basic/list.skin.php b/theme/basic/mobile/skin/qa/basic/list.skin.php new file mode 100644 index 000000000..2efc6fb57 --- /dev/null +++ b/theme/basic/mobile/skin/qa/basic/list.skin.php @@ -0,0 +1,152 @@ +', 0); +?> + +
    + + + + + + + +
    +
    + Total + 페이지 +
    + + + + +
    + + +
    + + + + + +
    + + +
    + + +
    +
      + +
    • + +
      + + +
      + + +
      + + + + +
      +
      +
    • + + + 게시물이 없습니다.'; } ?> +
    +
    + +
    + +
      +
    • +
    + + + +
    +
    +
    + + + + + + + + + +
    + 게시물 검색 + +
    + + + + +
    +
    + + + + + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/qa/basic/style.css b/theme/basic/mobile/skin/qa/basic/style.css new file mode 100644 index 000000000..28bdeaac5 --- /dev/null +++ b/theme/basic/mobile/skin/qa/basic/style.css @@ -0,0 +1,247 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* ### 기본 스타일 커스터마이징 시작 ### */ + +/* 게시판 버튼 */ +/* 목록 버튼 */ +#bo_list a.btn_b01 {} +#bo_list a.btn_b01:focus, #bo_list .btn_b01:hover {} +#bo_list a.btn_b02 {} +#bo_list a.btn_b02:focus, #bo_list .btn_b02:hover {} +#bo_list a.btn_admin {} /* 관리자 전용 버튼 */ +#bo_list a.btn_admin:focus, #bo_list a.btn_admin:hover {} + +/* 읽기 버튼 */ +#bo_v a.btn_b01 {} +#bo_v a.btn_b01:focus, #bo_v .btn_b01:hover {} +#bo_v a.btn_b02 {} +#bo_v a.btn_b02:focus, #bo_v .btn_b02:hover {} +#bo_v a.btn_admin {} /* 관리자 전용 버튼 */ +#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {} + +/* 쓰기 버튼 */ +#bo_w .btn_confirm {} /* 서식단계 진행 */ +#bo_w .btn_submit {} +#bo_w .btn_cancel {} +#bo_w .btn_frmline {} /* 우편번호검색버튼 등 */ + +/* 읽기 내 테이블 */ +#bo_v .tbl_head01 {} +#bo_v .tbl_head01 caption {} +#bo_v .tbl_head01 thead th {} +#bo_v .tbl_head01 thead a {} +#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ +#bo_v .tbl_head01 tfoot th {} +#bo_v .tbl_head01 tfoot td {} +#bo_v .tbl_head01 tbody th {} +#bo_v .tbl_head01 td {} +#bo_v .tbl_head01 a {} +#bo_v td.empty_table {} + +/* 쓰기 테이블 */ +#bo_w table {} +#bo_w caption {} +#bo_w .frm_address {} +#bo_w .frm_file {} +#bo_w .frm_info {} + +#bo_w .tbl_frm01 {} +#bo_w .tbl_frm01 caption {} +#bo_w .tbl_frm01 th {} +#bo_w .tbl_frm01 td {} +#bo_w .tbl_frm01 textarea, #bo_w .frm_input {} +#bo_w .tbl_frm01 textarea {} +/* +#bo_w .tbl_frm01 #captcha {} +#bo_w .tbl_frm01 #captcha input {} +*/ +#bo_w .tbl_frm01 a {} + +#bo_w .required, #bo_w textarea.required {} + +/* ### 기본 스타일 커스터마이징 끝 ### */ + +/* 게시판 목록 */ +#bo_list #list_chk {padding:0 10px 10px} +#bo_list .ul_wrap ul {margin:0;padding:0;border-top:1px solid #e9e9e9;list-style:none} +#bo_list .ul_wrap li {position:relative;padding:8px 10px;border-bottom:1px solid #e9e9e9} +#bo_list .ul_wrap li.bo_adm {padding:8px 10px 8px 30px} +#bo_list .ul_wrap a {display:block;padding:0 0 10px} +#bo_list .ul_wrap .li_chk {position:absolute;top:8px;left:10px} +#bo_list .ul_wrap .li_info span {display:inline-block;margin:0 5px 0 0;vertical-align:middle} +#bo_list .ul_wrap .li_stat {position:absolute;bottom:8px;right:10px} + +#bo_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden} +#bo_cate ul {margin:5px 10px;padding-left:1px;zoom:1} +#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""} +#bo_cate li {float:left;margin-bottom:-1px;width:25%} +#bo_cate a {display:block;position:relative;margin-left:-1px;padding:5px 0;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;text-decoration:none;letter-spacing:-0.1em} +#bo_cate a:focus, +#bo_cate a:hover, +#bo_cate a:active {text-decoration:none} +#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold} + +/* 관리자일 때 */ +#bo_list_admin th label {position:absolute;font-size:0;line-height:0;overflow:hidden} + +#bo_list_admin th:nth-of-type(1) {width:40px} +#bo_list_admin th:nth-of-type(3) {width:100px} + +#bo_list_admin td:nth-of-type(1) {text-align:center} +#bo_list_admin td:nth-of-type(3) {text-align:center} + +/* 관리자가 아닐 때 */ +#bo_list th:nth-of-type(2) {width:100px} + +#bo_list td:nth-of-type(2) {text-align:center} + +/* 게시판 목록 공통 */ +.bo_fx {margin-bottom:5px;padding:5px 10px} +.bo_fx:after {display:block;visibility:hidden;clear:both;content:""} +.bo_fx ul {margin:0;padding:0;list-style:none} +#bo_list_total {float:left;padding:0;height:2.5em;line-height:2.5em} +.btn_bo_user {float:right;margin:0;padding:0;list-style:none} +.btn_bo_user li {float:left;margin-left:5px} +.btn_bo_adm {float:left} +.btn_bo_adm li {float:left;margin-right:5px} +.btn_bo_adm input {padding:0 10px;height:2em;border:1px solid #e8180c !important;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-appearance:none} +.bo_notice td {background:#f7f7f7} +.bo_notice td a {font-weight:bold} +.td_num strong {color:#000} +.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;border-right:1px solid #e7f1ed;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */ +.bo_current {color:#e8180c} +.td_subject img {margin-left:3px} +#bo_list .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold} + +#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center} + +/* 게시판 쓰기 */ +#bo_w #wr_email, #bo_w #wr_homepage, #bo_w #wr_subject {width:100%} + +#char_count_desc {display:block;margin:0 0 5px;padding:0} +#char_count_wrp {margin:5px 0 0;text-align:right} +#char_count {font-weight:bold} + +#qa_email {width:50%} +#qa_subject {width:100%} + +/* 게시판 읽기 */ +#bo_v {margin-bottom:15px;padding-bottom:15px} + +#bo_v_table {margin:0 0 5px;padding:0 10px;color:#999;font-size:0.9em;font-weight:bold} + +#bo_v_title {padding:0 10px 10px;font-size:1.2em} + +#bo_v_info {padding:0 10px 10px;border-bottom:1px solid #ddd} +#bo_v_info h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#bo_v_info {} +#bo_v_info strong {display:inline-block;margin:0 0 0 5px;font-weight:normal} + +#bo_v_file {} +#bo_v_file h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#bo_v_file ul {margin:0;padding:0;list-style:none} +#bo_v_file li {padding:0 10px;border-bottom:1px solid #eee;background:#f7f7f7} +#bo_v_file a {display:inline-block;padding:5px 0;color:#000;text-decoration:none} +#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none} +.bo_v_file_cnt {display:inline-block;margin:0 10px} + +#bo_v_link {} +#bo_v_link h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#bo_v_link ul {margin:0;padding:0;list-style:none} +#bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#f7f7f7} +#bo_v_link a {display:inline-block;padding:5px 0;color:#000;text-decoration:none} +#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none} +.bo_v_link_cnt {display:inline-block;margin:0 10px} + +#bo_v_contact {border-bottom:1px solid #ddd} +#bo_v_contact h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#bo_v_contact dl {margin:0;padding:0;list-style:none} +#bo_v_contact dl:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_contact dt, #bo_v_contact dd {float:left;margin:0;border-bottom:1px solid #eee;background:#f5f6fa} +#bo_v_contact dt {clear:both;padding:8px 0 8px 10%;width:20%;font-weight:bold} +#bo_v_contact dd {padding:8px 0;width:70%} + +#bo_v_top {margin:0 0 10px;padding:10px} +#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_top h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#bo_v_top ul {margin:0;padding:0;list-style:none} + +#bo_v_bot {padding:0 10px} +#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_bot h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#bo_v_bot ul {margin:0;padding:0;list-style:none} + +.bo_v_nb {float:left} +.bo_v_nb li {float:left;margin-right:5px} +.bo_v_com {float:right} +.bo_v_com li {float:left;margin-left:5px} + +#bo_v_atc {padding:0 10px;min-height:100px} +#bo_v_atc_title {margin:0;padding:0;height:0;overflow:hidden} + +#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1} +#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_img img {margin-bottom:15px;max-width:100%;height:auto} + +#bo_v_con {margin-bottom:20px;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden} +#bo_v_con a {color:#000;text-decoration:underline} +#bo_v_con img {max-width:100%;height:auto} + +#bo_v_act {margin-bottom:20px;text-align:center} +#bo_v_act a {margin-right:5px;vertical-align:top} +#bo_v_act span {display:inline-block;margin-right:5px;padding:0 10px;border:1px solid #eee !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2em;vertical-align:top} +#bo_v_act strong {color:#ff3061} +#bo_v_act_good, #bo_v_act_nogood {display:inline-block;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} + +#bo_v_sns {margin:0 0 20px;padding:0;list-style:none;zoom:1} +#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_sns li {float:left;margin:0 5px 0 0} + +#bo_v_addq {margin:0 0 30px;text-align:right} + +#bo_v_ans {margin:0 10px 30px;padding:30px 0 0;border-top:1px solid #e9e9e9} +#bo_v_ans h2 {display:inline-block;vertical-align:middle;font-size:1.2em} +#bo_v_ans #ans_datetime {margin:10px 0;color:#999} +#bo_v_ans #ans_con {margin:0 0 10px;line-height:1.8em} +#bo_v_ans #ans_add {text-align:right} +#bo_v_ans #ans_msg {padding:40px 0;background:#f2f5f9;text-align:center} + +#bo_v_rel {margin:0 0 30px;padding:30px 0 0;border-top:1px solid #e9e9e9} +#bo_v_rel h2 {margin:0 10px 10px;font-size:1.2em} + +#bo_v form {padding-top:15px} + +/* 게시판 댓글 */ +#bo_vc {margin:0 0 5px;padding:15px 15px 5px;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8;background:#f7f7f7} +#bo_vc h2 {margin-bottom:5px} +#bo_vc article {padding:0 0 5px;border-top:1px dotted #ccc} +#bo_vc header {position:relative;padding:13px 0 5px} +#bo_vc header .icon_reply {position:absolute;top:13px;left:-20px} +#bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold} +.bo_vc_hdinfo {display:inline-block;margin:0 10px 0 5px} +#bo_vc h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden} +#bo_vc a {color:#000;text-decoration:none} +#bo_vc p {padding:0 0 5px;line-height:1.8em} +#bo_vc p a {text-decoration:underline} +#bo_vc_empty {margin:0;padding:15px !important;border-bottom:1px dotted #ccc;text-align:center} +#bo_vc fieldset {margin:0 0 10px;padding:0} +#bo_vc #bo_vc_winfo {float:left} +#bo_vc footer {zoom:1} +#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""} + +.bo_vc_act {float:right;margin:0;list-style:none} +.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""} +.bo_vc_act li {float:left;margin-left:5px} + +#bo_vc_w {position:relative;margin-bottom:10px;padding:0 15px 15px;border-bottom:1px solid #cfded8} +#bo_vc_w h2 {padding:10px 0 5px} +#bo_vc_w #char_cnt {display:block;margin-bottom:5px} +#bo_vc_w textarea {width:99%} + +#bo_vc_sns {margin:0;padding:0;list-style:none;zoom:1} +#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""} +#bo_vc_sns li {float:left;margin:0 10px 0 0} +#bo_vc_sns input {margin:0 0 0 5px} + +#bo_vc form {padding:0} \ No newline at end of file diff --git a/theme/basic/mobile/skin/qa/basic/view.answer.skin.php b/theme/basic/mobile/skin/qa/basic/view.answer.skin.php new file mode 100644 index 000000000..d8d8beb1f --- /dev/null +++ b/theme/basic/mobile/skin/qa/basic/view.answer.skin.php @@ -0,0 +1,24 @@ + + +
    +

    답변:

    + 추가질문 + +
    + +
    +
    + +
    + +
    + + 답변수정 + + + 답변삭제 + +
    +
    \ No newline at end of file diff --git a/theme/basic/mobile/skin/qa/basic/view.answerform.skin.php b/theme/basic/mobile/skin/qa/basic/view.answerform.skin.php new file mode 100644 index 000000000..7fbf8d81f --- /dev/null +++ b/theme/basic/mobile/skin/qa/basic/view.answerform.skin.php @@ -0,0 +1,125 @@ + + +
    + +

    답변등록

    + +
    + + + + + + '; + } else { + $option .= "\n".''."\n".''; + } + + echo $option_hidden; + ?> + +
    + + + + + + + + + + + + + + + + + +
    옵션
    + +
    +
    + +
    + +
    +
    + + + +

    고객님의 문의에 대한 답변을 준비 중입니다.

    + +
    \ No newline at end of file diff --git a/theme/basic/mobile/skin/qa/basic/view.skin.php b/theme/basic/mobile/skin/qa/basic/view.skin.php new file mode 100644 index 000000000..cf9be9ccd --- /dev/null +++ b/theme/basic/mobile/skin/qa/basic/view.skin.php @@ -0,0 +1,187 @@ +', 0); +?> + + + + +
    + +
    +
    +

    + +

    +
    + +
    +

    페이지 정보

    + 작성자 + 작성일 +
    + + + +
    +

    첨부파일

    + +
    + + + + +
    +

    연락처정보

    +
    + +
    이메일
    +
    + + +
    휴대폰
    +
    + +
    +
    + + + +
    + + + + + + + +
    + + +
    +

    본문

    + + \n"; + + for ($i=0; $i<$view['img_count']; $i++) { + //echo $view['img_file'][$i]; + echo get_view_thumbnail($view['img_file'][$i], $qaconfig['qa_image_width']); + } + + echo "\n"; + } + ?> + + +
    + + + + + + +
    + + + + +
    +

    연관질문

    + +
    + + + + + + + + + + + + + + + + + + + +
    분류제목상태등록일
    + + + +
    +
    +
    + + + +
    + +
    + + +
    + + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/qa/basic/write.skin.php b/theme/basic/mobile/skin/qa/basic/write.skin.php new file mode 100644 index 000000000..39118b80b --- /dev/null +++ b/theme/basic/mobile/skin/qa/basic/write.skin.php @@ -0,0 +1,184 @@ +', 0); +?> + +
    + +
    + + + + + + '; + } else { + $option .= "\n".''."\n".''; + } + + echo $option_hidden; + ?> + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    옵션
    + class="frm_input email" maxlength="100"> + > + +
    + class="frm_input" size="30"> + + > 답변등록 SMS알림 수신 + +
    + +
    + +
    파일 #1 + + + + +
    파일 #2 + + + + +
    +
    + +
    + + 목록 +
    +
    + + +
    + \ No newline at end of file diff --git a/theme/basic/mobile/skin/search/basic/search.skin.php b/theme/basic/mobile/skin/search/basic/search.skin.php new file mode 100644 index 000000000..c1ae64ec8 --- /dev/null +++ b/theme/basic/mobile/skin/search/basic/search.skin.php @@ -0,0 +1,142 @@ +', 0); +?> + +
    + +
    + 상세검색 +
    + + + + + +
    +
    + + + + + +
    +
    + id="sop_or" name="sop"> + + id="sop_and" name="sop"> + +
    +
    +
    + +
    + + +
    +

    전체검색 결과

    +
    +
    게시판
    +
    +
    게시물
    +
    +
    +

    / 페이지 열람 중

    +
    + + + + + +
    검색된 자료가 하나도 없습니다.
    + + +
    + +
    + +

    게시판 내 결과

    +
      + 댓글'; + $comment_href = '#c_'.$list[$idx][$i]['wr_id']; + } + else + { + $comment_def = ''; + $comment_href = ''; + } + ?> +
    • + + 새창 +

      + + +
    • + +
    + + +
    + +
    + + + +
    diff --git a/theme/basic/mobile/skin/search/basic/style.css b/theme/basic/mobile/skin/search/basic/style.css new file mode 100644 index 000000000..56295b0f4 --- /dev/null +++ b/theme/basic/mobile/skin/search/basic/style.css @@ -0,0 +1,33 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* 전체검색결과 스킨 */ +#sch_res_detail {padding:0 0 10px;border-bottom:1px solid #e9e9e9;text-align:center} +#sch_res_detail legend {position:absolute;font-size:0;line-height:0;overflow:hidden} +#sch_res_detail div {margin:0 0 5px} +#sch_res_detail .frm_input {height:2.5em;line-height:2.5em} + +#sch_res_ov {padding:10px;border-bottom:1px solid #e9e9e9;background:#f5f6fa;zoom:1} +#sch_res_ov:after {display:block;visibility:hidden;clear:both;content:""} +#sch_res_ov h2 {margin:0 0 5px} +#sch_res_ov dl {margin:0 0 5px;zoom:1} +#sch_res_ov dl:after {display:block;visibility:hidden;clear:both;content:""} +#sch_res_ov dt {float:left} +#sch_res_ov dd {float:left;margin:0 10px 0 5px} +#sch_res_ov p {margin:0;padding:0} + +#sch_res_board {margin:0 0 10px;padding:0;list-style:none;zoom:1} +#sch_res_board:after {display:block;visibility:hidden;clear:both;content:""} +#sch_res_board a {display:block;position:relative;margin-left:-1px;padding:5px 10px;border-bottom:1px solid #e9e9e9;text-decoration:none;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer} +#sch_res_board a:focus, #sch_res_board a:hover, #sch_res_board a:active {text-decoration:none} +#sch_res_board .cnt_cmt {font-weight:normal !important} + +.sch_res_list {margin:0 0 10px;padding:10px 0} +.sch_res_list h2 {margin:0 0 10px;padding:0 10px;font-size:1.2em} +.sch_res_list ul {margin:0;padding:0;list-style:none} +.sch_res_list li {margin:0 0 10px;padding:0 10px 10px;border-bottom:1px solid #e9e9e9} +.sch_res_list a {text-decoration:none} +.sch_res_title {display:inline-block;margin:0 0 5px} +.sch_res_list p {margin:0 0 10px;line-height:1.8em} +.sch_more {padding:0 10px;text-align:right} +.sch_on {color:#ff3061} \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/img/arr_down01.gif b/theme/basic/mobile/skin/shop/basic/img/arr_down01.gif new file mode 100644 index 0000000000000000000000000000000000000000..7c2f73c2ef6ce68a0b67a839c257ec8ad5c5c1fd GIT binary patch literal 62 zcmZ?wbhEHbC-fKYw1haN+3Dqn9pSx_b5M-Me>x|Ni~u%a_E~5k zT)cR3!-frYb#+glK0SQ+@ZZ0GzkmN;U0wa@)2CCXPR*P-^YZ1(0RaKCXV3od;lsOk z?+OYEoYlLf3*2SkGW#K4y9Aja(w(4ux|Nl-@C0*{6z>8`P*i@X(G7QI@f z#}u|Is+MJwPTTd_93m$|`KmU5;}R=)#Sy!zoSm&wTQWnwPD`Dgxqu}@hfkqY)QLkR bl$E_tM~pL0BHfciNpO}I8<&))BZD;n6r_kq literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/shop/basic/img/del_btn.gif b/theme/basic/mobile/skin/shop/basic/img/del_btn.gif new file mode 100644 index 0000000000000000000000000000000000000000..6a576483a61021a1d8427240ae8b0f261c723f57 GIT binary patch literal 348 zcmZ?wbhEHb6k-r&xT?Z%_Uzef*RK8k{rkd&3m-pzeDvtiy?gh*ef#$H>(|SdFaP@W z>*B?W|Ni|uckbNPt5<*g_;KaRmA7x-K7IQ1%a<(|$>U%z$h*7N7jZ{EE5=g*%TH*Wm@|NqRHGeDAo+CcFq3nK%A3WE;FV33~} z*eV?+6?iZy3UDn7n(@)X?ZU;QlVXI#F1}f@Fwl+RRza!-WBXxgA>{%)ewLOs9xBV- zRoULk>^g6ykXT$B#hl(86;aicF4I+07RbO_Iweq^JuNp%P^EHKBqNUs6X*N@UUp~x crL&k>yqH9CW%<3GB!mn*aa+ literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/shop/basic/img/icon_best.gif b/theme/basic/mobile/skin/shop/basic/img/icon_best.gif new file mode 100644 index 0000000000000000000000000000000000000000..508f48f5e6405132c75db71da9b22e73660cfecb GIT binary patch literal 94 zcmZ?wbhEHbRAt~}XkcInTk+@r|NlA+KmZb9V6tuLUwQiN|E7s0o}!!fy$tJXXg^Wm xaCPpDX_2$EiVT;`TPt&VOXoYC$ln**CMWevRDP|~mo^S^_F8^LYcT_ZH2~-5C+h$J literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/shop/basic/img/icon_cp.gif b/theme/basic/mobile/skin/shop/basic/img/icon_cp.gif new file mode 100644 index 0000000000000000000000000000000000000000..61a3d233ced89bda80643c04b2c57f01fdfa0efa GIT binary patch literal 71 zcmZ?wbhEHblxE;#XkcLY@22?w|9>3@AOMLlFsZfluRQ%$Vi8aJsp%Pa&$*pQT)4bb Z^~Z$yRYq%HXsy>gJoC-XU;jiHtO0ST9ew}+ literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/shop/basic/img/icon_discount.gif b/theme/basic/mobile/skin/shop/basic/img/icon_discount.gif new file mode 100644 index 0000000000000000000000000000000000000000..d5bda31d4082d475ad74126d6374cde7ab00f2de GIT binary patch literal 83 zcmZ?wbhEHblxE;#XkcLYU&QeL|9>3@AOMLlFd4PRhRN)*KPQ2Wy{B7#l>I^0OYD0FaQ7m literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/shop/basic/img/icon_new.gif b/theme/basic/mobile/skin/shop/basic/img/icon_new.gif new file mode 100644 index 0000000000000000000000000000000000000000..bf0ebd8325b50c253528443e9ae0c2e701ce722c GIT binary patch literal 78 zcmZ?wbhEHblxE;#XkcKNeP8_l|NlA+KmZb9VA5^rUwQhiWWbayzQu*9mdyo?cgjno gEEg$0o%)7(w~$6u-}O@~*Ilst(#_d^go(i#02Fy11poj5 literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/shop/basic/img/icon_rec.gif b/theme/basic/mobile/skin/shop/basic/img/icon_rec.gif new file mode 100644 index 0000000000000000000000000000000000000000..8a6a6c4a76c3f382227f5efe44234b2fed0489d9 GIT binary patch literal 78 zcmZ?wbhEHblxE;#XkcIn`*{BU|NlA+KmZb9VA5^rUwQhi)T6G0SK4zI|0$@&!1E4^4&ClEzh)PmWxV3{9A~!gB2-%RL5bHcgg3Zp^!+W)H2^A_AxQuL literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/shop/basic/img/icon_soldout.gif b/theme/basic/mobile/skin/shop/basic/img/icon_soldout.gif new file mode 100644 index 0000000000000000000000000000000000000000..cd8ca8b7a09fa9451413fc7396eb2ea3e2511c06 GIT binary patch literal 79 zcmZ?wbhEHblxE;#XkcLYZ_@Su|9>3@AOMLlFzL1QuRQ%$Vi8Zen?v-m?DuhvlhSHq h((I-lFMXQ2CyUGIQl_uHypf;rodI5RR>0{}Xv9rFMH literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/shop/basic/img/item_bg.gif b/theme/basic/mobile/skin/shop/basic/img/item_bg.gif new file mode 100644 index 0000000000000000000000000000000000000000..d6a4d1cbe79db25a7764bb50732af4048f28f562 GIT binary patch literal 49 xcmZ?wbhEHbWM$xBXkcL24F-xoSr{1@7#VaJfB+=Jz{JtR+&=xy{scw_YXCGn3-15` literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/shop/basic/img/item_btn.png b/theme/basic/mobile/skin/shop/basic/img/item_btn.png new file mode 100644 index 0000000000000000000000000000000000000000..0d112766d88fefccf2c031c07e540e24387b88a7 GIT binary patch literal 754 zcmVHOeg2g z+?gwL;NXyO=l;*nA!QRM#EXX8- zV(5JILnxTR4T|9g zBbiKUg>fGWW^jXY5X3Z1`$k7sj6*1x3A3@TkXS5czs~1#Eis%Zn87*Iqe1Z3dN3H+ z$Hih%WV2aqL699YpfJ-zpNi!W)x=lABOAuknwn|9m+liX7Kb*bsr_2PKOo)**F-FewJ~fR4SEFq97Bp zaWGg}08hyVZp literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/shop/basic/img/loading.gif b/theme/basic/mobile/skin/shop/basic/img/loading.gif new file mode 100644 index 0000000000000000000000000000000000000000..93dc39709806d2043b769a1a46c215c93a995662 GIT binary patch literal 13569 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 literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/shop/basic/img/mainlist_btn.gif b/theme/basic/mobile/skin/shop/basic/img/mainlist_btn.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c634018e8e9e4576310bd26f5bb05ad560e978e GIT binary patch literal 168 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 Lj86dUC!_xbW3H)F literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/shop/basic/img/prd_icon.png b/theme/basic/mobile/skin/shop/basic/img/prd_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..83c7ad03b552aac1aac17c8c238883fe811aca22 GIT binary patch literal 668 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 literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/shop/basic/img/sns_goo_s.png b/theme/basic/mobile/skin/shop/basic/img/sns_goo_s.png new file mode 100644 index 0000000000000000000000000000000000000000..74235887d0360a85d8c6ea57988fdfff9dcef8bd GIT binary patch literal 1057 zcmV++1m63JP)2 z;G?ioX^O<4TLFZSCNAO$h-4DYu~Ag_e+?Zp0ZDs80Q%Hf_^H%cz{~dRg=ov5eq;d2 ztFJ-g(#2;o){hP$oGl^z{Wp`y05L|hY1Yz7MKMl7pu!&;^{R&tCTHH<3GG!OJM+kG zcp9B+A2+8gez*s7pMFFD^l?0HK2+5T@=t9=dgUD$-?|ZKwIa|kr0uwa(mT88C>2;) z7rI=+^zK(s{^>gi+d^*LdZc?+MzjblB(PSg2-__nam6yIdL3b<97(~H!zwL24_14I zvPf7N7bs1m^4Z5|>$wFnHwWk1n^67vdm!D0&WC!T8a`r6E;j(YX6oMX5CYQK7SQ1P zl)C0uQgNDp9Yb?;!~pUdDujr|(6wdTc~vbu^MZL6-+di(1~8F??C2m}s*y%a&7xWb z0m7M+Q5vow(bdfc#x}2qs?|_>|tthgSvZ@z*gN=%zU zHHj?UF7uK3i8qc9lZG=;P2cP_{v3w(Js=hb*WZ@uG~C{e@P-BvoESqaUqCQ5 ziPUYYkh<Xd5~On$^}%0_b%afEVree6O=W+-*M9fvB%fkp`}3sT zam24&jzxVt5KN4t_}a@*ULC@5BJ;A}=(K9SY5=WlmhEpWV;X^5uk*1dkbU40>Iw(7 z!@t0}p@*m(#ng^IsJRkEip*E3-Lyk}mvIP000>X0ssI2ON$aT0000PbVXQnQ*UN; zcVTj606}DLVr3vnZDD6+Qe|Oed2z{QJOBU$IY~r8RCwB~m0M_BMHt8Da?Y7OyX$Ut z-E2ZB#5NeUrin={tyZyVC71_6EmA62FAqvz0`;Lqs-+0g8d}icg+@sqMAU*<3Xz7U zO{ydTTctJ<(?mgy$!?l%cF*Qy&uuQw?xsnzMp5fL%naw8`OW$M^ZmbpVg~$Q4gMud z$d`o)27uip>&Au)y;7LSJ*+|xu5b4DEF0tTk-+%(fr;NpCJm{_G2)>xTV3tkRiCR_ zZxdH6`}Y-Do{omjmG_*i{BhVnm*t+vIHQy?o^KFB9t_gE8*@)QmDzf~S%O=}N;%~C z+qd`k#3`l3=OW-SAvu&&#(@w5NT%z;tbtU8Kf23kedSsNvb>sjk;MT(AUUreJ+SW5 zg|bk@Rut-aRE8!=Ob(36?Ku~PPXUA?XM@yLysc&awRflE>cY{WVkZSU_U77e27>;8 z;W>6T<2n}gD6=hB1}P)7Ey_inX4%wsxT>;9)b2T@zjY|O7#1oH=X;{(&xE3JJ5+`> z9|}jXssqoZSb?6)Wq6uTkpt&UBZ`#G$WWxhSOq=#ncn-AzKk{0AIcg|-G;!yj`i)w z>)JXSA8M|6WXG!Zu1)?R4n>rg4>y!o_%gHhONZ9iZ;aJ7Mh?HfITlw8gY}&9b9e(Q zF@=ebUA~z5q;oV9o$c?wGI%c8)QqcZ<{CEXswUReTe_dS6jZI5-}PLe_0?6Q!&Awr z9MQqgV>mN|mRPP$0c2AXxq-e!dghnGzR9v%t!y^gb!24AR;KH0F8izNx|HI%^yC9A zw(yee2e0IXQ$%iF*a8-FxtJT=a~Z}U7yuZjLSgjac2K(^6%LBq*5HeSQmPaQKt%&O zF$TKLP*gm-2Y>XT@F>?bPJCjC6^nU}O9&D2ux4k>cm=7haX$S(`{9zh`$e<10Yb*! zILiBarSRhO6WDUlfi`FGYi;mbR8>vOA_CCstS#HjGp7Sc5k^{cwCU+I93LaY->KKq zFfmD_QpAT>SFz~?>i$AZUqy*2n480yw77+cmd9*N#Zul|2<_Vw@9hpm%bA&lSmBNf z13{{)B5OdJPk&(BK$D39g^Wm3`D_ZAj6bv6Zhz0zEV0Z(6B%{i3-Jp>q%1<^!O6Uo z?+fW!uuq|rvVnZ=3(FEI18i@0JG#tD!i&x+_4eMqv9qWBs>TqKOQFa+M;?;MC#v+L z2W&@}rqFb;W2e3Ub*oZc0Ighe-sub1^_}aS3DX7>No%Z002ovPDHLkV1oQtL$v?^ literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/shop/basic/img/sns_kakao_s.png b/theme/basic/mobile/skin/shop/basic/img/sns_kakao_s.png new file mode 100644 index 0000000000000000000000000000000000000000..838b9697e5cdb76d0c3df938e47df376f4d46e25 GIT binary patch literal 972 zcmV;-12g=IP)$}haXxZTDKNhiHDv%?paa09k19YIVHY7BlwZSVn1cBwi z{RIZ!&eGNDuK`@9c>dWG>9Km6TRp7NXh8`4K)|#Bn19`|7$a*@J2T~QN2DjY|XI|(eo^Tl%{)?GRk?vhdK6!7Hqfd1+KDxm4A9;>E+RgcIW;k-R zgU?P*QplG${rR8l-Q)kGaB;yEV9|M~E!htV8c@fp}+m;%Q6o zUWbXxWkyC^UK$E{<(R|VTuA$NvjVuIC*Y>83Rf;iL^_-~?chcrJ?=6y>(F;sRTXsK zYUE?Xsf&uAFIgskGn73ggqp(#D{Eu(<=I9~9KS*0A}p?0Alq)8sjZ7eRa59o+*~)r z5gD_P#u)vd#m2lO6^eel*+bpX?RAjO)_lPG$ujbj&5pE2!0ZG-v>XBpD uHj2KYL5`yAbrh)o?XMNJ*}s6l1sDL)2Bx8tM8X;X0000P000>X0ssI2ON$aT0000PbVXQnQ*UN; zcVTj606}DLVr3vnZDD6+Qe|Oed2z{QJOBU!u}MThRCwCVRXa~qK@^@db053+vdCkV zx1xk#LZXEfhQ!hsS`%Z5{sc=~J40t;?EC>17MiGqBvJ@5(Sm{i7UH^s>;mrHW$$|) zo`u!0Pbo-rGMU_&IrGi==6vT|xcDqXPN-3Ga_!$?skXaX-CVYS7g9yCiltLvK%^o# z0<^#qlK5OEG-|Ml>0v|TP$;R?M3*sQYsE;e6ry|}dQE0B2&IBXEClK?>1f(m%7?Ke zwgF03fC53dQnTZ!+40VEDSbbdud?p@Trikq3){ihGS_~CvGlEbhhH97SJLL()m}l= zhkW31LMve#p}AU+z9{8&B7Z z8JF)xQU`K<$VxD%2^o-0Pi*`AARbV|5oZP^t4_R_3#R)LcP3KT2F#^gIKSoZ_&jaa z$HR%llT`=pPZ_lS?bU%(c-!Yk$fI6&FB%M%c6q;)S-+Rzv zH-@dF`#L3k7HgD<6G~qw+El9*jsWXUyznEC>hGdmE5_RaXSIIOKO8kiTrTI93$L>n zx^{RzS9oPPk{WHDLk6YASe9a;0kpwd%m?qbe3MevCLhsdA>l>F!)T(un*wdQ{PBvj z7jjgIYK4WKAhlA=pKp}!F67^2y+)$Dfq1xFSj>f;NC8^pwmRsOUB+a$-ea)c~n#zE{?dq2GqOdh}*EUTOaC|3kk77y#D4G~Ct2b7%kn N002ovPDHLkV1g^)Yh?fc literal 0 HcmV?d00001 diff --git a/theme/basic/mobile/skin/shop/basic/img/sns_twt_s.png b/theme/basic/mobile/skin/shop/basic/img/sns_twt_s.png new file mode 100644 index 0000000000000000000000000000000000000000..53f691a6228c1dd811ac6101c21b0b25a023f98c GIT binary patch literal 549 zcmV+=0^0qFP)us&*197%@+{jQXC~*oLnS0s7FE{QSV3kSi9ZsYsR#@HdWn& z*JP6YXXpQ$|9j~E*fsUj#ZbRk{|3`lvTR^Wz_=caP%TE(6detQ*r~8@tc_O;M6`KG zJ21&ICQ;3@2g_&T@vDk( zEgVa}?cB(&aFAmJKpno6h<&rFkI0>|l(ZBtcs)!_Kib(Q&DYF>>2BY6htTPTR*p+1 zif6UWl(dnSI8X*rU6^QRWMeHU9c9%P4nUeNn)pW651!R>7l8UB0G(zgagsWd{gbI; nzDyGR-I2sD^4~uO?*a?}2HC%)', 0); +?> + + + + + + + +
    + + + + +
    + '; + $thumb_img .= ''.$thumb.''; + $thumb_img .= ''.PHP_EOL; + } + if ($thumb_img) + { + echo '
    '.PHP_EOL; + echo ''.PHP_EOL; + echo ''.PHP_EOL; + echo '
      '.PHP_EOL; + echo $thumb_img; + echo '
    '.PHP_EOL; + echo '
    '; + } + ?> + +
    +

    상품간략정보 및 구매기능

    + + +

    + 상품 선택옵션 개, 추가옵션 개 +

    + +
    + + 고객선호도 + + + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ + ?> + + + + + + + + 배송비결제'; + $sc_method = ''; + } + else + $sc_method = '주문시 결제'; + } + ?> + + + + + + + + + + + + + + + + + +
    제조사
    원산지
    브랜드
    모델
    판매가격판매중지
    판매가격전화문의
    시중가격
    판매가격 + + +
    재고수량
    + +
    최소구매수량
    최대구매수량
    +
    + +
    +

    선택옵션

    + + + + + + + + +
    +
    + + + +
    +

    추가옵션

    + + + + + + + + +
    +
    + + + +
    + +
      +
    • + + + + + + + (+0원) +
      + + + +
      +
    • +
    + + +
    + +
    + + + +

    상품의 재고가 부족하여 구매할 수 없습니다.

    + + +
    + + + + + + 재입고알림 + + WISH + +
    +
    +
    +
    + + + + + 추천하기 + +
    + + + + +
    + + + +
    +

    WITH ITEM

    +
    + set_query($sql); + echo $list->run(); + ?> +
    +
    + + + + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/iteminfo.change.skin.php b/theme/basic/mobile/skin/shop/basic/iteminfo.change.skin.php new file mode 100644 index 000000000..9a0cb847c --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/iteminfo.change.skin.php @@ -0,0 +1,12 @@ +', 0); +?> + +

    교환/반품

    + +
    + +
    \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/iteminfo.delivery.skin.php b/theme/basic/mobile/skin/shop/basic/iteminfo.delivery.skin.php new file mode 100644 index 000000000..00895309d --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/iteminfo.delivery.skin.php @@ -0,0 +1,18 @@ +', 0); +?> + +

    배송정보

    + +
    + +
    + +

    교환/반품

    + +
    + +
    \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/iteminfo.info.skin.php b/theme/basic/mobile/skin/shop/basic/iteminfo.info.skin.php new file mode 100644 index 000000000..c024423af --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/iteminfo.info.skin.php @@ -0,0 +1,57 @@ +', 0); +?> + +

    상품설명

    + +
    + +
    + +
    + + + +
    + +
    + + + +

    상품 정보 고시

    + +
      + $val) { + $ii_title = $info_array[$key][0]; + $ii_value = $val; + ?> +
    • + + +
    • + +
    + + 상품 정보 고시 정보가 올바르게 저장되지 않았습니다.
    config.php 파일의 G5_ESCAPE_FUNCTION 설정을 addslashes 로
    변경하신 후 관리자 > 상품정보 수정에서 상품 정보를 다시 저장해주세요.

    '; + } + } + } //if + ?> + +
    + \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/iteminfo.itemqa.skin.php b/theme/basic/mobile/skin/shop/basic/iteminfo.itemqa.skin.php new file mode 100644 index 000000000..bcf9179ae --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/iteminfo.itemqa.skin.php @@ -0,0 +1,12 @@ +', 0); +?> + +

    상품문의

    + +
    + +
    \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/iteminfo.itemuse.skin.php b/theme/basic/mobile/skin/shop/basic/iteminfo.itemuse.skin.php new file mode 100644 index 000000000..7308f143e --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/iteminfo.itemuse.skin.php @@ -0,0 +1,12 @@ +', 0); +?> + +

    사용후기

    + +
    + +
    \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/iteminfo.relation.skin.php b/theme/basic/mobile/skin/shop/basic/iteminfo.relation.skin.php new file mode 100644 index 000000000..9a877ea99 --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/iteminfo.relation.skin.php @@ -0,0 +1,66 @@ +', 0); +?> + +

    관련상품

    + +
    + set_mobile(true); + $list->set_query($sql); + $list->set_view('sns', true); + echo $list->run(); + ?> +
    + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/itemqa.skin.php b/theme/basic/mobile/skin/shop/basic/itemqa.skin.php new file mode 100644 index 000000000..f73f2dfdc --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/itemqa.skin.php @@ -0,0 +1,152 @@ +', 0); +?> + + +상품문의 쓰기 새 창 + + +
    + + '; + + if($is_admin || $member['mb_id' ] == $row['mb_id']) { + $iq_question = get_view_thumbnail(conv_content($row['iq_question'], 1), $thumbnail_width); + } else { + $iq_question = '비밀글로 보호된 문의입니다.'; + $is_secret = true; + } + } else { + $iq_question = get_view_thumbnail(conv_content($row['iq_question'], 1), $thumbnail_width); + } + $iq_time = substr($row['iq_time'], 2, 8); + + $hash = md5($row['iq_id'].$row['iq_time'].$row['iq_ip']); + + $iq_stats = ''; + $iq_style = ''; + $iq_answer = ''; + + if ($row['iq_answer']) + { + $iq_answer = get_view_thumbnail(conv_content($row['iq_answer'], 1), $thumbnail_width); + $iq_stats = '답변완료'; + $iq_style = 'sit_qaa_done'; + $is_answer = true; + } else { + $iq_stats = '답변전'; + $iq_style = 'sit_qaa_yet'; + $iq_answer = '답변이 등록되지 않았습니다.'; + $is_answer = false; + } + + if ($i == 0) echo '
      '; + ?> + +
    1. + +
      +
      작성자
      +
      +
      작성일
      +
      +
      상태
      +
      +
      + +
      +
      +
      + Q + 문의내용
      + +
      + +
      + A + 답변
      + +
      + +
      + + + + +
      +
    2. + + 0) echo '
    '; + + if (!$i) echo '

    상품문의가 없습니다.

    '; + ?> +
    + + + + + + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/itemqaform.skin.php b/theme/basic/mobile/skin/shop/basic/itemqaform.skin.php new file mode 100644 index 000000000..e47c33f75 --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/itemqaform.skin.php @@ -0,0 +1,67 @@ +', 0); +?> + + +
    +

    상품문의 쓰기

    + +
    + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    옵션 + > + +
    이메일을 입력하시면 답변 등록 시 답변이 이메일로 전송됩니다.
    휴대폰번호를 입력하시면 답변 등록 시 답변등록 알림이 SMS로 전송됩니다.
    +
    + +
    + + +
    +
    +
    + + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/itemqalist.skin.php b/theme/basic/mobile/skin/shop/basic/itemqalist.skin.php new file mode 100644 index 000000000..ffe042013 --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/itemqalist.skin.php @@ -0,0 +1,145 @@ +', 0); +?> + + + + +
    +
    + 전체보기 + + + + + + +
    +
    + +
    + + + + '; + + if($is_admin || $member['mb_id' ] == $row['mb_id']) { + $iq_question = get_view_thumbnail(conv_content($row['iq_question'], 1), $thumbnail_width); + } else { + $iq_question = '비밀글로 보호된 문의입니다.'; + $is_secret = true; + } + } else { + $iq_question = get_view_thumbnail(conv_content($row['iq_question'], 1), $thumbnail_width); + } + + $it_href = G5_SHOP_URL.'/item.php?it_id='.$row['it_id']; + + if ($row['iq_answer']) + { + $iq_answer = get_view_thumbnail(conv_content($row['iq_answer'], 1), $thumbnail_width); + $iq_stats = '답변완료'; + $iq_style = 'sit_qaa_done'; + $is_answer = true; + } else { + $iq_stats = '답변전'; + $iq_style = 'sit_qaa_yet'; + $iq_answer = '답변이 등록되지 않았습니다.'; + $is_answer = false; + } + + if ($i == 0) echo '
      '; + ?> +
    1. + + + +
      +

      + +
      +
      작성자
      +
      +
      작성일
      +
      +
      상태
      +
      +
      + + + +
      +
      + +
    2. + 0) echo '
    '; + if ($i == 0) echo '

    자료가 없습니다.

    '; + ?> +
    + + + + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/itemuse.skin.php b/theme/basic/mobile/skin/shop/basic/itemuse.skin.php new file mode 100644 index 000000000..04a3cf7f9 --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/itemuse.skin.php @@ -0,0 +1,116 @@ +', 0); +?> + + +사용후기 쓰기 새 창 + + +
    + + '; + ?> + +
  • + +
    +
    작성자
    +
    +
    작성일
    +
    +
    선호도
    +
    별<?php echo $is_star; ?>개
    +
    + + +
  • + + 0) echo ''; + + if (!$i) echo '

    사용후기가 없습니다.

    '; + ?> +
    + + + + + + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/itemuseform.skin.php b/theme/basic/mobile/skin/shop/basic/itemuseform.skin.php new file mode 100644 index 000000000..942f5893a --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/itemuseform.skin.php @@ -0,0 +1,85 @@ +', 0); +?> + + +
    +

    사용후기 쓰기

    + +
    + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    평가 +
      +
    • + > + + +
    • +
    • + > + + +
    • +
    • + > + + +
    • +
    • + > + + +
    • +
    • + > + + +
    • +
    +
    +
    + +
    + + +
    + +
    +
    + + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/itemuselist.skin.php b/theme/basic/mobile/skin/shop/basic/itemuselist.skin.php new file mode 100644 index 000000000..3505ec561 --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/itemuselist.skin.php @@ -0,0 +1,108 @@ +', 0); +?> + + + + +
    +
    + 전체보기 + + + + + +
    +
    + +
    + + + + '; + ?> +
  • + + + +
    +

    + +
    +
    작성자
    +
    +
    작성일
    +
    +
    평가점수
    +
    별<?php echo $star; ?>개
    +
    + + + +
    +
    + +
  • + 0) echo ''; + if ($i == 0) echo '

    자료가 없습니다.

    '; + ?> +
    + + + + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/largeimage.skin.php b/theme/basic/mobile/skin/shop/basic/largeimage.skin.php new file mode 100644 index 000000000..720f964de --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/largeimage.skin.php @@ -0,0 +1,91 @@ +', 0); +?> + +
    +

    상품 이미지 새창 보기

    + +
    + + + + <?php echo $row['it_name']; ?> + + + +
    + + 0) { + echo '
      '; + foreach($thumbnails as $key=>$val) { + echo '
    • '.$val.'
    • '; + } + echo '
    '; + } + ?> + +
    + +
    +
    + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/list.10.skin.php b/theme/basic/mobile/skin/shop/basic/list.10.skin.php new file mode 100644 index 000000000..52641339a --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/list.10.skin.php @@ -0,0 +1,80 @@ +', 0); +?> + + + + + + + + +list_mod); +$li_width_style = ' style="width:'.$li_width.'%;"'; + +for ($i=0; $row=sql_fetch_array($result); $i++) { + if ($i == 0) { + if ($this->css) { + echo "
      css}\">\n"; + } else { + echo "\n"; + +if($i == 0) echo "

      등록된 상품이 없습니다.

      \n"; +?> + diff --git a/theme/basic/mobile/skin/shop/basic/list.best.10.skin.php b/theme/basic/mobile/skin/shop/basic/list.best.10.skin.php new file mode 100644 index 000000000..0beae55fb --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/list.best.10.skin.php @@ -0,0 +1,173 @@ +', 0); +?> + +total_count > 0) { + $li_width = intval(100 / $this->list_mod); + $li_width_style = ' style="width:'.$li_width.'%;"'; + $k = 1; + $slide_btn = ''; + + for ($i=0; $row=sql_fetch_array($result); $i++) { + if($i == 0) { + echo ''.PHP_EOL; + echo '
      '.PHP_EOL; + echo '

      베스트상품

      '.PHP_EOL; + echo '
      '.PHP_EOL; + echo '
      '.PHP_EOL; + echo '
        '.PHP_EOL; + } + + if($i > 0 && ($i % $this->list_mod == 0)) { + echo '
      '.PHP_EOL; + echo ''.PHP_EOL; + echo '
      '.PHP_EOL; + echo '
      '.$slide_btn.'
      '.PHP_EOL; + echo '
      '.PHP_EOL; + echo '
      '.PHP_EOL; + } +?> + + + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/list.sort.skin.php b/theme/basic/mobile/skin/shop/basic/list.sort.skin.php new file mode 100644 index 000000000..fbb21ecfb --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/list.sort.skin.php @@ -0,0 +1,27 @@ +', 0); +?> + + +
      +

      상품 정렬

      + + +
      + \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/listcategory.skin.php b/theme/basic/mobile/skin/shop/basic/listcategory.skin.php new file mode 100644 index 000000000..be650c45c --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/listcategory.skin.php @@ -0,0 +1,36 @@ +'.$row['ca_name'].' ('.$row2['cnt'].')'; + $exists = true; +} + +if ($exists) { + + // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 + add_stylesheet('', 0); +?> + + + + + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/main.10.skin.php b/theme/basic/mobile/skin/shop/basic/main.10.skin.php new file mode 100644 index 000000000..71db7e894 --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/main.10.skin.php @@ -0,0 +1,81 @@ +', 0); +?> + + + + + + + + + +list_mod); +$li_width_style = ' style="width:'.$li_width.'%;"'; + +for ($i=0; $row=sql_fetch_array($result); $i++) { + if ($i == 0) { + if ($this->css) { + echo "
        css}\">\n"; + } else { + echo "\n"; + +if($i == 0) echo "

        등록된 상품이 없습니다.

        \n"; +?> + diff --git a/theme/basic/mobile/skin/shop/basic/main.event.skin.php b/theme/basic/mobile/skin/shop/basic/main.event.skin.php new file mode 100644 index 000000000..0c7a478ab --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/main.event.skin.php @@ -0,0 +1,48 @@ +', 0); +?> +
        +
        +

        EVENT

        +

        이벤트 모음

        +
        + + +
        + \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/mainbanner.10.skin.php b/theme/basic/mobile/skin/shop/basic/mainbanner.10.skin.php new file mode 100644 index 000000000..a1f80c066 --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/mainbanner.10.skin.php @@ -0,0 +1,76 @@ +', 0); +?> + +'.PHP_EOL.'
          '.PHP_EOL; + //print_r2($row); + // 테두리 있는지 + $bn_border = ($row['bn_border']) ? ' class="sbn_border"' : '';; + // 새창 띄우기인지 + $bn_new_win = ($row['bn_new_win']) ? ' target="_blank"' : ''; + + $bimg = G5_DATA_PATH.'/banner/'.$row['bn_id']; + if (file_exists($bimg)) + { + $banner = ''; + $size = getimagesize($bimg); + + if($size[2] < 1 || $size[2] > 16) + continue; + + if($max_width < $size[0]) + $max_width = $size[0]; + + if($max_height < $size[1]) + $max_height = $size[1]; + + echo ''.PHP_EOL; + if ($row['bn_url'][0] == '#') + $banner .= ''; + else if ($row['bn_url'] && $row['bn_url'] != 'http://') { + $banner .= ''; + } + echo $banner.''.$row['bn_alt'].''; + if($banner) + echo ''.PHP_EOL; + echo ''.PHP_EOL; + + $bn_first_class = ''; + $bn_slide_btn .= ''.PHP_EOL; + $bn_sl = ''; + } +} + +if ($i > 0) { + echo '
        '.PHP_EOL; + echo '
        '.$bn_slide_btn.'
        '.PHP_EOL; + echo ''.PHP_EOL; +?> + + + + \ No newline at end of file diff --git a/theme/basic/mobile/skin/shop/basic/navigation.skin.php b/theme/basic/mobile/skin/shop/basic/navigation.skin.php new file mode 100644 index 000000000..96db9baae --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/navigation.skin.php @@ -0,0 +1,38 @@ +'.$row['ca_name'].''; + } +} +else + $str = $g5['title']; + +//if ($it_id) $str .= " > $it[it_name]"; + +// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 +add_stylesheet('', 0); +?> + +
        + Home + +
        diff --git a/theme/basic/mobile/skin/shop/basic/personalpay.skin.php b/theme/basic/mobile/skin/shop/basic/personalpay.skin.php new file mode 100644 index 000000000..70df094fc --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/personalpay.skin.php @@ -0,0 +1,37 @@ +', 0); +?> + + +\n"; + } + + if($i % $list_mod == 0) + $li_clear = ' sct_clear'; + else + $li_clear = ''; + + $href = G5_SHOP_URL.'/personalpayform.php?pp_id='.$row['pp_id'].'&page='.$page; +?> +
      • > +
        +
        +
        +
      • + 0) echo "
      \n"; + +if($i == 0) echo "

      등록된 개인결제가 없습니다.

      \n"; +?> + diff --git a/theme/basic/mobile/skin/shop/basic/relation.10.skin.php b/theme/basic/mobile/skin/shop/basic/relation.10.skin.php new file mode 100644 index 000000000..60e9867d7 --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/relation.10.skin.php @@ -0,0 +1,81 @@ +', 0); +?> + + + + + + + + + +list_mod); +$li_width_style = ' style="width:'.$li_width.'%;"'; + +for ($i=0; $row=sql_fetch_array($result); $i++) { + if ($i == 0) { + if ($this->css) { + echo "
        css}\">\n"; + } else { + echo "\n"; + +if($i == 0) echo "

        등록된 관련상품이 없습니다.

        \n"; +?> + diff --git a/theme/basic/mobile/skin/shop/basic/style.css b/theme/basic/mobile/skin/shop/basic/style.css new file mode 100644 index 000000000..4c89f26f3 --- /dev/null +++ b/theme/basic/mobile/skin/shop/basic/style.css @@ -0,0 +1,318 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* ##### maint.(nn).skin.php, list.(nn).skin.php 공통 적용 시작 ##### */ +/* 공통 */ +.sct_wrap {margin:0 0 30px;zoom:1} +.sct_wrap:after {display:block;visibility:hidden;clear:both;content:""} +.sct_wrap header {margin:0 0 20px;zoom:1} +.sct_wrap header:after {display:block;visibility:hidden;clear:both;content:""} +.sct_wrap h2 {padding:10px 0 0;line-height:1em;text-align:center;font-weight:bold; letter-spacing:0.3em} +.sct_wrap h2 a {text-decoration:none} +.sct_wrap h2 a:hover{color:#34b5a1} +.sct_wrap_hdesc {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} + +.sct {margin:10px 5px 0 ;padding:0;list-style:none;zoom:1;clear:both;} +.sct:after {display:block;visibility:hidden;clear:both;content:""} +.sct_li {position:relative;text-align:center} +.sct_noitem {padding:50px 0;text-align:center} +.sct_icon img {margin:0 1px 0 0} +.sct_sns a {display:inline-block;margin:0 4px 0 0} +.sct_sns button {margin:0 4px 0 0;padding:0;border:0} + +.mli_btn button{background:url(img/mainlist_btn.gif) no-repeat; width:30px; height:30px;border:none;text-indent:-9999px} +.mli_btn button.mli_pre{position:absolute;top:0;left:10px} +.mli_btn button.mli_next{background-position: -33px 0;position:absolute;top:0;right:10px} + +/* 상품 목록 스킨 10 */ +.sct_10 .sct_li {position:relative;float:left;margin-bottom:10px} +.sct_10 .sct_last {margin:0 0 15px !important} +.sct_10 .sct_clear {clear:both;} +.sct_10 .sct_a {display:block;text-decoration:none;font-weight:bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;line-height:20px} +.sct_10 .sct_a img{width:100%;height:auto} +.sct_10 .sct_id {display:block;margin:0 0 5px} +.sct_10 .sct_basic {margin:0 0 10px} +.sct_10 .sct_cost {display:block;margin:0 0 5px;font-size:0.917em} +.sct_10 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal} +.sct_10 .sct_icon {margin:0 0 10px} +.sct_10 .sct_sns {margin:15px 0 0} +.sct_10 .sct_img{margin:0 5px 5px ;} +.li_more{text-align:center} +.li_more img{width:30px;margin:5px 0} +.li_more p{color:#aaa;margin-top:5px;display:none;} +.li_more button{background:#fff;border:3px double #e9e9e9;width:205px;padding:8px 0 ;font-size:0.917em;color:#797979;margin-top:15px} + +/* 관련상품 목록 스킨 10 */ +#sit_rel h2{text-align:center;margin:20px 0;letter-spacing:0.3em} + +/* 베스트상품 스킨 10 */ +#best_item{border-bottom:1px solid #e9e9e9;padding:20px 0 10px 5px;overflow:hidden;position:relative} +#best_item h2{position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#best_item #sbest_list{width:100%;overflow:hidden;} +#best_item .slide-wrap{margin:0px;overflow:hidden;position:relative;top:0;left:0;float:left;} +#best_item .sct_best{width:100%;position:relative;padding:0;float:left;} +#best_item .best_on{} +.sct_best .sct_li {position:relative;float:left;} +.sct_best .sct_last {margin:0 0 15px !important} +.sct_best .sct_clear {clear:both;margin-left:0} +.sct_best .sct_a {display:block;position:relative;text-decoration:none;font-weight:bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;} +.sct_best .sct_txt .sct_a {margin:0 0 5px;} +.sct_best .sct_a img{width:100%;height:auto} +.sct_best .sct_id {display:block;margin:0 0 5px} +.sct_best .sct_basic {margin:0 0 10px} +.sct_best .sct_cost {display:block;margin:0 0 10px;font-size:0.917em} +.sct_best .sct_icon {margin:0 0 10px} +.sct_best .sct_sns {margin:15px 0 0} +.sct_best .sct_img{position:relative;margin:0 5px 5px ;} +.sct_best .best_icon{background:url(img/prd_icon.png) no-repeat;position:absolute;top:0;left:0;font-size:0;width:25px;height:25px; display:inline-block;z-index:999;overflow:hidden;text-indent:-99999px} +.bst_silde_btn{text-align:center;margin:5px 0 10px} +.bst_silde_btn button{background:url(img/best_btn.gif) no-repeat 5px 5px; width:20px;height:20px;text-indent:-999px;font-size:0;border:none;} +.bst_silde_btn button.bst_sl{background-position:-11px 5px } + +/* 개인결제 목록 */ +.sct_pv {margin-top:10px} +.sct_pv .sct_li {position:relative;float:left;position:relative;float:left;margin-bottom:10px;} +.sct_pv .sct_img{padding:0 5px} +.sct_pv .sct_img a{border:1px solid #e2edef} +.sct_pv .sct_img img{width:100%;} +.sct_pv .sct_last {margin:0 0 15px !important} +.sct_pv .sct_clear {clear:both} +.sct_pv .sct_a {display:block;position:relative;margin:0 0 5px;text-decoration:none; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 20px;} +.sct_pv .sct_id {display:block;margin:0 0 5px} +.sct_pv .sct_basic {margin:0 0 10px} +.sct_pv .sct_cost {display:block;margin:0 0 10px;} +.sct_pv .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal} +.sct_pv .sct_icon {margin:0 0 10px} +/* ##### maint.(nn).skin.php, list.(nn).skin.php 공통 적용 끝 ##### */ + +/* 상품 목록 */ +#sct {} +.sct_admin {margin:0 0 10px;text-align:right} + +/* 상품 목록 현재 위치 */ +#sct_location {border:1px solid #e9e9e9;background:#f2f5f9;letter-spacing:-4px} +#sct_location a {display:inline-block;padding:5px 10px;text-decoration:none;letter-spacing:0 !important} +.sct_here {font-weight:bold} +.sct_bg {padding-right:13px !important;background:url('img/sct_bg_toright.gif') right 8px no-repeat} + +/* 상품 목록 카테고리 목록 */ +.sct_ct {text-align:center;width:100%;border-bottom:1px solid #e9e9e9; background:#f9f9f9;} +.sct_ct h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +.sct_ct ul {list-style:none;display:inline-block;margin:0;padding:5px 0} +.sct_ct ul:after {display:block;visibility:hidden;clear:both;content:""} +.sct_ct ul li {display:inline-block;background:url(img/sbmn_bg.gif) no-repeat left 50%;padding:0 15px 0 20px;letter-spacing:0.2em;font-size:0.917em;line-height:30px} +.sct_ct ul li:first-child{background:none} +.sct_ct a {text-decoration:none;color:#656565} +.sct_ct_parent {font-weight:bold} +.sct_ct_here {color:#ff3600 !important} + +#sct_ct_2 li {margin:0 0 10px} +#sct_ct_2 a {display:inline-block;width:120px} +#sct_ct_3 li {float:left;margin:0 10px 10px 0;width:120px} + +/* 상품 정렬 */ +#sct_sort {padding:10px 10px 0;clear:both} +#sct_sort:after {display:block;visibility:hidden;clear:both;content:""} +#sct_sort h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#sct_sort ul {margin:0;padding:0 0 0 1px;list-style:none;} +#sct_sort ul:after {display:block;visibility:hidden;clear:both;content:""} +#sct_sort li {float:left;position:relative;margin-left:-1px;width:33.33%} +#sct_sort li a{display:block;text-align:center;color:#8d8d8d;background:#fff;border-color:#e9e9e9;font-size:0.917em} + +/* 상품 리스트 스타일 선택 */ +#sct_lst {float:right;margin:10px 0;padding:0;list-style:none} +#sct_lst:after {display:block;visibility:hidden;clear:both;content:""} +#sct_lst li {position:relative;float:left;margin:0 0 0 -1px} +#sct_lst button {position:relative;margin:0 0 0 -1px;padding:0;width:25px;height:25px;border:1px solid #ccc} +#sct_lst button span {position:absolute;top:0;left:0;width:100%;height:100%;background:url('../shop/img/is_button.gif')} +#sct_lst button.sct_lst_list span {background-position:0 0} +#sct_lst button.sct_lst_list span.sct_lst_on {background-position:0 -30px} +#sct_lst button.sct_lst_gallery span {background-position:-30px 0} +#sct_lst button.sct_lst_gallery span.sct_lst_on {background-position:-30px -30px} + +/* 상품 상세보기 */ +#sit {margin: 0;border-top:1px solid #e9e9e9} +.sit_admin {margin:10px 10px 0;text-align:right} +.sit_empty {padding:30px 0;text-align:center} + +/* 상품상세 */ +#info_content {padding:0 10px 30px;zoom:1} +#info_content:after {display:block;visibility:hidden;clear:both;content:""} +#info_content h3 {margin:0 0 10px} +.if_tit{text-align:center;margin-top:10px;padding:10px;background:#f5f5f5;border:1px solid #e9e9e9;} +.win_desc_if{border:1px solid #e9e9e9;padding:10px;border-top:none;} +.win_desc{margin-top:10px} + +/* 상품 상세보기 - 개요 */ +#sit_ov_wrap {margin:0 0 20px;} +#sit_ov_wrap:after {display:block;visibility:hidden;clear:both;content:""} + +/* 상품 상세보기 - 이미지 미리보기 */ +#sit_pvi {position:relative;border-bottom:1px solid #e9e9e9;text-align:center} +#sit_pvi_prev {position:absolute;top:50%;left:0;background:url(img/item_btn.png) no-repeat;width:27px;height:45px;text-indent:-9999px;margin-top:-20px;} +#sit_pvi_next {position:absolute;top:50%;right:0;background:url(img/item_btn.png) no-repeat -40px 0;margin-top:-20px;width:27px;height:45px;text-indent:-9999px} +.sit_pvi_btn {display:none;z-index:10;width:20px;border:0;background:#f2f5f9} +#sit_pvi_slide {position:relative;margin:0 auto;padding:0;list-style:none;overflow-x:hidden} +#sit_pvi_slide li {display:none;position:absolute;left:0;top:0} +#sit_pvi_nw h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#sit_pvi_nwbig {padding:10px 0;text-align:center} +#sit_pvi_nwbig span {display:none} +#sit_pvi_nwbig span.visible {display:inline} +#sit_pvi_nw ul {margin:0 0 20px;padding:0 10px;list-style:none;zoom:1} +#sit_pvi_nw ul:after {display:block;visibility:hidden;clear:both;content:""} +#sit_pvi_nw li {float:left;margin:0 0 1px 1px} +#sit_pvi_nw li img {width:60px;height:60px} + +/* 상품 상세보기 - 간략정보 및 구매기능 */ +#sit_ov {position:relative;padding: 0;height:auto !important;} +#sit_ov h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#sit_ov h3 {margin:0 0 10px} +#sit_ov section{margin: 10px;padding-bottom:10px} + +#sit_title {display:block;margin:10px 10px 0;font-size:1.2em;} +#sit_desc {display:inline-block;margin:0 0 10px;color:#999} +#sit_opt_info {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +.sit_icon {display:block;margin: 0 0;} +.sit_icon img {margin:0 1px 0 0;vertical-align:top;margin:0 1px} + +#sit_star {color:#b8afa2;font-size:0.95em;padding:0 10px;line-height:2.2em} +#sit_star span {display:inline-block;margin:0 5px 0 0;color:#666;letter-spacing:0} +#sit_star .sit_star {position:relative;top:-2px;margin:0 5px 0 0} +#sit_star a {display:inline-block;vertical-align:middle} +#sit_star button {margin:0;padding:0;border:0} + +.sit_ov_tbl {margin:10px 10px;background:#f6f6f6;padding:0 10px;border-top:1px solid #e9e9e9;border:1px solid #e9e9e9;} +.sit_ov_tbl table{border-collapse:collapse;width:100%;border:0;font-size:0.917em} +.sit_ov_tbl th {border-top:1px solid #e9e9e9;font-weight:normal;text-align:left;padding:9px 0;} +.sit_ov_tbl td {padding:5px 0;border-top:1px solid #e9e9e9} +.sit_ov_tbl tr:first-child td,.sit_ov_tbl tr:first-child th{border:none} +.sit_ov_ro {padding:2px 2px 3px;border:0;background:transparent;text-align:right;vertical-align:middle} +.sit_ov_opt {padding:2px 2px 3px;border:0;background:transparent;vertical-align:middle} +.sit_ov_input {height:1.8em;border:1px solid #b8c9c2;background:transparent;vertical-align:middle} +.sit_ov_tbl button {margin:0} + +.sit_op_sl{width:100%;border-collapse:collapse;border:1px solid #e9e9e9;} +.sit_op_sl th{font-weight:normal;text-align:left;padding:0 0 0 10px;} +.sit_op_sl td{text-align:left;padding:9px 10px 9px 0} + +.sit_sel_btn {position:relative;top:-15px;right:-2px} /* 선택옵션용 추가 버튼 */ +.sit_sel_btn button {width:100%} + +#sit_ov_soldout {margin:0 0 20px;color:#ff3061;font-weight:bold;text-align:center} +#sit_ov_btn {margin:0;padding:0 10px;text-align:center;} +#sit_ov_btn:after {display:block;visibility:hidden;clear:both;content:""} +#sit_ov_btn a {display:inline-block;padding: 0;vertical-align:middle;text-decoration:none;letter-spacing:0.3em;line-height:40px;height:40px} +#sit_ov_btn input {padding:0;border:none;letter-spacing:0.3em;height:42px;line-height:42px} + #sit_btn_cart{background:#34b5a1;color:#fff;width:100%} +#sit_btn_buy, #sit_btn_wish {border:1px solid #34b5a1 !important;color:#34b5a1;width:49%;background:#fff;margin-top:5px} +#sit_btn_buy{float:left} +#sit_btn_wish{float:right } +#sit_btn_rec {background:#333;font-size:0.92em;color:#fff;padding:0 3px;height:25px;line-height:25px;display:inline-block;vertical-align:middle} +#sit_sns{text-align:center; padding-bottom:20px;border-bottom:1px solid #e9e9e9;} +#sit_sel_option,#sit_tot_price{padding:0 10px} + +/* 상품 상세보기 - 다른 상품 보기 */ +#sit_siblings {text-align:center;position:relative} +#sit_siblings h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#sit_siblings a {display:inline-block;background:#383838;color:#fff} +#sit_siblings a#siblings_prev {position:absolute;bottom:20px;left:10px;background: url(img/mainlist_btn.gif) no-repeat; width: 30px; height: 30px;text-indent:-999px;overflow:hidden} +#sit_siblings a#siblings_next {position:absolute;bottom:20px;right:10px;background: url(img/mainlist_btn.gif) no-repeat -33px 0; width: 30px; height: 30px;text-indent:-999px;overflow:hidden} +#sit_siblings a span {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} + +/* 상품 상세보기 하단 버튼 */ +#sit_more {-webkit-backface-visibility: hidden;padding:0;background-color: rgba(0, 0, 0, 0.8);position:fixed;bottom:0;left:0;width:100%;z-index:9999} +#sit_more:after {display:block;visibility:hidden;clear:both;content:""} +#sit_more li {position:relative;width:25%;float:left;letter-spacing:0.2em;background:url(img/item_bg.gif) no-repeat left 17px;} +#sit_more li:first-child{background:none} +#sit_more a {display:block;padding:15px 0 15px 2px;text-align:center;color:#fff} +.item_use_count,.item_qa_count{color:#999;padding-left:2px} + +/* 상품 상세보기 - 상품정보 */ +.close_btn{margin:30px 10px 10px;} +#iteminfo_close{width:100%;background:#000;border:none;color:#fff;padding:10px 0;} +#sit_inf_basic {margin:0 0 20px} +#sit_inf_explan {margin:0 0 10px;line-height:1.5em} +#sit_inf_explan img {max-width:100%;height:auto} +#sit_inf_open {margin:0;padding:0;list-style:none} +#sit_inf_open li {margin:0 0 1px;padding:8px 0;background:#fff;border:1px solid #f2f2f2;border-top:none;color:#727272} +#sit_inf_open li:after {display:block;visibility:hidden;clear:both;content:""} +#sit_inf_open strong {clear:both;float:left;padding:0 1%;width:28%;letter-spacing:-0.1em} +#sit_inf_open span {float:left;margin:0;padding:0 1%;width:68%} +#sit_inf h2{background:#f5f5f5;color:#444;padding:10px; border:1px solid #e9e9e9;text-align:center;} + +/* 상품 상세보기 - 사용후기 */ +.tit_no{position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#sit_use {margin:0 0 10px;padding:10px 10px 20px;border-bottom:1px solid #e9e9e9} +#sit_use_ol {margin:0 0 5px;padding:0;border-top:1px solid #e9e9e9;list-style:none} +.sit_use_li {position:relative;padding:0 0 10px;border-bottom:1px solid #e9e9e9;} +.sit_use_li_title {display:block;margin:0;padding:10px;width:100%;border:0;background:transparent;text-align:left} +.sit_use_li_title b{font-weight:normal;margin-right:2px} +.sit_use_dl {margin:0;padding:0 10px;position:relative} +.sit_use_dl:after {display:block;visibility:hidden;clear:both;content:""} +.sit_use_dl dt {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +.sit_use_dl dd {float:left;margin:0 10px 0 0;color:#888;font-size:0.917em} +.sit_use_star {margin:0 !important;position:absolute;bottom:0;right:10px} +.sit_use_con {display:none;padding:10px 10px 0} +.sit_use_p {margin:0 0 10px;padding:10px;background:#f2f2f2} +.sit_use_cmd {text-align:right} +.sit_use_cmd a.btn01{padding: 5px;} +#sit_use_wbtn {margin:0 0 5px;text-align:center} +#sit_use_write {} +#sit_use_write #is_subject {width:100%} +#sit_use_write ul {margin:5px 0 0} +#sit_use_write li {margin:0 0 5px} +#sit_use_write li label {display:inline-block;width:80px} +#sit_use_write_star {margin:0;padding:0;list-style:none} + +/* 상품 상세보기 - 상품문의 */ +#sit_qa {margin:0 0 10px;padding:10px 10px 20px;border-bottom:1px solid #e9e9e9} +#sit_qa_ol {margin:0 0 5px;padding:0;border-top:1px solid #e9e9e9;list-style:none} +.sit_qa_li {position:relative;padding:0 0 10px;border-bottom:1px solid #e9e9e9;} +.sit_qa_li_title {display:block;margin:0;padding:10px;width:100%;border:0;background:transparent;text-align:left} +.sit_qa_li_title b{font-weight:normal;margin-right:2px} +.sit_qa_dl {margin:0;padding:0 10px;position:relative} +.sit_qa_dl:after {display:block;visibility:hidden;clear:both;content:""} +.sit_qa_dl dt {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +.sit_qa_dl dd {float:left;margin:0 10px 0 0;color:#888;font-size:0.917em} +.sit_qa_dl dd.sit_qaa_yet,.sit_qa_dl dd.sit_qaa_done{position:absolute;bottom:0;right:0;background:#eee;padding:5px 8px;color:#888;border-radius:15px} +.sit_qa_dl dd.sit_qaa_done{background:#ff3e5e;color:#fff} +.sit_qa_con {display:none;padding:10px 10px 0} +.sit_qa_p {margin:0 0 10px;border:1px solid #e9e9e9;background:#fff;padding:0 10px;background:#f2f2f2;} +.sit_qa_p strong {display:inline-block;margin:0 0 10px;} +.sit_qa_p span.sit_alp{position:absolute;top:10px;left:0;background:#000;color:#fff;color:#fff;font-size:1.2em;font-weight:bold;width:25px;height:25px;line-height:25px;display:inline-block;border-radius:15px;text-align:center;} +.sit_qa_qaq,.sit_qa_qaa {padding:10px 0 10px 30px;position:relative} +.sit_qa_qaa {border-top:1px dotted #ddd} +.sit_qa_qaa span.sit_alp{background:#5b5b5b} +.sit_qa_con textarea {display:none} +.sit_qa_cmd {text-align:right} +.sit_qa_cmd a.btn01{padding:5px;} +.sit_qa_pw {display:none;position:absolute;top:30px;left:175px;padding:10px;width:348px;border:1px solid #000;background:#fff;text-align:center} +.sit_qa_pw span {display:block;margin:0 0 5px} + +#sit_qa_wbtn {margin:0 0 5px;text-align:center} +#sit_qa_w {display:none} +a.qa_wr{padding:10px 0;display:block;width:100%;text-align:center;background:#34b5a1;color:#fff;margin:10px 0} +#itemqa_list,#itemuse_list{ background: #fff; border: 3px double #e9e9e9; width: 205px; padding: 8px 0; font-size: 0.917em; color: #797979; margin-top: 15px;} + +/* 쇼핑몰 이벤트 */ +#sev {margin:0 10px;padding:0 15px;list-style:none;border:3px double #d6d6d6} +#sev li {border-top:1px solid #f2f2f2;padding:10px 0 ;text-align:center} +#sev li:first-child{border:none} +#sev li a{display:block} +#sev li a:hover{color:#34b5a1;} +#sev li img{width:100%} +.sev_admin{padding:10px 10px 0} + +/* 로딩안내 레이어 */ +#loading_message {z-index:10000;position:absolute;top:0;left:0;background:#fff;opacity:0.7} +#loading_message img {position:relative;opacity:1.0} + +/* 알림 box */ +#fancyalert {display:block;z-index:10000;position:absolute;top:0;left:0} +#fancyalert_inner {display:table;z-index:2;position:relative} +#fancyalert_inner div {display:table-cell;vertical-align:middle;text-align:center} +#fancyalert_inner span {display:block;margin:0 auto;padding:30px;width:200px;background:#1f1f1f;color:#f0f1f2} +#fancyalert_inner button {margin:15px 0 0;padding:10px 30px;border:0;background:#000;color:#fff} +#fancyalert_bg {z-index:0;position:absolute;top:0;left:0;width:100%;height:100%;vertical-align:middle;background:#000;text-align:center;opacity: 0.7} + +#sit_sms_new .tbl_frm01 th {width:100px} \ No newline at end of file diff --git a/theme/basic/mobile/skin/visit/basic/style.css b/theme/basic/mobile/skin/visit/basic/style.css new file mode 100644 index 000000000..5a9c00719 --- /dev/null +++ b/theme/basic/mobile/skin/visit/basic/style.css @@ -0,0 +1,11 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +#visit {border-bottom:1px dotted #dde4e9} +#visit div {zoom:1} +#visit div:after {display:block;visibility:hidden;clear:both;content:""} +#visit h2 {float:left;padding:10px} +#visit dl {float:left;margin:0 0 0 5px;padding:0} +#visit dt {float:left;margin:0;padding:10px 5px;letter-spacing:-0.1em} +#visit dd {float:left;margin:0 3px 0 0;padding:10px 5px} +#visit a {display:inline-block;padding:10px 3px;text-decoration:none} \ No newline at end of file diff --git a/theme/basic/mobile/skin/visit/basic/visit.skin.php b/theme/basic/mobile/skin/visit/basic/visit.skin.php new file mode 100644 index 000000000..04027bdec --- /dev/null +++ b/theme/basic/mobile/skin/visit/basic/visit.skin.php @@ -0,0 +1,25 @@ +', 0); +?> + + diff --git a/theme/basic/mobile/tail.php b/theme/basic/mobile/tail.php new file mode 100644 index 000000000..48a20763b --- /dev/null +++ b/theme/basic/mobile/tail.php @@ -0,0 +1,52 @@ + + + + +
        + + + +
        + +
        + + +
        + + Copyright © 소유하신 도메인. All rights reserved.
        + 상단으로 +
        +
        + + +PC 버전으로 보기 + + + + + \ No newline at end of file diff --git a/theme/basic/readme.txt b/theme/basic/readme.txt new file mode 100644 index 000000000..17ed951b7 --- /dev/null +++ b/theme/basic/readme.txt @@ -0,0 +1,8 @@ +Theme Name: 베이직 +Theme URI: http://theme.sir.co.kr/gnuboard5/demo/basic +Maker: SIR +Maker URI: http://sir.co.kr +Version: 1.0.0 +Detail: 베이직 테마는 SIR에서 제공하는 그누보드5 테마입니다. 베이직 테마는 웹표준 및 접근성을 준수합니다. +License: GNU LESSER GENERAL PUBLIC LICENSE Version 2.1 +License URI: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html \ No newline at end of file diff --git a/theme/basic/screenshot.png b/theme/basic/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..423a3993e322ca8e9d300249e51c3336deb8ac68 GIT binary patch literal 11304 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 YuY;XbV-|^EfBl7%l~R(dmM{wbUw`rJHUIzs literal 0 HcmV?d00001 diff --git a/theme/basic/shop/_common.php b/theme/basic/shop/_common.php new file mode 100644 index 000000000..ce036fb53 --- /dev/null +++ b/theme/basic/shop/_common.php @@ -0,0 +1,21 @@ +\'\"\\\'\\\"\%\=\(\)\s]/", "", $sort); +} else { + $sort = ''; +} + +if (isset($_REQUEST['sortodr'])) { + $sortodr = preg_match("/^(asc|desc)$/i", $sortodr) ? $sortodr : ''; +} else { + $sortodr = ''; +} + +if (!defined('G5_USE_SHOP') || !G5_USE_SHOP) + die('

        쇼핑몰 설치 후 이용해 주십시오.

        '); + +define('_SHOP_', true); +?> \ No newline at end of file diff --git a/theme/basic/shop/index.php b/theme/basic/shop/index.php new file mode 100644 index 000000000..4274a9905 --- /dev/null +++ b/theme/basic/shop/index.php @@ -0,0 +1,149 @@ + + + + + + + + +
        +
        +

        히트상품

        +

        히트상품 모음

        +
        + set_type(1); + $list->set_view('it_img', true); + $list->set_view('it_id', true); + $list->set_view('it_name', true); + $list->set_view('it_basic', true); + $list->set_view('it_cust_price', true); + $list->set_view('it_price', true); + $list->set_view('it_icon', true); + $list->set_view('sns', true); + echo $list->run(); + ?> +
        + + + + + +
        +
        +

        추천상품

        +

        추천상품 모음

        +
        + set_type(2); + $list->set_view('it_id', false); + $list->set_view('it_name', true); + $list->set_view('it_basic', true); + $list->set_view('it_cust_price', true); + $list->set_view('it_price', true); + $list->set_view('it_icon', true); + $list->set_view('sns', true); + echo $list->run(); + ?> +
        + + + + + +
        +
        +

        최신상품

        +

        최신상품 모음

        +
        + set_type(3); + $list->set_view('it_id', false); + $list->set_view('it_name', true); + $list->set_view('it_basic', true); + $list->set_view('it_cust_price', true); + $list->set_view('it_price', true); + $list->set_view('it_icon', true); + $list->set_view('sns', true); + echo $list->run(); + ?> +
        + + + + + +
        +
        +

        인기상품

        +

        인기상품 모음

        +
        + set_type(4); + $list->set_view('it_id', false); + $list->set_view('it_name', true); + $list->set_view('it_basic', true); + $list->set_view('it_cust_price', true); + $list->set_view('it_price', true); + $list->set_view('it_icon', true); + $list->set_view('sns', true); + echo $list->run(); + ?> +
        + + + + + +
        +
        +

        할인상품

        +

        할인상품 모음

        +
        + set_type(5); + $list->set_view('it_id', false); + $list->set_view('it_name', true); + $list->set_view('it_basic', true); + $list->set_view('it_cust_price', true); + $list->set_view('it_price', true); + $list->set_view('it_icon', true); + $list->set_view('sns', true); + echo $list->run(); + ?> +
        + + + + +
        +

        커뮤니티 최신글

        + + + +
        + + + + + + + \ No newline at end of file diff --git a/theme/basic/shop/shop.head.php b/theme/basic/shop/shop.head.php new file mode 100644 index 000000000..3e4b5f047 --- /dev/null +++ b/theme/basic/shop/shop.head.php @@ -0,0 +1,122 @@ + + + +
        +

        + + + + + + + +
        + + +
        +

        쇼핑몰 검색

        +
        + + + + + +
        + +
        + + +
        + +
        + +
        + + + +
        + + + + + + + + + + + + + + + +
        + + + +
        +
        + +
        + + + +
        + \ No newline at end of file diff --git a/theme/basic/shop/shop.tail.php b/theme/basic/shop/shop.tail.php new file mode 100644 index 000000000..6db8354da --- /dev/null +++ b/theme/basic/shop/shop.tail.php @@ -0,0 +1,61 @@ + + +
        + + + +
        + +
        +
        + + +

        + 회사명 + 주소
        + 사업자 등록번호 + 대표 + 전화 + 팩스
        + + 통신판매업신고번호 + 개인정보관리책임자 + + 부가통신사업신고번호 '.$default['de_admin_buga_no'].''; ?>
        + Copyright © 2001-2013 . All Rights Reserved. +

        + 상단으로 +
        +
        + + + + + + + diff --git a/theme/basic/skin/board/basic/img/btn_close.gif b/theme/basic/skin/board/basic/img/btn_close.gif new file mode 100644 index 0000000000000000000000000000000000000000..040b180ac6584ae612ef2886487110f0ad079963 GIT binary patch literal 211 zcmZ?wbhEHbC>lw|Nj2|^XJd+Ki|K7yLIc<@85r}UAy+@_wT|Ns9P2m!^PEMO%%AQEIJ18abSL2rs@7wgh> zI-xzeYYr882T$7a>~-(!J@=MOy}Z$ltNl`73Cq0Bi3wIGB-b=ECVhGFY*&ANIg94( d^Unm859R4|2rw-)wA%9i`(c-qSMQw}tN}eeW+eas literal 0 HcmV?d00001 diff --git a/theme/basic/skin/board/basic/img/icon_file.gif b/theme/basic/skin/board/basic/img/icon_file.gif new file mode 100644 index 0000000000000000000000000000000000000000..cca47f566ac0db655fb2ab0f56628b64958e48b2 GIT binary patch literal 107 zcmZ?wbhEHb-Wqsc#^P~2x#@rVooH@5wHB9i@BozKb;P9uI^*c|UyXO5@>VyLmgEat< Cr6(f* literal 0 HcmV?d00001 diff --git a/theme/basic/skin/board/basic/img/icon_hot.gif b/theme/basic/skin/board/basic/img/icon_hot.gif new file mode 100644 index 0000000000000000000000000000000000000000..c95b839aeef0c1e26a4bab4ea50cd6d3f1969d7f GIT binary patch literal 97 zcmZ?wbhEHbzHen|7VvwFnzUPlarEA ZqW~YXyUO~T+#YkUoJ%V_>ib05Q5F AasU7T literal 0 HcmV?d00001 diff --git a/theme/basic/skin/board/basic/img/icon_mobile.gif b/theme/basic/skin/board/basic/img/icon_mobile.gif new file mode 100644 index 0000000000000000000000000000000000000000..ad934d23c440c83db0c4589596465cb087353e01 GIT binary patch literal 62 zcmZ?wbhEHbZ% literal 0 HcmV?d00001 diff --git a/theme/basic/skin/board/basic/img/icon_reply.gif b/theme/basic/skin/board/basic/img/icon_reply.gif new file mode 100644 index 0000000000000000000000000000000000000000..91c135977b4f445a90c849310dc80efde1983830 GIT binary patch literal 77 zcmZ?wbhEHb&!1E4^4&ClEzh)PmWxV3{9A~!gB2-%RL5bHcgg3Zp^!+W)H2^A_AxQuL literal 0 HcmV?d00001 diff --git a/theme/basic/skin/board/basic/img/icon_sound.gif b/theme/basic/skin/board/basic/img/icon_sound.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5188318a5cdc394b984125c0ddd376c5f57bbe4 GIT binary patch literal 113 zcmZ?wbhEHbE1CJY$zMikVi`-#gIi|DbmsXBWf6U5szE@->A`0*`&<;b@XASRrB8=E6~=S>Pbm I%fes{0AXt-SpWb4 literal 0 HcmV?d00001 diff --git a/theme/basic/skin/board/basic/list.skin.php b/theme/basic/skin/board/basic/list.skin.php new file mode 100644 index 000000000..d995a8555 --- /dev/null +++ b/theme/basic/skin/board/basic/list.skin.php @@ -0,0 +1,255 @@ +', 0); +?> + +

        목록

        + + +
        + + + + + + + + +
        +
        + Total + 페이지 +
        + + + + +
        + + +
        + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + "> + + + + + + + + + + + + + '; } ?> + +
        목록
        번호 + + + 제목글쓴이날짜조회추천비추천
        + 공지'; + else if ($wr_id == $list[$i]['wr_id']) + echo "열람중"; + else + echo $list[$i]['num']; + ?> + + + + + + + + + + + 댓글 + + + '; } + + if (isset($list[$i]['icon_new'])) echo $list[$i]['icon_new']; + if (isset($list[$i]['icon_hot'])) echo $list[$i]['icon_hot']; + if (isset($list[$i]['icon_file'])) echo $list[$i]['icon_file']; + if (isset($list[$i]['icon_link'])) echo $list[$i]['icon_link']; + if (isset($list[$i]['icon_secret'])) echo $list[$i]['icon_secret']; + + ?> +
        게시물이 없습니다.
        +
        + + +
        + +
          +
        • +
        • +
        • +
        + + + + + +
        + +
        +
        + + + + + + + + + +
        + 게시물 검색 + +
        + + + + + + + + +
        +
        + + + + + + diff --git a/theme/basic/skin/board/basic/style.css b/theme/basic/skin/board/basic/style.css new file mode 100644 index 000000000..8d63d833f --- /dev/null +++ b/theme/basic/skin/board/basic/style.css @@ -0,0 +1,256 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* ### 기본 스타일 커스터마이징 시작 ### */ + +/* 게시판 버튼 */ +/* 목록 버튼 */ +#bo_list a.btn_b01 {} +#bo_list a.btn_b01:focus, #bo_list a.btn_b01:hover {} +#bo_list a.btn_b02 {} +#bo_list a.btn_b02:focus, #bo_list a.btn_b02:hover {} +#bo_list a.btn_admin {} /* 관리자 전용 버튼 */ +#bo_list a.btn_admin:focus, #bo_list .btn_admin:hover {} + +/* 읽기 버튼 */ +#bo_v a.btn_b01 {} +#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {} +#bo_v a.btn_b02 {} +#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {} +#bo_v a.btn_admin {} /* 관리자 전용 버튼 */ +#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {} + +/* 쓰기 버튼 */ +#bo_w .btn_confirm {} /* 서식단계 진행 */ +#bo_w .btn_submit {} +#bo_w button.btn_submit {} +#bo_w fieldset .btn_submit {} +#bo_w .btn_cancel {} +#bo_w button.btn_cancel {} +#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {} +#bo_w a.btn_frmline, #bo_w button.btn_frmline {} /* 우편번호검색버튼 등 */ +#bo_w button.btn_frmline {} + +/* 기본 테이블 */ +/* 목록 테이블 */ +#bo_list .tbl_head01 {} +#bo_list .tbl_head01 caption {} +#bo_list .tbl_head01 thead th {} +#bo_list .tbl_head01 thead a {} +#bo_list .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ +#bo_list .tbl_head01 tfoot th {} +#bo_list .tbl_head01 tfoot td {} +#bo_list .tbl_head01 tbody th {} +#bo_list .tbl_head01 td {} +#bo_list .tbl_head01 a {} +#bo_list td.empty_table {} + +/* 읽기 내 테이블 */ +#bo_v .tbl_head01 {} +#bo_v .tbl_head01 caption {} +#bo_v .tbl_head01 thead th {} +#bo_v .tbl_head01 thead a {} +#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ +#bo_v .tbl_head01 tfoot th {} +#bo_v .tbl_head01 tfoot td {} +#bo_v .tbl_head01 tbody th {} +#bo_v .tbl_head01 td {} +#bo_v .tbl_head01 a {} +#bo_v td.empty_table {} + +/* 쓰기 테이블 */ +#bo_w table {} +#bo_w caption {} +#bo_w .frm_info {} +#bo_w .frm_address {} +#bo_w .frm_file {} + +#bo_w .tbl_frm01 {} +#bo_w .tbl_frm01 th {} +#bo_w .tbl_frm01 td {} +#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input {} +#bo_w .tbl_frm01 textarea {} +/* +#bo_w .tbl_frm01 #captcha {} +#bo_w .tbl_frm01 #captcha input {} +*/ +#bo_w .tbl_frm01 a {} + +/* 필수입력 */ +#bo_w .required, #bo_w textarea.required {} + +#bo_w .cke_sc {} +#bo_w button.btn_cke_sc{} +#bo_w .cke_sc_def {} +#bo_w .cke_sc_def dl {} +#bo_w .cke_sc_def dl:after {} +#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {} +#bo_w .cke_sc_def dt {} +#bo_w .cke_sc_def dd {} + +/* ### 기본 스타일 커스터마이징 끝 ### */ + +/* 게시판 목록 */ +#bo_list .td_board {width:120px;text-align:center} +#bo_list .td_chk {width:30px;text-align:center} +#bo_list .td_date {width:60px;text-align:center} +#bo_list .td_datetime {width:110px;text-align:center} +#bo_list .td_group {width:100px;text-align:center} +#bo_list .td_mb_id {width:100px;text-align:center} +#bo_list .td_mng {width:80px;text-align:center} +#bo_list .td_name {width:100px;text-align:left} +#bo_list .td_nick {width:100px;text-align:center} +#bo_list .td_num {width:50px;text-align:center} +#bo_list .td_numbig {width:80px;text-align:center} + +#bo_list .txt_active {color:#5d910b} +#bo_list .txt_expired {color:#ccc} + +#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_cate ul {margin-bottom:10px;padding-left:1px;zoom:1} +#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""} +#bo_cate li {float:left;margin-bottom:-1px} +#bo_cate a {display:block;position:relative;margin-left:-1px;padding:6px 0 5px;width:90px;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer} +#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none} +#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold} + +.td_subject img {margin-left:3px} + +/* 게시판 목록 공통 */ +.bo_fx {margin-bottom:5px;zoom:1} +.bo_fx:after {display:block;visibility:hidden;clear:both;content:""} +.bo_fx ul {margin:0;padding:0;list-style:none} +#bo_list_total {float:left;padding-top:5px} +.btn_bo_user {float:right;margin:0;padding:0;list-style:none} +.btn_bo_user li {float:left;margin-left:5px} +.btn_bo_adm {float:left} +.btn_bo_adm li {float:left;margin-right:5px} +.btn_bo_adm input {padding:8px;border:0;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} +.bo_notice td {background:#f5f6fa} +.bo_notice td a {font-weight:bold} +.td_num strong {color:#000} +.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;border-right:1px solid #e7f1ed;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */ +.bo_current {color:#e8180c} +#bo_list .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold} + +#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center} +#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden} + +/* 게시판 쓰기 */ +#char_count_desc {display:block;margin:0 0 5px;padding:0} +#char_count_wrap {margin:5px 0 0;text-align:right} +#char_count {font-weight:bold} + +#autosave_wrapper {position:relative} +#autosave_pop {display:none;z-index:10;position:absolute;top:24px;right:117px;padding:8px;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;overflow-y:scroll} +html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */ +#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden} +#autosave_pop div {text-align:right} +#autosave_pop button {margin:0;padding:0;border:0;background:transparent} +#autosave_pop ul {margin:10px 0;padding:0;border-top:1px solid #e9e9e9;list-style:none} +#autosave_pop li {padding:8px 5px;border-bottom:1px solid #e9e9e9;zoom:1} +#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""} +#autosave_pop a {display:block;float:left} +#autosave_pop span {display:block;float:right} +.autosave_close {cursor:pointer} +.autosave_content {display:none} + +/* 게시판 읽기 */ +#bo_v {margin-bottom:20px;padding-bottom:20px} + +#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#ff3061;color:#fff;font-weight:bold;line-height:2.2em} + +#bo_v_title {padding:10px 0;font-size:1.2em} + +#bo_v_info {padding:0 0 10px;border-bottom:1px solid #ddd} +#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal} +#bo_v_info .sv_member, +#bo_v_info .sv_guest, +#bo_v_info .member, +#bo_v_info .guest {font-weight:bold} + +#bo_v_file {} +#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_v_file ul {margin:0;padding:0;list-style:none} +#bo_v_file li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa} +#bo_v_file a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word} +#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none} +#bo_v_file img {float:left;margin:0 10px 0 0} +.bo_v_file_cnt {display:inline-block;margin:0 0 3px 16px} + +#bo_v_link {} +#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_v_link ul {margin:0;padding:0;list-style:none} +#bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa} +#bo_v_link a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word} +#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none} +.bo_v_link_cnt {display:inline-block;margin:0 0 3px 16px} + +#bo_v_top {margin:0 0 10px;padding:10px 0;zoom:1} +#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_v_top ul {margin:0;padding:0;list-style:none} + +#bo_v_bot {zoom:1} +#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_v_bot ul {margin:0;padding:0;list-style:none} + +.bo_v_nb {float:left} +.bo_v_nb li {float:left;margin-right:5px} +.bo_v_com {float:right} +.bo_v_com li {float:left;margin-left:5px} + +#bo_v_atc {min-height:200px;height:auto !important;height:200px} +#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden} + +#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1} +#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto} + +#bo_v_con {margin-bottom:30px;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden} +#bo_v_con a {color:#000;text-decoration:underline} +#bo_v_con img {max-width:100%;height:auto} + +#bo_v_act {margin-bottom:30px;text-align:center} +#bo_v_act .bo_v_act_gng {position:relative} +#bo_v_act a {margin-right:5px;vertical-align:middle} +#bo_v_act strong {color:#ff3061} +#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center} + +#bo_v_sns {margin:0 0 20px;padding:0;list-style:none;zoom:1} +#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_sns li {float:left;margin:0 5px 0 0} + +/* 게시판 댓글 */ +#bo_vc {margin:0 0 20px;padding:20px 20px 10px;border:1px solid #e5e8ec;background:#f5f8f9} +#bo_vc h2 {margin-bottom:10px} +#bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc} +#bo_vc header {position:relative;padding:15px 0 5px} +#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px} +#bo_vc .sv_wrap {margin-right:15px} +#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold} +.bo_vc_hdinfo {display:inline-block;margin:0 15px 0 5px} +#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_vc a {color:#000;text-decoration:none} +#bo_vc p {padding:0 0 5px;line-height:1.8em} +#bo_vc p a {text-decoration:underline} +#bo_vc p a.s_cmt {text-decoration:none} +#bo_vc_empty {margin:0;padding:20px !important;text-align:center} +#bo_vc #bo_vc_winfo {float:left} +#bo_vc footer {zoom:1} +#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""} + +.bo_vc_act {float:right;margin:0;list-style:none;zoom:1} +.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""} +.bo_vc_act li {float:left;margin-left:5px} + +#bo_vc_w {position:relative;margin:0 0 10px;padding:0 0 20px;border-bottom:1px solid #cfded8} +#bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_vc_w #char_cnt {display:block;margin:0 0 5px} + +#bo_vc_sns {margin:0;padding:0;list-style:none;zoom:1} +#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""} +#bo_vc_sns li {float:left;margin:0 20px 0 0} +#bo_vc_sns input {margin:0 0 0 5px} \ No newline at end of file diff --git a/theme/basic/skin/board/basic/view.skin.php b/theme/basic/skin/board/basic/view.skin.php new file mode 100644 index 000000000..7670a331c --- /dev/null +++ b/theme/basic/skin/board/basic/view.skin.php @@ -0,0 +1,283 @@ +', 0); +?> + + + + +
        + +
        +
        +

        + +

        +
        + +
        +

        페이지 정보

        + 작성자 + 작성일 + 조회 + 댓글 +
        + + + + + +
        +

        첨부파일

        + +
        + + + + + + + + + + +
        + + + + + + + +
        + + +
        +

        본문

        + + \n"; + + for ($i=0; $i<=count($view['file']); $i++) { + if ($view['file'][$i]['view']) { + //echo $view['file'][$i]['view']; + echo get_view_thumbnail($view['file'][$i]['view']); + } + } + + echo "\n"; + } + ?> + + +
        + + + +

        + + + +
        + 스크랩 + + + 추천 + + + + + + 비추천 + + + +
        + +
        + 추천 + 비추천 +
        + + +
        + + + + + + +
        + +
        + + +
        + + + + + + \ No newline at end of file diff --git a/theme/basic/skin/board/basic/view_comment.skin.php b/theme/basic/skin/board/basic/view_comment.skin.php new file mode 100644 index 000000000..20d997b44 --- /dev/null +++ b/theme/basic/skin/board/basic/view_comment.skin.php @@ -0,0 +1,330 @@ + + + + + +
        +

        댓글목록

        + \]/i", "", $comment); + $cmt_sv = $cmt_amt - $i + 1; // 댓글 헤더 z-index 재설정 ie8 이하 사이드뷰 겹침 문제 해결 + ?> + +
        style="margin-left:px;border-top-color:#e0e0e0"> +
        +

        님의 댓글

        + + 댓글의 댓글 + + 아이피 + + + 작성일 + + +
        + + +

        + 비밀글 + +

        + + + + + " id="secret_comment_"> + + + + + +
        + +

        등록된 댓글이 없습니다.

        + +
        + + + + + + + + + \ No newline at end of file diff --git a/theme/basic/skin/board/basic/write.skin.php b/theme/basic/skin/board/basic/write.skin.php new file mode 100644 index 000000000..f0e7e91e8 --- /dev/null +++ b/theme/basic/skin/board/basic/write.skin.php @@ -0,0 +1,268 @@ +', 0); +?> + +
        +

        + + +
        + + + + + + + + + + + + '."\n".''; + } + + if ($is_html) { + if ($is_dhtml_editor) { + $option_hidden .= ''; + } else { + $option .= "\n".''."\n".''; + } + } + + if ($is_secret) { + if ($is_admin || $is_secret==1) { + $option .= "\n".''."\n".''; + } else { + $option_hidden .= ''; + } + } + + if ($is_mail) { + $option .= "\n".''."\n".''; + } + } + + echo $option_hidden; + ?> + +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        class="frm_input " maxlength="20">
        옵션
        + +
        +
        + + + + +
        + 임시 저장된 글 목록 +
        +
          +
          +
          + +
          +
          + + +

          이 게시판은 최소 글자 이상, 최대 글자 이하까지 글을 쓰실 수 있습니다.

          + + + + +
          글자
          + +
          " id="wr_link" class="frm_input" size="50">
          파일 # + + + + + + + +
          자동등록방지 + +
          +
          + +
          + + 취소 +
          +
          + + +
          + \ No newline at end of file diff --git a/theme/basic/skin/board/gallery/img/btn_close.gif b/theme/basic/skin/board/gallery/img/btn_close.gif new file mode 100644 index 0000000000000000000000000000000000000000..040b180ac6584ae612ef2886487110f0ad079963 GIT binary patch literal 211 zcmZ?wbhEHbC>lw|Nj2|^XJd+Ki|K7yLIc<@85r}UAy+@_wT|Ns9P2m!^PEMO%%AQEIJ18abSL2rs@7wgh> zI-xzeYYr882T$7a>~-(!J@=MOy}Z$ltNl`73Cq0Bi3wIGB-b=ECVhGFY*&ANIg94( d^Unm859R4|2rw-)wA%9i`(c-qSMQw}tN}eeW+eas literal 0 HcmV?d00001 diff --git a/theme/basic/skin/board/gallery/img/icon_file.gif b/theme/basic/skin/board/gallery/img/icon_file.gif new file mode 100644 index 0000000000000000000000000000000000000000..cca47f566ac0db655fb2ab0f56628b64958e48b2 GIT binary patch literal 107 zcmZ?wbhEHb-Wqsc#^P~2x#@rVooH@5wHB9i@BozKb;P9uI^*c|UyXO5@>VyLmgEat< Cr6(f* literal 0 HcmV?d00001 diff --git a/theme/basic/skin/board/gallery/img/icon_hot.gif b/theme/basic/skin/board/gallery/img/icon_hot.gif new file mode 100644 index 0000000000000000000000000000000000000000..c95b839aeef0c1e26a4bab4ea50cd6d3f1969d7f GIT binary patch literal 97 zcmZ?wbhEHbzHen|7VvwFnzUPlarEA ZqW~YXyUO~T+#YkUoJ%V_>ib05Q5F AasU7T literal 0 HcmV?d00001 diff --git a/theme/basic/skin/board/gallery/img/icon_mobile.gif b/theme/basic/skin/board/gallery/img/icon_mobile.gif new file mode 100644 index 0000000000000000000000000000000000000000..ad934d23c440c83db0c4589596465cb087353e01 GIT binary patch literal 62 zcmZ?wbhEHbZ% literal 0 HcmV?d00001 diff --git a/theme/basic/skin/board/gallery/img/icon_reply.gif b/theme/basic/skin/board/gallery/img/icon_reply.gif new file mode 100644 index 0000000000000000000000000000000000000000..91c135977b4f445a90c849310dc80efde1983830 GIT binary patch literal 77 zcmZ?wbhEHb&!1E4^4&ClEzh)PmWxV3{9A~!gB2-%RL5bHcgg3Zp^!+W)H2^A_AxQuL literal 0 HcmV?d00001 diff --git a/theme/basic/skin/board/gallery/img/icon_sound.gif b/theme/basic/skin/board/gallery/img/icon_sound.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5188318a5cdc394b984125c0ddd376c5f57bbe4 GIT binary patch literal 113 zcmZ?wbhEHbE1CJY$zMikVi`-#gIi|DbmsXBWf6U5szE@->A`0*`&<;b@XASRrB8=E6~=S>Pbm I%fes{0AXt-SpWb4 literal 0 HcmV?d00001 diff --git a/theme/basic/skin/board/gallery/list.skin.php b/theme/basic/skin/board/gallery/list.skin.php new file mode 100644 index 000000000..507fe6000 --- /dev/null +++ b/theme/basic/skin/board/gallery/list.skin.php @@ -0,0 +1,249 @@ +', 0); +?> + +

          목록

          + + +
          + + + + + +
          +
          + Total + 페이지 +
          + + + + +
          + +
          + + + + + + + + + + +
          + + +
          + + +
            + 0 && ($i % $bo_gallery_cols == 0)) + $style = 'clear:both;'; + else + $style = ''; + if ($i == 0) $k = 0; + $k += 1; + if ($k % $bo_gallery_cols == 0) $style .= "margin:0 !important;"; + ?> +
          • + + + + + + 열람중"; + else + echo $list[$i]['num']; + ?> + + +
          • + + 게시물이 없습니다."; } ?> +
          + + +
          + +
            +
          • +
          • +
          • +
          + + + + + +
          + +
          +
          + + + + + + + + + +
          + 게시물 검색 + +
          + + + + + + + + +
          +
          + + + + + + diff --git a/theme/basic/skin/board/gallery/style.css b/theme/basic/skin/board/gallery/style.css new file mode 100644 index 000000000..5701375da --- /dev/null +++ b/theme/basic/skin/board/gallery/style.css @@ -0,0 +1,249 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* ### 기본 스타일 커스터마이징 시작 ### */ + +/* 게시판 버튼 */ +/* 목록 버튼 */ +#bo_gall a.btn_b01 {} +#bo_gall a.btn_b01:focus, #bo_gall a.btn_b01:hover {} +#bo_gall a.btn_b02 {} +#bo_gall a.btn_b02:focus, #bo_gall a.btn_b02:hover {} +#bo_gall a.btn_admin {} /* 관리자 전용 버튼 */ +#bo_gall a.btn_admin:focus, #bo_gall .btn_admin:hover {} + +/* 읽기 버튼 */ +#bo_v a.btn_b01 {} +#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {} +#bo_v a.btn_b02 {} +#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {} +#bo_v a.btn_admin {} /* 관리자 전용 버튼 */ +#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {} + +/* 쓰기 버튼 */ +#bo_w .btn_confirm {} /* 서식단계 진행 */ +#bo_w .btn_submit {} +#bo_w button.btn_submit {} +#bo_w fieldset .btn_submit {} +#bo_w .btn_cancel {} +#bo_w button.btn_cancel {} +#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {} +#bo_w a.btn_frmline, #bo_w button.btn_frmline {} /* 우편번호검색버튼 등 */ +#bo_w button.btn_frmline {} + +/* 기본 테이블 */ +/* 읽기 내 테이블 */ +#bo_v .tbl_head01 {} +#bo_v .tbl_head01 caption {} +#bo_v .tbl_head01 thead th {} +#bo_v .tbl_head01 thead a {} +#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ +#bo_v .tbl_head01 tfoot th {} +#bo_v .tbl_head01 tfoot td {} +#bo_v .tbl_head01 tbody th {} +#bo_v .tbl_head01 td {} +#bo_v .tbl_head01 a {} +#bo_v td.empty_table {} + +/* 쓰기 테이블 */ +#bo_w table {} +#bo_w caption {} +#bo_w .frm_info {} +#bo_w .frm_address {} +#bo_w .frm_file {} + +#bo_w .tbl_frm01 {} +#bo_w .tbl_frm01 th {} +#bo_w .tbl_frm01 td {} +#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input {} +#bo_w .tbl_frm01 textarea {} +/* +#bo_w .tbl_frm01 #captcha {} +#bo_w .tbl_frm01 #captcha input {} +*/ +#bo_w .tbl_frm01 a {} + +/* 필수입력 */ +#bo_w .required, #bo_w textarea.required {} + +#bo_w .cke_sc {} +#bo_w button.btn_cke_sc{} +#bo_w .cke_sc_def {} +#bo_w .cke_sc_def dl {} +#bo_w .cke_sc_def dl:after {} +#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {} +#bo_w .cke_sc_def dt {} +#bo_w .cke_sc_def dd {} + +/* ### 기본 스타일 커스터마이징 끝 ### */ + +/* 게시판 목록 */ +#bo_cate h2 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} +#bo_cate ul {margin-bottom:10px;padding-left:1px;zoom:1} +#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""} +#bo_cate li {float:left;margin-bottom:-1px} +#bo_cate a {display:block;position:relative;margin-left:-1px;padding:6px 0 5px;width:90px;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer} +#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none} +#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold} + +.td_subject img {margin-left:3px} + +/* 갤러리 목록 */ +#bo_gall h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} +#bo_gall #gall_ul {margin:10px 0 0;padding:0;list-style:none;zoom:1} +#bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""} +#bo_gall .gall_li {float:left;margin:0 10px 30px 0} + +#bo_gall .gall_con {margin:0;padding:0;list-style:none} +#bo_gall .gall_con li {margin:0 0 4px} +#bo_gall .gall_con .gall_subject {display:inline-block;width:50px} + +#bo_gall .gall_now .gall_text_href a {color:#ff3061} + +#bo_gall .gall_href a:link, #bo_gall .gall_href a:focus, #bo_gall .gall_href a:hover {text-decoration:none} +#bo_gall .gall_href strong, #bo_gall .gall_href span {display:inline-block;background:#f7f7f7;text-align:center;line-height:10em} + +#bo_gall .gall_text_href {margin:10px 0 !important} +#bo_gall .gall_text_href a {font-weight:bold} +#bo_gall .gall_text_href span {display:inline !important} +#bo_gall .gall_text_href img {margin:0 0 0 4px} + +/* 게시판 목록 공통 */ +.bo_fx {margin-bottom:5px;zoom:1} +.bo_fx:after {display:block;visibility:hidden;clear:both;content:""} +.bo_fx ul {margin:0;padding:0;list-style:none} +#bo_list_total {float:left;padding-top:5px} +.btn_bo_user {float:right;margin:0;padding:0;list-style:none} +.btn_bo_user li {float:left;margin-left:5px} +.btn_bo_adm {float:left} +.btn_bo_adm li {float:left;margin-right:5px} +.btn_bo_adm input {padding:7px;border:0;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} +.bo_notice td {background:#f7f7f2} +.bo_notice td a {font-weight:bold} +.td_num strong {color:#000} +.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;border-right:1px solid #e7f1ed;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */ +.bo_current {color:#e8180c} + +#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center} +#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden} + +#bo_gall li.empty_list {padding:85px 0;text-align:center} + +/* 게시판 쓰기 */ +#char_count_desc {display:block;margin:0 0 5px;padding:0} +#char_count_wrap {margin:5px 0 0;text-align:right} +#char_count {font-weight:bold} + +#autosave_wrapper {position:relative} +#autosave_pop {display:none;z-index:10;position:absolute;top:24px;right:117px;padding:8px;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;overflow-y:scroll} +html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */ +#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden} +#autosave_pop div {text-align:right} +#autosave_pop button {margin:0;padding:0;border:0;background:transparent} +#autosave_pop ul {margin:10px 0;padding:0;border-top:1px solid #e9e9e9;list-style:none} +#autosave_pop li {padding:8px 5px;border-bottom:1px solid #e9e9e9;zoom:1} +#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""} +#autosave_pop a {display:block;float:left} +#autosave_pop span {display:block;float:right} +.autosave_close {cursor:pointer} +.autosave_content {display:none} + +/* 게시판 읽기 */ +#bo_v {margin-bottom:20px;padding-bottom:20px} + +#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#565e60;color:#fff;font-weight:bold;line-height:2.2em} + +#bo_v_title {padding:10px 0;font-size:1.2em} + +#bo_v_info {padding:0 0 10px;border-bottom:1px solid #ddd} +#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal} +#bo_v_info .sv_member, +#bo_v_info .sv_guest, +#bo_v_info .member, +#bo_v_info .guest {font-weight:bold} + +#bo_v_file {} +#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_v_file ul {margin:0;padding:0;list-style:none} +#bo_v_file li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa} +#bo_v_file a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word} +#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none} +#bo_v_file img {float:left;margin:0 10px 0 0} +.bo_v_file_cnt {display:inline-block;margin:0 0 3px 16px} + +#bo_v_link {} +#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_v_link ul {margin:0;padding:0;list-style:none} +#bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa} +#bo_v_link a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word} +#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none} +.bo_v_link_cnt {display:inline-block;margin:0 0 3px 16px} + +#bo_v_top {margin:0 0 10px;padding:10px 0;zoom:1} +#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_v_top ul {margin:0;padding:0;list-style:none} + +#bo_v_bot {zoom:1} +#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_v_bot ul {margin:0;padding:0;list-style:none} + +.bo_v_nb {float:left} +.bo_v_nb li {float:left;margin-right:5px} +.bo_v_com {float:right} +.bo_v_com li {float:left;margin-left:5px} + +#bo_v_atc {min-height:200px;height:auto !important;height:200px} +#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden} + +#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1} +#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto} + +#bo_v_con {margin-bottom:30px;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden} +#bo_v_con a {color:#000;text-decoration:underline} +#bo_v_con img {max-width:100%;height:auto} + +#bo_v_act {margin-bottom:30px;text-align:center} +#bo_v_act .bo_v_act_gng {position:relative} +#bo_v_act a {margin-right:5px;vertical-align:middle} +#bo_v_act strong {color:#ff3061} +#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center} + +#bo_v_sns {margin:0 0 20px;padding:0;list-style:none;zoom:1} +#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_sns li {float:left;margin:0 5px 0 0} + +/* 게시판 댓글 */ +#bo_vc {margin:0 0 20px;padding:20px 20px 10px;border:1px solid #e5e8ec;background:#f5f8f9} +#bo_vc h2 {margin-bottom:10px} +#bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc} +#bo_vc header {position:relative;padding:15px 0 5px} +#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px} +#bo_vc .sv_wrap {margin-right:15px} +#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold} +.bo_vc_hdinfo {display:inline-block;margin:0 15px 0 5px} +#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_vc a {color:#000;text-decoration:none} +#bo_vc p {padding:0 0 5px;line-height:1.8em} +#bo_vc p a {text-decoration:underline} +#bo_vc p a.s_cmt {text-decoration:none} +#bo_vc_empty {margin:0;padding:20px !important;text-align:center} +#bo_vc #bo_vc_winfo {float:left} +#bo_vc footer {zoom:1} +#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""} + +.bo_vc_act {float:right;margin:0;list-style:none;zoom:1} +.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""} +.bo_vc_act li {float:left;margin-left:5px} + +#bo_vc_w {position:relative;margin:0 0 10px;padding:0 0 20px;border-bottom:1px solid #cfded8} +#bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_vc_w #char_cnt {display:block;margin:0 0 5px} + +#bo_vc_sns {margin:0;padding:0;list-style:none;zoom:1} +#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""} +#bo_vc_sns li {float:left;margin:0 20px 0 0} +#bo_vc_sns input {margin:0 0 0 5px} \ No newline at end of file diff --git a/theme/basic/skin/board/gallery/view.skin.php b/theme/basic/skin/board/gallery/view.skin.php new file mode 100644 index 000000000..7670a331c --- /dev/null +++ b/theme/basic/skin/board/gallery/view.skin.php @@ -0,0 +1,283 @@ +', 0); +?> + + + + +
          + +
          +
          +

          + +

          +
          + +
          +

          페이지 정보

          + 작성자 + 작성일 + 조회 + 댓글 +
          + + + + + +
          +

          첨부파일

          + +
          + + + + + + + + + + +
          + + + + + + + +
          + + +
          +

          본문

          + + \n"; + + for ($i=0; $i<=count($view['file']); $i++) { + if ($view['file'][$i]['view']) { + //echo $view['file'][$i]['view']; + echo get_view_thumbnail($view['file'][$i]['view']); + } + } + + echo "\n"; + } + ?> + + +
          + + + +

          + + + +
          + 스크랩 + + + 추천 + + + + + + 비추천 + + + +
          + +
          + 추천 + 비추천 +
          + + +
          + + + + + + +
          + +
          + + +
          + + + + + + \ No newline at end of file diff --git a/theme/basic/skin/board/gallery/view_comment.skin.php b/theme/basic/skin/board/gallery/view_comment.skin.php new file mode 100644 index 000000000..d39ada994 --- /dev/null +++ b/theme/basic/skin/board/gallery/view_comment.skin.php @@ -0,0 +1,330 @@ + + + + + +
          +

          댓글목록

          + \]/i", "", $comment); + $cmt_sv = $cmt_amt - $i + 1; // 댓글 헤더 z-index 재설정 ie8 이하 사이드뷰 겹침 문제 해결 + ?> + +
          style="margin-left:px;border-top-color:#e0e0e0"> +
          +

          님의 댓글

          + + 댓글의 댓글 + + 아이피 + + + 작성일 + + +
          + + +

          + 비밀글 + +

          + + + + + " id="secret_comment_"> + + + + + +
          + +

          등록된 댓글이 없습니다.

          + +
          + + + + + + + + + \ No newline at end of file diff --git a/theme/basic/skin/board/gallery/write.skin.php b/theme/basic/skin/board/gallery/write.skin.php new file mode 100644 index 000000000..898489957 --- /dev/null +++ b/theme/basic/skin/board/gallery/write.skin.php @@ -0,0 +1,268 @@ +', 0); +?> + +
          +

          + + +
          + + + + + + + + + + + + '."\n".''; + } + + if ($is_html) { + if ($is_dhtml_editor) { + $option_hidden .= ''; + } else { + $option .= "\n".''."\n".''; + } + } + + if ($is_secret) { + if ($is_admin || $is_secret==1) { + $option .= "\n".''."\n".''; + } else { + $option_hidden .= ''; + } + } + + if ($is_mail) { + $option .= "\n".''."\n".''; + } + } + + echo $option_hidden; + ?> + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          class="frm_input " maxlength="20">
          옵션
          + +
          +
          + + + + +
          + 임시 저장된 글 목록 +
          +
            +
            +
            + +
            +
            + + +

            이 게시판은 최소 글자 이상, 최대 글자 이하까지 글을 쓰실 수 있습니다.

            + + + + +
            글자
            + +
            " id="wr_link" class="frm_input" size="50">
            파일 # + + + + + + + +
            자동등록방지 + +
            +
            + +
            + + 취소 +
            +
            + + +
            + \ No newline at end of file diff --git a/theme/basic/skin/connect/basic/connect.skin.php b/theme/basic/skin/connect/basic/connect.skin.php new file mode 100644 index 000000000..55849443c --- /dev/null +++ b/theme/basic/skin/connect/basic/connect.skin.php @@ -0,0 +1,9 @@ +', 0); +?> + + diff --git a/theme/basic/skin/connect/basic/current_connect.skin.php b/theme/basic/skin/connect/basic/current_connect.skin.php new file mode 100644 index 000000000..27397f5ac --- /dev/null +++ b/theme/basic/skin/connect/basic/current_connect.skin.php @@ -0,0 +1,41 @@ +', 0); +?> + + +
            + + + + + + + + + + ".$location.""; + else $display_location = $location; + ?> + + + + + + "; + ?> + +
            번호이름위치
            현재 접속자가 없습니다.
            +
            + \ No newline at end of file diff --git a/theme/basic/skin/connect/basic/style.css b/theme/basic/skin/connect/basic/style.css new file mode 100644 index 000000000..55cfd4ea2 --- /dev/null +++ b/theme/basic/skin/connect/basic/style.css @@ -0,0 +1 @@ +@charset "utf-8"; \ No newline at end of file diff --git a/theme/basic/skin/content/basic/content.skin.php b/theme/basic/skin/content/basic/content.skin.php new file mode 100644 index 000000000..5fd7fcecd --- /dev/null +++ b/theme/basic/skin/content/basic/content.skin.php @@ -0,0 +1,17 @@ +', 0); +?> + +
            +
            +

            +
            + +
            + +
            + +
            \ No newline at end of file diff --git a/theme/basic/skin/content/basic/style.css b/theme/basic/skin/content/basic/style.css new file mode 100644 index 000000000..8c69c58c6 --- /dev/null +++ b/theme/basic/skin/content/basic/style.css @@ -0,0 +1,8 @@ +@charset "utf-8"; + +/* 내용관리 */ +#ctt {margin:10px 0;padding:10px;border:1px solid #e9e9e9} +.ctt_admin {text-align:right} +#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#ctt_con {padding:10px 0} +.ctt_img {text-align:center} \ No newline at end of file diff --git a/theme/basic/skin/faq/basic/list.skin.php b/theme/basic/skin/faq/basic/list.skin.php new file mode 100644 index 000000000..86def35fd --- /dev/null +++ b/theme/basic/skin/faq/basic/list.skin.php @@ -0,0 +1,136 @@ +', 0); + +if ($admin_href) + echo ''; +?> + + +'; + +// 상단 HTML +echo '
            '.conv_content($fm['fm_head_html'], 1).'
            '; +?> + + + + + +
            + +
            +

            목록

            +
              + $v){ + if(empty($v)) + continue; + ?> +
            1. +

              +
              + +
              +
              +
            2. + +
            +
            + 검색된 게시물이 없습니다.

            '; + } else { + echo '
            등록된 FAQ가 없습니다.'; + if($is_admin) + echo '
            FAQ를 새로 등록하시려면 FAQ관리 메뉴를 이용하십시오.'; + echo '
            '; + } + } + ?> +
            + + + +'.conv_content($fm['fm_tail_html'], 1).''; + +if ($timg_src) + echo '
            '; +?> + +
            + FAQ 검색 + +
            + + + + +
            +
            + + +FAQ 수정'; +?> + + + \ No newline at end of file diff --git a/theme/basic/skin/faq/basic/style.css b/theme/basic/skin/faq/basic/style.css new file mode 100644 index 000000000..35168de92 --- /dev/null +++ b/theme/basic/skin/faq/basic/style.css @@ -0,0 +1,23 @@ +@charset "utf-8"; + +#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_cate ul {margin-bottom:10px;padding-left:1px;zoom:1} +#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""} +#bo_cate li {float:left;margin-bottom:-1px} +#bo_cate a {display:block;position:relative;margin-left:-1px;padding:6px 0 5px;width:90px;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer} +#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none} +#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold} + +#faq_wrap {margin:10px 0 30px} +#faq_wrap h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +.faq_admin {text-align:right} +#faq_wrap ol {margin:0;padding:0;list-style:none} +#faq_con {border:1px solid #e9e9e9;border-top:0} +#faq_con h3 a {display:block;padding:10px;border-top:1px solid #e9e9e9;background:#f2f5f9;text-decoration:none} +#faq_con .con_inner {display:none;padding:10px;line-height:1.8em} +#faq_con .con_closer {margin:10px 0 0;text-align:right} +#faq_con .closer_btn {margin:0;padding:0;border:0;background:transparent} +.faq_tolist {padding:0 10px;text-align:right} +.faq_img {text-align:center} + +#faq_sch {text-align:center} \ No newline at end of file diff --git a/theme/basic/skin/latest/basic/img/icon_file.gif b/theme/basic/skin/latest/basic/img/icon_file.gif new file mode 100644 index 0000000000000000000000000000000000000000..cca47f566ac0db655fb2ab0f56628b64958e48b2 GIT binary patch literal 107 zcmZ?wbhEHb-Wqsc#^P~2x#@rVooH@5wHB9i@BozKb;P9uI^*c|UyXO5@>VyLmgEat< Cr6(f* literal 0 HcmV?d00001 diff --git a/theme/basic/skin/latest/basic/img/icon_hot.gif b/theme/basic/skin/latest/basic/img/icon_hot.gif new file mode 100644 index 0000000000000000000000000000000000000000..c95b839aeef0c1e26a4bab4ea50cd6d3f1969d7f GIT binary patch literal 97 zcmZ?wbhEHbzHen|7VvwFnzUPlarEA ZqW~YXyUO~T+#YkUoJ%V_>ib05Q5F AasU7T literal 0 HcmV?d00001 diff --git a/theme/basic/skin/latest/basic/img/icon_mobile.gif b/theme/basic/skin/latest/basic/img/icon_mobile.gif new file mode 100644 index 0000000000000000000000000000000000000000..ad934d23c440c83db0c4589596465cb087353e01 GIT binary patch literal 62 zcmZ?wbhEHbI6zOJt}3$`6RT1g06226*Z@+ongb7@ XU=fBkjtXNz0xpR_!)cQgkRbp&KI&WI literal 0 HcmV?d00001 diff --git a/theme/basic/skin/latest/basic/img/icon_movie.gif b/theme/basic/skin/latest/basic/img/icon_movie.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb958f83f9c606f290a260714cd9a3cff043f3a2 GIT binary patch literal 110 zcmZ?wbhEHbZ% literal 0 HcmV?d00001 diff --git a/theme/basic/skin/latest/basic/img/icon_reply.gif b/theme/basic/skin/latest/basic/img/icon_reply.gif new file mode 100644 index 0000000000000000000000000000000000000000..91c135977b4f445a90c849310dc80efde1983830 GIT binary patch literal 77 zcmZ?wbhEHb&!1E4^4&ClEzh)PmWxV3{9A~!gB2-%RL5bHcgg3Zp^!+W)H2^A_AxQuL literal 0 HcmV?d00001 diff --git a/theme/basic/skin/latest/basic/img/icon_sound.gif b/theme/basic/skin/latest/basic/img/icon_sound.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5188318a5cdc394b984125c0ddd376c5f57bbe4 GIT binary patch literal 113 zcmZ?wbhEHbE1CJY$zMikVi`-#gIi|DbmsXBWf6U5szE@->A`0*`&<;b@XASRrB8=E6~=S>Pbm I%fes{0AXt-SpWb4 literal 0 HcmV?d00001 diff --git a/theme/basic/skin/latest/basic/latest.skin.php b/theme/basic/skin/latest/basic/latest.skin.php new file mode 100644 index 000000000..989a3ee40 --- /dev/null +++ b/theme/basic/skin/latest/basic/latest.skin.php @@ -0,0 +1,44 @@ +', 0); +?> + + +
            + +
              + +
            • + "; + if ($list[$i]['is_notice']) + echo "".$list[$i]['subject'].""; + else + echo $list[$i]['subject']; + + if ($list[$i]['comment_cnt']) + echo $list[$i]['comment_cnt']; + + echo ""; + + // if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; } + // if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; } + + if (isset($list[$i]['icon_new'])) echo " " . $list[$i]['icon_new']; + if (isset($list[$i]['icon_hot'])) echo " " . $list[$i]['icon_hot']; + if (isset($list[$i]['icon_file'])) echo " " . $list[$i]['icon_file']; + if (isset($list[$i]['icon_link'])) echo " " . $list[$i]['icon_link']; + if (isset($list[$i]['icon_secret'])) echo " " . $list[$i]['icon_secret']; + ?> +
            • + + +
            • 게시물이 없습니다.
            • + +
            + +
            + \ No newline at end of file diff --git a/theme/basic/skin/latest/basic/style.css b/theme/basic/skin/latest/basic/style.css new file mode 100644 index 000000000..ab55517b1 --- /dev/null +++ b/theme/basic/skin/latest/basic/style.css @@ -0,0 +1,11 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* 새글 스킨 (latest) */ +.lt_pc {float:left;margin-left:20px} +.lt {position:relative;float:left;margin-bottom:20px;padding-bottom:10px;width:354px;height:150px;border-bottom:1px solid #e9e9e9} +.lt ul {margin:0 0 10px;padding:0;list-style:none} +.lt li {padding:3px 0} +.lt .lt_title {display:block;padding:10px 0 8px} +.lt .lt_more {position:absolute;top:10px;right:0} +.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold} \ No newline at end of file diff --git a/theme/basic/skin/latest/shop_basic/img/icon_file.gif b/theme/basic/skin/latest/shop_basic/img/icon_file.gif new file mode 100644 index 0000000000000000000000000000000000000000..cca47f566ac0db655fb2ab0f56628b64958e48b2 GIT binary patch literal 107 zcmZ?wbhEHb-Wqsc#^P~2x#@rVooH@5wHB9i@BozKb;P9uI^*c|UyXO5@>VyLmgEat< Cr6(f* literal 0 HcmV?d00001 diff --git a/theme/basic/skin/latest/shop_basic/img/icon_hot.gif b/theme/basic/skin/latest/shop_basic/img/icon_hot.gif new file mode 100644 index 0000000000000000000000000000000000000000..c95b839aeef0c1e26a4bab4ea50cd6d3f1969d7f GIT binary patch literal 97 zcmZ?wbhEHbzHen|7VvwFnzUPlarEA ZqW~YXyUO~T+#YkUoJ%V_>ib05Q5F AasU7T literal 0 HcmV?d00001 diff --git a/theme/basic/skin/latest/shop_basic/img/icon_mobile.gif b/theme/basic/skin/latest/shop_basic/img/icon_mobile.gif new file mode 100644 index 0000000000000000000000000000000000000000..ad934d23c440c83db0c4589596465cb087353e01 GIT binary patch literal 62 zcmZ?wbhEHbI6zOJt}3$`6RT1g06226*Z@+ongb7@ XU=fBkjtXNz0xpR_!)cQgkRbp&KI&WI literal 0 HcmV?d00001 diff --git a/theme/basic/skin/latest/shop_basic/img/icon_movie.gif b/theme/basic/skin/latest/shop_basic/img/icon_movie.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb958f83f9c606f290a260714cd9a3cff043f3a2 GIT binary patch literal 110 zcmZ?wbhEHbZ% literal 0 HcmV?d00001 diff --git a/theme/basic/skin/latest/shop_basic/img/icon_reply.gif b/theme/basic/skin/latest/shop_basic/img/icon_reply.gif new file mode 100644 index 0000000000000000000000000000000000000000..91c135977b4f445a90c849310dc80efde1983830 GIT binary patch literal 77 zcmZ?wbhEHb&!1E4^4&ClEzh)PmWxV3{9A~!gB2-%RL5bHcgg3Zp^!+W)H2^A_AxQuL literal 0 HcmV?d00001 diff --git a/theme/basic/skin/latest/shop_basic/img/icon_sound.gif b/theme/basic/skin/latest/shop_basic/img/icon_sound.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5188318a5cdc394b984125c0ddd376c5f57bbe4 GIT binary patch literal 113 zcmZ?wbhEHbE1CJY$zMikVi`-#gIi|DbmsXBWf6U5szE@->A`0*`&<;b@XASRrB8=E6~=S>Pbm I%fes{0AXt-SpWb4 literal 0 HcmV?d00001 diff --git a/theme/basic/skin/latest/shop_basic/latest.skin.php b/theme/basic/skin/latest/shop_basic/latest.skin.php new file mode 100644 index 000000000..488aff5d2 --- /dev/null +++ b/theme/basic/skin/latest/shop_basic/latest.skin.php @@ -0,0 +1,42 @@ +', 0); +?> + +
            + +
              + +
            • + "; + if ($list[$i]['is_notice']) + echo "".$list[$i]['subject'].""; + else + echo $list[$i]['subject']; + + if ($list[$i]['comment_cnt']) + echo $list[$i]['comment_cnt']; + + echo ""; + + // if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; } + // if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; } + + if (isset($list[$i]['icon_new'])) echo " " . $list[$i]['icon_new']; + if (isset($list[$i]['icon_hot'])) echo " " . $list[$i]['icon_hot']; + if (isset($list[$i]['icon_file'])) echo " " . $list[$i]['icon_file']; + if (isset($list[$i]['icon_link'])) echo " " . $list[$i]['icon_link']; + if (isset($list[$i]['icon_secret'])) echo " " . $list[$i]['icon_secret']; + ?> +
            • + + +
            • 게시물이 없습니다.
            • + +
            + +
            diff --git a/theme/basic/skin/latest/shop_basic/style.css b/theme/basic/skin/latest/shop_basic/style.css new file mode 100644 index 000000000..37733b28d --- /dev/null +++ b/theme/basic/skin/latest/shop_basic/style.css @@ -0,0 +1,6 @@ +/* 새글 스킨 (latest) */ +.lat {position:relative;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #f0f0f0} +.lat ul {margin:0 0 10px;padding:0;list-style:none} +.lat li {padding:3px 0} +.lat_title {display:block;padding:10px 0 8px} +.lat_more {position:absolute;top:10px;right:0} \ No newline at end of file diff --git a/theme/basic/skin/member/basic/formmail.skin.php b/theme/basic/skin/member/basic/formmail.skin.php new file mode 100644 index 000000000..76e7bc910 --- /dev/null +++ b/theme/basic/skin/member/basic/formmail.skin.php @@ -0,0 +1,101 @@ +', 0); +?> + + +
            +

            님께 메일보내기

            + +
            + + + + + + + + +
            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            메일쓰기
            형식 + + + +
            + + 첨부 파일은 누락될 수 있으므로 메일을 보낸 후 파일이 첨부 되었는지 반드시 확인해 주시기 바랍니다. +
            자동등록방지
            +
            + +
            + + +
            + +
            +
            + + + \ No newline at end of file diff --git a/theme/basic/skin/member/basic/img/zip_ico_up.gif b/theme/basic/skin/member/basic/img/zip_ico_up.gif new file mode 100644 index 0000000000000000000000000000000000000000..a1eff70fa850bea122f6924d8c3cd63f1d573c53 GIT binary patch literal 54 zcmZ?wbhEHb', 0); +?> + + +
            +

            + +
            + + +
            + 회원로그인 + + + + + + + +
            + + + +
            + + + + + + + +
            +

            비회원 구매

            + +

            + 비회원으로 주문하시는 경우 포인트는 지급하지 않습니다. +

            + +
            + +
            + + + + + + + +
            + + + +
            + 비회원 주문조회 + +
            + + + + + + + +
            +
            + +
            +

            비회원 주문조회 안내

            +

            메일로 발송해드린 주문서의 주문번호 및 주문 시 입력하신 비밀번호를 정확히 입력해주십시오.

            +
            + + + + + + + + +
            + + + \ No newline at end of file diff --git a/theme/basic/skin/member/basic/login_check.skin.php b/theme/basic/skin/member/basic/login_check.skin.php new file mode 100644 index 000000000..1b182915e --- /dev/null +++ b/theme/basic/skin/member/basic/login_check.skin.php @@ -0,0 +1,5 @@ + diff --git a/theme/basic/skin/member/basic/member_confirm.skin.php b/theme/basic/skin/member/basic/member_confirm.skin.php new file mode 100644 index 000000000..3ea749ba7 --- /dev/null +++ b/theme/basic/skin/member/basic/member_confirm.skin.php @@ -0,0 +1,50 @@ +', 0); +?> + + +
            +

            + +

            + 비밀번호를 한번 더 입력해주세요. + + 비밀번호를 입력하시면 회원탈퇴가 완료됩니다. + + 회원님의 정보를 안전하게 보호하기 위해 비밀번호를 한번 더 확인합니다. + +

            + +
            + + + +
            + 회원아이디 + + + + + +
            + +
            + + + +
            + + + \ No newline at end of file diff --git a/theme/basic/skin/member/basic/memo.skin.php b/theme/basic/skin/member/basic/memo.skin.php new file mode 100644 index 000000000..f7477b5bf --- /dev/null +++ b/theme/basic/skin/member/basic/memo.skin.php @@ -0,0 +1,53 @@ +', 0); +?> + + +
            +

            + + + +
            + + + + + + + + + + + + + + + + + + + + '; } ?> + +
            + 전체 쪽지
            +
            보낸시간읽은시간관리
            삭제
            자료가 없습니다.
            +
            + +

            + 쪽지 보관일수는 최장 일 입니다. +

            + +
            + +
            +
            + \ No newline at end of file diff --git a/theme/basic/skin/member/basic/memo_form.skin.php b/theme/basic/skin/member/basic/memo_form.skin.php new file mode 100644 index 000000000..66d3d9c57 --- /dev/null +++ b/theme/basic/skin/member/basic/memo_form.skin.php @@ -0,0 +1,59 @@ +', 0); +?> + + +
            +

            쪽지 보내기

            + + + +
            +
            + + + + + + + + + + + + + + + + +
            쪽지쓰기
            + + 여러 회원에게 보낼때는 컴마(,)로 구분하세요. +
            자동등록방지 + +
            +
            + +
            + + +
            +
            +
            + + + \ No newline at end of file diff --git a/theme/basic/skin/member/basic/memo_view.skin.php b/theme/basic/skin/member/basic/memo_view.skin.php new file mode 100644 index 000000000..87f15ce42 --- /dev/null +++ b/theme/basic/skin/member/basic/memo_view.skin.php @@ -0,0 +1,60 @@ +', 0); +?> + + +
            +

            + + + + + +
            +
            +

            쪽지 내용

            +
            +
              +
            • + 사람 + +
            • +
            • + 시간 + +
            • +
            +

            + +

            +
            + +
            + + 이전쪽지 + + + 다음쪽지 + + 답장 + 목록보기 + +
            +
            + \ No newline at end of file diff --git a/theme/basic/skin/member/basic/password.skin.php b/theme/basic/skin/member/basic/password.skin.php new file mode 100644 index 000000000..4564a05fa --- /dev/null +++ b/theme/basic/skin/member/basic/password.skin.php @@ -0,0 +1,50 @@ +', 0); +?> + + +
            +

            +

            + + 작성자만 글을 수정할 수 있습니다. + 작성자 본인이라면, 글 작성시 입력한 비밀번호를 입력하여 글을 수정할 수 있습니다. + + 작성자만 글을 삭제할 수 있습니다. + 작성자 본인이라면, 글 작성시 입력한 비밀번호를 입력하여 글을 삭제할 수 있습니다. + + 비밀글 기능으로 보호된 글입니다. + 작성자와 관리자만 열람하실 수 있습니다. 본인이라면 비밀번호를 입력하세요. + +

            + +
            + + + + + + + + +
            + + + +
            +
            + + + +
            + \ No newline at end of file diff --git a/theme/basic/skin/member/basic/password_lost.skin.php b/theme/basic/skin/member/basic/password_lost.skin.php new file mode 100644 index 000000000..c56ca88d2 --- /dev/null +++ b/theme/basic/skin/member/basic/password_lost.skin.php @@ -0,0 +1,47 @@ +', 0); +?> + + +
            +

            회원정보 찾기

            + +
            +
            +

            + 회원가입 시 등록하신 이메일 주소를 입력해 주세요.
            + 해당 이메일로 아이디와 비밀번호 정보를 보내드립니다. +

            + + +
            + +
            + + +
            +
            +
            + + + \ No newline at end of file diff --git a/theme/basic/skin/member/basic/point.skin.php b/theme/basic/skin/member/basic/point.skin.php new file mode 100644 index 000000000..d0e754fba --- /dev/null +++ b/theme/basic/skin/member/basic/point.skin.php @@ -0,0 +1,88 @@ +', 0); +?> + +
            +

            + +
            + + + + + + + + + + + + + 0) { + $point1 = '+' .number_format($row['po_point']); + $sum_point1 += $row['po_point']; + } else { + $point2 = number_format($row['po_point']); + $sum_point2 += $row['po_point']; + } + + $po_content = $row['po_content']; + + $expr = ''; + if($row['po_expired'] == 1) + $expr = ' txt_expired'; + ?> + + + + + + + + '; + else { + if ($sum_point1 > 0) + $sum_point1 = "+" . number_format($sum_point1); + $sum_point2 = number_format($sum_point2); + } + ?> + + + + + + + + + + + + +
            포인트 사용내역 목록
            일시내용만료일지급포인트사용포인트
            + + 만료 + +
            자료가 없습니다.
            소계
            보유포인트
            +
            + + + +
            +
            \ No newline at end of file diff --git a/theme/basic/skin/member/basic/profile.skin.php b/theme/basic/skin/member/basic/profile.skin.php new file mode 100644 index 000000000..0b0535fab --- /dev/null +++ b/theme/basic/skin/member/basic/profile.skin.php @@ -0,0 +1,50 @@ +', 0); +?> + + +
            +

            님의 프로필

            + +
            + + + + + + + + + + + + + + + + + + + + + + + + + +
            회원권한
            포인트
            홈페이지
            회원가입일= $mb['mb_level']) ? substr($mb['mb_datetime'],0,10) ." (".number_format($mb_reg_after)." 일)" : "알 수 없음"; ?>
            최종접속일= $mb['mb_level']) ? $mb['mb_today_login'] : "알 수 없음"; ?>
            +
            + +
            +

            인사말

            +

            +
            + +
            + +
            +
            + \ No newline at end of file diff --git a/theme/basic/skin/member/basic/register.skin.php b/theme/basic/skin/member/basic/register.skin.php new file mode 100644 index 000000000..455150d9d --- /dev/null +++ b/theme/basic/skin/member/basic/register.skin.php @@ -0,0 +1,57 @@ +', 0); +?> + + +
            +
            + +

            회원가입약관 및 개인정보처리방침안내의 내용에 동의하셔야 회원가입 하실 수 있습니다.

            + +
            +

            회원가입약관

            + +
            + + +
            +
            + +
            +

            개인정보처리방침안내

            + +
            + + +
            +
            + +
            + +
            + +
            + + +
            + \ No newline at end of file diff --git a/theme/basic/skin/member/basic/register_form.skin.php b/theme/basic/skin/member/basic/register_form.skin.php new file mode 100644 index 000000000..f531052ae --- /dev/null +++ b/theme/basic/skin/member/basic/register_form.skin.php @@ -0,0 +1,441 @@ +', 0); +?> + + +
            + + + + + + +
            + + + + + + + + date("Y-m-d", G5_SERVER_TIME - ($config['cf_nick_modify'] * 86400))) { // 닉네임수정일이 지나지 않았다면 ?> + + + + +
            + + + + + + + + + + + + + + + + +
            사이트 이용정보 입력
            + 영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요. + class="frm_input " minlength="3" maxlength="20"> + +
            class="frm_input " minlength="3" maxlength="20">
            class="frm_input " minlength="3" maxlength="20">
            +
            + +
            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            개인정보 입력
            + + 아이핀 본인확인 후에는 이름이 자동 입력되고 휴대폰 본인확인 후에는 이름과 휴대폰번호가 자동 입력되어 수동으로 입력할수 없게 됩니다. + + class="frm_input " size="10"> + 아이핀 본인확인'.PHP_EOL; + if($config['cf_cert_hp']) + echo ''.PHP_EOL; + + echo ''.PHP_EOL; + } + ?> + +
            + 본인확인성인인증 완료 +
            + +
            + + 공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)
            + 닉네임을 바꾸시면 앞으로 일 이내에는 변경 할 수 없습니다. +
            + + + +
            + + + + + + + + +
            class="frm_input " size="70" maxlength="255">
            class="frm_input " maxlength="20">
            + class="frm_input " maxlength="20"> + + + +
            + 주소 + 필수 + + + class="frm_input " size="5" maxlength="6"> +
            + class="frm_input frm_address " size="50"> +
            + + +
            + + + +
            +
            + +
            + + + + + + + + + + + + + + + + + + = $config['cf_icon_level']) { ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            기타 개인설정
            + + 이미지 크기는 가로 픽셀, 세로 픽셀 이하로 해주세요.
            + gif만 가능하며 용량 바이트 이하만 등록됩니다. +
            + + + 회원아이콘 + + + +
            + > + 정보 메일을 받겠습니다. +
            + > + 휴대폰 문자메세지를 받겠습니다. +
            + + 정보공개를 바꾸시면 앞으로 일 이내에는 변경이 안됩니다. + + + id="reg_mb_open"> + 다른분들이 나의 정보를 볼 수 있도록 합니다. +
            정보공개 + + 정보공개는 수정후 일 이내, 까지는 변경이 안됩니다.
            + 이렇게 하는 이유는 잦은 정보공개 수정으로 인하여 쪽지를 보낸 후 받지 않는 경우를 막기 위해서 입니다. +
            + +
            자동등록방지
            +
            + +
            + + 취소 +
            +
            + + + +
            + \ No newline at end of file diff --git a/theme/basic/skin/member/basic/register_form_update.tail.skin.php b/theme/basic/skin/member/basic/register_form_update.tail.skin.php new file mode 100644 index 000000000..64889697a --- /dev/null +++ b/theme/basic/skin/member/basic/register_form_update.tail.skin.php @@ -0,0 +1,32 @@ +SMS_con($config['cf_icode_server_ip'], $config['cf_icode_id'], $config['cf_icode_pw'], $config['cf_icode_server_port']); + $SMS->Add($receive_number, $send_number, $config['cf_icode_id'], iconv("utf-8", "euc-kr", stripslashes($sms_contents)), ""); + $SMS->Send(); + } +} +//---------------------------------------------------------- +// SMS 문자전송 끝 +//---------------------------------------------------------- +?> diff --git a/theme/basic/skin/member/basic/register_result.skin.php b/theme/basic/skin/member/basic/register_result.skin.php new file mode 100644 index 000000000..87003203f --- /dev/null +++ b/theme/basic/skin/member/basic/register_result.skin.php @@ -0,0 +1,53 @@ +', 0); +?> + + +
            + +

            + 님의 회원가입을 진심으로 축하합니다.
            +

            + + +

            + 회원 가입 시 입력하신 이메일 주소로 인증메일이 발송되었습니다.
            + 발송된 인증메일을 확인하신 후 인증처리를 하시면 사이트를 원활하게 이용하실 수 있습니다. +

            +
            + 아이디 +
            + 이메일 주소 + +
            +

            + 이메일 주소를 잘못 입력하셨다면, 사이트 관리자에게 문의해주시기 바랍니다. +

            + + +

            + 회원님의 비밀번호는 아무도 알 수 없는 암호화 코드로 저장되므로 안심하셔도 좋습니다.
            + 아이디, 비밀번호 분실시에는 회원가입시 입력하신 이메일 주소를 이용하여 찾을 수 있습니다. +

            + +

            + 회원 탈퇴는 언제든지 가능하며 일정기간이 지난 후, 회원님의 정보는 삭제하고 있습니다.
            + 감사합니다. +

            + + +

            + 님께 주문시 사용하실 수 있는 할인 쿠폰이 발행됐습니다.
            + 발행된 할인 쿠폰 내역은 마이페이지에서 확인하실 수 있습니다. +

            + + + + +
            + \ No newline at end of file diff --git a/theme/basic/skin/member/basic/scrap.skin.php b/theme/basic/skin/member/basic/scrap.skin.php new file mode 100644 index 000000000..e89053522 --- /dev/null +++ b/theme/basic/skin/member/basic/scrap.skin.php @@ -0,0 +1,46 @@ +', 0); +?> + + +
            +

            + +
            + + + + + + + + + + + + + + + + + + + + + + + "; ?> + +
            스크랩 목록
            번호게시판제목보관일시삭제
            삭제
            자료가 없습니다.
            +
            + + + +
            + +
            +
            + \ No newline at end of file diff --git a/theme/basic/skin/member/basic/scrap_popin.skin.php b/theme/basic/skin/member/basic/scrap_popin.skin.php new file mode 100644 index 000000000..81f82a5a9 --- /dev/null +++ b/theme/basic/skin/member/basic/scrap_popin.skin.php @@ -0,0 +1,41 @@ +', 0); +?> + + +
            +

            스크랩하기

            + +
            + + + +
            + + + + + + + + + + + + +
            제목 확인 및 댓글 쓰기
            제목
            +
            + +

            + 스크랩을 하시면서 감사 혹은 격려의 댓글을 남기실 수 있습니다. +

            + +
            + +
            +
            +
            + \ No newline at end of file diff --git a/theme/basic/skin/member/basic/style.css b/theme/basic/skin/member/basic/style.css new file mode 100644 index 000000000..232e9d319 --- /dev/null +++ b/theme/basic/skin/member/basic/style.css @@ -0,0 +1,190 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* ### 기본 스타일 커스터마이징 시작 ### */ + +/* 버튼 */ +.mbskin a.btn01 {} +.mbskin a.btn01:focus, .mbskin .btn01:hover {} +.mbskin a.btn02 {} +.mbskin a.btn02:focus, .mbskin .btn02:hover {} +.mbskin .btn_confirm {} /* 서식단계 진행 */ +.mbskin .btn_submit {} +.mbskin button.btn_submit {} +.mbskin fieldset .btn_submit {} +.mbskin .btn_cancel {} +.mbskin button.btn_cancel {} +.mbskin .btn_cancel:focus, .mbskin .btn_cancel:hover {} +.mbskin a.btn_frmline, .mbskin button.btn_frmline {} /* 우편번호검색버튼 등 */ +.mbskin button.btn_frmline {} +.mbskin .win_btn {} /* 새창용 */ +.mbskin .win_btn button {} +.mbskin .win_btn input {} +.mbskin .win_btn a {} +.mbskin .win_btn a:focus, .mbskin .win_btn a:hover {} +/* 게시판용 버튼 */ +.mbskin a.btn_b01 {} +.mbskin a.btn_b01:focus, .mbskin .btn_b01:hover {} +.mbskin a.btn_b02 {} +.mbskin a.btn_b02:focus, .mbskin .btn_b02:hover {} +.mbskin a.btn_admin {} /* 관리자 전용 버튼 */ +.mbskin a.btn_admin:focus, .mbskin a.btn_admin:hover {} + +/* 기본테이블 */ +.mbskin .tbl_head01 {} +.mbskin .tbl_head01 caption {} +.mbskin .tbl_head01 thead th {} +.mbskin .tbl_head01 thead a {} +.mbskin .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ +.mbskin .tbl_head01 tfoot th {} +.mbskin .tbl_head01 tfoot td {} +.mbskin .tbl_head01 tbody th {} +.mbskin .tbl_head01 td {} +.mbskin .tbl_head01 a {} +.mbskin td.empty_table {} + +/* 폼 테이블 */ +.mbskin table {} +.mbskin caption {} +.mbskin .frm_info {} +.mbskin .frm_file {} + +.mbskin .tbl_frm01 {} +.mbskin .tbl_frm01 th {width:85px;} +.mbskin .tbl_frm01 td {} +.mbskin .tbl_frm01 textarea, .mb_skin tbl_frm01 .frm_input {} +.mbskin .tbl_frm01 textarea {} +/* +.mbskin .tbl_frm01 #captcha {} +.mbskin .tbl_frm01 #captcha input {} +*/ +.mbskin .tbl_frm01 a {} + +/* 필수입력 */ +.mbskin .required, .mbskin textarea.required {} + +/* 테이블 항목별 정의 */ +.mbskin .td_board {} +.mbskin .td_chk {} +.mbskin .td_date {} +.mbskin .td_datetime {} +.mbskin .td_group {} +.mbskin .td_mb_id {} +.mbskin .td_mng {} +.mbskin .td_name {} +.mbskin .td_nick {} +.mbskin .td_num {} +.mbskin .td_numbig {} + +.mbskin .txt_active {} +.mbskin .txt_expired {} + +/* ### 기본 스타일 커스터마이징 끝 ### */ + +/* 회원가입 약관 */ +#fregister section {margin:0 0 20px;padding:20px 0} +#fregister h2 {margin:0 0 20px;text-align:center} +#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:98%;height:150px;border:1px solid #e9e9e9;background:#f7f7f7} +#fregister .fregister_agree {padding:10px 0 0;text-align:right} +#fregister .fregister_agree label {display:inline-block;margin-right:5px} +#fregister p {color:#e8180c;text-align:center} +#fregister .btn_confirm {margin-bottom:20px} + +/* 회원가입 입력 */ +#fregisterform textarea {height:50px} + +#fregisterform #msg_certify {margin:5px 0 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center} + +#fregisterform .frm_address {margin:5px 0 0} +#fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle} +#fregisterform #mb_addr_jibeon {display:block;margin:5px 0 0} + +/* 회원가입 완료 */ +#reg_result {padding:50px 0 0} +#reg_result #result_email {margin:20px 0;padding:10px 50px;border-top:1px solid #e9e9e9;border-bottom:1px solid #dde4e9;background:#fff;line-height:2em} +#reg_result #result_email span {display:inline-block;width:150px} +#reg_result #result_email strong {color:#e8180c;font-size:1.2em} +#reg_result #result_coupon {margin:20px 0;padding:10px 50px;border-top:1px solid #e9e9e9;border-bottom:1px solid #dde4e9;background:#fff;line-height:2em} +#reg_result #result_coupon strong {color:#ff3061;font-weight:normal} +#reg_result p {line-height:1.8em} +#reg_result .btn_confirm {margin:50px 0} + +/* 아이디/비밀번호 찾기 */ +#find_info #mb_hp_label {display:inline-block;margin-left:10px} +#find_info #info_fs {margin:0 20px 20px;padding:0;background:#fff} +#find_info #info_fs .frm_input {width:70%} +#find_info p {margin:0 0 10px;line-height:1.8em} +#find_info #captcha {margin:0 20px} + +/* 로그인 */ +#mb_login {margin:0 auto;padding:100px 0;width:500px} +#mb_login h1 {margin:0 0 20px;font-size:1.3em} +#mb_login h2 {margin:0} +#mb_login p {padding:10px 0;line-height:1.5em} +#mb_login #login_fs {position:relative;margin:0;padding:20px 20px 20px 95px;border:1px solid #cfded8;border-bottom:0;background:#fff} +#mb_login #login_fs legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden} +#mb_login #login_fs label {letter-spacing:-0.1em} +#mb_login #login_fs .login_id {position:absolute;top:26px;left:95px} +#mb_login #login_fs .login_pw {position:absolute;top:52px;left:95px} +#mb_login #login_fs .frm_input {display:block;margin:0 0 5px 80px;width:162px} +#mb_login #login_fs .btn_submit {position:absolute;top:20px;right:95px;width:60px;height:53px} +#mb_login #login_info {margin:0 0 30px;padding:20px;border:1px solid #cfded8;background:#f5f6fa} +#mb_login #login_info div {text-align:right} + +#mb_login_notmb {position:relative;margin:0 0 20px;padding:20px;border:1px solid #cfded8;background:#fff} +#mb_login_notmb #guest_privacy {margin:0 0 10px;padding:10px;height:150px;border:1px solid #e9e9e9;overflow:auto} +#mb_login_notmb .btn_confirm {padding:10px 0 0} + +#mb_login_od {position:relative;margin:0;padding:20px 20px 20px 95px;border:1px solid #cfded8;border-bottom:0;background:#fff} +#mb_login_od legend {position:absolute;font-size:0;line-height:0;overflow:hidden} +#mb_login_od label {letter-spacing:-0.1em} +#mb_login_od .od_id {position:absolute;top:26px;left:95px} +#mb_login_od .od_pwd {position:absolute;top:52px;left:95px} +#mb_login_od .frm_input {display:block;margin:0 0 5px 80px} +#mb_login_od .btn_submit {position:absolute;top:20px;left:335px;width:52px;height:49px} +#mb_login_odinfo {margin:0 0 30px;padding:20px;border:1px solid #cfded8;background:#f5f6fa} +#mb_login_odinfo div {text-align:right} + +/* 쪽지 */ +#memo_view_contents {margin:0 auto 20px;width:90%} +#memo_view_contents h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#memo_view_ul {margin:0;padding:0 0 10px;border-bottom:1px solid #eee;list-style:none} +.memo_view_li {position:relative;padding:5px 0} +.memo_view_subj {display:inline-block;width:65px} +#memo_view p {padding:10px 0;min-height:150px;height:auto !important;height:150px;background:#fff;line-height:1.8em} + +#memo_write textarea {height:100px} + +/* 스크랩 */ +#scrap_do table {margin:0 0 10px;width:100%} +#scrap_do textarea {height:100px} + +/* 회원 비밀번호 확인 */ +#mb_confirm {margin:0 auto;padding:100px 0;width:500px} +#mb_confirm h1 {margin:0 0 20px;font-size:1.3em} +#mb_confirm p {padding:20px;border:1px solid #dde4e9;border-bottom:0;background:#fff} +#mb_confirm p strong {display:block} +#mb_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #e9e9e9;background:#f5f6fa;text-align:center} +#mb_confirm fieldset .frm_input {background-color:#fff !important} +#mb_confirm label {letter-spacing:-0.1em} +#mb_confirm_id {display:inline-block;margin-right:20px;font-weight:bold} + +/* 비밀글 비밀번호 확인 */ +#pw_confirm {margin:0 auto;padding:100px 0;width:500px} +#pw_confirm h1 {margin:0 0 20px;font-size:1.3em} +#pw_confirm p {padding:20px;border:1px solid #dde4e9;border-bottom:0;background:#fff} +#pw_confirm p strong {display:block} +#pw_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #e9e9e9;background:#f5f6fa;text-align:center} +#pw_confirm fieldset .frm_input {background-color:#fff !important} +#pw_confirm label {letter-spacing:-0.1em} +#pw_confirm_id {display:inline-block;margin-right:20px;font-weight:bold} + +/* 폼메일 */ +#formmail #subject {width:386px} +#formmail textarea {height:100px} + +/* 자기소개 */ +#profile table {margin-bottom:0} +#profile section {margin:0 auto 20px;padding:20px;width:86%} + +#profile h2 {margin:0} \ No newline at end of file diff --git a/theme/basic/skin/new/basic/new.skin.php b/theme/basic/skin/new/basic/new.skin.php new file mode 100644 index 000000000..2558d8118 --- /dev/null +++ b/theme/basic/skin/new/basic/new.skin.php @@ -0,0 +1,144 @@ +', 0); +?> + + +
            + 상세검색 +
            + + + + + + +

            회원 아이디만 검색 가능

            +
            + +
            + + + +
            + + + + + + + + +
            + + + + + + + + + + + + + + + + + + + + + + + + + + + + '; + ?> + +
            + + + 그룹게시판제목이름일시
            + + + + +
            게시물이 없습니다.
            +
            + + +
            + +
            + +
            + + + + + + + \ No newline at end of file diff --git a/theme/basic/skin/new/basic/style.css b/theme/basic/skin/new/basic/style.css new file mode 100644 index 000000000..da1c877f2 --- /dev/null +++ b/theme/basic/skin/new/basic/style.css @@ -0,0 +1,7 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* 최근게시물 스킨 (new) */ +#new_sch {margin-bottom:10px;text-align:right} +#new_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden} +#new_sch p {padding:5px 0 0;font-size:0.95em;text-align:right;letter-spacing:-0.1em} \ No newline at end of file diff --git a/theme/basic/skin/outlogin/basic/outlogin.skin.1.php b/theme/basic/skin/outlogin/basic/outlogin.skin.1.php new file mode 100644 index 000000000..b71bae3d9 --- /dev/null +++ b/theme/basic/skin/outlogin/basic/outlogin.skin.1.php @@ -0,0 +1,69 @@ +', 0); +?> + + +
            +

            회원로그인

            +
            +
            + + + + + + + +
            + + +
            +
            +
            +
            + + + diff --git a/theme/basic/skin/outlogin/basic/outlogin.skin.2.php b/theme/basic/skin/outlogin/basic/outlogin.skin.2.php new file mode 100644 index 000000000..ab1286c7d --- /dev/null +++ b/theme/basic/skin/outlogin/basic/outlogin.skin.2.php @@ -0,0 +1,46 @@ +', 0); +?> + + +
            +
            +

            나의 회원정보

            + + 관리자 모드 +
            + + +
            + + + diff --git a/theme/basic/skin/outlogin/basic/style.css b/theme/basic/skin/outlogin/basic/style.css new file mode 100644 index 000000000..f6a0e058e --- /dev/null +++ b/theme/basic/skin/outlogin/basic/style.css @@ -0,0 +1,45 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* 아웃로그인 스킨 */ +.ol {position:relative;padding:15px 15px 14px 14px;border-bottom:1px solid #dde4e9} +.ol h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} +.ol ul {margin:0;padding:0;list-style:none} + +.ol a.btn_admin {display:inline-block;padding:0 10px;height:23px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */ +.ol a.btn_admin:focus, .ol a.btn_admin:hover {text-decoration:none} + +#ol_before {} +#ol_before fieldset {position:relative} +#ol_id {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #e4eaec;background:#f7f7f7;line-height:1.6em} +.ol_idlabel {position:absolute;top:6px;left:5px;color:#333;font-size:0.95em} +#ol_pw {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #e4eaec;background:#f7f7f7;vertical-align:top;line-height:1.6em} +.ol_pwlabel {position:absolute;top:35px;left:5px;color:#333;font-size:0.95em} +#auto_login {} +#auto_login_label {letter-spacing:-0.1em} +#ol_submit {display:inline-block;width:60px;height:24px;border:0;background:#333;color:#fff;font-size:0.9em;font-weight:bold;vertical-align:top} +#ol_before a {letter-spacing:-0.15em} +#ol_svc {float:left;margin:5px 0 0} +#ol_password_lost {display:inline-block;margin:0 0 0 5px} +#ol_auto {position:relative;float:right;margin:5px 0 0} +#ol_auto label {letter-spacing:-0.1em} +#ol_auto input {width:13px;height:13px;vertical-align:bottom} + +#ol_after {} +#ol_after_hd {margin:0 0 3px} +#ol_after_hd .btn_admin {margin-top:5px;width:158px;text-align:center} +#ol_after_private {margin:0 0 3px;zoom:1} +#ol_after_private:after {display:block;visibility:hidden;clear:both;content:""} +#ol_after_private li {float:left} +#ol_after_private a {display:block;padding-top:8px;height:37px;background:#f7f7f7;text-align:center} +#ol_after_private a strong {display:block;padding-top:3px;color:#000;font-weight:normal} +#ol_after_private a:focus, +#ol_after_private a:hover {background:#333;color:#fff;text-decoration:none} +#ol_after_private a:focus strong, +#ol_after_private a:hover strong {color:#fff;text-decoration:none} +#ol_after_memo {width:50px;margin-right:1px} +#ol_after_pt {width:80px;margin-right:1px} +#ol_after_scrap {width:48px;line-height:2.6em !important} +#ol_after_ft {text-align:justify} +#ol_after_ft a {display:inline-block;width:88px;height:25px;background:#333;color:#fff;text-align:center;line-height:2.2em} +#ol_after_ft a:focus, #ol_after_ft a:hover {text-decoration:none !important} \ No newline at end of file diff --git a/theme/basic/skin/outlogin/shop_basic/outlogin.skin.1.php b/theme/basic/skin/outlogin/shop_basic/outlogin.skin.1.php new file mode 100644 index 000000000..1e8cacfb4 --- /dev/null +++ b/theme/basic/skin/outlogin/shop_basic/outlogin.skin.1.php @@ -0,0 +1,68 @@ +', 0); +?> + +
            +

            회원로그인

            + +
            +
            + + + + + + + +
            + + +
            +
            +
            +
            + + + diff --git a/theme/basic/skin/outlogin/shop_basic/outlogin.skin.2.php b/theme/basic/skin/outlogin/shop_basic/outlogin.skin.2.php new file mode 100644 index 000000000..71f4cdab1 --- /dev/null +++ b/theme/basic/skin/outlogin/shop_basic/outlogin.skin.2.php @@ -0,0 +1,46 @@ +', 0); +?> + + +
            +
            +

            나의 회원정보

            + + 관리자 모드 +
            + + +
            + + + diff --git a/theme/basic/skin/outlogin/shop_basic/style.css b/theme/basic/skin/outlogin/shop_basic/style.css new file mode 100644 index 000000000..02b657799 --- /dev/null +++ b/theme/basic/skin/outlogin/shop_basic/style.css @@ -0,0 +1,38 @@ +/* 아웃로그인 스킨 */ +.ol {position:relative;margin:0 0 5px;width:150px} +.ol h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} +.ol ul {margin:0;padding:0;list-style:none} + +#ol_before {} +#ol_before fieldset {position:relative} +#ol_id {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:138px;height:22px;border:1px solid #b8c9c2;background:#f7f7f7;line-height:1.6em} +.ol_idlabel {position:absolute;top:6px;left:5px;color:#626870;font-size:0.95em} +#ol_pw {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:138px;height:22px;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:top;line-height:1.6em} +.ol_pwlabel {position:absolute;top:35px;left:5px;color:#626870;font-size:0.95em} +#auto_login {} +#auto_login_label {letter-spacing:-0.1em} +#ol_submit {display:inline-block;margin:0 0 4px;width:150px;height:24px;border:0;background:#626870;color:#fff;font-size:0.9em;font-weight:bold} +#ol_before ul {float:right;margin:7px 0 13px;zoom:1} +#ol_before ul:after {display:block;visibility:hidden;clear:both;content:""} +#ol_before li {float:left;margin-left:5px;padding-top:2px} +#ol_before a {letter-spacing:-0.1em} +#ol_svc {margin:0 0 5px} +#ol_svc a {display:inline-block;padding:5px 0;width:71px;border:1px solid #e9e9e9;background:#faf9f5;text-align:center;text-decoration:none} +#ol_auto {margin:0 0 5px;padding:2px 0 5px;text-align:right} + +#ol_after {} +#ol_after_hd {margin:0 0 5px} +#ol_after_hd .btn_admin {display:block;margin-top:5px;text-align:center} +#ol_after_private {margin:0 0 5px;zoom:1} +#ol_after_private:after {display:block;visibility:hidden;clear:both;content:""} +#ol_after_private li {margin:0 0 1px} +#ol_after_private a {display:block;position:relative;padding:6px 8px 5px;background:#f7f7f7} +#ol_after_private a strong {position:absolute;top:6px;right:8px;color:#000;font-weight:normal} +#ol_after_private a:focus, +#ol_after_private a:hover {background:#626870;color:#fff;text-decoration:none} +#ol_after_private a:focus strong, +#ol_after_private a:hover strong {color:#fff;text-decoration:none} +#ol_after_ft {text-align:justify} +#ol_after_ft a {display:inline-block;padding:4px 0 3px;width:73px;background:#626870;color:#fff;text-align:center} +#ol_after_ft a:focus, +#ol_after_ft a:hover {text-decoration:none !important} \ No newline at end of file diff --git a/theme/basic/skin/poll/basic/poll.skin.php b/theme/basic/skin/poll/basic/poll.skin.php new file mode 100644 index 000000000..05d3260e1 --- /dev/null +++ b/theme/basic/skin/poll/basic/poll.skin.php @@ -0,0 +1,67 @@ +', 0); +?> + + +
            + + +
            +
            +

            설문조사

            + 설문조사 관리 +

            +
            +
              + +
            • + +
            + +
            +
            + + + \ No newline at end of file diff --git a/theme/basic/skin/poll/basic/poll_result.skin.php b/theme/basic/skin/poll/basic/poll_result.skin.php new file mode 100644 index 000000000..4741f5941 --- /dev/null +++ b/theme/basic/skin/poll/basic/poll_result.skin.php @@ -0,0 +1,131 @@ +', 0); +?> + + +
            +

            + + +
            +

            결과

            + +
            +
            전체
            +
            +
              + +
            1. +

              + + + 퍼센트 +

              +
              + +
              +
            2. + +
            +
            +
            +
            + + + + +
            +

            이 설문에 대한 기타의견

            + + +
            +
            +

            님의 의견

            + + +
            +

            + +

            +
            + "; } ?> +
            +
            + + + = $po['po_level']) { ?> +
            + + + + +

            + +
            + + + + + + + + + + + + + + + + + + + +
            자동등록방지
            +
            + +
            + +
            +
            + + +
            + + + + + + + +
            + +
            +
            + + + \ No newline at end of file diff --git a/theme/basic/skin/poll/basic/style.css b/theme/basic/skin/poll/basic/style.css new file mode 100644 index 000000000..e46faafff --- /dev/null +++ b/theme/basic/skin/poll/basic/style.css @@ -0,0 +1,90 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* ### 기본 스타일 커스터마이징 시작 ### */ + +#poll a.btn_admin {} /* 관리자 전용 버튼 */ +#poll a.btn_admin:focus, #poll a.btn_admin:hover {} + +#poll_result .tbl_frm table {} +#poll_result .tbl_frm .frm_info {} +#poll_result .tbl_frm .frm_address {} +#poll_result .tbl_frm .frm_file {} +#poll_result .tbl_frm caption {} + +#poll_result .tbl_frm01 {} +#poll_result .tbl_frm01 th {} +#poll_result .tbl_frm01 td {} +#poll_result .tbl_frm01 textarea, #poll_result tbl_frm01 .frm_input {} +#poll_result .tbl_frm01 textarea {} +/* +#poll_result .tbl_frm01 #captcha {} +#poll_result .tbl_frm01 #captcha input {} +*/ +#poll_result .tbl_frm01 a {} + +/* 필수입력 */ +#poll_result .required, #poll_result textarea.required {} + +#poll_result .btn_confirm {} /* 서식단계 진행 */ +#poll_result .btn_submit {} +#poll_result button.btn_submit {} +#poll_result .win_btn {} /* 새창용 */ +#poll_result .win_btn button {} +#poll_result .win_btn input {} +#poll_result .win_btn a {} +#poll_result .win_btn a:focus, #poll_result .win_btn a:hover {} + +/* ### 기본 스타일 커스터마이징 끝 ### */ + +/* 설문조사 스킨 */ +#poll {border-bottom:1px solid #dde4e9} +#poll header {position:relative;padding:15px 14px 0} +#poll h2 {} +#poll header .btn_admin {margin-top:5px;width:158px;text-align:center} +#poll header p {padding:5px 0 0} +#poll ul {margin:0 0 10px;padding:5px 14px;list-style:none} +#poll li {padding:3px 0} +#poll footer {padding:0 14px 14px} +#poll footer input {width:88px;height:27px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer} +#poll footer a {display:inline-block;width:86px;height:25px;border:1px solid #ccc;background:#fafafa;text-align:center;line-height:2.2em} +#poll footer a:focus, #poll footer a:hover {text-decoration:none !important} + +/* 설문조사 결과 (새창) */ +#poll_result {} +#poll_result section {margin:0 20px 20px;padding:15px;border:1px solid #dde4e9;background:#fff} +#poll_result .tbl_wrap {margin:0} +#poll_result h2 {margin:0;padding:20px 0} +#poll_result a {} +#poll_result .sv_member, +#poll_result .sv_guest {font-weight:bold} +#poll_result_list {margin:0 auto 20px} +#poll_result_list h2 {text-align:center} +#poll_result_list dl, +#poll_result_list dt, +#poll_result_list dd {margin:0;padding:0} +#poll_result_list dl {padding-bottom:30px} +#poll_result_list dt {margin-right:5%;color:#e8180d;text-align:right} +#poll_result_list ol {margin:0;padding-left:30px} +#poll_result_list li {margin-top:10px} +#poll_result_list p {position:relative;margin:0;padding:5px 0} +#poll_result_list p strong {position:absolute;top:5px;right:5%;padding-right:80px;width:100px;text-align:right} +#poll_result_list p span {position:absolute;top:5px;right:5%;width:80px;color:#68999c;text-align:right} +.poll_result_graph {position:relative;margin-right:5%;height:5px;background:#eee} +.poll_result_graph span {position:absolute;top:0;left:0;height:5px;background:#565e60;font-size:0.1em} +#poll_result_cmt {} +#poll_result_cmt h2 {text-align:center} +#poll_result_cmt h3 {margin:0 0 10px} +#poll_result_cmt article {margin:0 0 15px;border-bottom:1px solid #eee} +#poll_result_cmt h1 {position:absolute;margin:0;padding:0;border:0;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +.poll_datetime {display:inline-block;margin-left:10px} +#poll_result_cmt p {padding:3px 0} +#poll_result_cmt fieldset {margin-bottom:0;text-align:left} +#poll_result_cmt fieldset p {margin:0 0 15px;padding:3px 0 0px;text-align:left} +#poll_result_cmt footer {text-align:right} +#poll_result_wcmt {margin:0 0 10px} +.poll_cmt_del a {display:inline-block;padding-bottom:10px} +#poll_result_oth {margin:0 auto 20px;width:93%} +#poll_result_oth h2 {padding:0 0 10px} +#poll_result_oth ul {margin:0;padding:0;list-style:none} +#poll_result_oth a {display:block;padding:10px 0;border-bottom:1px solid #eee} \ No newline at end of file diff --git a/theme/basic/skin/poll/shop_basic/poll.skin.php b/theme/basic/skin/poll/shop_basic/poll.skin.php new file mode 100644 index 000000000..e9bee3333 --- /dev/null +++ b/theme/basic/skin/poll/shop_basic/poll.skin.php @@ -0,0 +1,67 @@ +', 0); +?> + + +
            + + +
            +
            +

            설문조사

            + 설문조사 관리 +

            +
            +
              + +
            • + +
            + +
            +
            + + + \ No newline at end of file diff --git a/theme/basic/skin/poll/shop_basic/poll_result.skin.php b/theme/basic/skin/poll/shop_basic/poll_result.skin.php new file mode 100644 index 000000000..83fdb5562 --- /dev/null +++ b/theme/basic/skin/poll/shop_basic/poll_result.skin.php @@ -0,0 +1,131 @@ +', 0); +?> + + +
            +

            + + +
            +

            결과

            + +
            +
            전체
            +
            +
              + +
            1. +

              + + + 퍼센트 +

              +
              + +
              +
            2. + +
            +
            +
            +
            + + + + +
            +

            이 설문에 대한 기타의견

            + + +
            +
            +

            님의 의견

            + + +
            +

            + +

            +
            + "; } ?> +
            +
            + + + = $po['po_level']) { ?> +
            + + + + +

            + +
            + + + + + + + + + + + + + + + + + + + +
            자동등록방지
            +
            + +
            + +
            +
            + + +
            + + + + + + + +
            + +
            +
            + + + \ No newline at end of file diff --git a/theme/basic/skin/poll/shop_basic/style.css b/theme/basic/skin/poll/shop_basic/style.css new file mode 100644 index 000000000..e21f4fc12 --- /dev/null +++ b/theme/basic/skin/poll/shop_basic/style.css @@ -0,0 +1,91 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* ### 기본 스타일 커스터마이징 시작 ### */ + +#poll a.btn_admin {} /* 관리자 전용 버튼 */ +#poll a.btn_admin:focus, #poll a.btn_admin:hover {} + +#poll_result .tbl_frm table {} +#poll_result .tbl_frm .frm_info {} +#poll_result .tbl_frm .frm_address {} +#poll_result .tbl_frm .frm_file {} +#poll_result .tbl_frm caption {} + +#poll_result .tbl_frm01 {} +#poll_result .tbl_frm01 th {} +#poll_result .tbl_frm01 td {} +#poll_result .tbl_frm01 textarea, #poll_result tbl_frm01 .frm_input {} +#poll_result .tbl_frm01 textarea {} +/* +#poll_result .tbl_frm01 #captcha {} +#poll_result .tbl_frm01 #captcha input {} +*/ +#poll_result .tbl_frm01 a {} + +/* 필수입력 */ +#poll_result .required, #poll_result textarea.required {} + +#poll_result .btn_confirm {} /* 서식단계 진행 */ +#poll_result .btn_submit {} +#poll_result button.btn_submit {} +#poll_result .win_btn {} /* 새창용 */ +#poll_result .win_btn button {} +#poll_result .win_btn input {} +#poll_result .win_btn a {} +#poll_result .win_btn a:focus, #poll_result .win_btn a:hover {} + +/* ### 기본 스타일 커스터마이징 끝 ### */ + +/* 설문조사 스킨 */ +#poll {margin:0 0 20px} +#poll header {position:relative} +#poll h2 {} +#poll header .btn_admin {margin-top:5px;padding:8px 0;width:100%;text-align:center} +#poll header p {padding:5px 0 0} +#poll ul {margin:0 0 10px;padding:5px 0;list-style:none} +#poll li {padding:3px 0} +#poll footer {text-align:right} +#poll footer input {width:80px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer} +#poll footer a {display:inline-block;width:86px;height:22px;border:1px solid #ccc;background:#fafafa;text-align:center;line-height:2em} +#poll footer a:focus, +#poll footer a:hover {text-decoration:none !important} + +/* 설문조사 결과 (새창) */ +#poll_result {} +#poll_result section {margin:0 20px 20px;padding:15px;border:1px solid #dde4e9;background:#fff} +#poll_result .tbl_wrap {margin:0} +#poll_result h2 {margin:0;padding:20px 0} +#poll_result a {} +#poll_result .sv_member, +#poll_result .sv_guest {font-weight:bold} +#poll_result_list {margin:0 auto 20px} +#poll_result_list h2 {text-align:center} +#poll_result_list dl, +#poll_result_list dt, +#poll_result_list dd {margin:0;padding:0} +#poll_result_list dl {padding-bottom:30px} +#poll_result_list dt {margin-right:5%;color:#e8180d;text-align:right} +#poll_result_list ol {margin:0;padding-left:30px} +#poll_result_list li {margin-top:10px} +#poll_result_list p {position:relative;margin:0;padding:5px 0} +#poll_result_list p strong {position:absolute;top:5px;right:5%;padding-right:80px;width:100px;text-align:right} +#poll_result_list p span {position:absolute;top:5px;right:5%;width:80px;color:#68999c;text-align:right} +.poll_result_graph {position:relative;margin-right:5%;height:5px;background:#eee} +.poll_result_graph span {position:absolute;top:0;left:0;height:5px;background:#565e60;font-size:0.1em} +#poll_result_cmt {} +#poll_result_cmt h2 {text-align:center} +#poll_result_cmt h3 {margin:0 0 10px} +#poll_result_cmt article {margin:0 0 15px;border-bottom:1px solid #eee} +#poll_result_cmt h1 {position:absolute;margin:0;padding:0;border:0;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +.poll_datetime {display:inline-block;margin-left:10px} +#poll_result_cmt p {padding:3px 0} +#poll_result_cmt fieldset {margin-bottom:0;text-align:left} +#poll_result_cmt fieldset p {margin:0 0 15px;padding:3px 0 0px;text-align:left} +#poll_result_cmt footer {text-align:right} +#poll_result_wcmt {margin:0 0 10px} +.poll_cmt_del a {display:inline-block;padding-bottom:10px} +#poll_result_oth {margin:0 auto 20px;width:93%} +#poll_result_oth h2 {padding:0 0 10px} +#poll_result_oth ul {margin:0;padding:0;list-style:none} +#poll_result_oth a {display:block;padding:10px 0;border-bottom:1px solid #eee} \ No newline at end of file diff --git a/theme/basic/skin/popular/basic/popular.skin.php b/theme/basic/skin/popular/basic/popular.skin.php new file mode 100644 index 000000000..14fe12281 --- /dev/null +++ b/theme/basic/skin/popular/basic/popular.skin.php @@ -0,0 +1,19 @@ +', 0); +?> + + + + \ No newline at end of file diff --git a/theme/basic/skin/popular/basic/style.css b/theme/basic/skin/popular/basic/style.css new file mode 100644 index 000000000..d2c4219d0 --- /dev/null +++ b/theme/basic/skin/popular/basic/style.css @@ -0,0 +1,12 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* 인기검색어 */ +#popular {border-bottom:1px dotted #dde4e9} +#popular div {margin:0 auto;width:970px;zoom:1} +#popular div:after {display:block;visibility:hidden;clear:both;content:""} +#popular h2 {float:left;padding:10px 45px 10px 0} +#popular ul {float:left;margin:0;padding:0;list-style:none} +#popular li {float:left} +#popular a {display:inline-block;padding:10px;text-decoration:none} +#popular a:focus, #popular a:hover {} \ No newline at end of file diff --git a/theme/basic/skin/qa/basic/img/btn_close.gif b/theme/basic/skin/qa/basic/img/btn_close.gif new file mode 100644 index 0000000000000000000000000000000000000000..040b180ac6584ae612ef2886487110f0ad079963 GIT binary patch literal 211 zcmZ?wbhEHbC>lw|Nj2|^XJd+Ki|K7yLIc<@85r}UAy+@_wT|Ns9P2m!^PEMO%%AQEIJ18abSL2rs@7wgh> zI-xzeYYr882T$7a>~-(!J@=MOy}Z$ltNl`73Cq0Bi3wIGB-b=ECVhGFY*&ANIg94( d^Unm859R4|2rw-)wA%9i`(c-qSMQw}tN}eeW+eas literal 0 HcmV?d00001 diff --git a/theme/basic/skin/qa/basic/img/icon_answer.gif b/theme/basic/skin/qa/basic/img/icon_answer.gif new file mode 100644 index 0000000000000000000000000000000000000000..91c135977b4f445a90c849310dc80efde1983830 GIT binary patch literal 77 zcmZ?wbhEHb-Wqsc#^P~2x#@rVooH@5wHB9i@BozKb;P9uI^*c|UyXO5@>VyLmgEat< Cr6(f* literal 0 HcmV?d00001 diff --git a/theme/basic/skin/qa/basic/img/icon_hot.gif b/theme/basic/skin/qa/basic/img/icon_hot.gif new file mode 100644 index 0000000000000000000000000000000000000000..c95b839aeef0c1e26a4bab4ea50cd6d3f1969d7f GIT binary patch literal 97 zcmZ?wbhEHbzHen|7VvwFnzUPlarEA ZqW~YXyUO~T+#YkUoJ%V_>ib05Q5F AasU7T literal 0 HcmV?d00001 diff --git a/theme/basic/skin/qa/basic/img/icon_mobile.gif b/theme/basic/skin/qa/basic/img/icon_mobile.gif new file mode 100644 index 0000000000000000000000000000000000000000..ad934d23c440c83db0c4589596465cb087353e01 GIT binary patch literal 62 zcmZ?wbhEHbZ% literal 0 HcmV?d00001 diff --git a/theme/basic/skin/qa/basic/img/icon_secret.gif b/theme/basic/skin/qa/basic/img/icon_secret.gif new file mode 100644 index 0000000000000000000000000000000000000000..c04899f14fa727b64223f6c5457877c6c939639d GIT binary patch literal 97 zcmZ?wbhEHb&!1E4^4&ClEzh)PmWxV3{9A~!gB2-%RL5bHcgg3Zp^!+W)H2^A_AxQuL literal 0 HcmV?d00001 diff --git a/theme/basic/skin/qa/basic/img/icon_sound.gif b/theme/basic/skin/qa/basic/img/icon_sound.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5188318a5cdc394b984125c0ddd376c5f57bbe4 GIT binary patch literal 113 zcmZ?wbhEHbE1CJY$zMikVi`-#gIi|DbmsXBWf6U5szE@->A`0*`&<;b@XASRrB8=E6~=S>Pbm I%fes{0AXt-SpWb4 literal 0 HcmV?d00001 diff --git a/theme/basic/skin/qa/basic/list.skin.php b/theme/basic/skin/qa/basic/list.skin.php new file mode 100644 index 000000000..a06532b6b --- /dev/null +++ b/theme/basic/skin/qa/basic/list.skin.php @@ -0,0 +1,167 @@ +', 0); +?> + +
            + + + + + + + +
            +
            + Total + 페이지 +
            + + + + +
            + + +
            + + + + +
            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + '; } ?> + +
            목록
            번호 + + + 분류제목글쓴이상태등록일
            + + + + + + + +
            게시물이 없습니다.
            +
            + +
            + +
              +
            • +
            + + + +
            +
            +
            + + + + + + + + + +
            + 게시물 검색 + +
            + + + + +
            +
            + + + + + + \ No newline at end of file diff --git a/theme/basic/skin/qa/basic/style.css b/theme/basic/skin/qa/basic/style.css new file mode 100644 index 000000000..8f7022428 --- /dev/null +++ b/theme/basic/skin/qa/basic/style.css @@ -0,0 +1,281 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* ### 기본 스타일 커스터마이징 시작 ### */ + +/* 게시판 버튼 */ +/* 목록 버튼 */ +#bo_list a.btn_b01 {} +#bo_list a.btn_b01:focus, #bo_list a.btn_b01:hover {} +#bo_list a.btn_b02 {} +#bo_list a.btn_b02:focus, #bo_list a.btn_b02:hover {} +#bo_list a.btn_admin {} /* 관리자 전용 버튼 */ +#bo_list a.btn_admin:focus, #bo_list .btn_admin:hover {} + +/* 읽기 버튼 */ +#bo_v a.btn_b01 {} +#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {} +#bo_v a.btn_b02 {} +#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {} +#bo_v a.btn_admin {} /* 관리자 전용 버튼 */ +#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {} + +/* 쓰기 버튼 */ +#bo_w .btn_confirm {} /* 서식단계 진행 */ +#bo_w .btn_submit {} +#bo_w button.btn_submit {} +#bo_w fieldset .btn_submit {} +#bo_w .btn_cancel {} +#bo_w button.btn_cancel {} +#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {} +#bo_w a.btn_frmline, #bo_w button.btn_frmline {} /* 우편번호검색버튼 등 */ +#bo_w button.btn_frmline {} + +/* 기본 테이블 */ +/* 목록 테이블 */ +#bo_list .tbl_head01 {} +#bo_list .tbl_head01 caption {} +#bo_list .tbl_head01 thead th {} +#bo_list .tbl_head01 thead a {} +#bo_list .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ +#bo_list .tbl_head01 tfoot th {} +#bo_list .tbl_head01 tfoot td {} +#bo_list .tbl_head01 tbody th {} +#bo_list .tbl_head01 td {} +#bo_list .tbl_head01 a {} +#bo_list td.empty_table {} + +/* 읽기 내 테이블 */ +#bo_v .tbl_head01 {} +#bo_v .tbl_head01 caption {} +#bo_v .tbl_head01 thead th {} +#bo_v .tbl_head01 thead a {} +#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ +#bo_v .tbl_head01 tfoot th {} +#bo_v .tbl_head01 tfoot td {} +#bo_v .tbl_head01 tbody th {} +#bo_v .tbl_head01 td {} +#bo_v .tbl_head01 a {} +#bo_v td.empty_table {} + +/* 쓰기 테이블 */ +#bo_w table {} +#bo_w caption {} +#bo_w .frm_info {} +#bo_w .frm_address {} +#bo_w .frm_file {} + +#bo_w .tbl_frm01 {} +#bo_w .tbl_frm01 th {} +#bo_w .tbl_frm01 td {} +#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input {} +#bo_w .tbl_frm01 textarea {} +/* +#bo_w .tbl_frm01 #captcha {} +#bo_w .tbl_frm01 #captcha input {} +*/ +#bo_w .tbl_frm01 a {} + +/* 필수입력 */ +#bo_w .required, #bo_w textarea.required {} + +#bo_w .cke_sc {} +#bo_w button.btn_cke_sc{} +#bo_w .cke_sc_def {} +#bo_w .cke_sc_def dl {} +#bo_w .cke_sc_def dl:after {} +#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {} +#bo_w .cke_sc_def dt {} +#bo_w .cke_sc_def dd {} + +/* ### 기본 스타일 커스터마이징 끝 ### */ + +/* 게시판 목록 */ +#bo_list .td_board {width:120px;text-align:center} +#bo_list .td_chk {width:30px;text-align:center} +#bo_list .td_date {width:60px;text-align:center} +#bo_list .td_datetime {width:110px;text-align:center} +#bo_list .td_group {width:100px;text-align:center} +#bo_list .td_mb_id {width:100px;text-align:center} +#bo_list .td_mng {width:80px;text-align:center} +#bo_list .td_name {width:100px;text-align:left} +#bo_list .td_nick {width:100px;text-align:center} +#bo_list .td_num {width:50px;text-align:center} +#bo_list .td_numbig {width:80px;text-align:center} + +#bo_list .txt_active {color:#5d910b} +#bo_list .txt_expired {color:#ccc} + +#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_cate ul {margin-bottom:10px;padding-left:1px;zoom:1} +#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""} +#bo_cate li {float:left;margin-bottom:-1px} +#bo_cate a {display:block;position:relative;margin-left:-1px;padding:6px 0 5px;width:90px;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer} +#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none} +#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold} + +.td_subject img {margin-left:3px} + +/* 게시판 목록 공통 */ +.bo_fx {margin-bottom:5px;zoom:1} +.bo_fx:after {display:block;visibility:hidden;clear:both;content:""} +.bo_fx ul {margin:0;padding:0;list-style:none} +#bo_list_total {float:left;padding-top:5px} +.btn_bo_user {float:right;margin:0;padding:0;list-style:none} +.btn_bo_user li {float:left;margin-left:5px} +.btn_bo_adm {float:left} +.btn_bo_adm li {float:left;margin-right:5px} +.btn_bo_adm input {padding:0 10px;height:25px;border:1px solid #e8180c !important;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle;cursor:pointer} +.bo_notice td {background:#f5f6fa} +.bo_notice td a {font-weight:bold} +.td_num strong {color:#000} +.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;border-right:1px solid #e7f1ed;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */ +.bo_current {color:#e8180c} +#bo_list .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold} + +#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center} +#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden} + +/* 게시판 쓰기 */ +#char_count_desc {display:block;margin:0 0 5px;padding:0} +#char_count_wrp {margin:5px 0 0;text-align:right} +#char_count {font-weight:bold} + +#autosave_wrapper {position:relative} +#autosave_pop {display:none;z-index:10;position:absolute;top:24px;right:117px;padding:8px;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;overflow-y:scroll} +html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */ +#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden} +#autosave_pop div {text-align:right} +#autosave_pop button {margin:0;padding:0;border:0;background:transparent} +#autosave_pop ul {margin:10px 0;padding:0;border-top:1px solid #e9e9e9;list-style:none} +#autosave_pop li {padding:8px 5px;border-bottom:1px solid #e9e9e9;zoom:1} +#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""} +#autosave_pop a {display:block;float:left} +#autosave_pop span {display:block;float:right} +.autosave_close {cursor:pointer} +.autosave_content {display:none} + +/* 게시판 읽기 */ +#bo_v {margin-bottom:20px;padding-bottom:20px} + +#bo_v_table {position:absolute;top:0;right:15px;margin:0;padding:0 5px;height:25px;background:#565e60;color:#fff;font-weight:bold;line-height:2.2em} + +#bo_v_title {padding:10px 0;font-size:1.2em} + +#bo_v_info {padding:0 0 10px;border-bottom:1px solid #ddd} +#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal} +#bo_v_info .sv_member, +#bo_v_info .sv_guest, +#bo_v_info .member, +#bo_v_info .guest {font-weight:bold} + +#bo_v_file {} +#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_v_file ul {margin:0;padding:0;list-style:none} +#bo_v_file li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa} +#bo_v_file a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word} +#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none} +#bo_v_file img {float:left;margin:0 10px 0 0} +.bo_v_file_cnt {display:inline-block;margin:0 0 3px 16px} + +#bo_v_link {} +#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_v_link ul {margin:0;padding:0;list-style:none} +#bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa} +#bo_v_link a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word} +#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none} +.bo_v_link_cnt {display:inline-block;margin:0 0 3px 16px} + +#bo_v_contact {border-bottom:1px solid #ddd} +#bo_v_contact h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_v_contact dl {margin:0;padding:0;list-style:none;zoom:1} +#bo_v_contact dl:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_contact dt, #bo_v_contact dd {float:left;margin:0;border-bottom:1px solid #eee;background:#f5f6fa} +#bo_v_contact dt {clear:both;padding:8px 0 8px 30px;width:100px;font-weight:bold} +#bo_v_contact dd {padding:8px 0;width:598px} + +#bo_v_top {margin:0 0 10px;padding:10px 0;zoom:1} +#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_top h2 {margin:0;padding:0;height:0;overflow:hidden} +#bo_v_top ul {margin:0;padding:0;list-style:none} + +#bo_v_bot {zoom:1} +#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_v_bot ul {margin:0;padding:0;list-style:none} + +.bo_v_nb {float:left} +.bo_v_nb li {float:left;margin-right:5px} +.bo_v_com {float:right} +.bo_v_com li {float:left;margin-left:5px} + +#bo_v_atc {min-height:100px;height:auto !important;height:100px} +#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden} + +#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1} +#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto} + +#bo_v_con {margin-bottom:30px;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden} +#bo_v_con a {color:#000;text-decoration:underline} +#bo_v_con img {max-width:100%;height:auto} + +#bo_v_act {margin-bottom:30px;text-align:center} +#bo_v_act a {margin-right:5px;vertical-align:top} +#bo_v_act span {display:inline-block;margin-right:5px;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2.15em;vertical-align:top} +#bo_v_act strong {color:#ff3061} +#bo_v_act_good, +#bo_v_act_nogood {position:absolute;font-size:0;line-height:0;overflow:hidden} + +#bo_v_sns {margin:0 0 20px;padding:0;list-style:none;zoom:1} +#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_sns li {float:left;margin:0 5px 0 0} + +#bo_v_addq {margin:0 0 30px;text-align:right} + +#bo_v_ans {margin:0 0 30px;padding:30px 0 0;border-top:1px solid #e9e9e9} +#bo_v_ans h2 {display:inline-block;vertical-align:middle;font-size:1.2em} +#bo_v_ans #ans_datetime {margin:10px 0;color:#999} +#bo_v_ans #ans_con {margin:0 0 10px;line-height:1.8em} +#bo_v_ans #ans_add {text-align:right} +#bo_v_ans #ans_msg {padding:40px 0;background:#f2f5f9;text-align:center} + +#bo_v_rel {margin:0 0 30px;padding:30px 0 0;border-top:1px solid #e9e9e9} +#bo_v_rel h2 {margin:0 0 10px;font-size:1.2em} + +#bo_v form {padding-top:20px} + +/* 게시판 댓글 */ +#bo_vc {padding:20px 20px 10px;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8;background:#f5f6fa} +#bo_vc h2 {margin-bottom:10px} +#bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc} +#bo_vc header {position:relative;padding:15px 0 5px} +#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px} +#bo_vc .sv_wrap {margin-right:15px} +#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold} +.bo_vc_hdinfo {display:inline-block;margin:0 15px 0 5px} +#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_vc a {color:#000;text-decoration:none} +#bo_vc p {padding:0 0 5px;line-height:1.8em} +#bo_vc p a {text-decoration:underline} +#bo_vc_empty {margin:0;padding:20px !important;text-align:center} +#bo_vc fieldset {margin:0 0 10px;padding:0} +#bo_vc #bo_vc_winfo {float:left} +#bo_vc footer {zoom:1} +#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""} + +.bo_vc_act {float:right;margin:0;list-style:none;zoom:1} +.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""} +.bo_vc_act li {float:left;margin-left:5px} + +#bo_vc_w {position:relative;margin:0 0 10px;padding:0 0 20px;border-bottom:1px solid #cfded8} +#bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#bo_vc_w #char_cnt {display:block;margin:0 0 5px} + +#bo_vc_sns {margin:0;padding:0;list-style:none;zoom:1} +#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""} +#bo_vc_sns li {float:left;margin:0 20px 0 0} +#bo_vc_sns input {margin:0 0 0 5px} + +#bo_vc form {padding:0} \ No newline at end of file diff --git a/theme/basic/skin/qa/basic/view.answer.skin.php b/theme/basic/skin/qa/basic/view.answer.skin.php new file mode 100644 index 000000000..357145d90 --- /dev/null +++ b/theme/basic/skin/qa/basic/view.answer.skin.php @@ -0,0 +1,25 @@ + + +
            +

            답변:

            + 추가질문 + +
            + +
            + +
            + +
            + +
            + + 답변수정 + + + 답변삭제 + +
            +
            \ No newline at end of file diff --git a/theme/basic/skin/qa/basic/view.answerform.skin.php b/theme/basic/skin/qa/basic/view.answerform.skin.php new file mode 100644 index 000000000..d77fd5422 --- /dev/null +++ b/theme/basic/skin/qa/basic/view.answerform.skin.php @@ -0,0 +1,125 @@ + + +
            + +

            답변등록

            + +
            + + + + + + '; + } else { + $option .= "\n".''."\n".''; + } + + echo $option_hidden; + ?> + +
            + + + + + + + + + + + + + + + + + +
            옵션
            + +
            +
            + +
            + +
            +
            + + + +

            고객님의 문의에 대한 답변을 준비 중입니다.

            + +
            \ No newline at end of file diff --git a/theme/basic/skin/qa/basic/view.skin.php b/theme/basic/skin/qa/basic/view.skin.php new file mode 100644 index 000000000..1caa5a63a --- /dev/null +++ b/theme/basic/skin/qa/basic/view.skin.php @@ -0,0 +1,187 @@ +', 0); +?> + + + + +
            + +
            +
            +

            + +

            +
            + +
            +

            페이지 정보

            + 작성자 + 작성일 +
            + + + +
            +

            첨부파일

            + +
            + + + + +
            +

            연락처정보

            +
            + +
            이메일
            +
            + + +
            휴대폰
            +
            + +
            +
            + + + +
            + + + + + + + +
            + + +
            +

            본문

            + + \n"; + + for ($i=0; $i<$view['img_count']; $i++) { + //echo $view['img_file'][$i]; + echo get_view_thumbnail($view['img_file'][$i], $qaconfig['qa_image_width']); + } + + echo "\n"; + } + ?> + + +
            + + + + + + +
            + + + + +
            +

            연관질문

            + +
            + + + + + + + + + + + + + + + + + + + +
            분류제목상태등록일
            + + + +
            +
            +
            + + + +
            + +
            + + +
            + + + \ No newline at end of file diff --git a/theme/basic/skin/qa/basic/write.skin.php b/theme/basic/skin/qa/basic/write.skin.php new file mode 100644 index 000000000..d81465a50 --- /dev/null +++ b/theme/basic/skin/qa/basic/write.skin.php @@ -0,0 +1,184 @@ +', 0); +?> + +
            + +
            + + + + + + '; + } else { + $option .= "\n".''."\n".''; + } + + echo $option_hidden; + ?> + +
            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + +
            옵션
            + class="frm_input email" size="50" maxlength="100"> + > + +
            + class="frm_input" size="30"> + + > 답변등록 SMS알림 수신 + +
            + +
            + +
            파일 #1 + + + + +
            파일 #2 + + + + +
            +
            + +
            + + 목록 +
            +
            + + +
            + \ No newline at end of file diff --git a/theme/basic/skin/search/basic/search.skin.php b/theme/basic/skin/search/basic/search.skin.php new file mode 100644 index 000000000..e341efa3f --- /dev/null +++ b/theme/basic/skin/search/basic/search.skin.php @@ -0,0 +1,140 @@ +', 0); +?> + + +
            + +
            + 상세검색 + + + + + + + + + + + + id="sop_or" name="sop"> + + id="sop_and" name="sop"> + +
            +
            + +
            + + +
            +

            전체검색 결과

            +
            +
            게시판
            +
            +
            게시물
            +
            +
            +

            / 페이지 열람 중

            +
            + + + + + +
            검색된 자료가 하나도 없습니다.
            + + +
            + +
            + +

            게시판 내 결과

            +
              + 댓글 | '; + $comment_href = '#c_'.$list[$idx][$i]['wr_id']; + } + else + { + $comment_def = ''; + $comment_href = ''; + } + ?> + +
            • + + 새창 +

              + + +
            • + +
            + + +
            + +
            + + + +
            + \ No newline at end of file diff --git a/theme/basic/skin/search/basic/style.css b/theme/basic/skin/search/basic/style.css new file mode 100644 index 000000000..8adf23a45 --- /dev/null +++ b/theme/basic/skin/search/basic/style.css @@ -0,0 +1,29 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* 전체검색결과 스킨 */ +#sch_res_detail {padding:0 0 10px;border-bottom:1px solid #e9e9e9;text-align:center} +#sch_res_detail legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden} +#sch_res_ov {margin:0 0 10px;padding:10px;border-bottom:1px solid #e9e9e9;background:#f5f6fa;zoom:1} +#sch_res_ov:after {display:block;visibility:hidden;clear:both;content:""} +#sch_res_ov h2 {float:left} +#sch_res_ov dl {float:left;margin:0 0 0 10px} +#sch_res_ov dt {float:left} +#sch_res_ov dd {float:left;margin:0 10px 0 5px} +#sch_res_ov p {float:right;margin:0;padding:0;line-height:1em} + +#sch_res_board {margin:0 0 10px;padding-left:1px;list-style:none;zoom:1} +#sch_res_board:after {display:block;visibility:hidden;clear:both;content:""} +#sch_res_board li {float:left;margin-bottom:-1px} +#sch_res_board a {display:block;position:relative;margin-left:-1px;padding:6px 0 5px;width:180px;border:1px solid #ddd;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer} +#sch_res_board a:focus, #sch_res_board a:hover, #sch_res_board a:active {text-decoration:none} +#sch_res_board .cnt_cmt {font-weight:normal !important} + +.sch_res_list {margin:0 0 10px;padding:10px 0 15px} +.sch_res_list h2 {margin:0 0 15px;font-size:1.2em} +.sch_res_list ul {margin:0;padding:0;list-style:none} +.sch_res_list li {margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #e9e9e9} +.sch_res_title {display:inline-block;margin:0 0 5px} +.sch_res_list p {margin:0 0 10px;line-height:1.8em} +.sch_more {text-align:right} +.sch_on {color:#ff3061} \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/boxbanner.skin.php b/theme/basic/skin/shop/basic/boxbanner.skin.php new file mode 100644 index 000000000..940fda89b --- /dev/null +++ b/theme/basic/skin/shop/basic/boxbanner.skin.php @@ -0,0 +1,37 @@ +', 0); +?> + +

            쇼핑몰 배너

            '.PHP_EOL; +?> \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/boxcart.skin.php b/theme/basic/skin/shop/basic/boxcart.skin.php new file mode 100644 index 000000000..d25b0d18d --- /dev/null +++ b/theme/basic/skin/shop/basic/boxcart.skin.php @@ -0,0 +1,34 @@ +', 0); +?> + + + + + diff --git a/theme/basic/skin/shop/basic/boxcategory.skin.php b/theme/basic/skin/shop/basic/boxcategory.skin.php new file mode 100644 index 000000000..78511a122 --- /dev/null +++ b/theme/basic/skin/shop/basic/boxcategory.skin.php @@ -0,0 +1,40 @@ +', 0); +?> + + +
          + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/boxcommunity.skin.php b/theme/basic/skin/shop/basic/boxcommunity.skin.php new file mode 100644 index 000000000..33cbdf1c0 --- /dev/null +++ b/theme/basic/skin/shop/basic/boxcommunity.skin.php @@ -0,0 +1,28 @@ +', 0); +?> + + + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/boxevent.skin.php b/theme/basic/skin/shop/basic/boxevent.skin.php new file mode 100644 index 000000000..46bdb52aa --- /dev/null +++ b/theme/basic/skin/shop/basic/boxevent.skin.php @@ -0,0 +1,43 @@ +', 0); +?> + + + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/boxtodayview.skin.php b/theme/basic/skin/shop/basic/boxtodayview.skin.php new file mode 100644 index 000000000..2e3b881ea --- /dev/null +++ b/theme/basic/skin/shop/basic/boxtodayview.skin.php @@ -0,0 +1,111 @@ +', 0); +?> + + +
        '.PHP_EOL; + ?> + + + + + +

        없음

        + + + +
          +
        • 장바구니
        • +
        • 위시리스트
        • +
        • 주문/배송조회
        • +
        + + + + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/boxwish.skin.php b/theme/basic/skin/shop/basic/boxwish.skin.php new file mode 100644 index 000000000..9bbbafe66 --- /dev/null +++ b/theme/basic/skin/shop/basic/boxwish.skin.php @@ -0,0 +1,33 @@ +', 0); +?> + + + + diff --git a/theme/basic/skin/shop/basic/img/gnb_bg00.gif b/theme/basic/skin/shop/basic/img/gnb_bg00.gif new file mode 100644 index 0000000000000000000000000000000000000000..b612362696bb8a027f821e462d4db166791008af GIT binary patch literal 65 zcmZ?wbhEHb6ky&!1E4^4&ClEzh)PmWxV3{9A~!gB2-%RL5bHcgg3Zp^!+W)H2^A_AxQuL literal 0 HcmV?d00001 diff --git a/theme/basic/skin/shop/basic/img/is_button.gif b/theme/basic/skin/shop/basic/img/is_button.gif new file mode 100644 index 0000000000000000000000000000000000000000..15f3c87aaabd85a22b7dc7b4bd5aa8738ed4ece7 GIT binary patch literal 577 zcmV-H0>1r6Nk%w1VYC1|0FeLyYHDiy{QUd-`v3p{A^8LV00000EC2ui0JH!+00092 zjE|`s;twC2wAzca-n^#>I^IZ@=7}mHn6~Z$_RRqL&i7Q*(+PqAobhNPDt{2- zFo=vwGfE=!;dE|vDJyA*;CjRcuxV8R2A@5_mR$0V%mF%wZck&YK0TZFx8tV4b0Rk; zR*0Ag=NHIlvDc0A}M@(McOuno!uZU+}f$E9gY*51a&Bm9uquGZDDnu z9-p#4?Og~jpD)7=>1+CYrPP~YsqC$-S9QSD? z*fFGrkF-RZMDWoOi<2i)ep<;=q)TA6VuqYa42{ij?0WkA2{fqCp+t)sJ&H7`(xptB zI(-T?s?@1et6D8;ubYB)%&vO)XGNKfnI{{QLV7{|{h*0uD%E Pfd(FkV1f$%Q~&@wZrvG7 literal 0 HcmV?d00001 diff --git a/theme/basic/skin/shop/basic/img/personal.jpg b/theme/basic/skin/shop/basic/img/personal.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad0cc83126c537e5427fd284a23c03f351b6eb58 GIT binary patch literal 20367 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 JPDHLkV1mg&-lzZo literal 0 HcmV?d00001 diff --git a/theme/basic/skin/shop/basic/img/sct_bg_toright.gif b/theme/basic/skin/shop/basic/img/sct_bg_toright.gif new file mode 100644 index 0000000000000000000000000000000000000000..0d180544ff81db118ec9e39cc707aaede9ab2253 GIT binary patch literal 53 zcmZ?wbhEHbWM$xFXkcX6edzT6|Nj+#vM@3*Ff!;c00Bsbfr-aOE@AoYZ%IKpsv=wr F)&PfD4ZQ#W literal 0 HcmV?d00001 diff --git a/theme/basic/skin/shop/basic/img/sns_fb_s.png b/theme/basic/skin/shop/basic/img/sns_fb_s.png new file mode 100644 index 0000000000000000000000000000000000000000..1ce2977311a7ec204798b18720c8f1140d8d2561 GIT binary patch literal 521 zcmV+k0`~ohP)iiGj+11wt_b zG4T!+5#(SH73KnJ`Oom~<4=Z{Z@!@#_#bK{F(55MkHOANfq|EYgMo#aiQ&xUXAJcd z4xt)|%`iqrMxX;wU0so3#^CF$jUuKfD~Qd@m;l`{eJv3NdkbZlEW`arZyDZx`pIw? zNaHsUEjVE=6&L1Z;9_S3iyb@nn4z?NFOji~7B|0t|3$c%5h8i#!F$q^4I?yQSy&)S z*jO3Cu?hlwyljM$4Yn|3U|?ouWGG59We^hJWDpnSW?*817;a}S&mbzq0ko8f;p(lI z3=7s?MK|z2Rs%udXKe)3EW!i#HV6yxaWPmMD}u#7efde83t{%W`S6v2i<^ak31~Pc z2Rm5!*RMYeU%vfhU}0rqxOV3aaR!3I@bAC>3@Me{!2E;|ZHA;!69#6Wx3}!S&ComN z1SAre7>UozAn*PA2MLbH&%OZJ{~#`e#ykkX2 z;G?ioX^O<4TLFZSCNAO$h-4DYu~Ag_e+?Zp0ZDs80Q%Hf_^H%cz{~dRg=ov5eq;d2 ztFJ-g(#2;o){hP$oGl^z{Wp`y05L|hY1Yz7MKMl7pu!&;^{R&tCTHH<3GG!OJM+kG zcp9B+A2+8gez*s7pMFFD^l?0HK2+5T@=t9=dgUD$-?|ZKwIa|kr0uwa(mT88C>2;) z7rI=+^zK(s{^>gi+d^*LdZc?+MzjblB(PSg2-__nam6yIdL3b<97(~H!zwL24_14I zvPf7N7bs1m^4Z5|>$wFnHwWk1n^67vdm!D0&WC!T8a`r6E;j(YX6oMX5CYQK7SQ1P zl)C0uQgNDp9Yb?;!~pUdDujr|(6wdTc~vbu^MZL6-+di(1~8F??C2m}s*y%a&7xWb z0m7M+Q5vow(bdfc#x}2qs?|_>|tthgSvZ@z*gN=%zU zHHj?UF7uK3i8qc9lZG=;P2cP_{v3w(Js=hb*WZ@uG~C{e@P-BvoESqaUqCQ5 ziPUYYkh<Xd5~On$^}%0_b%afEVree6O=W+-*M9fvB%fkp`}3sT zam24&jzxVt5KN4t_}a@*ULC@5BJ;A}=(K9SY5=WlmhEpWV;X^5uk*1dkbU40>Iw(7 z!@t0}p@*m(#ng^IsJRkEip*E3-Lyk}mvI$}haXxZTDKNhiHDv%?paa09k19YIVHY7BlwZSVn1cBwi z{RIZ!&eGNDuK`@9c>dWG>9Km6TRp7NXh8`4K)|#Bn19`|7$a*@J2T~QN2DjY|XI|(eo^Tl%{)?GRk?vhdK6!7Hqfd1+KDxm4A9;>E+RgcIW;k-R zgU?P*QplG${rR8l-Q)kGaB;yEV9|M~E!htV8c@fp}+m;%Q6o zUWbXxWkyC^UK$E{<(R|VTuA$NvjVuIC*Y>83Rf;iL^_-~?chcrJ?=6y>(F;sRTXsK zYUE?Xsf&uAFIgskGn73ggqp(#D{Eu(<=I9~9KS*0A}p?0Alq)8sjZ7eRa59o+*~)r z5gD_P#u)vd#m2lO6^eel*+bpX?RAjO)_lPG$ujbj&5pE2!0ZG-v>XBpD uHj2KYL5`yAbrh)o?XMNJ*}s6l1sDL)2Bx8tM8X;X0000us&*197%@+{jQXC~*oLnS0s7FE{QSV3kSi9ZsYsR#@HdWn& z*JP6YXXpQ$|9j~E*fsUj#ZbRk{|3`lvTR^Wz_=caP%TE(6detQ*r~8@tc_O;M6`KG zJ21&ICQ;3@2g_&T@vDk( zEgVa}?cB(&aFAmJKpno6h<&rFkI0>|l(ZBtcs)!_Kib(Q&DYF>>2BY6htTPTR*p+1 zif6UWl(dnSI8X*rU6^QRWMeHU9c9%P4nUeNn)pW651!R>7l8UB0G(zgagsWd{gbI; nzDyGR-I2sD^4~uO?*a?}2HC%)', 0); +?> + +
        + + + + +
        + +
        +
        + '.$img.''; + } + } + + if($big_img_count == 0) { + echo ''; + } + ?> +
        + 0) { + echo ''; + } + ?> +
        + + + +
        +

        요약정보 및 구매

        +

        + +

        + 상품 선택옵션 개, 추가옵션 개 +

        + +
        + + 고객평점 + + + +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ + ?> + + + + + + + + 배송비결제'; + $sc_method = ''; + } + else + $sc_method = '주문시 결제'; + } + ?> + + + + + + + + + + + + + + + + + +
        제조사
        원산지
        브랜드
        모델
        판매가격판매중지
        판매가격전화문의
        시중가격
        판매가격 + + +
        재고수량
        포인트 + +
        최소구매수량
        최대구매수량
        + + + +
        +

        선택옵션

        + + + + + + + + +
        +
        + + + + + +
        +

        추가옵션

        + + + + + + + + +
        +
        + + + + + +
        +

        선택된 옵션

        + +
          +
        • + + + + + + + (+0원) +
          + + + + +
          +
        • +
        + + +
        + + + +
        + + + +

        상품의 재고가 부족하여 구매할 수 없습니다.

        + + + + + +
        + + + +
        + 이 분류에 등록된 다른 상품이 없습니다.'; + } + ?> +
        + +
        + +
        + + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/item.info.skin.php b/theme/basic/skin/shop/basic/item.info.skin.php new file mode 100644 index 000000000..2faac58a9 --- /dev/null +++ b/theme/basic/skin/shop/basic/item.info.skin.php @@ -0,0 +1,136 @@ +', 0); +?> + + + + +
        +

        상품 정보

        + + + +

        상품 기본설명

        +
        + +
        + + + +

        상품 상세설명

        +
        + +
        + + + + +

        상품 정보 고시

        + + + + + + + $val) { + $ii_title = $info_array[$key][0]; + $ii_value = $val; + ?> + + + + + + +
        + + 상품 정보 고시 정보가 올바르게 저장되지 않았습니다.
        config.php 파일의 G5_ESCAPE_FUNCTION 설정을 addslashes 로
        변경하신 후 관리자 > 상품정보 수정에서 상품 정보를 다시 저장해주세요.

        '; + } + } + } //if + ?> + +
        + + + +
        +

        사용후기

        + + +
        +
        + + + +
        +

        상품문의

        + + +
        +
        + + + + +
        +

        배송정보

        + + + +
        + + + + + + +
        +

        교환/반품

        + + + +
        + + + + + +
        +

        관련상품

        + + +
        + set_query($sql); + echo $list->run(); + ?> +
        +
        + + + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/itemqa.skin.php b/theme/basic/skin/shop/basic/itemqa.skin.php new file mode 100644 index 000000000..6b661e8bd --- /dev/null +++ b/theme/basic/skin/shop/basic/itemqa.skin.php @@ -0,0 +1,148 @@ +', 0); +?> + + + + +
        +

        등록된 상품문의

        + + '; + + if($is_admin || $member['mb_id' ] == $row['mb_id']) { + $iq_question = get_view_thumbnail(conv_content($row['iq_question'], 1), $thumbnail_width); + } else { + $iq_question = '비밀글로 보호된 문의입니다.'; + $is_secret = true; + } + } else { + $iq_question = get_view_thumbnail(conv_content($row['iq_question'], 1), $thumbnail_width); + } + $iq_time = substr($row['iq_time'], 2, 8); + + $hash = md5($row['iq_id'].$row['iq_time'].$row['iq_ip']); + + $iq_stats = ''; + $iq_style = ''; + $iq_answer = ''; + + if ($row['iq_answer']) + { + $iq_answer = get_view_thumbnail(conv_content($row['iq_answer'], 1), $thumbnail_width); + $iq_stats = '답변완료'; + $iq_style = 'sit_qaa_done'; + $is_answer = true; + } else { + $iq_stats = '답변전'; + $iq_style = 'sit_qaa_yet'; + $iq_answer = '답변이 등록되지 않았습니다.'; + $is_answer = false; + } + + if ($i == 0) echo '
          '; + ?> + +
        1. + +
          +
          작성자
          +
          +
          작성일
          +
          +
          상태
          +
          +
          + +
          +
          +
          + 문의내용
          + +
          + +
          + 답변
          + +
          + +
          + + + + +
          +
        2. + + 0) echo '
        '; + + if (!$i) echo '

        상품문의가 없습니다.

        '; + ?> +
        + + + + + + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/itemqaform.skin.php b/theme/basic/skin/shop/basic/itemqaform.skin.php new file mode 100644 index 000000000..4662f3e52 --- /dev/null +++ b/theme/basic/skin/shop/basic/itemqaform.skin.php @@ -0,0 +1,66 @@ +', 0); +?> + + +
        +

        상품문의 쓰기

        + +
        + + + + +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        옵션 + > + +
        이메일을 입력하시면 답변 등록 시 답변이 이메일로 전송됩니다.
        휴대폰번호를 입력하시면 답변 등록 시 답변등록 알림이 SMS로 전송됩니다.
        +
        + +
        + + +
        +
        +
        + + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/itemqalist.skin.php b/theme/basic/skin/shop/basic/itemqalist.skin.php new file mode 100644 index 000000000..a52433da1 --- /dev/null +++ b/theme/basic/skin/shop/basic/itemqalist.skin.php @@ -0,0 +1,146 @@ +', 0); +?> + + + + + +
        +
        + 전체보기 + + + + + + +
        +
        + +
        + + + + '; + + if($is_admin || $member['mb_id' ] == $row['mb_id']) { + $iq_question = get_view_thumbnail(conv_content($row['iq_question'], 1), $thumbnail_width); + } else { + $iq_question = '비밀글로 보호된 문의입니다.'; + $is_secret = true; + } + } else { + $iq_question = get_view_thumbnail(conv_content($row['iq_question'], 1), $thumbnail_width); + } + + $it_href = G5_SHOP_URL.'/item.php?it_id='.$row['it_id']; + + if ($row['iq_answer']) + { + $iq_answer = get_view_thumbnail(conv_content($row['iq_answer'], 1), $thumbnail_width); + $iq_stats = '답변완료'; + $iq_style = 'sit_qaa_done'; + $is_answer = true; + } else { + $iq_stats = '답변전'; + $iq_style = 'sit_qaa_yet'; + $iq_answer = '답변이 등록되지 않았습니다.'; + $is_answer = false; + } + + if ($i == 0) echo '
          '; + ?> +
        1. + + + +
          +

          + +
          +
          작성자
          +
          +
          작성일
          +
          +
          상태
          +
          +
          + + + +
          +
          + +
        2. + 0) echo '
        '; + if ($i == 0) echo '

        자료가 없습니다.

        '; + ?> +
        + + + + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/itemuse.skin.php b/theme/basic/skin/shop/basic/itemuse.skin.php new file mode 100644 index 000000000..320445065 --- /dev/null +++ b/theme/basic/skin/shop/basic/itemuse.skin.php @@ -0,0 +1,110 @@ +', 0); +?> + + + + +
        +

        등록된 사용후기

        + + '; + ?> + +
      • + +
        +
        작성자
        +
        +
        작성일
        +
        +
        평점
        +
        별<?php echo $is_star; ?>개
        +
        + + +
      • + + 0) echo ''; + + if (!$i) echo '

        사용후기가 없습니다.

        '; + ?> +
        + + + + + + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/itemuseform.skin.php b/theme/basic/skin/shop/basic/itemuseform.skin.php new file mode 100644 index 000000000..2fa187a7f --- /dev/null +++ b/theme/basic/skin/shop/basic/itemuseform.skin.php @@ -0,0 +1,84 @@ +', 0); +?> + + +
        +

        사용후기 쓰기

        + +
        + + + + +
        + + + + + + + + + + + + + + + + + + + +
        평점 +
          +
        • + > + + +
        • +
        • + > + + +
        • +
        • + > + + +
        • +
        • + > + + +
        • +
        • + > + + +
        • +
        +
        +
        + +
        + + +
        + +
        +
        + + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/itemuselist.skin.php b/theme/basic/skin/shop/basic/itemuselist.skin.php new file mode 100644 index 000000000..92c3da8cc --- /dev/null +++ b/theme/basic/skin/shop/basic/itemuselist.skin.php @@ -0,0 +1,108 @@ +', 0); +?> + + + + +
        +
        + 전체보기 + + + + + +
        +
        + +
        + + + + '; + ?> +
      • + + + +
        +

        + +
        +
        작성자
        +
        +
        작성일
        +
        +
        평가점수
        +
        별<?php echo $star; ?>개
        +
        + + + +
        +
        + +
      • + 0) echo ''; + if ($i == 0) echo '

        자료가 없습니다.

        '; + ?> +
        + + + + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/largeimage.skin.php b/theme/basic/skin/shop/basic/largeimage.skin.php new file mode 100644 index 000000000..9d0574942 --- /dev/null +++ b/theme/basic/skin/shop/basic/largeimage.skin.php @@ -0,0 +1,71 @@ +', 0); +?> + +
        +

        상품 이미지 새창 보기

        + +
        + + + + <?php echo $row['it_name']; ?> + + + +
        + + 0) { + echo '
          '; + foreach($thumbnails as $key=>$val) { + echo '
        • '.$val.'
        • '; + } + echo '
        '; + } + ?> + +
        + +
        +
        + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/list.10.skin.php b/theme/basic/skin/shop/basic/list.10.skin.php new file mode 100644 index 000000000..b14556fdb --- /dev/null +++ b/theme/basic/skin/shop/basic/list.10.skin.php @@ -0,0 +1,99 @@ +', 0); +?> + + +list_mod >= 2) { // 1줄 이미지 : 2개 이상 + if ($i%$this->list_mod == 0) $sct_last = ' sct_last'; // 줄 마지막 + else if ($i%$this->list_mod == 1) $sct_last = ' sct_clear'; // 줄 첫번째 + else $sct_last = ''; + } else { // 1줄 이미지 : 1개 + $sct_last = ' sct_clear'; + } + + if ($i == 1) { + if ($this->css) { + echo "
          css}\">\n"; + } else { + echo "\n"; + +if($i == 1) echo "

          등록된 상품이 없습니다.

          \n"; +?> + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/list.20.skin.php b/theme/basic/skin/shop/basic/list.20.skin.php new file mode 100644 index 000000000..fe2d98d7a --- /dev/null +++ b/theme/basic/skin/shop/basic/list.20.skin.php @@ -0,0 +1,98 @@ +', 0); +?> + + +list_mod >= 2) { // 1줄 이미지 : 2개 이상 + if ($i%$this->list_mod == 0) $sct_last = ' sct_last'; // 줄 마지막 + else if ($i%$this->list_mod == 1) $sct_last = ' sct_clear'; // 줄 첫번째 + else $sct_last = ''; + } else { // 1줄 이미지 : 1개 + $sct_last = ' sct_clear'; + } + + if ($i == 1) { + if ($this->css) { + echo "
            css}\">\n"; + } else { + echo "\n"; + +if($i == 1) echo "

            등록된 상품이 없습니다.

            \n"; +?> + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/list.30.skin.php b/theme/basic/skin/shop/basic/list.30.skin.php new file mode 100644 index 000000000..c5d65f32e --- /dev/null +++ b/theme/basic/skin/shop/basic/list.30.skin.php @@ -0,0 +1,110 @@ +', 0); +?> + + += 2) { // 1줄 이미지 : 2개 이상 + if ($i%$list_mod == 0) $sct_last = ' sct_last'; // 줄 마지막 + else if ($i%$list_mod == 1) $sct_last = ' sct_clear'; // 줄 첫번째 + else $sct_last = ''; + } else { // 1줄 이미지 : 1개 + $sct_last = ' sct_clear'; + } + + if ($i == 1) { + if ($this->css) { + echo "
              css}\">\n"; + } else { + echo "\n"; + +if($i == 1) echo "

              등록된 상품이 없습니다.

              \n"; +?> + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/list.40.skin.php b/theme/basic/skin/shop/basic/list.40.skin.php new file mode 100644 index 000000000..46678c4d9 --- /dev/null +++ b/theme/basic/skin/shop/basic/list.40.skin.php @@ -0,0 +1,112 @@ +', 0); + +// 관련상품 스킨은 사품을 한줄에 하나만 표시하며 해당 상품에 관련상품이 등록되어 있는 경우 기본으로 7개까지 노출합니다. +?> + + += 2) { // 1줄 이미지 : 2개 이상 + if ($i%$list_mod == 0) $sct_last = ' sct_last'; // 줄 마지막 + else if ($i%$list_mod == 1) $sct_last = ' sct_clear'; // 줄 첫번째 + else $sct_last = ''; + } else { // 1줄 이미지 : 1개 + $sct_last = ' sct_clear'; + } + + if ($i == 1) { + if ($this->css) { + echo "
                css}\">\n"; + } else { + echo "
                  \n"; + } + } + + $list_top_pad = 20; + $list_right_pad = 10; + $list_bottom_pad = 20; + $list_left_pad = $this->img_width + 10; + $list_real_width = 740; + $list_width = $list_real_width - $list_right_pad - $list_left_pad; + $list_height = $this->img_height - $list_top_pad - $list_bottom_pad; + + echo "
                • \n"; + + if ($this->href) { + echo "\n"; + } + + if ($this->view_it_icon) { + echo "
                  ".item_icon($row)."
                  \n"; + } + + if ($this->view_it_id) { + echo "
                  <".stripslashes($row['it_id']).">
                  \n"; + } + + if ($this->href) { + echo "\n"; + } + + if ($this->view_it_basic && $row['it_basic']) { + echo "
                  ".stripslashes($row['it_basic'])."
                  \n"; + } + + if ($this->view_it_cust_price || $this->view_it_price) { + + echo "
                  \n"; + + if ($this->view_it_cust_price && $row['it_cust_price']) { + echo "".display_price($row['it_cust_price'])."\n"; + } + + if ($this->view_it_price) { + echo display_price(get_price($row), $row['it_tel_inq'])."\n"; + } + + echo "
                  \n"; + + } + + if ($this->view_sns) { + $sns_url = G5_SHOP_URL.'/item.php?it_id='.$row['it_id']; + $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); + echo "
                  "; + echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb_s.png'); + echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt_s.png'); + echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo_s.png'); + echo "
                  \n"; + } + + // 관련상품 + echo "
                  ".relation_item($row['it_id'], 70, 0, 5)."
                  \n"; + + echo "
                • \n"; +} + +if ($i > 1) echo "
                \n"; + +if($i == 1) echo "

                등록된 상품이 없습니다.

                \n"; +?> + diff --git a/theme/basic/skin/shop/basic/list.sort.skin.php b/theme/basic/skin/shop/basic/list.sort.skin.php new file mode 100644 index 000000000..4643d2d4e --- /dev/null +++ b/theme/basic/skin/shop/basic/list.sort.skin.php @@ -0,0 +1,41 @@ +', 0); +?> + + +
                +

                상품 정렬

                + + + + +
                + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/list.sub.skin.php b/theme/basic/skin/shop/basic/list.sub.skin.php new file mode 100644 index 000000000..13efb960d --- /dev/null +++ b/theme/basic/skin/shop/basic/list.sub.skin.php @@ -0,0 +1,11 @@ +', 0); +?> + +
                  +
                • +
                • +
                \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/listcategory.skin.php b/theme/basic/skin/shop/basic/listcategory.skin.php new file mode 100644 index 000000000..fe4c439bf --- /dev/null +++ b/theme/basic/skin/shop/basic/listcategory.skin.php @@ -0,0 +1,36 @@ +'.$row['ca_name'].' ('.$row2['cnt'].')'; + $exists = true; +} + +if ($exists) { + + // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 + add_stylesheet('', 0); +?> + + + + + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/listcategory2.skin.php b/theme/basic/skin/shop/basic/listcategory2.skin.php new file mode 100644 index 000000000..b8ce25b50 --- /dev/null +++ b/theme/basic/skin/shop/basic/listcategory2.skin.php @@ -0,0 +1,66 @@ +'; + if ($cnt) { + $str .= ''.$row['ca_name'].''; + $sql2 = " select ca_id, ca_name from {$g5['g5_shop_category_table']} where ca_id like '{$row['ca_id']}%' and ca_use = '1' and length(ca_id) = $len4 order by ca_order, ca_id "; + $result2 = sql_query($sql2); + $k=0; + while ($row2=sql_fetch_array($result2)) { + $str .= ''.$row2['ca_name'].''; + $k++; + } + } else { + $str .= ''.$row['ca_name'].''; + } + $str .= ''; + $exists = true; + } +} + + +if ($exists) { + + // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 + add_stylesheet('', 0); +?> + + + + + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/listcategory3.skin.php b/theme/basic/skin/shop/basic/listcategory3.skin.php new file mode 100644 index 000000000..7f9fe3d4d --- /dev/null +++ b/theme/basic/skin/shop/basic/listcategory3.skin.php @@ -0,0 +1,35 @@ +'.$row['ca_name'].''; + $exists = true; +} + +if ($exists) { + + // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 + add_stylesheet('', 0); +?> + + + + + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/main.10.skin.php b/theme/basic/skin/shop/basic/main.10.skin.php new file mode 100644 index 000000000..1e5985d8a --- /dev/null +++ b/theme/basic/skin/shop/basic/main.10.skin.php @@ -0,0 +1,99 @@ +', 0); +?> + + +list_mod >= 2) { // 1줄 이미지 : 2개 이상 + if ($i%$this->list_mod == 0) $sct_last = 'sct_last'; // 줄 마지막 + else if ($i%$this->list_mod == 1) $sct_last = 'sct_clear'; // 줄 첫번째 + else $sct_last = ''; + } else { // 1줄 이미지 : 1개 + $sct_last = 'sct_clear'; + } + + if ($i == 1) { + if ($this->css) { + echo "
                  css}\">\n"; + } else { + echo "\n"; + +if($i == 1) echo "

                  등록된 상품이 없습니다.

                  \n"; +?> + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/main.20.skin.php b/theme/basic/skin/shop/basic/main.20.skin.php new file mode 100644 index 000000000..3cdd8386a --- /dev/null +++ b/theme/basic/skin/shop/basic/main.20.skin.php @@ -0,0 +1,272 @@ +', 0); + +/* +상품리스트가 일정 시간마다 위로 롤링되는 스킨 +롤링되기 위해서는 상품이 2줄 이상이어야 함 +*/ +?> + + +
                    +
                  • +
                  • +
                  + + + +1 && $i%$this->list_mod == 0) + $sct_last = ' sct_last'; // 줄 마지막 + + if ($i == 1) { + if ($this->css) { + echo "
                  type}\" class=\"{$this->css}\">\n"; + } else { + echo "
                  type}\" class=\"sct smt_20\">\n"; + } + echo "
                    \n"; + } + + if ($i>1 && $i%$this->list_mod == 1) { + echo "
                  \n"; + echo "\n"; + echo "
                  \n"; +} + +if($i == 1) echo "

                  등록된 상품이 없습니다.

                  \n"; +?> + + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/main.30.skin.php b/theme/basic/skin/shop/basic/main.30.skin.php new file mode 100644 index 000000000..74af7b33e --- /dev/null +++ b/theme/basic/skin/shop/basic/main.30.skin.php @@ -0,0 +1,261 @@ +', 0); + +/* +상품리스트가 일정 시간마다 좌로 롤링되는 스킨 +롤링되기 위해서는 상품이 2줄 이상이어야 함 +*/ +?> + + +
                    +
                  • +
                  • +
                  + + + +css) { + echo "
                  type}\" class=\"{$this->css}\">\n"; + } else { + echo "
                  type}\" class=\"smt_30\">\n"; + } + echo "
                    \n"; + } + + if ($i>1 && $i%$this->list_mod == 1) { + echo "
                  "; + echo "\n"; + echo "
                  \n"; +} + +if($i == 1) echo "

                  등록된 상품이 없습니다.

                  \n"; +?> + + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/main.40.skin.php b/theme/basic/skin/shop/basic/main.40.skin.php new file mode 100644 index 000000000..b992ba51b --- /dev/null +++ b/theme/basic/skin/shop/basic/main.40.skin.php @@ -0,0 +1,252 @@ +', 0); + +/* +상품리스트가 일정 시간마다 바뀜 +롤링되기 위해서는 상품이 2줄 이상이어야 함 +*/ +?> + + +
                    +
                  • +
                  • +
                  + + + +1 && $i%$this->list_mod == 0) + $sct_last = ' sct_last'; // 줄 마지막 + + if ($i == 1) { + if ($this->css) { + echo "
                  type}\" class=\"{$this->css}\">\n"; + } else { + echo "
                  type}\" class=\"sct smt_40\">\n"; + } + echo "
                    \n"; + } + + if ($i>1 && $i%$this->list_mod == 1) { + echo "
                  \n"; + echo "\n"; + echo "
                  \n"; +} + +if($i == 1) echo "

                  등록된 상품이 없습니다.

                  \n"; +?> + + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/main.50.skin.php b/theme/basic/skin/shop/basic/main.50.skin.php new file mode 100644 index 000000000..0b94a04cf --- /dev/null +++ b/theme/basic/skin/shop/basic/main.50.skin.php @@ -0,0 +1,277 @@ +', 0); + +/* +리스트의 상품이 순차적으로 위에서 내려옴 +*/ +?> + + +
                    +
                  • +
                  • +
                  + + + +1 && $i%$this->list_mod == 0) + $sct_last = ' sct_last'; // 줄 마지막 + + if ($i == 1) { + if ($this->css) { + echo "
                  type}\" class=\"{$this->css}\">\n"; + } else { + echo "
                  type}\" class=\"sct smt_50\">\n"; + } + echo "
                    \n"; + } + + if ($i>1 && $i%$this->list_mod == 1) { + echo "
                  \n"; + echo "\n"; + echo "
                  \n"; +} + +if($i == 1) echo "

                  등록된 상품이 없습니다.

                  \n"; +?> + + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/mainbanner.10.skin.php b/theme/basic/skin/shop/basic/mainbanner.10.skin.php new file mode 100644 index 000000000..f68246456 --- /dev/null +++ b/theme/basic/skin/shop/basic/mainbanner.10.skin.php @@ -0,0 +1,245 @@ +', 0); +?> + +'.PHP_EOL.'

                  쇼핑몰 배너

                  '.PHP_EOL.'
                    '.PHP_EOL; + //print_r2($row); + // 테두리 있는지 + $bn_border = ($row['bn_border']) ? ' class="sbn_border"' : '';; + // 새창 띄우기인지 + $bn_new_win = ($row['bn_new_win']) ? ' target="_blank"' : ''; + + $bimg = G5_DATA_PATH.'/banner/'.$row['bn_id']; + if (file_exists($bimg)) + { + $banner = ''; + $size = getimagesize($bimg); + + if($size[2] < 1 || $size[2] > 16) + continue; + + if($max_width < $size[0]) + $max_width = $size[0]; + + if($max_height < $size[1]) + $max_height = $size[1]; + + echo ''.PHP_EOL; + if ($row['bn_url'][0] == '#') + $banner .= ''; + else if ($row['bn_url'] && $row['bn_url'] != 'http://') { + $banner .= ''; + } + echo $banner.''.$row['bn_alt'].''; + if($banner) + echo ''.PHP_EOL; + echo ''.PHP_EOL; + + $bn_first_class = ''; + } +} +if ($i>0) echo '
                  '.PHP_EOL.''.PHP_EOL; +?> + + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/navigation.skin.php b/theme/basic/skin/shop/basic/navigation.skin.php new file mode 100644 index 000000000..508c605ae --- /dev/null +++ b/theme/basic/skin/shop/basic/navigation.skin.php @@ -0,0 +1,38 @@ +'.$row['ca_name'].''; + } +} +else + $navigation = $g5['title']; + +//if ($it_id) $navigation .= " > $it[it_name]"; + +// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 +add_stylesheet('', 0); +?> + +
                  + Home + +
                  diff --git a/theme/basic/skin/shop/basic/personalpay.skin.php b/theme/basic/skin/shop/basic/personalpay.skin.php new file mode 100644 index 000000000..dc67edf7e --- /dev/null +++ b/theme/basic/skin/shop/basic/personalpay.skin.php @@ -0,0 +1,35 @@ +', 0); +?> + += 2) { // 1줄 이미지 : 2개 이상 + if ($i%$list_mod == 0) $sct_last = ' sct_last'; // 줄 마지막 + else if ($i%$list_mod == 1) $sct_last = ' sct_clear'; // 줄 첫번째 + else $sct_last = ''; + } else { // 1줄 이미지 : 1개 + $sct_last = ' sct_clear'; + } + + if ($i == 1) { + echo "
                    \n"; + } + + $href = G5_SHOP_URL.'/personalpayform.php?pp_id='.$row['pp_id'].'&page='.$page; +?> +
                  • +
                    +
                    +
                    +
                  • + 1) echo "
                  \n"; + +if($i == 1) echo "

                  등록된 개인결제가 없습니다.

                  \n"; +?> \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/relation.10.skin.php b/theme/basic/skin/shop/basic/relation.10.skin.php new file mode 100644 index 000000000..c59604678 --- /dev/null +++ b/theme/basic/skin/shop/basic/relation.10.skin.php @@ -0,0 +1,99 @@ +', 0); +?> + + +list_mod >= 2) { // 1줄 이미지 : 2개 이상 + if ($i%$this->list_mod == 0) $sct_last = ' sct_last'; // 줄 마지막 + else if ($i%$this->list_mod == 1) $sct_last = ' sct_clear'; // 줄 첫번째 + else $sct_last = ''; + } else { // 1줄 이미지 : 1개 + $sct_last = ' sct_clear'; + } + + if ($i == 1) { + if ($this->css) { + echo "
                    css}\">\n"; + } else { + echo "\n"; + +if($i == 1) echo "

                    등록된 상품이 없습니다.

                    \n"; +?> + \ No newline at end of file diff --git a/theme/basic/skin/shop/basic/style.css b/theme/basic/skin/shop/basic/style.css new file mode 100644 index 000000000..031db5278 --- /dev/null +++ b/theme/basic/skin/shop/basic/style.css @@ -0,0 +1,548 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* aside:gnb */ +#gnb {margin:0 0 5px;padding:0 0 10px;border:1px solid #d5d5d5;background:#f2f5f9} +#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +.gnb_1dli {position:relative; word-wrap: break-word;} +.gnb_1dli_on {color:#fff;text-decoration:none} +.gnb_1da {display:block;padding:7px 10px;border-bottom:1px solid #f4f4f4;background-color:#fff;font-weight:bold;text-decoration:none} +.gnb_1dam {background:url('img/gnb_bg00.gif') #fff center right no-repeat} +.gnb_1dli_on .gnb_1da {background-color:#626870;color:#fff;text-decoration:none} +.gnb_1dli_on .gnb_1dam {background:url('img/gnb_bg01.gif') #626870 center right no-repeat;color:#fff;text-decoration:none} +.gnb_2dul {display:none;z-index:1000;position:absolute;border:1px solid #787f89} +.gnb_1dli_over .gnb_2dul, .gnb_1dli_over2 .gnb_2dul {display:block;top:0;left:127px;width:130px;background:#fff} +.gnb_2da {display:none} +.gnb_1dli_over .gnb_2da {display:block;padding:10px;border-bottom:1px solid #e9e9e9} +.gnb_2da:focus, .gnb_2da:hover {background:#f2f5f9;text-decoration:none} + +/* 오늘 본 상품 */ +#stv {z-index:1001;position:relative;float:right;width:88px} +#stv_list {position:absolute;width:88px;border:1px solid #e9e9e9;background:#fff} +#stv_list h2 {padding:10px 0 8px;background:#f2f5f9;text-align:center;letter-spacing:-0.1em} +#stv_pg {display:block;margin:5px 0 0} +#stv_list p {padding:20px 0;text-align:center} +#stv_btn {text-align:center;zoom:1} +#stv_btn:after {display:block;visibility:hidden;clear:both;content:""} +#stv_btn button {float:left;margin:0;padding:5px 0 4px;width:44px;border:0;background:#555;color:#fff;text-align:center} +#stv_ul {margin:5px 0 10px;padding:0;list-style:none} +.stv_item {display:none;padding:0 9px;text-align:center;word-break:break-all} +.stv_item img {margin:5px 0} + +#stv_nb {margin:0;padding:0;border-top:1px solid #e9e9e9;background:#f2f5f9;list-style:none} +#stv_nb li {text-align:center} +#stv_nb a {display:block} + +/* aside:이벤트 링크 */ +#sev {margin:0 0 5px;padding:0 0 10px;border:1px solid #ecc9d6;background:#fff8fb} +#sev h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#sev ul {margin:0;padding:0;border:0;background:#fff;list-style:none} +#sev .sev_img {display:block;border-bottom:1px solid #faedf2} +#sev .sev_text {display:block;padding:7px 10px 6px;border-bottom:1px solid #faedf2;text-decoration:none} +#sev .sev_text:focus, #sev .sev_text:hover {background:#fffafc} +#sev strong {} +#sev_empty {padding:15px 0;text-align:center} + +/* aside:커뮤니티 링크 */ +#scomm {margin:0 0 5px;padding:0 0 10px;border:1px solid #d5d5d5;background:#f2f5f9} +#scomm h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#scomm ul {margin:0;padding:0;border:0;background:#fff;list-style:none} +#scomm a {display:block;padding:7px 10px 6px;border-bottom:1px solid #f4f4f4;text-decoration:none} +#scomm a:focus, #scomm a:hover {background:#f9f9f9} +#scomm_empty {padding:15px 0;text-align:center} + +/* aside:배너 */ +.sbn {margin:0 0 5px} +.sbn h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +.sbn ul {margin:0;padding:0;border:0;list-style:none} +.sbn li {margin:0 0 1px} +.sbn .sbn_border {border:1px solid #d5d5d5} /* 인덱스 배너도 함께 사용 */ + +#sbn_idx {position:relative;margin:0 0 30px} +#sbn_idx .sbn_btn {z-index:100;position:absolute;top:50%} +#sbn_idx .sbn_btn button {position:relative;top:-35px;margin:0;padding:0;width:70px;height:70px;border:0;background:transparent;overflow:hidden} +#sbn_idx .sbn_btn span {display:block;width:100%;height:100%;background:url('img/sbn_btn.png')} +#sbn_idx #sbn_btn_p {left:25px} +#sbn_idx .sbn_btn #sbn_btn_prev span {background-position:0 0} +#sbn_idx #sbn_btn_n {right:25px} +#sbn_idx .sbn_btn #sbn_btn_next span {background-position:-70px 0} +#sbn_idx ul {position:relative;overflow:hidden} +#sbn_idx ul li {position:absolute;display:none;top:0;left:0} +#sbn_idx ul li.sbn_first{display:block} + +/* aside:장바구니 */ +#sbsk {margin:0 0 5px;padding:0 0 10px;border:1px solid #d5d5d5;background:#f2f5f9} +#sbsk h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#sbsk ul {margin:0;padding:0;border:0;background:#fff;list-style:none} +#sbsk a {display:block;padding:7px 10px 6px;border-bottom:1px solid #f4f4f4;text-decoration:none} +#sbsk a:focus, #sbsk a:hover {background:#f9f9f9} +#sbsk_empty {padding:15px 0;text-align:center} + +/* aside:위시리스트 */ +#swish {margin:0 0 5px;padding:0 0 10px;border:1px solid #d5d5d5;background:#f2f5f9} +#swish h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#swish ul {margin:0;padding:0;border:0;background:#fff;list-style:none} +#swish a {display:block;padding:7px 10px 6px;border-bottom:1px solid #f4f4f4;text-decoration:none} +#swish a:focus, #swish a:hover {background:#f9f9f9} +#swish_empty {padding:15px 0;text-align:center} + +/* ##### main(nn).skin.php, list.(nn).skin.php 공통 적용 시작 ##### */ +/* 공통 */ +.sct_wrap {position:relative;margin:0 0 30px;zoom:1} +.sct_wrap .sctrl {position:absolute;top:0;right:0} /* 애니메이션 효과 사용 시 재생 정지 버튼 등 */ +.sct_wrap:after {display:block;visibility:hidden;clear:both;content:""} +.sct_wrap header {margin:0 0 20px;zoom:1} +.sct_wrap header:after {display:block;visibility:hidden;clear:both;content:""} +.sct_wrap h2 {float:left;margin:0 20px 0 0;padding:0;line-height:1em} +.sct_wrap h2 a {text-decoration:none} +.sct_wrap_hdesc {float:left;margin:0;padding:0;color:#777;line-height:1em} + +#sct {clear:both} + +.sct {clear:both;margin:0;padding:0;list-style:none;zoom:1} +.sct:after {display:block;visibility:hidden;clear:both;content:""} +.sct_li {position:relative} +.sct_noitem {padding:100px 0;text-align:center} +.sct img {position:relative} /* 리스트뷰 갤러리뷰 변경 시 ie6,7 에서 이미지 사라지는 문제 해결하기 위해 */ +.sct_icon img {margin:0 1px 0 0} +.sct_sns a {display:inline-block;margin:0 4px 0 0} + +/* 재생/정지/이전/다음 버튼 */ +.sctrl {margin:0;padding:0;list-style:none;zoom:1} +.sctrl:after {display:block;visibility:hidden;clear:both;content:""} +.sctrl li {position:relative;float:left;margin:0 0 0 -1px} +.sctrl button {position:relative;margin:0;padding:0;width:21px;height:21px;border:0;cursor:pointer;overflow:hidden} +.sctrl button span {position:absolute;top:0;left:0;width:19px;height:19px;border:1px solid #ccc;background:url('img/is_button.gif')} +.sctrl button.sctrl_play span {background-position:-60px 0} +.sctrl button.sctrl_play span.sctrl_on {background-position:-60px -30px} +.sctrl button.sctrl_stop span {background-position:-90px 0} +.sctrl button.sctrl_stop span.sctrl_on {background-position:-90px -30px} +.sctrl button.sctrl_prev span {background-position:-120px 0} +.sctrl button.sctrl_prev span.sctrl_on {background-position:-120px -30px} +.sctrl button.sctrl_next span {background-position:-150px 0} +.sctrl button.sctrl_next span.sctrl_on {background-position:-150px -30px} + +/* 상품 목록 스킨 10 */ +.sct_10 .sct_li {position:relative;float:left;margin:0 25px 15px 0} +.sct_10 .sct_last {margin:0 0 15px !important} +.sct_10 .sct_clear {clear:both} +.sct_10 .sct_a {display:inline-block;position:relative;text-decoration:none} +.sct_10 .sct_a:focus, .sct_10 .sct_a:hover {text-decoration:none} +.sct_10 .sct_img {margin:0 0 10px} +.sct_10 .sct_txt {margin:0 0 5px} +.sct_10 .sct_icon {margin:0 0 10px} +.sct_10 .sct_id {display:block;margin:0 0 5px} +.sct_10 .sct_basic {margin:0 0 10px} +.sct_10 .sct_cost {display:block;margin:0 0 10px;font-weight:bold} +.sct_10 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal} +.sct_10 .sct_sns {} + +/* 상품 목록 스킨 20 */ +.sct_20 .sct_li {position:relative;float:left;margin:0 25px 15px 0} +.sct_20 .sct_last {margin:0 0 15px !important} +.sct_20 .sct_clear {clear:both} +.sct_20 .sct_a {display:block;position:relative;text-decoration:none} +.sct_20 .sct_a:focus, .sct_20 .sct_a:hover {text-decoration:none} +.sct_20 .sct_img {} +.sct_20 .sct_icon {position:absolute;top:10px;left:-5px;margin:0 !important} +.sct_20 .sct_icon img {display:block;margin:0 0 3px} +.sct_20 .sct_id {display:block;padding:5px 10px 0;background:#f2f5f9} +.sct_20 .sct_txt {padding:10px;background:#f2f5f9} +.sct_20 .sct_basic {padding:0 10px 5px;background:#f2f5f9;line-height:1.5em} +.sct_20 .sct_cost {display:block;padding:0 10px 10px;background:#f2f5f9;font-weight:bold} +.sct_20 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal} +.sct_20 .sct_sns {position:absolute;bottom:10px;right:10px} + +/* 상품 목록 스킨 30 */ +.sct_30 .sct_li {position:relative;float:left;margin:0 16px 15px 0;border:1px solid #e9e9e9;background:#f5f6fa} +.sct_30 .sct_last {margin:0 0 15px !important} +.sct_30 .sct_clear {clear:both} +.sct_30 .sct_arw_toleft {display:block;z-index:2;position:absolute;top:20px;left:221px;width:10px;height:19px;background:url('img/icon_arw_toleft.gif') no-repeat} +.sct_30 .sct_a {text-decoration:none} +.sct_30 .sct_img img {position:absolute;top:0;left:0} +.sct_30 .sct_icon {position:absolute;bottom:25px;left:-5px;margin:0 !important} +.sct_30 .sct_icon img {display:block;margin:0 0 3px} +.sct_30 .sct_txt {display:inline-block;margin:0 0 20px} +.sct_30 .sct_basic {margin:0 0 15px;padding:0;line-height:1.5em} +.sct_30 .sct_cost {display:block;margin:0 0 10px;font-weight:bold} +.sct_30 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal} +.sct_30 .sct_sns {position:absolute;bottom:20px;right:10px} + +/* 상품 목록 스킨 40 */ +.sct_40 .sct_li {position:relative;margin:0 0 16px 0;border:1px solid #e9e9e9;background:#f5f6fa} +.sct_40 .sct_a {text-decoration:none} +.sct_40 .sct_a:focus, .sct_40 .sct_a:hover {text-decoration:none} +.sct_40 .sct_img {position:absolute;top:0;left:0} +.sct_40 .sct_icon {position:absolute;bottom:25px;left:-5px;margin:0 !important} +.sct_40 .sct_icon img {display:block;margin:0 0 4px} +.sct_40 .sct_txt {display:inline-block;margin:0 0 20px} +.sct_40 .sct_basic {margin:0 0 15px;padding:0;line-height:1.5em} +.sct_40 .sct_cost {display:block;margin:0 0 10px;font-weight:bold} +.sct_40 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal} +.sct_40 .sct_rel {position:absolute;bottom:20px;right:20px} +.sct_40 .sct_rel_ul {margin:0;padding:0;list-style:none} +.sct_40 .sct_rel_li {float:left;margin:0 0 0 10px} +.sct_40 .sct_sns {padding:10px 0 0} + +/* 개인결제 목록 */ +.sct_pv .sct_li {position:relative;float:left;margin:0 25px 15px 0} +.sct_pv .sct_last {margin:0 0 15px !important} +.sct_pv .sct_clear {clear:both} +.sct_pv .sct_a {display:inline-block;position:relative;text-decoration:none} +.sct_pv .sct_a:focus, .sct_pv .sct_a:hover {text-decoration:none} +.sct_pv .sct_img {margin:0 0 10px} +.sct_pv .sct_txt {margin:0 0 5px} +.sct_pv .sct_icon {margin:0 0 10px} +.sct_pv .sct_id {display:block;margin:0 0 5px} +.sct_pv .sct_basic {margin:0 0 10px} +.sct_pv .sct_cost {display:block;margin:0 0 10px;font-weight:bold} +.sct_pv .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal} +.sct_pv .sct_sns {} + +/* 메인 상품 목록 스킨 20 */ +.smt_20 {position:relative;overflow-y:hidden} +.smt_20 .sct_ul {position:absolute;top:0;left:0;margin:0;padding:0;list-style:none} +.smt_20 .sct_ul_first {display:block;top:0} +.smt_20 .sct_li {position:relative;float:left;margin:0 25px 15px 0} +.smt_20 .sct_last {margin:0 0 15px !important} +.smt_20 .sct_a {display:inline-block;position:relative;text-decoration:none} +.smt_20 .sct_a:focus, .smt_20 .sct_a:hover {text-decoration:none} +.smt_20 .sct_img {margin:0 0 10px} +.smt_20 .sct_txt {margin:0 0 5px} +.smt_20 .sct_icon {margin:0 0 10px} +.smt_20 .sct_id {display:block;margin:0 0 5px} +.smt_20 .sct_basic {margin:0 0 10px} +.smt_20 .sct_cost {display:block;margin:0 0 10px;font-weight:bold} +.smt_20 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal} +.smt_20 .sct_sns {} + +/* 메인 상품 목록 스킨 30 */ +.smt_30 {position:relative;overflow-x:hidden} +.smt_30 .sct_ul {position:absolute;top:0;left:765px;margin:0;padding:0;width:765px;list-style:none;zoom:1} +.smt_30 .sct_ul:after {display:block;visibility:hidden;clear:both;content:""} +.smt_30 .sct_ul_first {display:block;left:0} +.smt_30 .sct_li {position:relative;float:left;margin-right:25px} +.smt_30 .sct_a {display:inline-block;position:relative;text-decoration:none} +.smt_30 .sct_a:focus, .smt_30 .sct_a:hover {text-decoration:none} +.smt_30 .sct_img {margin:0 0 10px} +.smt_30 .sct_txt {margin:0 0 5px} +.smt_30 .sct_icon {margin:0 0 10px} +.smt_30 .sct_id {display:block;margin:0 0 5px} +.smt_30 .sct_basic {margin:0 0 10px} +.smt_30 .sct_cost {display:block;margin:0 0 10px;font-weight:bold} +.smt_30 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal} +.smt_30 .sct_sns {} + +/* 메인 상품 목록 스킨 40 */ +.smt_40 {clear:both;position:relative} +.smt_40 .sct_ul {display:none;position:absolute;top:0;left:0;margin:0;padding:0;list-style:none} +.smt_40 .sct_ul_first {display:block} +.smt_40 .sct_li {position:relative;float:left;margin:0 25px 15px 0} +.smt_40 .sct_last {margin:0 0 15px !important} +.smt_40 .sct_a {display:inline-block;position:relative;text-decoration:none} +.smt_40 .sct_a:focus, .smt_40 .sct_a:hover {text-decoration:none} +.smt_40 .sct_img {margin:0 0 10px} +.smt_40 .sct_txt {margin:0 0 5px} +.smt_40 .sct_icon {margin:0 0 10px} +.smt_40 .sct_id {display:block;margin:0 0 5px} +.smt_40 .sct_basic {margin:0 0 10px} +.smt_40 .sct_cost {display:block;margin:0 0 10px;font-weight:bold} +.smt_40 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal} +.smt_40 .sct_sns {} + +/* 메인 상품 목록 스킨 50 */ +.smt_50 {position:relative} +.smt_50 .sct_ul {display:none;position:absolute;top:0;left:0;height:306px;margin:0;padding:0;list-style:none;overflow-y:hidden} +.smt_50 .sct_ul_first {display:block} +.smt_50 .sct_li {position:relative;float:left;position:relative;top:-306px;margin:0 25px 15px 0} +.smt_50 .sct_last {margin:0 0 15px} +.smt_50 .sct_a {display:inline-block;position:relative;text-decoration:none} +.smt_50 .sct_a:focus, .smt_50 .sct_a:hover {text-decoration:none} +.smt_50 .sct_img {margin:0 0 10px} +.smt_50 .sct_txt {margin:0 0 5px} +.smt_50 .sct_icon {margin:0 0 10px} +.smt_50 .sct_id {display:block;margin:0 0 5px} +.smt_50 .sct_basic {margin:0 0 10px} +.smt_50 .sct_cost {display:block;margin:0 0 10px;font-weight:bold} +.smt_50 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal} +.smt_50 .sct_sns {} + +/* 관련상품 목록 스킨 10 */ +.scr_10 .sct_li {position:relative;float:left;margin:0 25px 15px 0} +.scr_10 .sct_last {margin:0 0 15px !important} +.scr_10 .sct_clear {clear:both} +.scr_10 .sct_a {display:inline-block;position:relative;text-decoration:none} +.scr_10 .sct_a:focus, .sct_10 .sct_a:hover {text-decoration:none} +.scr_10 .sct_img {margin:0 0 10px} +.scr_10 .sct_txt {margin:0 0 5px} +.scr_10 .sct_icon {margin:0 0 10px} +.scr_10 .sct_id {display:block;margin:0 0 5px} +.scr_10 .sct_basic {margin:0 0 10px} +.scr_10 .sct_cost {display:block;margin:0 0 10px;font-weight:bold} +.scr_10 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal} +.scr_10 .sct_sns {} + +/* ##### main(nn).skin.php, list.(nn).skin..php 공통 적용 끝 ##### */ + +/* 상품 목록 */ +#sct {} +.sct_admin {margin:0 0 10px;text-align:right} + +/* 상품 목록 현재 위치 */ +#sct_location {margin:0 0 10px;border:1px solid #e9e9e9;background:#f2f5f9;letter-spacing:-4px} +#sct_location a {display:inline-block;padding:10px 10px 8px;text-decoration:none;letter-spacing:0 !important} +.sct_here {font-weight:bold} +.sct_bg {padding-right:15px !important;background:url('img/sct_bg_toright.gif') right 11px no-repeat} + +/* 상품 목록 카테고리 목록 */ +.sct_ct {} +.sct_ct h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +.sct_ct ul {margin:0 0 10px;padding:10px;border-bottom:1px solid #e9e9e9;list-style:none;zoom:1} +.sct_ct ul:after {display:block;visibility:hidden;clear:both;content:""} +.sct_ct a {text-decoration:none} +.sct_ct_parent {font-weight:bold} +.sct_ct_here {color:#ff3600 !important} + +#sct_ct_1 li {float:left;margin:0 10px 10px 0;width:120px} +#sct_ct_2 li {margin:0 0 10px} +#sct_ct_2 a {display:inline-block;width:120px} +#sct_ct_3 li {float:left;margin:0 10px 10px 0;width:120px} + +/* 상품 정렬 리스트 스타일 선택 공통 */ +#sct_sortlst {zoom:1} +#sct_sortlst:after {display:block;visibility:hidden;clear:both;content:""} + +/* 상품 정렬 */ +#sct_sort {float:left;margin:0 0 10px;width:80%;zoom:1} +#sct_sort:after {display:block;visibility:hidden;clear:both;content:""} +#sct_sort h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#sct_sort ul {margin:0;padding:0 0 0 1px;list-style:none;zoom:1} +#sct_sort ul:after {display:block;visibility:hidden;clear:both;content:""} +#sct_sort li {float:left;position:relative;margin-left:-1px} + +/* 상품 리스트 스타일 선택 */ +#sct_lst {float:right;margin:0 0 10px;padding:0;list-style:none;zoom:1} +#sct_lst:after {display:block;visibility:hidden;clear:both;content:""} +#sct_lst li {position:relative;float:left;margin:0 0 0 -1px} +#sct_lst button {position:relative;margin:0;padding:0;width:25px;height:25px;border:0;cursor:pointer;overflow:hidden} +#sct_lst button span {position:absolute;top:0;left:0;width:23px;height:23px;border:1px solid #ccc;background:url('img/is_button.gif')} +#sct_lst button.sct_lst_list span {background-position:0 0} +#sct_lst button.sct_lst_list span.sct_lst_on {background-position:0 -30px} +#sct_lst button.sct_lst_gallery span {background-position:-30px 0} +#sct_lst button.sct_lst_gallery span.sct_lst_on {background-position:-30px -30px} + +/* 상품 상세보기 */ +#sit {margin:10px 0;border:1px solid #e9e9e9} +.sit_admin {text-align:right} +.sit_empty {padding:20px 0;text-align:center} + +/* 상품 상세보기 - 개요 */ +#sit_ov_wrap {margin:0 0 20px;border-bottom:1px solid #e9e9e9;background:#f2f5f9;zoom:1} +#sit_ov_wrap:after {display:block;visibility:hidden;clear:both;content:""} + +/* 상품 상세보기 - 이미지 미리보기 */ +#sit_pvi {float:left;padding:15px;width:320px} +#sit_pvi_big {margin:0 0 10px;text-align:center} +#sit_pvi_big a {display:none} +#sit_pvi_big a.visible {display:block} +#sit_pvi_big img {} +#sit_pvi_thumb {margin:0;padding:0;list-style:none;zoom:1} +#sit_pvi_thumb:after {display:block;visibility:hidden;clear:both;content:""} +#sit_pvi_thumb li {float:left;margin:0 5px 5px 0} +#sit_pvi_thumb .li_last {margin:0 !important} +#sit_pvi_thumb img {} + +#sit_pvi_nwbig {padding:10px 0;text-align:center} +#sit_pvi_nwbig span {display:none} +#sit_pvi_nwbig span.visible {display:inline} +#sit_pvi_nw ul {margin:0 0 20px;padding:0 10px;list-style:none;zoom:1} +#sit_pvi_nw ul:after {display:block;visibility:hidden;clear:both;content:""} +#sit_pvi_nw li {float:left;margin:0 0 1px 1px} +#sit_pvi_nw li img {width:60px;height:60px} + +/* 상품 상세보기 - 간략정보 및 구매기능 */ +#sit_ov {position:relative;float:right;padding:50px 15px 15px;width:358px;height:auto !important;height:355px;min-height:355px} +#sit_ov h3 {margin:0 0 10px} + +#sit_title {margin:0 0 5px;font-size:1.3em} +#sit_desc {margin:0 0 5px;padding:0;color:#999} +#sit_opt_info {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} + +#sit_star_sns {position:absolute;top:15px;right:15px;color:#b8afa2;font-size:0.95em;letter-spacing:-0.1em} +#sit_star_sns span {display:inline-block;margin:0 5px 0 0;color:#666;letter-spacing:0} +#sit_star_sns .sit_star {position:relative;top:-2px;margin:0 5px 0 0} +#sit_star_sns a {display:inline-block;vertical-align:middle} + +.sit_ov_tbl {margin-bottom:20px;width:100%;border:0;border-collapse:collapse} +.sit_ov_tbl th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;font-weight:normal;text-align:left} +.sit_ov_tbl td {padding:7px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9} +.sit_ov_ro {padding:2px 2px 3px;border:0;background:transparent;text-align:right;vertical-align:middle} +.sit_ov_opt {padding:2px 2px 3px;border:0;background:transparent;vertical-align:middle} +.sit_ov_input {margin:0 1px 0 0;padding:2px 2px 3px;border:1px solid #b8c9c2;background:transparent;vertical-align:middle} +#sit_ov_tbl button {margin:0 1px 0 0} + +.sit_sel_btn {position:relative} /* 선택옵션용 추가 버튼 */ +.sit_sel_btn button {position:absolute;top:-51px;right:0 !important;right:15px} + +#sit_sel_option h3 {position:absolute;font-size:0;line-height:0;overflow:hidden} + +#sit_tot_price {margin:20px 0;font-size:1.3em;font-weight:bold} + +#sit_ov_soldout {margin:0 0 20px;color:#ff3061;font-weight:bold;text-align:center} + +#sit_ov_btn {text-align:right;letter-spacing:-3px} +#sit_ov_btn a {display:inline-block;width:80px;height:30px;border:0;font-size:0.95em;vertical-align:middle;text-align:center;text-decoration:none;letter-spacing:-0.1em;line-height:2.8em;cursor:pointer} +#sit_ov_btn input {display:inline-block;width:80px;height:30px;border:0;font-size:0.95em;text-align:center;text-decoration:none;letter-spacing:-0.1em;cursor:pointer} +#sit_btn_buy {background:#ff5b89;color:#fff} +#sit_btn_cart, #sit_btn_wish {background:#555;color:#fff} +#sit_btn_rec {background:#888;color:#fff} + +/* 상품 재입고 알림 (SMS) */ +#sit_sms_new {} +#sit_sms_new #sms_agree {padding:10px 0;text-align:right} + +/* 상품 상세보기 - 다른 상품 보기 */ +#sit_siblings {clear:both;margin:0 0 20px;padding:0 0 20px;border-bottom:1px solid #e9e9e9;text-align:center} +#sit_siblings:after {display:block;visibility:hidden;clear:both;content:""} +#sit_siblings h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#sit_siblings a {display:inline-block;padding:8px 12px;border:1px solid #e9e9e9;background:#fff} +#sit_siblings a#siblings_prev {float:left;margin:0 0 0 15px} +#sit_siblings a#siblings_next {float:right;margin:0 15px 0 0} +#sit_siblings a span {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} + +/* 상품 상세보기 - 상품정보 */ +#sit_inf {margin:0 0 10px;padding:10px 10px 20px;border-bottom:1px solid #e9e9e9} +#sit_inf h2 {margin:0 0 10px} +#sit_inf h3 {position:absolute;font-size:0;line-height:0;content:""} + +#sit_inf_basic {margin:0 0 10px} +#sit_inf_explan {margin:0 0 10px;width:auto !important;width:718px;overflow:hidden} /* ie6 미대응시 #sit_inf_explan {margin:0 0 10px} 만으로 충분 */ +#sit_inf_explan img {max-width:100%;height:auto} + +#sit_inf_open {width:100%;border:0;border-collapse:collapse} +#sit_inf_open th {padding:7px 10px;border:1px solid #fff;background:#f2f5f9;vertical-align:top;text-align:left} +#sit_inf_open td {padding:7px 10px;border:1px solid #fff;background:#f2f5f9;vertical-align:top} + +/* 상품 상세보기 - 사용후기 */ +#sit_use {margin:0 0 10px;padding:10px 10px 20px;border-bottom:1px solid #e9e9e9} +#sit_use h2 {margin:0 0 10px} +#sit_use h3 {margin:0 0 10px} + +#sit_use_ol {margin:0 0 5px;padding:0;border-top:1px solid #e9e9e9;list-style:none} +.sit_use_li {position:relative;padding:0 0 10px;border-bottom:1px solid #e9e9e9;background:#f2f5f9} +.sit_use_li_title {display:block;margin:0;padding:10px;width:100%;border:0;background:transparent;text-align:left;cursor:pointer} + +.sit_use_dl {margin:0;padding:0 10px;zoom:1} +.sit_use_dl:after {display:block;visibility:hidden;clear:both;content:""} +.sit_use_dl dt {float:left;margin:2px 0 0} +.sit_use_dl dd {float:left;margin:2px 20px 0 5px} +.sit_use_star {margin:0 !important;padding:0 0 0 5px} + +.sit_use_con {display:none;padding:10px 10px 0} +.sit_use_p {margin:0 0 10px;padding:10px;border:1px solid #e9e9e9;background:#fff} +.sit_use_cmd {text-align:right} + +#sit_use_wbtn {margin:0 0 5px;text-align:right} + +#sit_use_write {} +#sit_use_write #is_subject {width:100%} +#sit_use_write ul {margin:5px 0 0} +#sit_use_write li {margin:0 0 5px} +#sit_use_write li label {display:inline-block;width:80px} +#sit_use_write_star {margin:0;padding:0;list-style:none} + +/* 상품 상세보기 - 상품문의 */ +#sit_qa {margin:0 0 10px;padding:10px 10px 20px;border-bottom:1px solid #e9e9e9} +#sit_qa h2 {margin:0 0 10px} +#sit_qa h3 {margin:0 0 10px} + +#sit_qa_ol {margin:0 0 5px;padding:0;border-top:1px solid #e9e9e9;list-style:none} +.sit_qa_li {position:relative;padding:0 0 10px;border-bottom:1px solid #e9e9e9;background:#f2f5f9} +.sit_qa_li_title {display:block;margin:0;padding:10px;width:100%;border:0;background:transparent;text-align:left;cursor:pointer} + +.sit_qa_dl {margin:0;padding:0 10px;zoom:1} +.sit_qa_dl:after {display:block;visibility:hidden;clear:both;content:""} +.sit_qa_dl dt {float:left} +.sit_qa_dl dd {float:left;margin:0 20px 0 5px} +.sit_qaa_done {color:#ff3061} +.sit_qaa_yet {color:#999} + +.sit_qa_con {display:none;padding:10px 10px 0} +.sit_qa_p {margin:0 0 10px;padding:10px;border:1px solid #e9e9e9;background:#fff} +.sit_qa_p strong {display:inline-block;margin:0 0 10px} +.sit_qa_qaq {margin:0 0 20px} +.sit_qa_con textarea {display:none} +.sit_qa_cmd {text-align:right} + +.sit_qa_pw {display:none;position:absolute;top:30px;left:175px;padding:10px;width:348px;border:1px solid #000;background:#fff;text-align:center} +.sit_qa_pw span {display:block;margin:0 0 5px} + +#sit_qa_wbtn {margin:0 0 5px;text-align:right} + +#sit_qa_write {} +#sit_qa_write #iq_subject {width:100%} + +/* 상품 상세보기 - 배송정보 */ +#sit_dvr {margin:0 0 10px;padding:10px 10px 20px;border-bottom:1px solid #e9e9e9} +#sit_dvr h2 {margin:0 0 10px} + +/* 상품 상세보기 - 교환정보 */ +#sit_ex {margin:0 0 10px;padding:10px 10px 20px;border-bottom:1px solid #e9e9e9} +#sit_ex h2 {margin:0 0 10px} + +/* 상품 상세보기 - 관련상품 */ +#sit_rel {margin:0 0 10px;padding:10px 10px 0} +#sit_rel h2 {margin:0 0 10px} +#sit_rel .sct_wrap li {margin:0 10px 0 0} +#sit_rel .sct_last {margin:0 !important} + +/* 사용후기 모음 */ +#sps_sch {margin:0 0 10px} +#sps_sch a {display:inline-block;padding:0 8px;height:21px;background:#333;color:#fff;text-decoration:none;vertical-align:middle;line-height:1.9em} +#sps_sch .btn_submit {padding:0 8px;height:24px;vertical-align:middle} + +#sps {zoom:1} +#sps ol {margin:0;padding:0;border-top:1px solid #e9e9e9;list-style:none} +#sps li {position:relative;padding:10px;border-bottom:1px solid #e9e9e9} +#sps li:after {display:block;visibility:hidden;clear:both;content:""} + +.sps_img {float:left;margin:0 10px 0 0;width:80px} +.sps_img span {position:absolute;font-size:0;line-height:0;overflow:hidden} + +#sps dl {margin:5px 0 10px;zoom:1} +#sps dl:after {display:block;visibility:hidden;clear:both;content:""} +#sps dt {float:left} +#sps dd {float:left;margin:0 20px 0 5px} +#sps dd img {position:relative;top:-2px} + +.sps_section {float:left;width:630px} +.sps_section p {padding:0;width:100%} +.sps_con_full {padding:0;height:auto !important} +.sps_con_btn {margin:5px 0 0;text-align:right} +.sps_con_btn button {margin:0;padding:5px;border:0;background:#565e60;color:#fff} + +/* 상품문의 모음 */ +#sqa_sch {margin:0 0 10px} +#sqa_sch a {display:inline-block;padding:0 8px;height:21px;background:#333;color:#fff;text-decoration:none;vertical-align:middle;line-height:1.9em} +#sqa_sch .btn_submit {padding:0 8px;height:24px;vertical-align:middle} + +#sqa {zoom:1} +#sqa ol {margin:0;padding:0;border-top:1px solid #e9e9e9;list-style:none} +#sqa li {position:relative;padding:10px;border-bottom:1px solid #e9e9e9} +#sqa li:after {display:block;visibility:hidden;clear:both;content:""} + +.sqa_img {float:left;margin:0 10px 0 0;width:80px} +.sqa_img span {position:absolute;font-size:0;line-height:0} + +#sqa dl {margin:5px 0 10px;zoom:1} +#sqa dl:after {display:block;visibility:hidden;clear:both;content:""} +#sqa dt {float:left} +#sqa dd {float:left;margin:0 20px 0 5px} +#sqa dd img {position:relative;top:-2px} + +.sqa_section {float:left;width:630px} +.sqa_section .sqa_con {padding:10px;background:#f2f5f9;line-height:1.7em} +.sqa_section p {padding:0;width:100%} +.sqa_con_full {padding:0;height:auto !important} +.sqa_con_btn {margin:5px 0 0;text-align:right} +.sqa_con_btn button {margin:0;padding:5px;border:0;background:#565e60;color:#fff} \ No newline at end of file diff --git a/theme/basic/skin/visit/basic/style.css b/theme/basic/skin/visit/basic/style.css new file mode 100644 index 000000000..6b061cb27 --- /dev/null +++ b/theme/basic/skin/visit/basic/style.css @@ -0,0 +1,13 @@ +@charset "utf-8"; +/* SIR 지운아빠 */ + +/* 방문자 집계 */ +#visit {border-bottom:1px dotted #dde4e9} +#visit div {margin:0 auto;width:970px;zoom:1} +#visit div:after {display:block;visibility:hidden;clear:both;content:""} +#visit h2 {float:left;padding:10px 45px 10px 0} +#visit dl {float:left;margin:0 0 0 10px;padding:0} +#visit dt {float:left;margin:0;padding:10px 0 10px} +#visit dd {float:left;margin:0 30px 0 0;padding:10px} +#visit a {display:inline-block;padding:10px;text-decoration:none} +#visit a:focus, #visit a:hover {} \ No newline at end of file diff --git a/theme/basic/skin/visit/basic/visit.skin.php b/theme/basic/skin/visit/basic/visit.skin.php new file mode 100644 index 000000000..87e481d2e --- /dev/null +++ b/theme/basic/skin/visit/basic/visit.skin.php @@ -0,0 +1,27 @@ +', 0); +?> + + +
                    +
                    +

                    접속자집계

                    +
                    +
                    오늘
                    +
                    +
                    어제
                    +
                    +
                    최대
                    +
                    +
                    전체
                    +
                    +
                    + 상세보기 +
                    +
                    + \ No newline at end of file diff --git a/theme/basic/skin/visit/shop_basic/style.css b/theme/basic/skin/visit/shop_basic/style.css new file mode 100644 index 000000000..ab05e58e4 --- /dev/null +++ b/theme/basic/skin/visit/shop_basic/style.css @@ -0,0 +1,10 @@ +/* 방문자 집계 */ +#visit {margin:0 0 20px;padding:0 15px;background:#444;zoom:1} +#visit:after {display:block;visibility:hidden;clear:both;content:''} +#visit h2 {float:left;padding:10px 45px 10px 0;color:#fff} +#visit dl {float:left;margin:0 0 0 10px;padding:0} +#visit dt {float:left;margin:0;padding:10px 0 10px;color:#fff} +#visit dd {float:left;margin:0 30px 0 0;padding:10px;color:#fff} +#visit a {display:inline-block;padding:10px;color:#fff;text-decoration:none} +#visit a:focus, +#visit a:hover {background:#333;color:#fff} \ No newline at end of file diff --git a/theme/basic/skin/visit/shop_basic/visit.skin.php b/theme/basic/skin/visit/shop_basic/visit.skin.php new file mode 100644 index 000000000..0a45e7022 --- /dev/null +++ b/theme/basic/skin/visit/shop_basic/visit.skin.php @@ -0,0 +1,26 @@ +', 0); +?> + +
                    +
                    +

                    접속자집계

                    +
                    +
                    오늘
                    +
                    +
                    어제
                    +
                    +
                    최대
                    +
                    +
                    전체
                    +
                    +
                    + 상세보기 +
                    +
                    + diff --git a/theme/basic/tail.php b/theme/basic/tail.php new file mode 100644 index 000000000..bf1794528 --- /dev/null +++ b/theme/basic/tail.php @@ -0,0 +1,62 @@ + + +
                  +
                  + + + +
                  + + +
                  + + +
                  <?php echo G5_VERSION ?>
                  +
                  +
                  +
                  +
                  + 회사소개 + 개인정보취급방침 + 서비스이용약관 + Copyright © 소유하신 도메인. All rights reserved.
                  + 상단으로 +
                  +
                  +
                  + + +모바일 버전으로 보기 + + + + + + + \ No newline at end of file diff --git a/theme/basic/tail.sub.php b/theme/basic/tail.sub.php new file mode 100644 index 000000000..ec5920f63 --- /dev/null +++ b/theme/basic/tail.sub.php @@ -0,0 +1,25 @@ + + + + + + + + + + \ No newline at end of file diff --git a/theme/basic/theme.config.php b/theme/basic/theme.config.php new file mode 100644 index 000000000..9b6a61546 --- /dev/null +++ b/theme/basic/theme.config.php @@ -0,0 +1,149 @@ + false, // 기본환경설정의 최근게시물 등의 기본스킨 변경여부 true, false + 'preview_board_skin' => 'basic', // 테마 미리보기 때 적용될 기본 게시판 스킨 + 'preview_mobile_board_skin' => 'basic', // 테마 미리보기 때 적용될 기본 모바일 게시판 스킨 + 'cf_member_skin' => 'basic', // 회원 스킨 + 'cf_mobile_member_skin' => 'basic', // 모바일 회원 스킨 + 'cf_new_skin' => 'basic', // 최근게시물 스킨 + 'cf_mobile_new_skin' => 'basic', // 모바일 최근게시물 스킨 + 'cf_search_skin' => 'basic', // 검색 스킨 + 'cf_mobile_search_skin' => 'basic', // 모바일 검색 스킨 + 'cf_connect_skin' => 'basic', // 접속자 스킨 + 'cf_mobile_connect_skin' => 'basic', // 모바일 접속자 스킨 + 'cf_faq_skin' => 'basic', // FAQ 스킨 + 'cf_mobile_faq_skin' => 'basic', // 모바일 FAQ 스킨 + 'bo_gallery_cols' => 4, // 갤러리 이미지 수 + 'bo_gallery_width' => 174, // 갤러리 이미지 폭 + 'bo_gallery_height' => 124, // 갤러리 이미지 높이 + 'bo_mobile_gallery_width' => 125, // 모바일 갤러리 이미지 폭 + 'bo_mobile_gallery_height' => 100, // 모바일 갤러리 이미지 높이 + 'bo_image_width' => 600, // 게시판 뷰 이미지 폭 + 'qa_skin' => 'basic', // 1:1문의 스킨 + 'qa_mobile_skin' => 'basic', // 1:1문의 모바일 스킨 + 'de_shop_skin' => 'basic', // 쇼핑몰 PC 기본스킨 + 'de_shop_mobile_skin' => 'basic', // 쇼핑몰 모바일 기본스킨 + 'de_type1_list_use' => 1, // PC 히트상품 출력 + 'de_type1_list_skin' => 'main.10.skin.php', // PC 히트상품 출력스킨 + 'de_type1_list_mod' => 3, // PC 히트상품 출력 1줄당 이미지 수 + 'de_type1_list_row' => 2, // PC 히트상품 출력 출력 줄 수 + 'de_type1_img_width' => 230, // PC 히트상품 이미지 폭 + 'de_type1_img_height' => 230, // PC 히트상품 이미지 높이 + 'de_type2_list_use' => 1, // PC 추천상품 출력 + 'de_type2_list_skin' => 'main.10.skin.php', // PC 추천상품 출력스킨 + 'de_type2_list_mod' => 3, // PC 추천상품 출력 1줄당 이미지 수 + 'de_type2_list_row' => 2, // PC 추천상품 출력 출력 줄 수 + 'de_type2_img_width' => 230, // PC 추천상품 이미지 폭 + 'de_type2_img_height' => 230, // PC 추천상품 이미지 높이 + 'de_type3_list_use' => 1, // PC 최신상품 출력 + 'de_type3_list_skin' => 'main.10.skin.php', // PC 최신상품 출력스킨 + 'de_type3_list_mod' => 3, // PC 최신상품 출력 1줄당 이미지 수 + 'de_type3_list_row' => 2, // PC 최신상품 출력 출력 줄 수 + 'de_type3_img_width' => 230, // PC 최신상품 이미지 폭 + 'de_type3_img_height' => 230, // PC 최신상품 이미지 높이 + 'de_type4_list_use' => 1, // PC 인기상품 출력 + 'de_type4_list_skin' => 'main.10.skin.php', // PC 인기상품 출력스킨 + 'de_type4_list_mod' => 3, // PC 인기상품 출력 1줄당 이미지 수 + 'de_type4_list_row' => 2, // PC 인기상품 출력 출력 줄 수 + 'de_type4_img_width' => 230, // PC 인기상품 이미지 폭 + 'de_type4_img_height' => 230, // PC 인기상품 이미지 높이 + 'de_type5_list_use' => 1, // PC 할인상품 출력 + 'de_type5_list_skin' => 'main.10.skin.php', // PC 할인상품 출력스킨 + 'de_type5_list_mod' => 3, // PC 할인상품 출력 1줄당 이미지 수 + 'de_type5_list_row' => 2, // PC 할인상품 출력 출력 줄 수 + 'de_type5_img_width' => 230, // PC 할인상품 이미지 폭 + 'de_type5_img_height' => 230, // PC 할인상품 이미지 높이 + 'de_mobile_type1_list_use' => 1, // 모바일 히트상품 출력 + 'de_mobile_type1_list_skin' => 'main.10.skin.php', // 모바일 히트상품 출력스킨 + 'de_mobile_type1_list_mod' => 3, // 모바일 히트상품 출력 1줄당 이미지 수 + 'de_mobile_type1_list_row' => 2, // 모바일 히트상품 출력 출력 줄 수 + 'de_mobile_type1_img_width' => 230, // 모바일 히트상품 이미지 폭 + 'de_mobile_type1_img_height' => 230, // 모바일 히트상품 이미지 높이 + 'de_mobile_type2_list_use' => 1, // 모바일 추천상품 출력 + 'de_mobile_type2_list_skin' => 'main.10.skin.php', // 모바일 추천상품 출력스킨 + 'de_mobile_type2_list_mod' => 3, // 모바일 추천상품 출력 1줄당 이미지 수 + 'de_mobile_type2_list_row' => 2, // 모바일 추천상품 출력 출력 줄 수 + 'de_mobile_type2_img_width' => 230, // 모바일 추천상품 이미지 폭 + 'de_mobile_type2_img_height' => 230, // 모바일 추천상품 이미지 높이 + 'de_mobile_type3_list_use' => 1, // 모바일 최신상품 출력 + 'de_mobile_type3_list_skin' => 'main.10.skin.php', // 모바일 최신상품 출력스킨 + 'de_mobile_type3_list_mod' => 3, // 모바일 최신상품 출력 1줄당 이미지 수 + 'de_mobile_type3_list_row' => 2, // 모바일 최신상품 출력 출력 줄 수 + 'de_mobile_type3_img_width' => 230, // 모바일 최신상품 이미지 폭 + 'de_mobile_type3_img_height' => 230, // 모바일 최신상품 이미지 높이 + 'de_mobile_type4_list_use' => 1, // 모바일 인기상품 출력 + 'de_mobile_type4_list_skin' => 'main.10.skin.php', // 모바일 인기상품 출력스킨 + 'de_mobile_type4_list_mod' => 3, // 모바일 인기상품 출력 1줄당 이미지 수 + 'de_mobile_type4_list_row' => 2, // 모바일 인기상품 출력 출력 줄 수 + 'de_mobile_type4_img_width' => 230, // 모바일 인기상품 이미지 폭 + 'de_mobile_type4_img_height' => 230, // 모바일 인기상품 이미지 높이 + 'de_mobile_type5_list_use' => 1, // 모바일 할인상품 출력 + 'de_mobile_type5_list_skin' => 'main.10.skin.php', // 모바일 할인상품 출력스킨 + 'de_mobile_type5_list_mod' => 3, // 모바일 할인상품 출력 1줄당 이미지 수 + 'de_mobile_type5_list_row' => 2, // 모바일 할인상품 출력 출력 줄 수 + 'de_mobile_type5_img_width' => 230, // 모바일 할인상품 이미지 폭 + 'de_mobile_type5_img_height' => 230, // 모바일 할인상품 이미지 높이 + 'de_rel_list_use' => 1, // 관련상품 출력 + 'de_rel_list_skin' => 'relation.10.skin.php', // 관련상품 출력 스킨 + 'de_rel_list_mod' => 3, // 관련상품 1줄당 이미지 수 + 'de_rel_img_width' => 230, // 관련상품 이미지 폭 + 'de_rel_img_height' => 230, // 관련상품 이미지 높이 + 'de_mobile_rel_list_use' => 1, // 모바일 관련상품 출력 + 'de_mobile_rel_list_skin' => 'relation.10.skin.php', // 모바일 관련상품 출력 스킨 + 'de_mobile_rel_list_mod' => 3, // 모바일 관련상품 1줄당 이미지 수 + 'de_mobile_rel_img_width' => 230, // 모바일 관련상품 이미지 폭 + 'de_mobile_rel_img_height' => 230, // 모바일 관련상품 이미지 높이 + 'de_search_list_skin' => 'list.10.skin.php', // 검색상품 출력 스킨 + 'de_search_list_mod' => 3, // 검색상품 1줄당 이미지 수 + 'de_search_list_row' => 5, // 검색상품 출력 줄 수 + 'de_search_img_width' => 230, // 검색상품 이미지 폭 + 'de_search_img_height' => 230, // 검색상품 이미지 높이 + 'de_mobile_search_list_skin' => 'list.10.skin.php', // 모바일 검색상품 출력 스킨 + 'de_mobile_search_list_mod' => 3, // 모바일 검색상품 1줄당 이미지 수 + 'de_mobile_search_list_row' => 5, // 모바일 검색상품 출력 줄 수 + 'de_mobile_search_img_width' => 230, // 모바일 관련상품 이미지 폭 + 'de_mobile_search_img_height' => 230, // 모바일 관련상품 이미지 높이 + 'de_mimg_width' => 230, // 상품상세 이미지 Width + 'de_mimg_height' => 230, // 상품상세 이미지 Height + 'ca_skin' => 'list.10.skin.php', // 분류 리스트 스킨 + 'ca_img_width' => 230, // 분류 리스트 이미지 폭 + 'ca_img_height' => 230, // 분류 리스트 이미지 높이 + 'ca_list_mod' => 3, // 분류 리스트 1줄당 이미지 수 + 'ca_list_row' => 5, // 분류 리스트 이미지 줄 수 + 'ca_mobile_skin' => 'list.10.skin.php', // 모바일 분류 리스트 스킨 + 'ca_mobile_img_width' => 230, // 모바일 분류 리스트 이미지 폭 + 'ca_mobile_img_height' => 230, // 모바일 분류 리스트 이미지 높이 + 'ca_mobile_list_mod' => 3, // 모바일 분류 리스트 1줄당 이미지 수 + 'ca_mobile_list_row' => 5, // 모바일 분류 리스트 이미지 줄 수 + 'ev_skin' => 'list.10.skin.php', // 이벤트 출력 스킨 + 'ev_img_width' => 230, // 이벤트 리스트 이미지 폭 + 'ev_img_height' => 230, // 이벤트 리스트 이미지 높이 + 'ev_list_mod' => 3, // 이벤트 리스트 1줄당 이미지 수 + 'ev_list_row' => 5, // 이벤트 리스트 이미지 줄 수 + 'ev_mobile_skin' => 'list.10.skin.php', // 모바일 이벤트 출력 스킨 + 'ev_mobile_img_width' => 230, // 모바일 이벤트 리스트 이미지 폭 + 'ev_mobile_img_height' => 230, // 모바일 이벤트 리스트 이미지 높이 + 'ev_mobile_list_mod' => 3, // 모바일 이벤트 1줄당 이미지 수 + 'ev_mobile_list_row' => 5, // 모바일 이벤트 이미지 줄 수 + 'ca_mobile_list_best_mod' => 3, // 모바일 상품리스트 베스트상품 1줄당 이미지 수 + 'ca_mobile_list_best_row' => 3, // 모바일 상품리스트 베스트상품 이미지 줄 수 +); +?> \ No newline at end of file