home *** CD-ROM | disk | FTP | other *** search
- <?php
- require("../Group-Office.php");
- $page_title=$http_not_found;
- require($GO_THEME->theme_path."simple_header.inc");
- ?>
- <table border="0" class="TableInside" cellpadding="10">
- <tr>
- <td>
- <h1><?php echo $http_not_found; ?></h1>
- <?php echo $http_not_found_text; ?>
- </td>
- </tr>
-
- <tr>
- <td>
- <?php
- $button = new button($cmdBack, "javascript:window.history.go(-1)");
- echo ' ';
- $button = new button($cmdClose, "javascript:window.close()");
- ?>
- </td>
- </tr>
- </table>
- <?php
- require($GO_THEME->theme_path."simple_footer.inc");
- ?>
-