쇼핑몰관리자: #65 페이지 간 연결성 완료

This commit is contained in:
whitedot
2013-04-19 18:32:42 +09:00
parent 52fbc5e2c9
commit 877487d7a4
9 changed files with 40 additions and 0 deletions

View File

@ -126,6 +126,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
<div id="btn_add">
<a href="./itemform.php">상품등록</a>
<a href="./itemsellrank.php" class="btn_add_optional">상품판매순위</a>
</div>
<form name="fitemlistupdate" method="post" action="./itemlistupdate.php" autocomplete="off">

View File

@ -99,6 +99,11 @@ if ($fr_date || $to_date) // 검색렬일 때만 처음 버튼을 보여줌
<h2>상품판매순위</h2>
<p>판매량을 합산하여 상품판매순위를 집계합니다.</p>
<div id="btn_add">
<a href="./itemlist.php" class="btn_add_optional">상품등록</a>
<a href="./itemstocklist.php" class="btn_add_optional">상품재고관리</a>
</div>
<table>
<thead>
<tr>

View File

@ -97,6 +97,10 @@ if ($search) // 검색 결과일 때만 처음 버튼을 보여줌
<h2>상품재고 목록</h2>
<p>재고수정의 수치를 수정하시면 창고재고의 수치가 변경됩니다.</p>
<div id="btn_add">
<a href="./itemsellrank.php" class="btn_add_optional">상품판매순위</a>
</div>
<form name="fitemstocklist" action="./itemstocklistupdate.php" method="post">
<input type="hidden" name="sort1" value="<?=$sort1 ?>">
<input type="hidden" name="sort2" value="<?=$sort2 ?>">

View File

@ -81,6 +81,13 @@ if ($search) // 검색 결과일 때만 처음 버튼을 보여줌
<section class="cbox">
<h2>전자결제내역</h2>
<p>신용카드 혹은 실시간 계좌이체로 결제(승인) 된 내역이며, 주문번호를 클릭하시면 주문상세 페이지로 이동합니다.</p>
<div id="btn_add">
<a href="./orderlist.php" class="btn_add_optional">주문내역</a>
<a href="./orderstatuslist.php" class="btn_add_optional">주문개별내역</a>
<a href="./orderlist2.php" class="btn_add_optional">주문통합내역</a>
</div>
<table class="frm_basic">
<thead>
<tr>

View File

@ -118,6 +118,11 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
<h2>주문내역 목록</h2>
<p><?=help('<strong>주의!</strong> 주문번호를 클릭하여 나오는 주문상세내역의 주소를 외부에서 조회가 가능한곳에 올리지 마십시오.')?></p>
<div id="btn_add">
<a href="./orderprint.php" class="btn_add_optional">주문내역출력</a>
<a href="./ordercardhistory.php" class="btn_add_optional">전자결제내역</a>
</div>
<table id="sodr_list">
<thead>
<tr>

View File

@ -105,6 +105,11 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
<h2>주문통합내역 목록</h2>
<p><strong>주의!</strong> 주문번호를 클릭하여 나오는 주문상세내역의 주소를 외부에서 조회가 가능한곳에 올리지 마십시오.</p>
<div id="btn_add">
<a href="./orderprint.php" class="btn_add_optional">주문내역출력</a>
<a href="./ordercardhistory.php" class="btn_add_optional">전자결제내역</a>
</div>
<table id="sodr_all">
<thead>
<tr>

View File

@ -12,6 +12,12 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
<h2>주문내역출력</h2>
<p>기간별 혹은 주문번호구간별 주문내역을 새창으로 출력할 수 있습니다.</p>
<div id="btn_add">
<a href="./orderlist.php" class="btn_add_optional">주문내역</a>
<a href="./orderstatuslist.php" class="btn_add_optional">주문개별내역</a>
<a href="./orderlist2.php" class="btn_add_optional">주문통합내역</a>
</div>
<table class="frm_tbl">
<colgroup>
<col class="grid_3">

View File

@ -129,6 +129,12 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
<section class="cbox">
<h2><?=$g4['title']?> 목록</h2>
<div id="btn_add">
<a href="./orderprint.php" class="btn_add_optional">주문내역출력</a>
<a href="./ordercardhistory.php" class="btn_add_optional">전자결제내역</a>
</div>
<table id="sodr_status">
<thead>
<tr>

View File

@ -157,6 +157,7 @@ fieldset .btn_submit:focus {height:21px;background:#555;line-height:1.7em}
#btn_add {margin-bottom:10px;text-align:right}
#btn_add a {display:inline-block;padding:0 15px;height:30px;border:0;background:#ff3061;color:#fff;text-decoration:none;line-height:2.5em;vertical-align:middle}
#btn_add .btn_add_optional {background:#617d46 !important}
/* 필수입력 */
.required {background:url('../img/wrest.gif') #f6f9fa top right no-repeat !important}