00001 <?php
00002
00003
00004
00005
00009 require('./tbl_properties_common.php');
00010 $err_url = 'tbl_properties.php' . $err_url;
00011 $url_query .= '&goto=tbl_properties.php&back=tbl_properties.php';
00012
00016 require('./tbl_properties_table_info.php');
00017
00018 ?>
00019 <ul>
00020
00021 <!-- TABLE WORK -->
00022 <?php
00026 $goto = 'tbl_properties.php';
00027 require('./tbl_query_box.php');
00028
00029 ?>
00030 </ul>
00031
00032 <?php
00033
00037 echo "\n";
00038 require_once('./footer.inc.php');
00039 ?>