40 lines
563 B
PHP
Executable File
40 lines
563 B
PHP
Executable File
<?php
|
|
/* $Id$ */
|
|
// vim: expandtab sw=4 ts=4 sts=4:
|
|
|
|
|
|
/**
|
|
* Runs common work
|
|
*/
|
|
require('./tbl_properties_common.php3');
|
|
$err_url = 'tbl_properties.php3' . $err_url;
|
|
$url_query .= '&goto=tbl_properties.php3&back=tbl_properties.php3';
|
|
|
|
/**
|
|
* Top menu
|
|
*/
|
|
require('./tbl_properties_table_info.php3');
|
|
|
|
?>
|
|
<ul>
|
|
|
|
<!-- TABLE WORK -->
|
|
<?php
|
|
/**
|
|
* Query box, bookmark, insert data from textfile
|
|
*/
|
|
$goto = 'tbl_properties.php3';
|
|
require('./tbl_query_box.php3');
|
|
|
|
?>
|
|
</ul>
|
|
|
|
<?php
|
|
|
|
/**
|
|
* Displays the footer
|
|
*/
|
|
echo "\n";
|
|
require('./footer.inc.php3');
|
|
?>
|