Merge branch 'master' of github.com:gnuboard/yc4s
@ -72,8 +72,8 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함
|
||||
<td class="td_num"><?=$row['bn_order']?></td>
|
||||
<td class="td_num"><?=$row['bn_hit']?></td>
|
||||
<td class="td_smallmng">
|
||||
<a href="./bannerform.php?w=u&bn_id=<?=$row['bn_id']?>">수정</a>
|
||||
<a href="javascript:del('./bannerformupdate.php?w=d&bn_id=<?=$row['bn_id']?>');">삭제</a>
|
||||
<a href="./bannerform.php?w=u&bn_id=<?=$row['bn_id']?>"><img src="./img/icon_mod.jpg" alt="배너수정"></a>
|
||||
<a href="javascript:del('./bannerformupdate.php?w=d&bn_id=<?=$row['bn_id']?>');"><img src="./img/icon_del.jpg" alt="배너삭제"></a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -76,12 +76,11 @@ $qstr = 'page='.$page.'&sort1='.$sort1.'&sort2='.$sort2;
|
||||
$g4['title'] = $html_title;
|
||||
include_once (G4_ADMIN_PATH.'/admin.head.php');
|
||||
|
||||
|
||||
$pg_anchor ="<ul class=\"anchor\">
|
||||
<li><a href=\"#frm_basic\">필수입력</a></li>
|
||||
<li><a href=\"#frm_optional\">선택입력</a></li>";
|
||||
if ($w == "u") $pg_anchor .= "<li><a href=\"#frm_etc\">기타설정</a></li>";
|
||||
$pg_anchor .= "</ul>";
|
||||
$pg_anchor ='<ul class="anchor">
|
||||
<li><a href="#anc_scatefrm_basic">필수입력</a></li>
|
||||
<li><a href="#anc_scatefrm_optional">선택입력</a></li>';
|
||||
if ($w == 'u') $pg_anchor .= '<li><a href="#frm_etc">기타설정</a></li>';
|
||||
$pg_anchor .= '</ul>';
|
||||
?>
|
||||
|
||||
<form name="fcategoryform" action="./categoryformupdate.php" onsubmit="return fcategoryformcheck(this);" method="post" enctype="multipart/form-data">
|
||||
@ -93,9 +92,10 @@ $pg_anchor .= "</ul>";
|
||||
<input type="hidden" name="sort2" value="<?=$sort2?>">
|
||||
<input type="hidden" name="ca_explan_html" value="<?=$ca['ca_explan_html']?>">
|
||||
|
||||
<section id="frm_basic" class="cbox">
|
||||
<section id="anc_scatefrm_basic" class="cbox">
|
||||
<h2>필수입력</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
<table class="frm_tbl">
|
||||
<colgroup>
|
||||
<col class="grid_3">
|
||||
@ -157,17 +157,17 @@ $pg_anchor .= "</ul>";
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="ca_list_mod">1줄당 이미지수</label></th>
|
||||
<th scope="row"><label for="ca_list_mod">1줄당 이미지 수</label></th>
|
||||
<td>
|
||||
<?=help("1라인에 설정한 값만큼의 상품을 출력하지만 스킨에 따라 1라인에 하나의 상품만 출력할 수도 있습니다.");?>
|
||||
<?=help("한 줄에 설정한 값만큼의 상품을 출력하지만 스킨에 따라 한 줄에 하나의 상품만 출력할 수도 있습니다.");?>
|
||||
<input type="text" name="ca_list_mod" size="3" value="<? echo $ca['ca_list_mod'] ?>" id="ca_list_mod" required class="required frm_input"> 개
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="ca_list_row">총라인수</label></th>
|
||||
<th scope="row"><label for="ca_list_row">이미지 줄 수</label></th>
|
||||
<td>
|
||||
<?=help("한페이지에 몇라인을 출력할것인지를 설정합니다.\n한페이지에서 표시하는 상품수는 (1줄당 이미지수 x 총라인수) 입니다.");?>
|
||||
<input type="text" name="ca_list_row" value='<? echo $ca['ca_list_row'] ?>' id="ca_list_row" required class="required frm_input" size="3"> 라인
|
||||
<?=help("한 페이지에 출력할 이미지 줄 수를 설정합니다.\n한 페이지에서 표시하는 상품수는 (1줄당 이미지 수 x 줄 수) 입니다.");?>
|
||||
<input type="text" name="ca_list_row" value='<? echo $ca['ca_list_row'] ?>' id="ca_list_row" required class="required frm_input" size="3"> 줄
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -237,7 +237,7 @@ $pg_anchor .= "</ul>";
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="frm_optional" class="cbox">
|
||||
<section id="frm_scatefrm_optional" class="cbox">
|
||||
<h2>선택 입력</h2>
|
||||
<?=$pg_anchor?>
|
||||
<table class="frm_tbl">
|
||||
|
||||
@ -66,12 +66,16 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<?=$listall?>
|
||||
생성된 분류 수 <?=number_format($total_count)?>개
|
||||
</span>
|
||||
<select name="sfl" title="검색대상">
|
||||
|
||||
<label for="sfl" class="sound_only">검색대상</label>
|
||||
<select name="sfl" id="sfl">
|
||||
<option value="ca_name"<?=get_selected($_GET['sfl'], "ca_name", true);?>>분류명</option>
|
||||
<option value="ca_id"<?=get_selected($_GET['sfl'], "ca_id", true);?>>분류코드</option>
|
||||
<option value="ca_mb_id"<?=get_selected($_GET['sfl'], "ca_mb_id", true);?>>회원아이디</option>
|
||||
</select>
|
||||
<input type="text" name="stx" value="<?=$stx?>" title="검색어(필수)" required class="required frm_input">
|
||||
|
||||
<label for="stx" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="stx" value="<?=$stx?>" id="stx" required class="required frm_input">
|
||||
<input type="submit" value="검색" class="btn_submit">
|
||||
</fieldset>
|
||||
|
||||
@ -125,13 +129,13 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
$s_level = '<label for="ca_name_'.$i.'" '.$class.'><span class="sound_only">'.$p_ca_name.'</span>'.($level+1).'단 분류</label>';
|
||||
$s_level_input_size = 40 - $level *5; // 하위 분류일 수록 입력칸 넓이 작아짐 - 지운아빠 2013-04-02
|
||||
|
||||
if ($level+2 < 6) $s_add = '<a href="./categoryform.php?ca_id='.$row['ca_id'].'&'.$qstr.'">'.($level+2).'단 추가</a><br>'; // 분류는 5단계까지만 가능
|
||||
if ($level+2 < 6) $s_add = '<a href="./categoryform.php?ca_id='.$row['ca_id'].'&'.$qstr.'"><img src="./img/icon_add.jpg" alt="'.($level+2).'단 추가"></a>'; // 분류는 5단계까지만 가능
|
||||
else $s_add = '';
|
||||
$s_upd = '<a href="./categoryform.php?w=u&ca_id='.$row['ca_id'].'&'.$qstr.'">수정</a>';
|
||||
$s_vie = '<a href="'.G4_SHOP_URL.'/list.php?ca_id='.$row['ca_id'].'">보기</a>';
|
||||
$s_upd = '<a href="./categoryform.php?w=u&ca_id='.$row['ca_id'].'&'.$qstr.'"><img src="./img/icon_mod.jpg" alt="'.get_text($row['ca_name']).' 수정"></a>';
|
||||
$s_vie = '<a href="'.G4_SHOP_URL.'/list.php?ca_id='.$row['ca_id'].'"><img src="./img/icon_view.jpg" alt="'.get_text($row['ca_name']).' 이동"></a>';
|
||||
|
||||
if ($is_admin == 'super')
|
||||
$s_del = '<a href="javascript:del(\'./categoryformupdate.php?w=d&ca_id='.$row['ca_id'].'&'.$qstr.'\');">삭제</a>';
|
||||
$s_del = '<a href="javascript:del(\'./categoryformupdate.php?w=d&ca_id='.$row['ca_id'].'&'.$qstr.'\');"><img src="./img/icon_del.jpg" alt="'.get_text($row['ca_name']).' 삭제"></a>';
|
||||
|
||||
// 해당 분류에 속한 상품의 갯수
|
||||
$sql1 = " select COUNT(*) as cnt from {$g4['shop_item_table']}
|
||||
@ -145,10 +149,11 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<input type="hidden" name="ca_id[<?=$i?>]" value="<?=$row['ca_id']?>">
|
||||
<?=$row['ca_id']?>
|
||||
</td>
|
||||
<td class="td_scate"><?=$s_level?> <input type="text" name="ca_name[<?=$i?>]" value="<?=get_text($row['ca_name'])?>" id="ca_name_<?=$i?>" title="<?=$row['ca_id']?>" required class="frm_input required" size="<?=$s_level_input_size?>"></td>
|
||||
<td class="td_scate"><?=$s_level?> <input type="text" name="ca_name[<?=$i?>]" value="<?=get_text($row['ca_name'])?>" id="ca_name_<?=$i?>" required class="frm_input required" size="<?=$s_level_input_size?>"></td>
|
||||
<td class="td_scate_admin">
|
||||
<? if ($is_admin == 'super') {?>
|
||||
<input type="text" name="ca_mb_id[<?=$i?>]" size="10" maxlength="20" value="<?=$row['ca_mb_id']?>" class="frm_input" title="회원아이디">
|
||||
<label for="ca_mb_id<?=$i?>" class="sound_only">회원아이디</label>
|
||||
<input type="text" name="ca_mb_id[<?=$i?>]" value="<?=$row['ca_mb_id']?>" id="ca_mb_id<?=$i?>" class="frm_input" size="10" maxlength="20">
|
||||
<? } else { ?>
|
||||
<input type="hidden" name="ca_mb_id[<?=$i?>]" value="<?=$row['ca_mb_id']?>">
|
||||
<?=$row['ca_mb_id']?>
|
||||
@ -157,7 +162,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<td class="td_chk"><input type="checkbox" name="ca_use[<?=$i?>]" value="1" <?=($row['ca_use'] ? "checked" : "")?>></td>
|
||||
<td class="td_bignum"><input type="text" name="ca_stock_qty[<?=$i?>]" value="<?=$row['ca_stock_qty']?>" class="frm_input" size="6" style="text-align:right"></td>
|
||||
<td class="td_num"><a href="./itemlist.php?sca=<?=$row['ca_id']?>"><?=$row1['cnt']?></a></td>
|
||||
<td class="td_mng"><?=$s_add?><?=$s_vie?> <?=$s_upd?> <?=$s_del?></td>
|
||||
<td class="td_mng"><?=$s_add?> <?=$s_vie?> <?=$s_upd?> <?=$s_del?></td>
|
||||
</tr>
|
||||
<? }
|
||||
if ($i == 0) echo "<tr><td colspan=\"7\" class=\"empty_table\">자료가 한 건도 없습니다.</td></tr>\n";
|
||||
|
||||
@ -63,19 +63,18 @@ if ($default['de_icode_id'] && $default['de_icode_pw']) {
|
||||
$g4['title'] = '쇼핑몰설정';
|
||||
include_once (G4_ADMIN_PATH.'/admin.head.php');
|
||||
|
||||
$pg_anchor ="<ul class=\"anchor\">
|
||||
<li><a href=\"#frm_info\">사업자정보</a></li>
|
||||
<li><a href=\"#frm_index\">쇼핑몰 초기화면</a></li>
|
||||
<li><a href=\"#frm_payment\">결제설정</a></li>
|
||||
<li><a href=\"#frm_delivery\">배송설정</a></li>
|
||||
<li><a href=\"#frm_etc\">기타설정</a></li>
|
||||
<li><a href=\"#frm_sms\">SMS설정</a></li>
|
||||
</ul>
|
||||
";
|
||||
$pg_anchor = '<ul class="anchor">
|
||||
<li><a href="#anc_cf_info">사업자정보</a></li>
|
||||
<li><a href="#anc_cf_index">쇼핑몰 초기화면</a></li>
|
||||
<li><a href="#anc_cf_payment">결제설정</a></li>
|
||||
<li><a href="#anc_cf_delivery">배송설정</a></li>
|
||||
<li><a href="#anc_cf_etc">기타설정</a></li>
|
||||
<li><a href="#anc_cf_sms">SMS설정</a></li>
|
||||
</ul>';
|
||||
?>
|
||||
|
||||
<form name="fconfig" action="./configformupdate.php" onsubmit="return fconfig_check(this)" method="post" enctype="MULTIPART/FORM-DATA">
|
||||
<section id="frm_info" class="cbox">
|
||||
<section id="anc_cf_info" class="cbox">
|
||||
<h2>사업자정보</h2>
|
||||
<?=$pg_anchor?>
|
||||
<p><?=help("사업자정보는 tail.php 와 content.php 에서 표시합니다.")?></p>
|
||||
@ -148,7 +147,7 @@ $pg_anchor ="<ul class=\"anchor\">
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="frm_index" class="cbox">
|
||||
<section id="anc_cf_index" class="cbox">
|
||||
<h2>쇼핑몰 초기화면</h2>
|
||||
<?=$pg_anchor?>
|
||||
<p><?=help("상품관리에서 선택한 상품의 타입대로 쇼핑몰 초기화면에 출력합니다. (상품 타입 히트/추천/최신/인기/할인)\n각 타입별로 선택된 상품이 없으면 쇼핑몰 초기화면에 출력하지 않습니다.")?></p>
|
||||
@ -532,7 +531,7 @@ $pg_anchor ="<ul class=\"anchor\">
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="frm_delivery" class="cbox">
|
||||
<section id="anc_cf_delivery" class="cbox">
|
||||
<h2 >배송정보</h2>
|
||||
<?=$pg_anchor?>
|
||||
<table class="frm_tbl">
|
||||
@ -593,7 +592,7 @@ $pg_anchor ="<ul class=\"anchor\">
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="frm_etc" class="cbox">
|
||||
<section id="anc_cf_etc" class="cbox">
|
||||
<h2>기타정보</h2>
|
||||
<?=$pg_anchor?>
|
||||
<table class="frm_tbl">
|
||||
@ -794,7 +793,7 @@ function byte_check(el_cont, el_byte)
|
||||
|
||||
</style>
|
||||
|
||||
<section id="frm_sms" class="cbox" >
|
||||
<section id="anc_cf_sms" class="cbox" >
|
||||
<h2>SMS설정</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
|
||||
@ -46,9 +46,9 @@ $result = sql_query($sql);
|
||||
<td class="td_odrnum"><?=$row['co_id']?></td>
|
||||
<td><?=htmlspecialchars2($row['co_subject'])?></td>
|
||||
<td class="td_mng">
|
||||
<a href="<?=G4_SHOP_URL?>/content.php?co_id=<?=$row['co_id']?>">보기</a>
|
||||
<a href="./contentform.php?w=u&co_id=<?=$row['co_id']?>">수정</a>
|
||||
<a href="javascript:del('./contentformupdate.php?w=d&co_id=<?=$row['co_id']?>')">삭제</a>
|
||||
<a href="<?=G4_SHOP_URL?>/content.php?co_id=<?=$row['co_id']?>"><img src="./img/icon_view.jpg" alt="<?=htmlspecialchars2($row['co_subject'])?> 보기"></a>
|
||||
<a href="./contentform.php?w=u&co_id=<?=$row['co_id']?>"><img src="./img/icon_mod.jpg" alt="<?=htmlspecialchars2($row['co_subject'])?> 수정"></a>
|
||||
<a href="javascript:del('./contentformupdate.php?w=d&co_id=<?=$row['co_id']?>')"><img src="./img/icon_del.jpg" alt="<?=htmlspecialchars2($row['co_subject'])?> 삭제"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<?
|
||||
|
||||
@ -46,8 +46,8 @@ $result = sql_query($sql);
|
||||
<td class="td_num"><?=$row['dl_order']?></td>
|
||||
<td class="td_mng">
|
||||
<a href="<?=$row['dl_url']?>" target="_blank">홈페이지</a>
|
||||
<a href="./deliverycodeform.php?w=u&dl_id=<?=$row['dl_id']?>">수정</a>
|
||||
<a href="javascript:del('./deliverycodeformupdate.php?w=d&dl_id=<?=$row['dl_id']?>');">삭제</a>
|
||||
<a href="./deliverycodeform.php?w=u&dl_id=<?=$row['dl_id']?>"><img src="./img/icon_mod.jpg" alt="<?=stripslashes($row['dl_company'])?> 수정"></a>
|
||||
<a href="javascript:del('./deliverycodeformupdate.php?w=d&dl_id=<?=$row['dl_id']?>');"><img src="./img/icon_del.jpg" alt="<?=stripslashes($row['dl_company'])?> 삭제"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<?
|
||||
|
||||
@ -84,13 +84,19 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<?=$listall?>
|
||||
전체 주문내역 <?=$total_count ?>건
|
||||
</span>
|
||||
<label><input type="checkbox" name="chk_misu" value="1" <?=$chk_misu?"checked='checked'":"";?> /> 미수금없음</label>
|
||||
|
||||
<label for="chk_misu">미수금없음</label>
|
||||
<input type="checkbox" name="chk_misu" value="1" id="chk_misu" <?=$chk_misu?"checked='checked'":"";?> />
|
||||
|
||||
<label for="sel_field" class="sound_only">검색대상</label>
|
||||
<select name="sel_field">
|
||||
<option value="od_id" <?=get_selected($sel_field, 'od_id')?>>주문번호</option>
|
||||
<option value="od_name" <?=get_selected($sel_field, 'od_name')?>>주문자</option>
|
||||
<option value="od_invoice" <?=get_selected($sel_field, 'od_invoice')?>>운송장번호</option>
|
||||
</select>
|
||||
<input type="text" name="search" value="<?=$search ?>">
|
||||
|
||||
<label for="search" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="search" value="<?=$search ?>" id="search" required class="frm_input required">
|
||||
<input type="submit" value="검색" class="btn_submit">
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
@ -63,8 +63,8 @@ $result = sql_query($sql);
|
||||
<td><?=stripslashes($row['fa_subject'])?></td>
|
||||
<td class="td_num"><?=$row['fa_order']?></td>
|
||||
<td class="td_smallmng">
|
||||
<a href="./faqform.php?w=u&fm_id=<?=$row['fm_id']?>&fa_id=<?=$row['fa_id']?>">수정</a>
|
||||
<a href="javascript:del('./faqformupdate.php?w=d&fm_id=<?=$row['fm_id']?>&fa_id=<?=$row['fa_id']?>');">삭제</a>
|
||||
<a href="./faqform.php?w=u&fm_id=<?=$row['fm_id']?>&fa_id=<?=$row['fa_id']?>"><img src="./img/icon_mod.jpg" alt="<?=stripslashes($row['fa_subject'])?> 수정"></a>
|
||||
<a href="javascript:del('./faqformupdate.php?w=d&fm_id=<?=$row['fm_id']?>&fa_id=<?=$row['fa_id']?>');"><img src="./img/icon_del.jpg" alt="<?=stripslashes($row['fa_subject'])?> 삭제"></a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -61,11 +61,11 @@ $result = sql_query($sql);
|
||||
<td class="td_num"><?=$row['fm_id']?></td>
|
||||
<td><?=stripslashes($row['fm_subject']) ?></td>
|
||||
<td class="td_num"><?=$cnt?></td>
|
||||
<td class="td_smallmng"><a href="./faqlist.php?fm_id=<?=$row['fm_id']?>&fm_subject=<?=$row['fm_subject']?>">상세보기</a></td>
|
||||
<td class="td_smallmng"><a href="./faqlist.php?fm_id=<?=$row['fm_id']?>&fm_subject=<?=$row['fm_subject']?>" class="btn_frmline">상세보기</a></td>
|
||||
<td class="td_mng">
|
||||
<a href="<?=G4_SHOP_URL?>/faq.php?fm_id=<?=$row['fm_id']?>">보기</a>
|
||||
<a href="./faqmasterform.php?w=u&fm_id=<?=$row['fm_id']?>">수정</a>
|
||||
<a href="javascript:del('./faqmasterformupdate.php?w=d&fm_id=<?=$row['fm_id']?>');">삭제</a>
|
||||
<a href="<?=G4_SHOP_URL?>/faq.php?fm_id=<?=$row['fm_id']?>"><img src="./img/icon_view.jpg" alt="<?=stripslashes($row['fm_subject']) ?> 보기"></a>
|
||||
<a href="./faqmasterform.php?w=u&fm_id=<?=$row['fm_id']?>"><img src="./img/icon_mod.jpg" alt="<?=stripslashes($row['fm_subject']) ?> 수정"></a>
|
||||
<a href="javascript:del('./faqmasterformupdate.php?w=d&fm_id=<?=$row['fm_id']?>');"><img src="./icon_del.jpg" alt="<?=stripslashes($row['fm_subject']) ?> 삭제"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<?
|
||||
|
||||
BIN
adm/shop_admin/img/icon_add.jpg
Normal file
|
After Width: | Height: | Size: 865 B |
BIN
adm/shop_admin/img/icon_copy.jpg
Normal file
|
After Width: | Height: | Size: 840 B |
BIN
adm/shop_admin/img/icon_del.jpg
Normal file
|
After Width: | Height: | Size: 959 B |
BIN
adm/shop_admin/img/icon_mod.jpg
Normal file
|
After Width: | Height: | Size: 895 B |
BIN
adm/shop_admin/img/icon_view.jpg
Normal file
|
After Width: | Height: | Size: 867 B |
@ -7,16 +7,15 @@ $max_limit = 7; // 몇행 출력할 것인지?
|
||||
$g4['title'] = ' 쇼핑몰관리';
|
||||
include_once (G4_ADMIN_PATH.'/admin.head.php');
|
||||
|
||||
$pg_anchor ="<ul class=\"anchor\">
|
||||
<li><a href=\"#frm_rdy\">입금완료미배송내역</a></li>
|
||||
<li><a href=\"#frm_wait\">미입금주문내역</a></li>
|
||||
<li><a href=\"#frm_ps\">사용후기</a></li>
|
||||
<li><a href=\"#frm_qna\">상품문의</a></li>
|
||||
</ul>
|
||||
";
|
||||
$pg_anchor = '<ul class="anchor">
|
||||
<li><a href="#anc_sidx_rdy">입금완료미배송내역</a></li>
|
||||
<li><a href="#anc_sidx_wait">미입금주문내역</a></li>
|
||||
<li><a href="#anc_sidx_ps">사용후기</a></li>
|
||||
<li><a href="#anc_sidx_qna">상품문의</a></li>
|
||||
</ul>';
|
||||
?>
|
||||
|
||||
<section id="frm_rdy" class="cbox">
|
||||
<section id="anc_sidx_rdy" class="cbox">
|
||||
<h2>입금완료 미배송내역</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
@ -68,7 +67,7 @@ $pg_anchor ="<ul class=\"anchor\">
|
||||
<td class="td_name"><?=$name?></td>
|
||||
<td class="td_bignum"><?=display_amount($row['receiptamount'])?></td>
|
||||
<td class="td_payby"><?=$settle_method?></td>
|
||||
<td class="td_mng"><a href="./orderform.php?od_id=<?=$row['od_id']?>">수정</a></td>
|
||||
<td class="td_smallmng"><a href="./orderform.php?od_id=<?=$row['od_id']?>"><img src="./img/icon_mod.jpg" alt="<?=$row['od_id']?> 수정"></a></td>
|
||||
</tr>
|
||||
<?
|
||||
}
|
||||
@ -82,7 +81,7 @@ $pg_anchor ="<ul class=\"anchor\">
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="frm_wait" class="cbox">
|
||||
<section id="anc_sidx_wait" class="cbox">
|
||||
<h2>미입금 주문내역</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
@ -133,7 +132,7 @@ $pg_anchor ="<ul class=\"anchor\">
|
||||
<td class="td_name"><?=$name?></td>
|
||||
<td class="td_bignum"><?=display_amount($row['orderamount'])?></td>
|
||||
<td class="td_payby"><?=$settle_method?></td>
|
||||
<td class="td_mng"><a href="./orderform.php?od_id=<?=$row['od_id']?>">수정</a></td>
|
||||
<td class="td_smallmng"><a href="./orderform.php?od_id=<?=$row['od_id']?>"><img src="./img/icon_mod.jpg" alt="<?=$row['od_id']?> 수정"></a></td>
|
||||
</tr>
|
||||
<?
|
||||
}
|
||||
@ -147,7 +146,7 @@ $pg_anchor ="<ul class=\"anchor\">
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="frm_ps" class="cbox">
|
||||
<section id="anc_sidx_ps" class="cbox">
|
||||
<h2>사용후기</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
@ -176,7 +175,7 @@ $pg_anchor ="<ul class=\"anchor\">
|
||||
<tr>
|
||||
<td class="td_name"><?=$name?></td>
|
||||
<td><?=cut_str($row['is_subject'],40)?></td>
|
||||
<td class="td_mng"><a href="./itempsform.php?w=u&is_id=<?=$row['is_id']?>">수정</a></td>
|
||||
<td class="td_smallmng"><a href="./itempsform.php?w=u&is_id=<?=$row['is_id']?>"><img src="./img/icon_mod.jpg" alt="<?=cut_str($row['is_subject'],40)?> 수정"></a></td>
|
||||
</tr>
|
||||
<?
|
||||
}
|
||||
@ -190,7 +189,7 @@ $pg_anchor ="<ul class=\"anchor\">
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="frm_qna" class="cbox">
|
||||
<section id="anc_sidx_qna" class="cbox">
|
||||
<h2>상품문의</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
|
||||
@ -56,9 +56,9 @@ $result = sql_query($sql);
|
||||
<td class="td_num"><?=$href?><?=$ev['cnt']?><?=$href_close?></td>
|
||||
<td class="td_smallmng"><?=$row['ev_use'] ? '<span class="txt_true">예</span>' : '<span class="txt_false">아니오</span>'?></td>
|
||||
<td class="td_mng">
|
||||
<a href="<?=G4_SHOP_URL?>/event.php?ev_id=<?=$row['ev_id']?>">보기</a>
|
||||
<a href="./itemeventform.php?w=u&ev_id=<?=$row['ev_id']?>">수정</a>
|
||||
<a href="javascript:del('./itemeventformupdate.php?w=d&ev_id=<?=$row['ev_id']?>');">삭제</a>
|
||||
<a href="<?=G4_SHOP_URL?>/event.php?ev_id=<?=$row['ev_id']?>"><img src="./img/icon_view.jpg" alt="<?=$row['ev_subject']?> 보기"></a>
|
||||
<a href="./itemeventform.php?w=u&ev_id=<?=$row['ev_id']?>"><img src="./img/icon_mod.jpg" alt="<?=$row['ev_subject']?> 수정"></a>
|
||||
<a href="javascript:del('./itemeventformupdate.php?w=d&ev_id=<?=$row['ev_id']?>');"><img src="./img/icon_del.jpg" alt="<?=$row['ev_subject']?> 삭제"></a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -85,10 +85,10 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="ev_list_row">총 출력행수</label></th>
|
||||
<th scope="row"><label for="ev_list_row">이미지 줄 수</label></th>
|
||||
<td>
|
||||
<?=help("한페이지 당 출력할 행수를 설정합니다.\n한 페이지에 표시되는 상품수는 (1줄당 이미지 수 x 총 출력행수) 입니다.");?>
|
||||
<input type="text" name="ev_list_row" value="<? echo $ev['ev_list_row'] ?>" id="ev_list_row" class="frm_input" size="3"> 라인
|
||||
<?=help("한 페이지에 출력할 이미지 줄 수를 설정합니다.\n한 페이지에 표시되는 상품수는 (1줄당 이미지 수 x 줄 수) 입니다.");?>
|
||||
<input type="text" name="ev_list_row" value="<? echo $ev['ev_list_row'] ?>" id="ev_list_row" class="frm_input" size="3"> 줄
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -74,6 +74,7 @@ if (isset($ev_set)) {
|
||||
<form name="flist" autocomplete="off">
|
||||
<input type="hidden" name="page" value="<?=$page?>">
|
||||
전체 이벤트 <?=$total_count ?>건
|
||||
<label for="ev_set" class="sound_only">이벤트</label>
|
||||
<select name="ev_set" id="ev_set" action="<?=$_SERVER['PHP_SELF']?>">
|
||||
<?
|
||||
// 이벤트 옵션처리
|
||||
@ -95,10 +96,11 @@ if (isset($ev_set)) {
|
||||
|
||||
<form name="flist" autocomplete="off">
|
||||
<input type="hidden" name="page" value="<?=$page?>">
|
||||
<? // ##### // 웹 접근성 취약 지점 시작 - 지운아빠 2013-04-15 ?>
|
||||
<?=$listall?>
|
||||
|
||||
<select name="sel_ca_id">
|
||||
<label for="sel_ca_id" class="sound_only">분류선택</label>
|
||||
<? // ##### // 웹 접근성 취약 지점 시작 - 지운아빠 2013-04-15 ?>
|
||||
<select name="sel_ca_id" id="sel_ca_id">
|
||||
<option value=''>전체분류</option>
|
||||
<?
|
||||
$sql1 = " select ca_id, ca_name from {$g4['shop_category_table']} order by ca_id ";
|
||||
@ -114,12 +116,14 @@ if (isset($ev_set)) {
|
||||
</select>
|
||||
<? // ##### // 웹 접근성 취약 지점 끝 ?>
|
||||
|
||||
<select name="sel_field">
|
||||
<label for="sel_field" class="sound_only">검색대상</label>
|
||||
<select name="sel_field" id="sel_field">
|
||||
<option value="it_name" <?=get_selected($sel_field, 'it_name')?>>상품명</option>
|
||||
<option value="a.it_id" <?=get_selected($sel_field, 'a.it_id')?>>상품코드</option>
|
||||
</select>
|
||||
|
||||
<input type="text" name="search" value="<?=$search?>" required class="frm_input required">
|
||||
<label for="search" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="search" value="<?=$search?>" id="search" required class="frm_input required">
|
||||
<input type="submit" value="검색" class="btn_submit">
|
||||
|
||||
</form>
|
||||
|
||||
@ -123,12 +123,12 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
|
||||
}
|
||||
|
||||
$pg_anchor ='<ul class="anchor">
|
||||
<li><a href="#frm_cate">상품분류</a></li>
|
||||
<li><a href="#frm_basic_item">기본정보</a></li>
|
||||
<li><a href="#frm_image">상품이미지</a></li>
|
||||
<li><a href="#frm_item">관련상품</a></li>
|
||||
<li><a href="#frm_event">관련이벤트</a></li>
|
||||
<li><a href="#frm_select_item">상세설명설정</a></li>
|
||||
<li><a href="#anc_sitfrm_cate">상품분류</a></li>
|
||||
<li><a href="#anc_sitfrm_ini">기본정보</a></li>
|
||||
<li><a href="#anc_sitfrm_img">상품이미지</a></li>
|
||||
<li><a href="#anc_sitfrm_relation">관련상품</a></li>
|
||||
<li><a href="#anc_sitfrm_event">관련이벤트</a></li>
|
||||
<li><a href="#anc_sitfrm_optional">상세설명설정</a></li>
|
||||
</ul>
|
||||
';
|
||||
?>
|
||||
@ -150,7 +150,7 @@ $pg_anchor ='<ul class="anchor">
|
||||
<input type="hidden" name="page" value="<?=$page?>">
|
||||
<input type="hidden" name="it_explan_html" value="1"><!---->
|
||||
|
||||
<section id="frm_cate" class="cbox">
|
||||
<section id="anc_sitfrm_cate" class="cbox">
|
||||
<h2>상품분류</h2>
|
||||
<?=$pg_anchor?>
|
||||
<p>기본분류는 반드시 선택하셔야 합니다. 하나의 상품에 최대 3개의 다른 분류를 지정할 수 있습니다.</p>
|
||||
@ -202,7 +202,7 @@ $pg_anchor ='<ul class="anchor">
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="frm_basic_item" class="cbox">
|
||||
<section id="anc_sitfrm_ini" class="cbox">
|
||||
<h2>기본정보</h2>
|
||||
<?=$pg_anchor?>
|
||||
<table class="frm_tbl">
|
||||
@ -408,7 +408,7 @@ $pg_anchor ='<ul class="anchor">
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="frm_image" class="cbox">
|
||||
<section id="anc_sitfrm_img" class="cbox">
|
||||
<h2>이미지</h2>
|
||||
<?=$pg_anchor?>
|
||||
<p>이미지 자동생성 기능을 이용하시면, 이미지(대) 1장만 업로드 해서 자동으로 이미지(중), 이미지(소) 를 생성할 수 있습니다.</p>
|
||||
@ -569,7 +569,7 @@ $pg_anchor ='<ul class="anchor">
|
||||
<a href="./itemlist.php?<?=$qstr?>">목록</a>
|
||||
</div>
|
||||
|
||||
<section id="frm_item" class="cbox compare_wrap">
|
||||
<section id="anc_sitfrm_relation" class="cbox compare_wrap">
|
||||
<h2>관련상품</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
@ -607,7 +607,7 @@ $pg_anchor ='<ul class="anchor">
|
||||
}
|
||||
?>
|
||||
</select><br>
|
||||
<select id='relation' size=8 style='width:250px; background-color:#F6F6F6;' onclick="relation_img(this.value, 'add_span')" ondblclick="relation_add(this);">
|
||||
<select id="relation" size=8 style='width:250px; background-color:#F6F6F6;' onclick="relation_img(this.value, 'add_span')" ondblclick="relation_add(this);">
|
||||
<?
|
||||
/*
|
||||
$sql = " select ca_id, it_id, it_name, it_amount
|
||||
@ -752,7 +752,7 @@ $pg_anchor ='<ul class="anchor">
|
||||
|
||||
</section>
|
||||
|
||||
<section id="frm_event" class="cbox compare_wrap">
|
||||
<section id="anc_sitfrm_event" class="cbox compare_wrap">
|
||||
<h2>관련이벤트</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
@ -859,7 +859,7 @@ $pg_anchor ='<ul class="anchor">
|
||||
|
||||
</section>
|
||||
|
||||
<section id="frm_select_item" class="cbox">
|
||||
<section id="anc_sitfrm_optional" class="cbox">
|
||||
<h2>상세설명설정</h2>
|
||||
<?=$pg_anchor?>
|
||||
<table class="frm_tbl">
|
||||
|
||||
@ -93,8 +93,9 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
등록된 상품 <?=$total_count ?>건
|
||||
</span>
|
||||
|
||||
<label for="sca" class="sound_only">분류선택</label>
|
||||
<? // ##### // 웹 접근성 취약 지점 시작 - 지운아빠 2013-04-12 ?>
|
||||
<select name="sca">
|
||||
<select name="sca" id="sca">
|
||||
<option value="">전체분류</option>
|
||||
<?
|
||||
$sql1 = " select ca_id, ca_name from {$g4['shop_category_table']} order by ca_id ";
|
||||
@ -108,13 +109,17 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
?>
|
||||
</select>
|
||||
<? // ##### // 웹 접근성 취약 지점 끝 ?>
|
||||
<select name="sfl">
|
||||
|
||||
<label for="sfl" class="sound_only">검색대상</label>
|
||||
<select name="sfl" id="sfl">
|
||||
<option value="it_name" <?=get_selected($sfl, 'it_name')?>>상품명</option>
|
||||
<option value="it_id" <?=get_selected($sfl, 'it_id')?>>상품코드</option>
|
||||
<option value="it_maker" <?=get_selected($sfl, 'it_maker')?>>제조사</option>
|
||||
<option value="it_origin" <?=get_selected($sfl, 'it_origin')?>>원산지</option>
|
||||
<option value="it_sell_email" <?=get_selected($sfl, 'it_sell_email')?>>판매자 e-mail</option>
|
||||
</select>
|
||||
|
||||
<label for="stx" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="stx" value="<?=$stx?>" required class="frm_input required">
|
||||
<input type="submit" value="검색" class="btn_submit">
|
||||
</fieldset>
|
||||
@ -176,7 +181,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<?=conv_selected_option($ca_list, $row['ca_id'])?>
|
||||
</select>
|
||||
<?=$tmp_ca_list?><br>
|
||||
<input type="text" name="it_name[<?=$i?>]" value="<?=htmlspecialchars2(cut_str($row['it_name'],250, ""))?>" required class="frm_input frm_sit_title required" size="40">
|
||||
<input type="text" name="it_name[<?=$i?>]" value="<?=htmlspecialchars2(cut_str($row['it_name'],250, ""))?>" required class="frm_input frm_sit_title required" size="30">
|
||||
</td>
|
||||
<td headers="sit_amt"><input type="text" name="it_amount[<?=$i?>]" value="<?=$row['it_amount']?>" class="frm_input sit_amt" size="7"></td>
|
||||
<td headers="sit_amt2"><input type="text" name="it_amount2[<?=$i?>]" value="<?=$row['it_amount2']?>" class="frm_input sit_amt2" size="7"></td>
|
||||
@ -184,11 +189,11 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<td rowspan="2"><input type="text" name="it_order[<?=$i?>]" value="<?=$row['it_order']?>" class="frm_input sit_odrby" size="3"></td>
|
||||
<td rowspan="2"><input type="checkbox" name="it_use[<?=$i?>]" <?=($row['it_use'] ? 'checked' : '')?> value="1"></td>
|
||||
<td rowspan="2"><?=$row['it_hit']?></td>
|
||||
<td rowspan="2">
|
||||
<a href="./itemform.php?w=u&it_id=<?=$row['it_id']?>&ca_id=<?=$row['ca_id']?>&<?=$qstr?>">수정</a>
|
||||
<a href="javascript:del('./itemformupdate.php?w=d&it_id=<?=$row['it_id']?>&ca_id=<?=$row['ca_id']?>&<?=$qstr?>');">삭제</a>
|
||||
<a href="<?=$href?>">보기</a>
|
||||
<a href="javascript:_copy('<?=$row['it_id']?>', '<?=$row['ca_id']?>');">복사</a>
|
||||
<td rowspan="2" class="td_mng">
|
||||
<a href="<?=$href?>"><img src="./img/icon_view.jpg" alt="<?=htmlspecialchars2(cut_str($row['it_name'],250, ""))?> 보기"></a>
|
||||
<a href="javascript:_copy('<?=$row['it_id']?>', '<?=$row['ca_id']?>');"><img src="./img/icon_copy.jpg" alt="<?=htmlspecialchars2(cut_str($row['it_name'],250, ""))?> 복사"></a>
|
||||
<a href="./itemform.php?w=u&it_id=<?=$row['it_id']?>&ca_id=<?=$row['ca_id']?>&<?=$qstr?>"><img src="./img/icon_mod.jpg" alt="<?=htmlspecialchars2(cut_str($row['it_name'],250, ""))?> 수정"></a>
|
||||
<a href="javascript:del('./itemformupdate.php?w=d&it_id=<?=$row['it_id']?>&ca_id=<?=$row['ca_id']?>&<?=$qstr?>');"><img src="./img/icon_del.jpg" alt="<?=htmlspecialchars2(cut_str($row['it_name'],250, ""))?> 삭제"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -69,8 +69,9 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
전체 문의내역 <?=$total_count ?>건
|
||||
</span>
|
||||
|
||||
<label for="sca" class="sound_only">분류선택</label>
|
||||
<? // ##### // 웹 접근성 취약 지점 시작 - 지운아빠 2013-04-12 ?>
|
||||
<select name="sca">
|
||||
<select name="sca" id="sca">
|
||||
<option value=''>전체분류</option>
|
||||
<?
|
||||
$sql1 = " select ca_id, ca_name from {$g4['shop_category_table']} order by ca_id ";
|
||||
@ -84,12 +85,15 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
?>
|
||||
</select>
|
||||
<? // ##### // 웹 접근성 취약 지점 끝 ?>
|
||||
<select name="sfl">
|
||||
|
||||
<label for="sfl" class="sound_only">검색대상</label>
|
||||
<select name="sfl" id="sfl">
|
||||
<option value="it_name" <?=get_selected($sfl, 'it_name')?>>상품명</option>
|
||||
<option value="a.it_id" <?=get_selected($sfl, 'a.it_id')?>>상품코드</option>
|
||||
<option value="is_name" <?=get_selected($sfl, 'is_name')?>>이름</option>
|
||||
</select>
|
||||
|
||||
<label for="stx" class="sound_only">검색어<strong class="sound_only"> 필수</strong>
|
||||
<input type="text" name="stx" value="<?=$stx?>" required class="frm_input required">
|
||||
<input type="submit" value="검색" class="btn_submit">
|
||||
|
||||
@ -131,8 +135,8 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<td class="td_num"><?=$row['is_score']?></td>
|
||||
<td class="sit_ps_confirm"><?=$confirm?></td>
|
||||
<td class="td_smallmng">
|
||||
<a href="./itempsform.php?w=u&is_id=<?=$row['is_id']?>&$qstr">수정</a>
|
||||
<a href="javascript:del('./itempsformupdate.php?w=d&is_id={$row['is_id']}&$qstr');">삭제</a>
|
||||
<a href="./itempsform.php?w=u&is_id=<?=$row['is_id']?>&$qstr"><img src="./img/icon_mod.jpg" alt="<?=$row['is_subject']?> 수정"></a>
|
||||
<a href="javascript:del('./itempsformupdate.php?w=d&is_id={$row['is_id']}&$qstr');"><img src="./img/icon_del.jpg" alt="<?=$row['is_subject']?> 삭제"></a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -140,7 +144,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
}
|
||||
|
||||
if ($i == 0) {
|
||||
echo '<tr><td colspan="6" class="empty_table"><span>자료가 한건도 없습니다.</span></td></tr>';
|
||||
echo '<tr><td colspan="6" class="empty_table">자료가 없습니다.</td></tr>';
|
||||
}
|
||||
?>
|
||||
</tbody>
|
||||
|
||||
@ -70,8 +70,9 @@ if ($sfl || $stx) // 검색 결과일 때만 처음 버튼을 보여줌
|
||||
</span>
|
||||
|
||||
<? // ##### // 웹 접근성 취약 지점 시작 - 지운아빠 2013-04-12 ?>
|
||||
<select name="sca">
|
||||
<option value='' title="검색분류">전체분류</option>
|
||||
<label for="sca" class="sound_only">분류선택</label>
|
||||
<select name="sca" id="sca">
|
||||
<option value="">전체분류</option>
|
||||
<?
|
||||
$sql1 = " select ca_id, ca_name from {$g4['shop_category_table']} order by ca_id ";
|
||||
$result1 = sql_query($sql1);
|
||||
@ -85,12 +86,14 @@ if ($sfl || $stx) // 검색 결과일 때만 처음 버튼을 보여줌
|
||||
</select>
|
||||
<? // ##### // 웹 접근성 취약 지점 끝 ?>
|
||||
|
||||
<select name="sfl">
|
||||
<label for="sfl" class="sound_only">검색대상</label>
|
||||
<select name="sfl" id="sfl">
|
||||
<option value="it_name" <?=get_selected($sfl, 'it_name')?>>상품명</option>
|
||||
<option value="a.it_id" <?=get_selected($sfl, 'a.it_id')?>>상품코드</option>
|
||||
</select>
|
||||
|
||||
<input type="text" name="stx" value="<?=$stx?>" required class="frm_input required">
|
||||
<label for="stx" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="stx" value="<?=$stx?>" id="stx" required class="frm_input required">
|
||||
<input type="submit" value="검색" class="btn_submit">
|
||||
|
||||
</fieldset>
|
||||
@ -127,8 +130,8 @@ if ($sfl || $stx) // 검색 결과일 때만 처음 버튼을 보여줌
|
||||
<td class="sit_qa_subject"><?=$row['iq_subject']?></td>
|
||||
<td class="sit_qa_answer"><?=$answer?></td>
|
||||
<td class="td_smallmng">
|
||||
<a href="./itemqaform.php?w=u&iq_id=<?=$row['iq_id']?>&<?=$qstr?>">수정</a>
|
||||
<a href="javascript:del('./itemqaformupdate.php?w=d&iq_id=<?=$row['iq_id']?>&$qstr');">삭제</a>
|
||||
<a href="./itemqaform.php?w=u&iq_id=<?=$row['iq_id']?>&<?=$qstr?>"><img src="./img/icon_mod.jpg" alt="<?=$row['iq_subject']?> 수정"></a>
|
||||
<a href="javascript:del('./itemqaformupdate.php?w=d&iq_id=<?=$row['iq_id']?>&$qstr');"><img src="./img/icon_del.jpg" alt="<?=$row['iq_subject']?> 삭제"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<?
|
||||
|
||||
@ -90,7 +90,10 @@ if ($fr_date || $to_date) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<? // ##### // 웹 접근성 취약 지점 끝 ?>
|
||||
|
||||
기간설정
|
||||
<input type="text" name="fr_date" value="<?=$fr_date?>" class="frm_input" size="8" maxlength="8"> 에서 <input type="text" name="to_date" value="<?=$to_date?>" class="frm_input" size="8" maxlength="8"> 까지
|
||||
<label for="fr_date" class="sound_only">시작일</label>
|
||||
<input type="text" name="fr_date" value="<?=$fr_date?>" class="frm_input" size="8" maxlength="8"> 에서
|
||||
<label for="to_date" class="sound_only">종료일</label>
|
||||
<input type="text" name="to_date" value="<?=$to_date?>" class="frm_input" size="8" maxlength="8"> 까지
|
||||
<input type="submit" value="검색" class="btn_submit">
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
@ -67,7 +67,8 @@ if ($search) // 검색 결과일 때만 처음 버튼을 보여줌
|
||||
</span>
|
||||
|
||||
<? // ##### // 웹 접근성 취약 지점 시작 - 지운아빠 2013-04-15 ?>
|
||||
<select name="sel_ca_id" title="분류 검색">
|
||||
<label for="sel_ca_id" class="sound_only">분류선택</label>
|
||||
<select name="sel_ca_id" id="sel_ca_id">
|
||||
<option value=''>전체분류</option>
|
||||
<?
|
||||
$sql1 = " select ca_id, ca_name from {$g4['shop_category_table']} order by ca_id ";
|
||||
@ -82,11 +83,13 @@ if ($search) // 검색 결과일 때만 처음 버튼을 보여줌
|
||||
</select>
|
||||
<? // ##### // 웹 접근성 취약 지점 끝 ?>
|
||||
|
||||
<select name="sel_field" title="검색대상">
|
||||
<label for="sel_field" class="sound_only">검색대상</label>
|
||||
<select name="sel_field" id="sel_field">
|
||||
<option value="it_name" <?=get_selected($sel_field, 'it_name')?>>상품명</option>
|
||||
<option value="it_id" <?=get_selected($sel_field, 'it_id')?>>상품코드</option>
|
||||
</select>
|
||||
|
||||
<label for="search" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="search" value="<?=$search?>" required class="frm_input required">
|
||||
<input type="submit" value="검색" class="btn_submit">
|
||||
</fieldset>
|
||||
|
||||
@ -93,7 +93,9 @@ if ($stx) // 검색 결과일 때만 처음 버튼을 보여줌
|
||||
전체 상품 <?=$total_count ?>개
|
||||
</span>
|
||||
|
||||
<select name="sca">
|
||||
<? // ##### // 웹 접근성 취약 지점 시작 - 지운아빠 2013-04-22 ?>
|
||||
<label for="sca" class="sound_only">분류선택</label>
|
||||
<select name="sca" id="sca">
|
||||
<option value="">전체분류</option>
|
||||
<?
|
||||
$sql1 = " select ca_id, ca_name from {$g4['shop_category_table']} order by ca_id ";
|
||||
@ -106,13 +108,16 @@ if ($stx) // 검색 결과일 때만 처음 버튼을 보여줌
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
<? // ##### // 웹 접근성 취약 지점 끝 ?>
|
||||
|
||||
<select name="sfl" title="검색대상">
|
||||
<label for="sfl" class="sound_only">검색대상</label>
|
||||
<select name="sfl" id="sfl">
|
||||
<option value="it_name" <?=get_selected($sfl, 'it_name')?>>상품명</option>
|
||||
<option value="it_id" <?=get_selected($sfl, 'it_id')?>>상품코드</option>
|
||||
</select>
|
||||
|
||||
<input type="text" name="stx" value="<?=$stx ?>" required class="frm_input required">
|
||||
<label for="stx" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="stx" value="<?=$stx ?>" id="stx" required class="frm_input required">
|
||||
<input type="submit" value="검색" class="btn_submit">
|
||||
</fieldset>
|
||||
|
||||
@ -157,7 +162,7 @@ if ($stx) // 검색 결과일 때만 처음 버튼을 보여줌
|
||||
<td class="td_chk"><input type="checkbox" name="it_type3[<?=$i?>]" value="1" <?=($row['it_type3'] ? 'checked' : '')?>></td>
|
||||
<td class="td_chk"><input type="checkbox" name="it_type4[<?=$i?>]" value="1" <?=($row['it_type4'] ? 'checked' : '')?>></td>
|
||||
<td class="td_chk"><input type="checkbox" name="it_type5[<?=$i?>]" value="1" <?=($row['it_type5'] ? 'checked' : '')?>></td>
|
||||
<td class="td_smallmng"><a href="./itemform.php?w=u&it_id=<?=$row['it_id']?>&ca_id=<?=$row['ca_id']?>&<?=$qstr?>">수정</a></td>
|
||||
<td class="td_smallmng"><a href="./itemform.php?w=u&it_id=<?=$row['it_id']?>&ca_id=<?=$row['ca_id']?>&<?=$qstr?>"><img src="./img/icon_mod.jpg" alt="<?=cut_str(stripslashes($row['it_name']), 60, "…")?> 수정"></a></td>
|
||||
</tr>
|
||||
<?
|
||||
}
|
||||
|
||||
@ -52,8 +52,8 @@ $result = sql_query($sql);
|
||||
<td><?=$row['nw_width']?>px</td>
|
||||
<td><?=$row['nw_height']?>px</td>
|
||||
<td class="td_smallmng">
|
||||
<a href="./newwinform.php?w=u&nw_id=<?=$row['nw_id']?>">수정</a>
|
||||
<a href="./newwinformupdate.php?w=d&nw_id=<?=$row['nw_id']?>">삭제</a>
|
||||
<a href="./newwinform.php?w=u&nw_id=<?=$row['nw_id']?>"><img src="./img/icon_mod.jpg" alt="<?=$row['nw_subject']?> 수정"></a>
|
||||
<a href="./newwinformupdate.php?w=d&nw_id=<?=$row['nw_id']?>"><img src="./img/icon_del.jpg" alt="<?=$row['nw_subject']?> 삭제"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<?
|
||||
|
||||
@ -71,7 +71,7 @@ if ($search) // 검색 결과일 때만 처음 버튼을 보여줌
|
||||
<option value="cd_app_no" <?=get_selected($_GET['sel_field'], 'cd_app_no')?>>승인번호</option>
|
||||
<option value="cd_opt01" <?=get_selected($_GET['sel_field'], 'cd_opt01')?>>결제자</option>
|
||||
</select>
|
||||
<label for="search" class="sound_only">검색어</label>
|
||||
<label for="search" class="sound_only">검색어 <strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="search" value="<?=$search?>" id="search" required class="frm_input required" autocomplete="off">
|
||||
<input type="submit" value="검색" class="btn_submit">
|
||||
</fieldset>
|
||||
|
||||
@ -109,17 +109,17 @@ $sql = " select a.ct_id,
|
||||
$result = sql_query($sql);
|
||||
|
||||
$pg_anchor = '<ul class="anchor">
|
||||
<li><a href="#frm_odr_list">주문상품 목록</a></li>
|
||||
<li><a href="#frm_odr_pay">주문결제 내역</a></li>
|
||||
<li><a href="#frm_odr_chk">결제상세정보 확인</a></li>
|
||||
<li><a href="#frm_odr_paymo">결제상세정보 수정</a></li>
|
||||
<li><a href="#frm_odr_memo">상점메모</a></li>
|
||||
<li><a href="#frm_odr_payer">주문하신 분</a></li>
|
||||
<li><a href="#frm_odr_addressee">받으시는 분</a></li>
|
||||
<li><a href="#anc_sodr_list">주문상품 목록</a></li>
|
||||
<li><a href="#anc_sodr_pay">주문결제 내역</a></li>
|
||||
<li><a href="#anc_sodr_chk">결제상세정보 확인</a></li>
|
||||
<li><a href="#anc_sodr_paymo">결제상세정보 수정</a></li>
|
||||
<li><a href="#anc_sodr_memo">상점메모</a></li>
|
||||
<li><a href="#anc_sodr_payer">주문하신 분</a></li>
|
||||
<li><a href="#anc_sodr_addressee">받으시는 분</a></li>
|
||||
</ul>';
|
||||
?>
|
||||
|
||||
<section id="frm_odr_list" class="cbox">
|
||||
<section id="anc_sodr_list" class="cbox">
|
||||
<h2>주문상품 목록</h2>
|
||||
<?=$pg_anchor?>
|
||||
<p>주문일시 <?=substr($od['od_time'],0,16)?> (<?=get_yoil($od['od_time']);?>) / 주문총액 <strong><?=number_format($t_ct_amount['합계']); ?></strong>원</p>
|
||||
@ -209,7 +209,7 @@ $pg_anchor = '<ul class="anchor">
|
||||
|
||||
</section>
|
||||
|
||||
<section id="frm_odr_pay" class="cbox">
|
||||
<section id="anc_sodr_pay" class="cbox">
|
||||
<h2>주문결제 내역</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
@ -275,7 +275,7 @@ $pg_anchor = '<ul class="anchor">
|
||||
<input type="hidden" name="od_name" value="<?=$od['od_name']?>">
|
||||
<input type="hidden" name="od_hp" value="<?=$od['od_hp']?>">
|
||||
|
||||
<section id="frm_odr_chk" class="compare_left">
|
||||
<section id="anc_sodr_chk" class="compare_left">
|
||||
<h3>결제상세정보 확인</h3>
|
||||
|
||||
<table class="frm_tbl">
|
||||
@ -418,7 +418,7 @@ $pg_anchor = '<ul class="anchor">
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="frm_odr_paymo" class="compare_right">
|
||||
<section id="anc_sodr_paymo" class="compare_right">
|
||||
<h3>결제상세정보 수정</h3>
|
||||
|
||||
<table class="frm_tbl">
|
||||
@ -438,7 +438,7 @@ $pg_anchor = '<ul class="anchor">
|
||||
{
|
||||
// 은행계좌를 배열로 만든후
|
||||
$str = explode("\n", $default['de_bank_account']);
|
||||
$bank_account = '<select name="od_bank_account" id="od_bank_account">'.PHP_EOL;
|
||||
$bank_account .= '<select name="od_bank_account" id="od_bank_account">'.PHP_EOL;
|
||||
$bank_account .= '<option value="">선택하십시오</option>'.PHP_EOL;
|
||||
for ($i=0; $i<count($str); $i++) {
|
||||
$str[$i] = str_replace("\r", "", $str[$i]);
|
||||
@ -454,7 +454,7 @@ $pg_anchor = '<ul class="anchor">
|
||||
|
||||
<? if ($od['od_settle_case'] == '무통장' || $od['od_settle_case'] == '가상계좌') { ?>
|
||||
<tr>
|
||||
<th scope="row">계좌번호</th>
|
||||
<th scope="row"><label for="od_bank_account">계좌번호</label></th>
|
||||
<td><?=$bank_account?></td>
|
||||
</tr>
|
||||
<? } ?>
|
||||
@ -608,7 +608,7 @@ $pg_anchor = '<ul class="anchor">
|
||||
</form>
|
||||
</section>
|
||||
|
||||
<section id="frm_odr_memo" class="cbox">
|
||||
<section id="anc_sodr_memo" class="cbox">
|
||||
<h2>상점메모</h2>
|
||||
<?=$pg_anchor?>
|
||||
<p>
|
||||
@ -650,7 +650,7 @@ $pg_anchor = '<ul class="anchor">
|
||||
<input type="hidden" name="page" value="<?=$page?>">
|
||||
<input type="hidden" name="mod_type" value="info">
|
||||
|
||||
<section id="frm_odr_payer" class="compare_left">
|
||||
<section id="anc_sodr_payer" class="compare_left">
|
||||
<h3>주문하신 분</h3>
|
||||
|
||||
<table class="frm_tbl">
|
||||
@ -706,7 +706,7 @@ $pg_anchor = '<ul class="anchor">
|
||||
|
||||
</section>
|
||||
|
||||
<section id="frm_odr_addressee" class="compare_right">
|
||||
<section id="anc_sodr_addressee" class="compare_right">
|
||||
<h3>받으시는 분</h3>
|
||||
|
||||
<table class="frm_tbl">
|
||||
|
||||
@ -97,7 +97,9 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<?=$listall?>
|
||||
전체 주문내역 <?=$total_count ?>건
|
||||
</span>
|
||||
<select name="sel_field" title="검색대상">
|
||||
|
||||
<label for="sel_field" class="sound_only">검색대상</label>
|
||||
<select name="sel_field" id="sel_field">
|
||||
<option value="od_id" <?=get_selected($sel_field, 'od_id')?>>주문번호</option>
|
||||
<option value="mb_id" <?=get_selected($sel_field, 'mb_id')?>>회원 ID</option>
|
||||
<option value="od_name" <?=get_selected($sel_field, 'od_name')?>>주문자</option>
|
||||
@ -109,7 +111,9 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<option value="od_deposit_name" <?=get_selected($sel_field, 'od_deposit_name')?>>입금자</option>
|
||||
<option value="od_invoice" <?=get_selected($sel_field, 'od_invoice')?>>운송장번호</option>
|
||||
</select>
|
||||
<input type="text" name="search" value="<?=$search?>" title="검색어" required class="required frm_input" autocomplete="off">
|
||||
|
||||
<label for="search" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="search" value="<?=$search?>" id="search" required class="required frm_input" autocomplete="off">
|
||||
<input type="submit" value="검색" class="btn_submit">
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -224,15 +228,15 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<td class="td_sodr_nonpay"><?=number_format($lines[$i]['misu'])?></td>
|
||||
<td><?=$s_receipt_way?></td>
|
||||
<td>
|
||||
<a href="./orderform.php?od_id=<?=$lines[$i]['od_id']?>&<?=$qstr?>">수정</a>
|
||||
<a href="javascript:del('./orderdelete.php?od_id=<?=$lines[$i]['od_id']?>&uq_id=<?=$lines[$i]['uq_id']?>&mb_id=<?=$lines[$i]['mb_id']?>&<?=$qstr?>)">삭제</a>
|
||||
<a href="./orderform.php?od_id=<?=$lines[$i]['od_id']?>&<?=$qstr?>"><img src="./img/icon_mod.jpg" alt="<?=$lines[$i]['od_id']?> 수정"></a>
|
||||
<a href="javascript:del('./orderdelete.php?od_id=<?=$lines[$i]['od_id']?>&uq_id=<?=$lines[$i]['uq_id']?>&mb_id=<?=$lines[$i]['mb_id']?>&<?=$qstr?>)"><img src="./img/icon_del.jpg" alt="<?=$lines[$i]['od_id']?> 삭제"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<?
|
||||
}
|
||||
mysql_free_result($result);
|
||||
if ($i == 0)
|
||||
echo '<tr><td colspan="11" class="empty_table"><span>자료가 한건도 없습니다.</span></td></tr>';
|
||||
echo '<tr><td colspan="11" class="empty_table">자료가 없습니다.</td></tr>';
|
||||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -88,7 +88,9 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<?=$listall?>
|
||||
전체 주문내역 <?=$total_count ?>건
|
||||
</span>
|
||||
<select name="sel_field" title="검색대상">
|
||||
|
||||
<label for="sel_field" class="sound_only">검색대상</label>
|
||||
<select name="sel_field" id="sel_field">
|
||||
<option value="od_id" <?=get_selected($sel_field, 'od_id')?>>주문번호</option>
|
||||
<option value="mb_id" <?=get_selected($sel_field, 'mb_id')?>>회원 ID</option>
|
||||
<option value="od_name" <?=get_selected($sel_field, 'od_name')?>>주문자</option>
|
||||
@ -96,7 +98,9 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<option value="od_deposit_name" <?=get_selected($sel_field, 'od_deposit_name')?>>입금자</option>
|
||||
<option value="od_invoice" <?=get_selected($sel_field, 'od_invoice')?>>운송장번호</option>
|
||||
</select>
|
||||
<input type="text" name="search" value="<?=$search?>" title="검색어" autocomplete="off">
|
||||
|
||||
<label for="search" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="search" value="<?=$search?>" id="search" autocomplete="off">
|
||||
<input type="submit" value="검색" class="btn_submit">
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -206,8 +210,8 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<td headers="sodr_all_nonpay" class="td_sodr_nonpay"><?=number_format($lines[$i]['misu'])?></td>
|
||||
<td headers="sodr_all_payby"><?=$s_receipt_way?></td>
|
||||
<td headers="sodr_all_mng">
|
||||
<a href="./orderform.php?od_id=<?=$lines[$i]['od_id']?>&$qstr?>">수정</a>
|
||||
<a href="javascript:del('./orderdelete.php?od_id=<?=$lines[$i]['od_id']?>&uq_id=<?=$lines[$i]['uq_id']?>&mb_id=<?=$lines[$i]['mb_id']?>&$qstr&list=2');">삭제</a>
|
||||
<a href="./orderform.php?od_id=<?=$lines[$i]['od_id']?>&$qstr?>"><img src="./img/icon_mod.jpg" alt="주문 수정"></a>
|
||||
<a href="javascript:del('./orderdelete.php?od_id=<?=$lines[$i]['od_id']?>&uq_id=<?=$lines[$i]['uq_id']?>&mb_id=<?=$lines[$i]['mb_id']?>&$qstr&list=2');"><img src="./img/icon_del.jpg" alt="주문 삭제"></a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -113,7 +113,8 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<li><a href="<?=$_SERVER['PHP_SELF'].'?sort1='.$sort1.'&sort2='.$sort2.'&sel_field=ct_status&search='.urlencode("품절")?>">품절</a></li>
|
||||
</ul>
|
||||
|
||||
<select name="sel_field" title="검색대상">
|
||||
<label for="sel_field" class="sound_only">검색대상</label>
|
||||
<select name="sel_field" id="sel_field">
|
||||
<option value="od_id" <?=get_selected($sel_field, 'od_id')?>>주문번호</option>
|
||||
<option value="od_name" <?=get_selected($sel_field, 'od_name')?>>주문자</option>
|
||||
<option value="mb_id" <?=get_selected($sel_field, 'mb_id')?>>회원 ID</option>
|
||||
@ -122,7 +123,8 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<option value="c.ca_id" <?=get_selected($sel_field, 'c.ca_id')?>>분류코드</option>
|
||||
<option value="ct_status" <?=get_selected($sel_field, 'ct_status')?>>상태</option>
|
||||
</select>
|
||||
<input type="text" name="search" value="<?=$search ?>" title="검색어" required class="required frm_input" autocomplete="off">
|
||||
<label for="search" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="search" value="<?=$search ?>" id="search" required class="required frm_input" autocomplete="off">
|
||||
<input type="submit" value="검색" class="btn_submit">
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -164,10 +166,6 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<?
|
||||
for ($i=0; $i<count($lines); $i++) {
|
||||
|
||||
$od_deposit_name = "";
|
||||
if ($lines[$i]['od_deposit_name'] != "")
|
||||
$od_deposit_name = "title='입금자 : }'";
|
||||
|
||||
$href = $_SERVER['PHP_SELF'].'?sort1='.$sort1.'&sort2='.$sort2.'&sel_field=c.it_id&search='.$lines[$i]['it_id'];
|
||||
$it_name = '<a href="'.$href.'">'.cut_str($lines[$i]['it_name'],35).'</a><br>';
|
||||
$it_name .= print_item_options($lines[$i]['it_id'], $lines[$i]['it_opt1'], $lines[$i]['it_opt2'], $lines[$i]['it_opt3'], $lines[$i]['it_opt4'], $lines[$i]['it_opt5'], $lines[$i]['it_opt6']);
|
||||
@ -190,7 +188,7 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<td><?=number_format($lines[$i]['ct_sub_amount'])?></td>
|
||||
<td><?=number_format($lines[$i]['ct_sub_point'])?></td>
|
||||
<td><a href="<?=$_SERVER['PHP_SELF']?>?sort1=<?=$sort1?>&sort2=<?=$sort2?>&sel_field=ct_status&search=<?=$lines[$i]['ct_status']?>"><?=$lines[$i]['ct_status']?></a></td>
|
||||
<td><a href="./orderform.php?od_id=<?=$lines[$i]['od_id']?>">수정</a></td>
|
||||
<td><a href="./orderform.php?od_id=<?=$lines[$i]['od_id']?>"><img src="./img/icon_mod.jpg" alt="<?=$lines[$i]['od_id']?> 수정"></a></td>
|
||||
</tr>
|
||||
<?
|
||||
}
|
||||
|
||||
@ -7,12 +7,12 @@ auth_check($auth[$sub_menu], "r");
|
||||
$g4['title'] = '가격비교사이트';
|
||||
include_once (G4_ADMIN_PATH.'/admin.head.php');
|
||||
$pg_anchor = '<ul class="anchor">
|
||||
<li><a href="#frm_compare_info">가격비교사이트 연동 안내</a></li>
|
||||
<li><a href="#frm_compare_engine">사이트별 엔진페이지 URL</a></li>
|
||||
<li><a href="#anc_pricecompare_info">가격비교사이트 연동 안내</a></li>
|
||||
<li><a href="#anc_pricecompare_engine">사이트별 엔진페이지 URL</a></li>
|
||||
</ul>';
|
||||
?>
|
||||
|
||||
<section id="frm_compare_info" class="cbox">
|
||||
<section id="anc_pricecompare_info" class="cbox">
|
||||
<h2>가격비교사이트 연동 안내</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
@ -23,7 +23,7 @@ $pg_anchor = '<ul class="anchor">
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
<section id="frm_compare_engine" class="cbox">
|
||||
<section id="anc_pricecompare_engine" class="cbox">
|
||||
<h2>사이트별 엔진페이지 URL</h2>
|
||||
<?=$pg_anchor?>
|
||||
<p>사이트 명을 클릭하시면 해당 사이트로 이동합니다.</p>
|
||||
|
||||
@ -360,7 +360,7 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9
|
||||
/* ########## 쇼핑몰 사용시 적용 ########## */
|
||||
|
||||
/* 쇼핑몰 설정 */
|
||||
#frm_payment textarea {height:50px}
|
||||
#anc_cf_payment textarea {height:50px}
|
||||
|
||||
#scf_cardtest_btn {margin-left:5px;vertical-align:middle}
|
||||
#scf_cardtest_tip {margin:10px 0 0;padding:10px;border:3px solid #ddd}
|
||||
@ -395,12 +395,12 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9
|
||||
.sodr_nonpay {color:#ff6600}
|
||||
strong.sodr_nonpay {display:block;padding:5px 0;text-align:right}
|
||||
.sodr_sppay {color:#1f9bff}
|
||||
#frm_odr_memo textarea {width:98%}
|
||||
#frm_odr_memo .btn_confirm {margin:10px 0 0}
|
||||
#frm_odr_payer #od_addr1,
|
||||
#frm_odr_payer #od_addr2 {margin:5px 0 0}
|
||||
#frm_odr_addressee #od_b_addr1,
|
||||
#frm_odr_addressee #od_b_addr2 {margin:5px 0 0}
|
||||
#anc_sodr_memo textarea {width:98%}
|
||||
#anc_sodr_memo .btn_confirm {margin:10px 0 0}
|
||||
#anc_sodr_payer #od_addr1,
|
||||
#anc_sodr_payer #od_addr2 {margin:5px 0 0}
|
||||
#anc_sodr_addressee #od_b_addr1,
|
||||
#anc_sodr_addressee #od_b_addr2 {margin:5px 0 0}
|
||||
|
||||
/* 주문개별내역 */
|
||||
#sodr_status {text-align:center}
|
||||
@ -492,8 +492,8 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right}
|
||||
#sms_sm p {position:absolute;bottom:-100px;left:0}
|
||||
|
||||
/* 가격비교사이트 */
|
||||
#frm_compare_info li {margin:5px 0}
|
||||
#anc_pricecompare_info li {margin:5px 0}
|
||||
|
||||
#frm_compare_engine dt a {font-weight:bold}
|
||||
#frm_compare_engine dd {margin:0 0 30px}
|
||||
#frm_compare_engine li {margin:5px 0}
|
||||
#anc_pricecompare_engine dt a {font-weight:bold}
|
||||
#anc_pricecompare_engine dd {margin:0 0 30px}
|
||||
#anc_pricecompare_engine li {margin:5px 0}
|
||||
@ -412,9 +412,10 @@ function print_item_options()
|
||||
where it_id = '$it_id' ";
|
||||
$it = sql_fetch($sql);
|
||||
|
||||
$it_name = $str_split = "";
|
||||
$it_name = $str_split = '';
|
||||
for ($i=1; $i<=6; $i++)
|
||||
{
|
||||
if ($i == 1) $str_split .= '<span class="sound_only">상품옵션 </span>';
|
||||
$it_opt = trim(func_get_arg($i));
|
||||
// 상품옵션에서 0은 제외되는 현상을 수정
|
||||
if ($it_opt==null) continue;
|
||||
@ -422,7 +423,7 @@ function print_item_options()
|
||||
$it_name .= $str_split;
|
||||
$it_opt_subject = $it["it_opt{$i}_subject"];
|
||||
$opt = explode( ";", $it_opt );
|
||||
$it_name .= " $it_opt_subject = $opt[0]";
|
||||
$it_name .= $it_opt_subject.' = '.$opt[0];
|
||||
|
||||
if ($opt[1] != 0)
|
||||
{
|
||||
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 223 B |
|
Before Width: | Height: | Size: 400 B |
|
Before Width: | Height: | Size: 303 B |
|
Before Width: | Height: | Size: 162 B |
|
Before Width: | Height: | Size: 159 B |
|
Before Width: | Height: | Size: 155 B |
|
Before Width: | Height: | Size: 246 B |
|
Before Width: | Height: | Size: 157 B |
|
Before Width: | Height: | Size: 285 B |
|
Before Width: | Height: | Size: 373 B |
|
Before Width: | Height: | Size: 298 B |
|
Before Width: | Height: | Size: 410 B |
|
Before Width: | Height: | Size: 630 B |
|
Before Width: | Height: | Size: 333 B |
|
Before Width: | Height: | Size: 353 B |
|
Before Width: | Height: | Size: 307 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 369 B |
|
Before Width: | Height: | Size: 529 B |
|
Before Width: | Height: | Size: 483 B |
|
Before Width: | Height: | Size: 477 B |
|
Before Width: | Height: | Size: 488 B |
|
Before Width: | Height: | Size: 374 B |
|
Before Width: | Height: | Size: 158 B |
|
Before Width: | Height: | Size: 590 B |
|
Before Width: | Height: | Size: 124 B |
|
Before Width: | Height: | Size: 161 B |
|
Before Width: | Height: | Size: 162 B |
|
Before Width: | Height: | Size: 401 B |
|
Before Width: | Height: | Size: 492 B |
|
Before Width: | Height: | Size: 477 B |
|
Before Width: | Height: | Size: 565 B |
|
Before Width: | Height: | Size: 157 B |
|
Before Width: | Height: | Size: 164 B |
|
Before Width: | Height: | Size: 251 B |
|
Before Width: | Height: | Size: 158 B |
|
Before Width: | Height: | Size: 590 B |
|
Before Width: | Height: | Size: 51 B |
|
Before Width: | Height: | Size: 175 B |
|
Before Width: | Height: | Size: 406 B |
|
Before Width: | Height: | Size: 73 B |
|
Before Width: | Height: | Size: 242 B |
|
Before Width: | Height: | Size: 240 B |
|
Before Width: | Height: | Size: 104 B |
|
Before Width: | Height: | Size: 229 B |
|
Before Width: | Height: | Size: 198 B |
|
Before Width: | Height: | Size: 43 B |
|
Before Width: | Height: | Size: 248 B |
|
Before Width: | Height: | Size: 252 B |
|
Before Width: | Height: | Size: 231 B |
|
Before Width: | Height: | Size: 230 B |
|
Before Width: | Height: | Size: 307 B |
|
Before Width: | Height: | Size: 315 B |
|
Before Width: | Height: | Size: 176 B |
|
Before Width: | Height: | Size: 102 B |
|
Before Width: | Height: | Size: 49 B |
|
Before Width: | Height: | Size: 172 B |
|
Before Width: | Height: | Size: 50 B |
|
Before Width: | Height: | Size: 43 B |
|
Before Width: | Height: | Size: 139 B |
|
Before Width: | Height: | Size: 58 B |
|
Before Width: | Height: | Size: 70 B |
|
Before Width: | Height: | Size: 853 B |
|
Before Width: | Height: | Size: 58 B |
|
Before Width: | Height: | Size: 890 B |