쇼핑몰관리자: #9 상품관리 상품입력/수정 페이지 세부 수정

This commit is contained in:
rollydream
2013-03-27 13:21:18 +09:00
parent 336b0faf60
commit f88f60a3de
4 changed files with 235 additions and 235 deletions

View File

@ -23,24 +23,26 @@ $sql = "select * $sql_common order by co_id limit $from_record, {$config['cf_pag
$result = sql_query($sql);
?>
<style type="text/css">
#content_head{width:900px;height:37px;line-height:37px ;text-align:center}
#content_head{width:900px;height:35px;line-height:35px ;text-align:center}
#content_head th{text-align:center}
#content_head span{display:inline-block;margin-left:690px}
#content_fir{position:relative}
#content_fir span{position:absolute;top:-12;right:10px}
#content_fir span{position:absolute;top:-12;right:5px}
</style>
<section class="cbox">
<h2>내용관리</h2>
<p id="content_fir"><a href='<?=$_SERVER['PHP_SELF']?>'>처음</a><span>건수 : <? echo $total_count ?>&nbsp;</span></p>
<table class="frm_tbl">
<colgroup>
<col class="grid_3">
<col class="gird_13">
<col class="gird_14">
<col class="grid_1">
</colgroup>
<thead id="content_head">
<tr>
<th scope="row">ID</th>
<th scope="row">제목<span><a href="./contentform.php"><img src="<?=G4_ADMIN_URL?>/img/icon_insert.gif"></a></span></th>
<th scope="row">제목</th>
<th><a href="./contentform.php"><img src="<?=G4_ADMIN_URL?>/img/icon_insert.gif" alt="내용입력버튼"></a></th>
</tr>
</thead>
<tbody>