사고정보조회 리스트
| 번호 |
차량번호 |
차종 |
조회일 |
이력조회 보기 |
if($totalrows>0) {
$r = mysql_query("SELECT
s.*
FROM car_history_master s
$add_sql $orderby LIMIT $pagestartpoint,$PageSize");
$i=1;
while($col = mysql_fetch_array($r)) {
$tmpNum =$totalrows-($PageSize*($PageNo-1));
$no = ($tmpNum - $i)+1;
?>
| =$no?> |
=$col['r002']?> |
=$col['r005']?> |
=$col['dt_insert']?> |
보기 |
$i++;
}
}else{
?>
| 등록된 정보가 없습니다. |
}
?>
$url = "./$list_url?searchtype=$searchtype&searchword=$searchword&ds_status=$ds_status&ds_usertype=$ds_usertype&PageSort=$PageSort&dt_start=$dt_start&dt_end=$dt_end";
ListPg1($url ,$PageNo,$PageSize,10,$totalrows,$leftboard[1],$rootpath);
?>
include("../inc/inc_footer.php") ?>
include("../inc/inc_bottom.php") ?>
mysql_close($connect);
?>