|
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/candidates/ |
Upload File : |
<?php /* $Id: ErrorModal.tpl 789 2006-09-08 07:41:24Z will $ */ ?>
<?php TemplateUtility::printModalHeader('Candidates'); ?>
<table>
<tr>
<td width="3%">
<img src="images/candidate.gif" width="24" height="24" border="0" alt="Candidates" style="margin-top: 3px;" />
</td>
<td><h2>Candidates: Error</h2></td>
</tr>
</table>
<p class="fatalError">
A fatal error has occurred.<br />
<br />
<?php echo($this->errorMessage); ?>
</p>
</body>
</html>