Code Search for Developers
 
 
  

401.php from Group-Office groupware at Krugle


Show 401.php syntax highlighted

<?php
require_once("../Group-Office.php");
$page_title=$strAccessDenied;
load_basic_controls();
require_once($GO_THEME->theme_path."header.inc");
?>
<table cellpadding="10" class="ErrorBox">
<tr>
	<td valign="top"><img src="<?php echo $GO_THEME->images['stop']; ?>" border="0" /></td>
	<td>
	<h1><?php echo $strAccessDenied; ?></h1>
	<?php echo $AccessDenied_text; ?>
	</td>
</tr>
<tr>
	<td colspan="2">
	<?php
	$button = new button($cmdBack, "javascript:window.history.go(-1)");
	?>
    </td>
</tr>
</table>
<?php
require_once($GO_THEME->theme_path."footer.inc");




See more files for this project here

Group-Office groupware

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