2009-08-12 15:01:01 +00:00
|
|
|
<?php
|
|
|
|
|
2010-07-19 18:21:48 +00:00
|
|
|
echo("<div style='margin:auto; text-align: center; margin-top: 50px; max-width:600px'>");
|
|
|
|
print_optionbar_start(100,600);
|
|
|
|
echo("
|
|
|
|
<table height=100% width=100%><tr>
|
2009-08-12 15:01:01 +00:00
|
|
|
<td><img src='images/no-48.png' valign=absmiddle></td>
|
|
|
|
<td width=10></td>
|
|
|
|
<td>
|
|
|
|
<span style='color: #990000; font-weight: bold;'>
|
2010-07-19 18:21:48 +00:00
|
|
|
<span style='font-size: 16px; font-weight: bold;'>Error</span>
|
|
|
|
<br />
|
2012-03-21 11:03:18 +00:00
|
|
|
<span style='font-size: 12px;'>You have insufficient permissions to view this page.</span>
|
2009-08-12 15:01:01 +00:00
|
|
|
</span>
|
|
|
|
</td>
|
2010-07-19 18:21:48 +00:00
|
|
|
</tr></table>");
|
|
|
|
print_optionbar_end();
|
|
|
|
echo("</div>");
|
2009-08-12 15:01:01 +00:00
|
|
|
|
|
|
|
?>
|