관리자: 쇼핑몰 마크업 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

@ -18,23 +18,23 @@ $sql = "select * $sql_common order by dl_order , dl_id desc ";
$result = sql_query($sql);
?>
<table width=100%>
<table>
<tr>
<td width=20%>&nbsp;</td>
<td width=60% align=center>&nbsp;</td>
<td width=20% align=right>건수 : <? echo $total_count ?>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>건수 : <? echo $total_count ?>&nbsp;</td>
</tr>
</table>
<table cellpadding=0 cellspacing=0 width=100%>
<table>
<colgroup width=100>
<colgroup width=''>
<colgroup>
<colgroup width=200>
<colgroup width=100>
<colgroup width=80>
<colgroup>
<tr><td colspan=5 height=2 bgcolor=#0E87F9></td></tr>
<tr align=center class=ht>
<tr>
<td>ID</td>
<td>배송회사명</td>
<td>고객센터</td>
@ -56,16 +56,16 @@ for ($i=0; $row=mysql_fetch_array($result); $i++)
$list = $i%2;
echo "
<tr class='list$list center ht'>
<td align=center>$row[dl_id]</td>
<td>$row[dl_id]</td>
<td>". stripslashes($row[dl_company]) . "</td>
<td align=center>$row[dl_tel]</td>
<td align=center>$row[dl_order]</td>
<td align=center>$s_mod $s_del $s_vie</td>
<td>$row[dl_tel]</td>
<td>$row[dl_order]</td>
<td>$s_mod $s_del $s_vie</td>
</tr>";
}
if ($i == 0)
echo "<tr><td colspan=5 align=center height=100 bgcolor=#ffffff><span class=point>자료가 한건도 없습니다.</span></td></tr>\n";
echo "<tr><td colspan=5 height=100 bgcolor=#ffffff><span class=point>자료가 한건도 없습니다.</span></td></tr>\n";
?>
<tr><td colspan=5 height=1 bgcolor=#CCCCCC></td></tr>
</table>