@ -78,7 +78,7 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함
|
||||
|
||||
$list = $i%2;
|
||||
?>
|
||||
<tr class="list<?=$list?>">
|
||||
<tr>
|
||||
<td class="banner_center"><?=$row['bn_id']?></td>
|
||||
<td><?=$bn_img?></td>
|
||||
<td class="banner_center"><?=$row['bn_position']?></td>
|
||||
@ -92,7 +92,7 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함
|
||||
}
|
||||
|
||||
if ($i == 0) {
|
||||
echo "<tr><td colspan=\"8\" class=\"banner_center\"><span class=\"point\">자료가 한건도 없습니다.</span></td></tr>\n";
|
||||
echo "<tr><td colspan=\"8\" class=\"banner_center\"><span>자료가 한건도 없습니다.</span></td></tr>\n";
|
||||
}
|
||||
?>
|
||||
</tbody>
|
||||
|
||||
@ -59,7 +59,7 @@ $result = sql_query($sql);
|
||||
|
||||
$list = $i%2;
|
||||
?>
|
||||
<tr class="list<?=$list?>">
|
||||
<tr>
|
||||
<td class="content_center"><?=$row['co_id']?></td>
|
||||
<td><?=htmlspecialchars2($row['co_subject'])?></td>
|
||||
<td class="content_center"><a href="./contentform.php?w=u&co_id=<?=$row['co_id']?>">수정</a> <a href="./contentformupdate.php?w=d&co_id=<?=$row['co_id']?>">삭제</a> <a href="<?=G4_SHOP_URL?>/content.php?co_id=<?=$row['co_id']?>">보기</a></td>
|
||||
@ -67,7 +67,7 @@ $result = sql_query($sql);
|
||||
<?
|
||||
}
|
||||
if ($i == 0) {
|
||||
echo "<tr><td colspan=\"3\" class=\"content_center\"><span class=\"point\">자료가 한건도 없습니다.</span></td></tr>\n";
|
||||
echo "<tr><td colspan=\"3\" class=\"content_center\"><span>자료가 한건도 없습니다.</span></td></tr>\n";
|
||||
}
|
||||
?>
|
||||
</tbody>
|
||||
|
||||
@ -56,7 +56,7 @@ $result = sql_query($sql);
|
||||
|
||||
$list = $i%2;
|
||||
?>
|
||||
<tr class="list<?=$list?>">
|
||||
<tr>
|
||||
<td class="deliverycode_center"><?=$row['dl_id']?></td>
|
||||
<td><?=stripslashes($row['dl_company'])?></td>
|
||||
<td class="deliverycode_center"><?=$row['dl_tel']?></td>
|
||||
@ -67,7 +67,7 @@ $result = sql_query($sql);
|
||||
}
|
||||
|
||||
if ($i == 0)
|
||||
echo "<tr><td colspan=\"5\"><span class=\"point\">자료가 한건도 없습니다.</span></td></tr>\n";
|
||||
echo "<tr><td colspan=\"5\" class=\"deliverycode_center\"><span>자료가 한건도 없습니다.</span></td></tr>\n";
|
||||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -70,7 +70,7 @@ $result = sql_query($sql);
|
||||
$s_vie = icon("보기", G4_SHOP_URL."/faq.php?fm_id={$row['fm_id']}");
|
||||
$list = $i%2;
|
||||
?>
|
||||
<tr class="list<?=$list?>">
|
||||
<tr>
|
||||
<td class="faq_center"><?=$row['fm_id']?></td>
|
||||
<td><?=stripslashes($row['fm_subject']) ?></td>
|
||||
<td class="faq_center"><?=$cnt?></td>
|
||||
@ -81,7 +81,7 @@ $result = sql_query($sql);
|
||||
}
|
||||
|
||||
if ($i == 0)
|
||||
echo "<tr><td colspan=\"5\" class=\"faq_center\"><span class=\"point\">자료가 한건도 없습니다.</span></td></tr>\n";
|
||||
echo "<tr><td colspan=\"5\" class=\"faq_center\"><span>자료가 한건도 없습니다.</span></td></tr>\n";
|
||||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user