g5 merge 충돌수정

This commit is contained in:
chicpro
2013-10-15 09:36:15 +09:00
4 changed files with 27 additions and 15 deletions

View File

@ -133,8 +133,8 @@ foreach($menu['menu'.$menu_key] as $key=>$value) {
<div id="container"> <div id="container">
<div id="text_size"> <div id="text_size">
<!-- font_resize('엘리먼트id', '제거할 class', '추가할 class'); --> <!-- font_resize('엘리먼트id', '제거할 class', '추가할 class'); -->
<button onclick="font_resize('container', 'ts_up ts_up2', '');"><img src="<?php echo G5_ADMIN_URL ?>/shop_admin/img/ts01.gif" alt="기본"></button> <button onclick="font_resize('container', 'ts_up ts_up2', '');"><img src="<?php echo G5_ADMIN_URL ?>/img/ts01.gif" alt="기본"></button>
<button onclick="font_resize('container', 'ts_up ts_up2', 'ts_up');"><img src="<?php echo G5_ADMIN_URL ?>/shop_admin/img/ts02.gif" alt="크게"></button> <button onclick="font_resize('container', 'ts_up ts_up2', 'ts_up');"><img src="<?php echo G5_ADMIN_URL ?>/img/ts02.gif" alt="크게"></button>
<button onclick="font_resize('container', 'ts_up ts_up2', 'ts_up2');"><img src="<?php echo G5_ADMIN_URL ?>/shop_admin/img/ts03.gif" alt="더크게"></button> <button onclick="font_resize('container', 'ts_up ts_up2', 'ts_up2');"><img src="<?php echo G5_ADMIN_URL ?>/img/ts03.gif" alt="더크게"></button>
</div> </div>
<h1><?php echo $g5['title'] ?></h1> <h1><?php echo $g5['title'] ?></h1>

View File

@ -892,7 +892,9 @@ $pg_anchor = '<ul class="anchor">
<section id="anc_cf_lay"> <section id="anc_cf_lay">
<h2 class="h2_frm">레이아웃 추가설정</h2> <h2 class="h2_frm">레이아웃 추가설정</h2>
<?php echo $pg_anchor; ?> <?php echo $pg_anchor; ?>
<p>기본 설정된 파일 경로 및 script, css 를 추가하거나 변경할 수 있습니다.</p> <div class="local_desc02 local_desc">
<p>기본 설정된 파일 경로 및 script, css 를 추가하거나 변경할 수 있습니다.</p>
</div>
<div class="tbl_frm01 tbl_wrap"> <div class="tbl_frm01 tbl_wrap">
<table> <table>
@ -938,7 +940,9 @@ $pg_anchor = '<ul class="anchor">
<section id="anc_cf_extra"> <section id="anc_cf_extra">
<h2 class="h2_frm">여분필드 기본 설정</h2> <h2 class="h2_frm">여분필드 기본 설정</h2>
<?php echo $pg_anchor ?> <?php echo $pg_anchor ?>
<p>각 게시판 관리에서 개별적으로 설정 가능합니다.</p> <div class="local_desc02 local_desc">
<p>각 게시판 관리에서 개별적으로 설정 가능합니다.</p>
</div>
<div class="tbl_frm01 tbl_wrap"> <div class="tbl_frm01 tbl_wrap">
<table> <table>

View File

@ -38,10 +38,12 @@ if (isset($_POST['email'])) {
<section> <section>
<h2>테스트 메일 발송</h2> <h2>테스트 메일 발송</h2>
<p> <div class="local_desc02 local_desc">
메일서버가 정상적으로 동작 중인지 확인할 수 있습니다.<br> <p>
아래 입력칸에 테스트 메일을 발송하실 메일 주소를 입력하시면, [메일검사] 라는 제목으로 테스트 메일을 발송합니다.<br> 메일서버가 정상적으로 동작 중인지 확인할 수 있습니다.<br>
</p> 아래 입력칸에 테스트 메일을 발송하실 메일 주소를 입력하시면, [메일검사] 라는 제목으로 테스트 메일을 발송합니다.<br>
</p>
</div>
<form name="fsendmailtest" method="post"> <form name="fsendmailtest" method="post">
<fieldset id="fsendmailtest"> <fieldset id="fsendmailtest">
<legend>테스트메일 발송</legend> <legend>테스트메일 발송</legend>
@ -50,10 +52,12 @@ if (isset($_POST['email'])) {
<input type="submit" value="발송" class="btn_submit"> <input type="submit" value="발송" class="btn_submit">
</fieldset> </fieldset>
</form> </form>
<p> <div class="local_desc02 local_desc">
만약 [메일검사] 라는 내용으로 테스트 메일이 도착하지 않는다면 보내는 메일서버 혹은 받는 메일서버 중 문제가 발생했을 가능성이 있습니다.<br> <p>
따라서 보다 정확한 테스트를 원하신다면 여러 곳으로 테스트 메일을 발송하시기 바랍니다.<br> 만약 [메일검사] 라는 내용으로 테스트 메일이 도착하지 않는다면 보내는 메일서버 혹은 받는 메일서버 중 문제가 발생했을 가능성이 있습니다.<br>
</p> 따라서 보다 정확한 테스트를 원하신다면 여러 곳으로 테스트 메일을 발송하시기 바랍니다.<br>
</p>
</div>
</section> </section>
<?php <?php

View File

@ -10,6 +10,7 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
header ul, nav ul, aside ul, footer ul {margin:0;padding:0;list-style:none} header ul, nav ul, aside ul, footer ul {margin:0;padding:0;list-style:none}
label, input, select, img {vertical-align:middle} label, input, select, img {vertical-align:middle}
textarea, select {font-family:dotum;font-size:1em} textarea, select {font-family:dotum;font-size:1em}
input {margin:0;padding:0;border-radius:0;font-family:dotum} input {margin:0;padding:0;border-radius:0;font-family:dotum}
@ -74,7 +75,6 @@ h2.h2_frm {padding-top:15px}
.gnb_js .gnb_grp_style:focus, .gnb_js .gnb_grp_style:hover {background:#484848 !important} .gnb_js .gnb_grp_style:focus, .gnb_js .gnb_grp_style:hover {background:#484848 !important}
.gnb_js .gnb_grp_div {border-top:1px solid #eee} .gnb_js .gnb_grp_div {border-top:1px solid #eee}
#lnb {margin:0;padding:10px 15px;border-bottom:1px solid #e9e9e9;list-style:none;zoom:1} #lnb {margin:0;padding:10px 15px;border-bottom:1px solid #e9e9e9;list-style:none;zoom:1}
#lnb:after {display:block;visibility:hidden;clear:both;content:""} #lnb:after {display:block;visibility:hidden;clear:both;content:""}
@ -166,6 +166,7 @@ h2.h2_frm {padding-top:15px}
.btn_add {margin:0 20px 10px} /* 목록용 추가 */ .btn_add {margin:0 20px 10px} /* 목록용 추가 */
.btn_add01 {text-align:right} .btn_add01 {text-align:right}
.btn_add01 a {display:inline-block;padding:10px;border:1px solid #ccc;background:#f0f0f0;text-decoration:none;cursor:pointer} .btn_add01 a {display:inline-block;padding:10px;border:1px solid #ccc;background:#f0f0f0;text-decoration:none;cursor:pointer}
@ -194,6 +195,7 @@ legend {position:absolute;width:0;height:0;font-size:0;line-height:0;text-indent
.anchor a {display:inline-block;padding:5px 10px;border:1px solid #c8ced1;background:#d6dde1;text-decoration:none} .anchor a {display:inline-block;padding:5px 10px;border:1px solid #c8ced1;background:#d6dde1;text-decoration:none}
.anchor a:focus, .anchor a:hover {background:#c8d2d8} .anchor a:focus, .anchor a:hover {background:#c8d2d8}
/* 하단 레이아웃 */ /* 하단 레이아웃 */
#ft {margin:20px 0;padding:10px 20px;border-top:1px solid #d0d6d8} #ft {margin:20px 0;padding:10px 20px;border-top:1px solid #d0d6d8}
@ -388,7 +390,9 @@ td.td_grpset {width:160px;border-left:1px solid #e9ecee;text-align:center}
#add_admin fieldset {margin-top:20px} #add_admin fieldset {margin-top:20px}
/* 메일 테스트 */ /* 메일 테스트 */
#fsendmailtest {margin-bottom:20px;padding:30px 0;border:1px solid #ced9de;background:#fff;text-align:center}
#fsendmailtest {margin:50px 0;text-align:center}
#fsendmailtest .btn_submit {padding:3px 5px;border:1px solid #ff3061;color:#fff;font-size:0.95em;vertical-align:middle;cursor:pointer}
/* ########## 쇼핑몰 사용시 적용 ########## */ /* ########## 쇼핑몰 사용시 적용 ########## */