|
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/settings/ |
Upload File : |
<?php /* $Id: CustomizeReports.tpl 1535 2007-01-22 17:55:29Z will $ */ ?>
<?php TemplateUtility::printHeader('Settings', array('modules/settings/validator.js')); ?>
<?php TemplateUtility::printHeaderBlock(); ?>
<?php TemplateUtility::printTabs($this->active, $this->subActive); ?>
<div id="main">
<?php TemplateUtility::printQuickSearch(); ?>
<div id="contents">
<table width="100%">
<tr>
<td width="3%">
<img src="images/settings.gif" width="24" height="24" border="0" alt="Settings" style="margin-top: 3px;" />
</td>
<td align="left"><h2>Settings: Reports</h2></td>
</tr>
</table>
<p class="note">Report Settings</p>
<table>
<tr>
<td>
<form name="editCalendarForm" id="editCalendarForm" action="<?php echo(CATSUtility::getIndexName()); ?>?m=settings&a=customizeCalendar" method="post">
<input type="hidden" name="postback" value="postback" />
<table class="editTable" width="700">
<tr>
<td class="tdVertical" style="width:250px;">
URL to logo image for report:
</td>
<td class="tdData">
<input type="textbox" class="textbox" name="reportImageURL" style="width:400px;">
</td>
</tr>
<tr>
<td class="tdVertical" style="width:250px;">
Text caption for logo:
</td>
<td class="tdData">
<input type="textbox" class="textbox" name="reportImageURL" style="width:400px;">
</td>
</tr>
</table>
<input type="submit" class="button" name="submit" id="submit" value="Save" />
<input type="reset" class="button" name="reset" id="reset" value="Reset" />
</form>
</td>
</tr>
</table>
</div>
</div>
<?php TemplateUtility::printFooter(); ?>