Show 404.php syntax highlighted
<?php
require_once("../Group-Office.php");
load_basic_controls();
$page_title=$http_not_found;
require_once($GO_THEME->theme_path."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_once($GO_THEME->theme_path."footer.inc");
See more files for this project here
Group-Office is a powerfull modular Internet/Intranet application framework. It features calendaring, project management, e-mail, tasks, addressbook, file management.
Project homepage:
http://sourceforge.net/projects/group-office
Programming language(s): JavaScript,Pascal,PHP
License: other
401.inc
401.php
403.inc
403.php
404.php