관리자: 쇼핑몰 마크업 1차 정리
This commit is contained in:
@ -12,16 +12,16 @@ include_once(G4_ADMIN_PATH."/admin.head.php");
|
||||
|
||||
<?=subtitle($g4[title])?>
|
||||
|
||||
<table cellpadding=0 cellspacing=0 border=0 width=100%>
|
||||
<form id="forderprint" name="forderprint" action="./orderprintresult.php" onsubmit="return forderprintcheck(this);" autocomplete="off" style="margin:0px;">
|
||||
<table cellpadding=0 cellspacing=0 border=0>
|
||||
<form id="forderprint" name="forderprint" action="./orderprintresult.php" onsubmit="return forderprintcheck(this);" autocomplete="off">
|
||||
<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>
|
||||
<colgroup bgcolor=#ffffff></colgroup>
|
||||
<tr>
|
||||
<td>출력기간</td>
|
||||
<td>
|
||||
<table width=100% cellpadding=4>
|
||||
<table cellpadding=4>
|
||||
<tr>
|
||||
<td align=left>
|
||||
<input type="radio" id="csv" name="csv" value='xls' id="xls1"><label for='xls1'>MS엑셀 XLS 데이터</label>
|
||||
@ -29,10 +29,10 @@ include_once(G4_ADMIN_PATH."/admin.head.php");
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align=right>
|
||||
<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>
|
||||
<td>
|
||||
<input type="text" id="fr_date" name="fr_date" id="fr_date" size=10 maxlength=8 value="<?=date("Ymd");?>"><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="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>
|
||||
<input type="text" id="to_date" name="to_date" id="to_date" size=10 maxlength=8 value="<?=date("Ymd");?>"><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 id="ct_status" name="ct_status">
|
||||
<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" value=' 확 인 '>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -53,13 +53,13 @@ include_once(G4_ADMIN_PATH."/admin.head.php");
|
||||
</tr>
|
||||
</form>
|
||||
|
||||
<form id="forderprint" name="forderprint" action="./orderprintresult.php" onsubmit="return forderprintcheck(this);" autocomplete="off" style="margin:0px;">
|
||||
<form id="forderprint" name="forderprint" action="./orderprintresult.php" onsubmit="return forderprintcheck(this);" autocomplete="off">
|
||||
<input type="hidden" id="case" name="case" value="2">
|
||||
<tr><td colspan=20 height=2 bgcolor=#DDDDDD></td></tr>
|
||||
<tr>
|
||||
<td>주문번호구간</td>
|
||||
<td>
|
||||
<table width=100% cellpadding=4>
|
||||
<table cellpadding=4>
|
||||
<tr>
|
||||
<td align=left>
|
||||
<input type="radio" id="csv" name="csv" value='xls' id="xls2"><label for='xls2'>MS엑셀 XLS 데이터</label>
|
||||
@ -67,9 +67,9 @@ include_once(G4_ADMIN_PATH."/admin.head.php");
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align=right>
|
||||
<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> 까지
|
||||
<td>
|
||||
<input type="text" id="fr_od_id" name="fr_od_id" size=10 maxlength=10> 부터
|
||||
<input type="text" id="to_od_id" name="to_od_id" size=10 maxlength=10> 까지
|
||||
|
||||
<select id="ct_status" name="ct_status">
|
||||
<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" value=' 확 인 '>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -94,7 +94,7 @@ include_once(G4_ADMIN_PATH."/admin.head.php");
|
||||
|
||||
</td></tr></table>
|
||||
|
||||
<script language="JavaScript">
|
||||
<script>
|
||||
function forderprintcheck(f)
|
||||
{
|
||||
if (f.csv[0].checked || f.csv[1].checked)
|
||||
|
||||
Reference in New Issue
Block a user