관리자: 쇼핑몰 마크업 1차 정리
This commit is contained in:
@ -18,28 +18,28 @@ $sql = "select * $sql_common order by nw_id desc ";
|
||||
$result = sql_query($sql);
|
||||
?>
|
||||
|
||||
<table width=100%>
|
||||
<table>
|
||||
<tr>
|
||||
<td width=20%> </td>
|
||||
<td width=60% align=center> </td>
|
||||
<td width=20% align=right>건수 : <? echo $total_count ?> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td>건수 : <? echo $total_count ?> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<table cellpadding=0 cellspacing=0 width=100% border=0>
|
||||
<table border=0>
|
||||
<colgroup width=40>
|
||||
<colgroup width=100>
|
||||
<colgroup width=100>
|
||||
<colgroup width=40>
|
||||
<colgroup width=50>
|
||||
<colgroup width=50>
|
||||
<colgroup width=50>
|
||||
<colgroup width=50>
|
||||
<colgroup width=''>
|
||||
<colgroup width=80>
|
||||
<colgroup>
|
||||
<colgroup>
|
||||
<colgroup>
|
||||
<colgroup>
|
||||
<colgroup>
|
||||
<colgroup>
|
||||
<tr><td colspan=10 height=2 bgcolor=#0E87F9></td></tr>
|
||||
<tr align=center class=ht>
|
||||
<tr>
|
||||
<td>번호</td>
|
||||
<td>시작일시</td>
|
||||
<td>종료일시</td>
|
||||
@ -76,7 +76,7 @@ for ($i=0; $row=mysql_fetch_array($result); $i++)
|
||||
}
|
||||
|
||||
if ($i == 0) {
|
||||
echo "<tr><td colspan=10 align=center height=100 bgcolor=#ffffff><span class=point>자료가 한건도 없습니다.</span></td></tr>\n";
|
||||
echo "<tr><td colspan=10 height=100 bgcolor=#ffffff><span class=point>자료가 한건도 없습니다.</span></td></tr>\n";
|
||||
}
|
||||
?>
|
||||
<tr><td colspan=10 height=1 bgcolor=CCCCCC></td></tr>
|
||||
|
||||
Reference in New Issue
Block a user