all windows are implemented yet
This commit is contained in:
parent
0fca5f27cd
commit
a49bac6b5c
16 changed files with 292 additions and 80 deletions
|
@ -8,6 +8,11 @@ require_once dirname(__FILE__).'/ui_handler.class.php';
|
|||
## initialize objects ###############################################
|
||||
$uiHandler =& new uiHandler($config);
|
||||
$uiBase =& $uiHandler;
|
||||
|
||||
?>
|
||||
<html>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<body>
|
||||
Your request is processed...
|
||||
<?php
|
||||
ob_start();
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue