|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/irtiweb/CATS/modules/home/ |
Upload File : |
<?php /* $Id: FriendlyError.tpl 3718 2007-11-27 20:48:00Z will $ */ ?>
<?php if (!$this->modal) TemplateUtility::printHeader('Support'); ?>
<?php if (!$this->modal) TemplateUtility::printHeaderBlock(); ?>
<style type="text/css">
div.friendlyErrorTitle {
font-size: 16pt;
font-weight: bold;
color: #444444;
line-height: 14pt;
font-family: Arial, Verdana, sans-serif;
}
div.friendlyErrorMessage {
font-size: 9pt;
color: #444444;
line-height: 14pt;
font-family: Arial, Verdana, sans-serif;
}
</style>
<?php if (!$this->modal): ?>
<div id="header">
<ul id="primary">
<?php TemplateUtility::printTabs($this->active); ?>
</ul>
</div>
<?php endif; ?>
<div id="main">
<?php if (!$this->modal) TemplateUtility::printQuickSearch(); ?>
<div id="contents">
<table style="padding: 25px;">
<tr>
<?php if (!$this->modal): ?>
<td align="left" valign="top" style="padding-right: 20px;">
<img src="images/friendly_error.jpg" border="0" />
</td>
<?php endif; ?>
<td align="left" valign="top">
<div class="friendlyErrorTitle"><?php echo $this->errorTitle; ?></div>
<p />
<div class="friendlyErrorMessage">
<?php echo $this->errorMessage; ?>
<?php if ($this->isDemo): ?>
<br /><br />
You are logged in as a <b>demo account.</b> Demo accounts
have several restrictions in place because of their inherent anonymity.
You may wish to sign up for a CATS Hosted account -- it's free,
and none of the demo restrictions are in place. To sign up, <a href="?a=getcats">click here</a>!
<?php endif; ?>
<?php
eval(Hooks::get('FRIENDLYERRORS_CONTACTCATS'));
?>
</div>
</td>
</tr>
</table>
</div>
</div>
<?php if (!$this->modal): ?>
<?php TemplateUtility::printFooter(); ?>
<?php endif; ?>