관리자: 쇼핑몰 따옴표 없거나 홑따옴표 쌍따옴표로
This commit is contained in:
@ -13,8 +13,8 @@ include_once(G4_ADMIN_PATH."/admin.head.php");
|
||||
<?=subtitle($g4[title])?>
|
||||
|
||||
<table cellpadding=0 cellspacing=0 border=0 width=100%>
|
||||
<form name=forderprint action="./orderprintresult.php" onsubmit="return forderprintcheck(this);" autocomplete="off" style="margin:0px;">
|
||||
<input type=hidden name=case value="1">
|
||||
<form id="forderprint" name="forderprint" action="./orderprintresult.php" onsubmit="return forderprintcheck(this);" autocomplete="off" style="margin:0px;">
|
||||
<input type="hidden" id="case" name="case" value="1">
|
||||
<tr><td colspan=20 height=2 bgcolor=#0E87F9></td></tr>
|
||||
<colgroup width=100></colgroup>
|
||||
<colgroup width='' bgcolor=#ffffff></colgroup>
|
||||
@ -24,17 +24,17 @@ include_once(G4_ADMIN_PATH."/admin.head.php");
|
||||
<table width=100% cellpadding=4>
|
||||
<tr>
|
||||
<td align=left>
|
||||
<input type='radio' name='csv' value='xls' id='xls1'><label for='xls1'>MS엑셀 XLS 데이터</label>
|
||||
<input type='radio' name='csv' value='csv' id='csv1'><label for='csv1'>MS엑셀 CSV 데이터</label>
|
||||
<input type="radio" id="csv" name="csv" value='xls' id="xls1"><label for='xls1'>MS엑셀 XLS 데이터</label>
|
||||
<input type="radio" id="csv" name="csv" value='csv' id="csv1"><label for='csv1'>MS엑셀 CSV 데이터</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align=right>
|
||||
<input type=text name=fr_date id='fr_date' size=10 maxlength=8 value="<?=date("Ymd");?>" class=ed><a href="javascript:win_calendar('fr_date', document.getElementById('fr_date').value, '');"><img src='<?=$g4[path]?>/img/calendar.gif' border=0 align=absmiddle title='달력 - 날짜를 선택하세요'></a>
|
||||
<input type="text" id="fr_date" name="fr_date" id="fr_date" size=10 maxlength=8 value="<?=date("Ymd");?>" class=ed><a href="javascript:win_calendar('fr_date', document.getElementById('fr_date').value, '');"><img src='<?=$g4[path]?>/img/calendar.gif' border=0 align=absmiddle title='달력 - 날짜를 선택하세요'></a>
|
||||
∼
|
||||
<input type=text name=to_date id='to_date' size=10 maxlength=8 value="<?=date("Ymd");?>" class=ed><a href="javascript:win_calendar('to_date', document.getElementById('to_date').value, '');"><img src='<?=$g4[path]?>/img/calendar.gif' border=0 align=absmiddle title='달력 - 날짜를 선택하세요'></a>
|
||||
<input type="text" id="to_date" name="to_date" id="to_date" size=10 maxlength=8 value="<?=date("Ymd");?>" class=ed><a href="javascript:win_calendar('to_date', document.getElementById('to_date').value, '');"><img src='<?=$g4[path]?>/img/calendar.gif' border=0 align=absmiddle title='달력 - 날짜를 선택하세요'></a>
|
||||
|
||||
<select name=ct_status>
|
||||
<select id="ct_status" name="ct_status">
|
||||
<option value='주문'>주문
|
||||
<option value='준비'>상품준비중
|
||||
<option value='배송'>배송
|
||||
@ -45,7 +45,7 @@ include_once(G4_ADMIN_PATH."/admin.head.php");
|
||||
<option value=''>전체
|
||||
</select>
|
||||
|
||||
<input type=submit class=btn1 value=' 확 인 '>
|
||||
<input type="submit" class=btn1 value=' 확 인 '>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -53,8 +53,8 @@ include_once(G4_ADMIN_PATH."/admin.head.php");
|
||||
</tr>
|
||||
</form>
|
||||
|
||||
<form name=forderprint action="./orderprintresult.php" onsubmit="return forderprintcheck(this);" autocomplete="off" style="margin:0px;">
|
||||
<input type=hidden name=case value="2">
|
||||
<form id="forderprint" name="forderprint" action="./orderprintresult.php" onsubmit="return forderprintcheck(this);" autocomplete="off" style="margin:0px;">
|
||||
<input type="hidden" id="case" name="case" value="2">
|
||||
<tr><td colspan=20 height=2 bgcolor=#DDDDDD></td></tr>
|
||||
<tr>
|
||||
<td>주문번호구간</td>
|
||||
@ -62,16 +62,16 @@ include_once(G4_ADMIN_PATH."/admin.head.php");
|
||||
<table width=100% cellpadding=4>
|
||||
<tr>
|
||||
<td align=left>
|
||||
<input type='radio' name='csv' value='xls' id='xls2'><label for='xls2'>MS엑셀 XLS 데이터</label>
|
||||
<input type='radio' name='csv' value='csv' id='csv2'><label for='csv2'>MS엑셀 CSV 데이터</label>
|
||||
<input type="radio" id="csv" name="csv" value='xls' id="xls2"><label for='xls2'>MS엑셀 XLS 데이터</label>
|
||||
<input type="radio" id="csv" name="csv" value='csv' id="csv2"><label for='csv2'>MS엑셀 CSV 데이터</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align=right>
|
||||
<input type=text name=fr_od_id size=10 maxlength=10 class=ed> 부터
|
||||
<input type=text name=to_od_id size=10 maxlength=10 class=ed> 까지
|
||||
<input type="text" id="fr_od_id" name="fr_od_id" size=10 maxlength=10 class=ed> 부터
|
||||
<input type="text" id="to_od_id" name="to_od_id" size=10 maxlength=10 class=ed> 까지
|
||||
|
||||
<select name=ct_status>
|
||||
<select id="ct_status" name="ct_status">
|
||||
<option value='주문'>주문
|
||||
<option value='준비'>상품준비중
|
||||
<option value='배송'>배송
|
||||
@ -82,7 +82,7 @@ include_once(G4_ADMIN_PATH."/admin.head.php");
|
||||
<option value=''>전체
|
||||
</select>
|
||||
|
||||
<input type=submit class=btn1 value=' 확 인 '>
|
||||
<input type="submit" class=btn1 value=' 확 인 '>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user