home *** CD-ROM | disk | FTP | other *** search
- <?php
- /* $Id: tbl_properties.php,v 2.2 2003/11/26 22:52:24 rabus Exp $ */
- // vim: expandtab sw=4 ts=4 sts=4:
-
-
- /**
- * Runs common work
- */
- require('./tbl_properties_common.php');
- $err_url = 'tbl_properties.php' . $err_url;
- $url_query .= '&goto=tbl_properties.php&back=tbl_properties.php';
-
- /**
- * Top menu
- */
- require('./tbl_properties_table_info.php');
-
- ?>
- <ul>
-
- <!-- TABLE WORK -->
- <?php
- /**
- * Query box, bookmark, insert data from textfile
- */
- $goto = 'tbl_properties.php';
- require('./tbl_query_box.php');
-
- ?>
- </ul>
-
- <?php
-
- /**
- * Displays the footer
- */
- echo "\n";
- require_once('./footer.inc.php');
- ?>
-