관리자: 쇼핑몰 마크업 1차 정리

This commit is contained in:
whitedot
2013-02-06 11:58:31 +09:00
parent ce59526456
commit 7280b99f64
58 changed files with 1187 additions and 1212 deletions

View File

@ -13,15 +13,15 @@ include_once("$g4[path]/head.sub.php");
<link rel="stylesheet" href="./admin.style.css" type="text/css">
<table width=100% cellpadding=8><tr><td>
<table cellpadding=8><tr><td>
<?=subtitle($g4[title]);?>
<table cellpadding=4 cellspacing=1 width=100%>
<table cellpadding=4 cellspacing=1>
<tr><td colspan=20 height=3 bgcolor=0E87F9></td></tr>
<tr align=center>
<tr>
<td colspan=2>상품명</td>
<td width=60>사용구분</td>
<td width=60>삭제</td>
<td>사용구분</td>
<td>삭제</td>
</tr>
<tr><td colspan=20 height=1 bgcolor=#CCCCCC></td></tr>
<tr><td colspan=20 height=3 bgcolor=#F8F8F8></td></tr>
@ -37,8 +37,8 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
$href = "{$g4[shop_path]}/item.php?it_id=$row[it_id]";
echo "
<tr align=center>
<td width=50><a href='$href' target=_blank>".get_it_image("$row[it_id]_s", 40, 40)."</a></td>
<tr>
<td><a href='$href' target=_blank>".get_it_image("$row[it_id]_s", 40, 40)."</a></td>
<td align=left><a href='$href' target=_blank>".cut_str(stripslashes($row[it_name]), 60, "&#133")."</a></td>
<td>".($row[it_use]?"사용":"미사용")."</td>
<td>".icon("삭제", "javascript:del('./itemeventwindel.php?ev_id=$ev_id&it_id=$row[it_id]');")."</td>
@ -46,7 +46,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
}
if ($i == 0)
echo "<tr><td colspan=20 align=center height=100 bgcolor=#ffffff class=point>자료가 한건도 없습니다.</td></tr>";
echo "<tr><td colspan=20 height=100 bgcolor=#ffffff class=point>자료가 한건도 없습니다.</td></tr>";
?>
<tr><td colspan=20 height=1 bgcolor=CCCCCC></td></tr>