home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Freeware
/
Programare
/
groupoffice-com-2.01
/
error_docs
/
403.inc
< prev
next >
Wrap
Text File
|
2004-03-08
|
477b
|
19 lines
<table border="0" class="TableInside" cellpadding="10">
<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)");
echo ' ';
$button = new button($cmdClose, "javascript:window.close()");
?>
</td>
</tr>
</table>