all windows are implemented yet

This commit is contained in:
sebastian 2005-03-08 17:16:06 +00:00
parent 0fca5f27cd
commit a49bac6b5c
16 changed files with 292 additions and 80 deletions

View file

@ -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();
?>