|
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/reports/ |
Upload File : |
<?php /* $Id: Reports.tpl 3304 2007-10-25 17:31:55Z will $ */ ?>
<?php TemplateUtility::printHeader('Reports'); ?>
<?php TemplateUtility::printHeaderBlock(); ?>
<?php TemplateUtility::printTabs($this->active); ?>
<div id="main">
<?php TemplateUtility::printQuickSearch(); ?>
<div id="contents">
<table>
<tr>
<td width="3%">
<img src="images/reports.gif" width="24" height="24" border="0" alt="Reports" style="margin-top: 3px;" />
</td>
<td><h2>Reports</h2></td>
</tr>
</table>
<p class="note">Reports</p>
<table border="0" width="925">
<tr>
<td width="320">
<table class="statisticsTable" width="300">
<tr>
<th align="left">Today</th>
<th align="left"> </th>
</tr>
<tr class="evenTableRow">
<td align="left">New Job Orders</td>
<td align="right"><?php $this->_($this->statisticsData['jobOrdersToday']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">New Candidates</td>
<td align="right"><?php $this->_($this->statisticsData['candidatesToday']); ?> </td>
</tr>
<tr class="evenTableRow">
<td align="left">New Companies</td>
<td align="right"><?php $this->_($this->statisticsData['companiesToday']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=reports&a=showSubmissionReport&period=today" target="_blank">New Submissions</a>
</td>
<td align="right"><?php $this->_($this->statisticsData['submissionsToday']); ?> </td>
</tr>
<tr class="evenTableRow">
<td align="left">
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=reports&a=showPlacementReport&period=today" target="_blank">New Placements</a>
</td>
<td align="right"><?php $this->_($this->statisticsData['placementsToday']); ?> </td>
</tr>
<tr class="evenTableRow">
<td align="left">New Contacts</td>
<td align="right"><?php $this->_($this->statisticsData['contactsToday']); ?> </td>
</tr>
</table>
</td>
<td width="320">
<table class="statisticsTable" width="300">
<tr>
<th align="left">Yesterday</th>
<th align="left"> </th>
</tr>
<tr class="evenTableRow">
<td align="left">New Job Orders</td>
<td align="right"><?php $this->_($this->statisticsData['jobOrdersYesterday']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">New Candidates</td>
<td align="right"><?php $this->_($this->statisticsData['candidatesYesterday']); ?> </td>
</tr>
<tr class="evenTableRow">
<td align="left">New Companies</td>
<td align="right"><?php $this->_($this->statisticsData['companiesYesterday']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=reports&a=showSubmissionReport&period=yesterday" target="_blank">New Submissions</a>
</td>
<td align="right"><?php $this->_($this->statisticsData['submissionsYesterday']); ?> </td>
</tr>
<tr class="evenTableRow">
<td align="left">
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=reports&a=showPlacementReport&period=yesterday" target="_blank">New Placements</a>
</td>
<td align="right"><?php $this->_($this->statisticsData['placementsYesterday']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">New Contacts</td>
<td align="right"><?php $this->_($this->statisticsData['contactsYesterday']); ?> </td>
</tr>
</table>
</td>
<td width="320">
<table class="statisticsTable" width="300">
<tr>
<th align="left">This Week</th>
<th align="left"> </th>
</tr>
<tr class="evenTableRow">
<td align="left">New Job Orders</td>
<td align="right"><?php $this->_($this->statisticsData['jobOrdersThisWeek']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">New Candidates</td>
<td align="right"><?php $this->_($this->statisticsData['candidatesThisWeek']); ?> </td>
</tr>
<tr class="evenTableRow">
<td align="left">New Companies</td>
<td align="right"><?php $this->_($this->statisticsData['companiesThisWeek']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=reports&a=showSubmissionReport&period=thisWeek" target="_blank">New Submissions</a>
</td>
<td align="right"><?php $this->_($this->statisticsData['submissionsThisWeek']); ?> </td>
</tr>
<tr class="evenTableRow">
<td align="left">
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=reports&a=showPlacementReport&period=thisWeek" target="_blank">New Placements</a>
</td>
<td align="right"><?php $this->_($this->statisticsData['placementsThisWeek']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">New Contacts</td>
<td align="right"><?php $this->_($this->statisticsData['contactsThisWeek']); ?> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table class="statisticsTable" width="300">
<tr>
<th align="left">Last Week</th>
<th align="left"> </th>
</tr>
<tr class="evenTableRow">
<td align="left">New Job Orders</td>
<td align="right"><?php $this->_($this->statisticsData['jobOrdersLastWeek']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">New Candidates</td>
<td align="right"><?php $this->_($this->statisticsData['candidatesLastWeek']); ?> </td>
</tr>
<tr class="evenTableRow">
<td align="left">New Companies</td>
<td align="right"><?php $this->_($this->statisticsData['companiesLastWeek']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=reports&a=showSubmissionReport&period=lastWeek" target="_blank">New Submissions</a>
</td>
<td align="right"><?php $this->_($this->statisticsData['submissionsLastWeek']); ?> </td>
</tr>
<tr class="evenTableRow">
<td align="left">
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=reports&a=showPlacementReport&period=lastWeek" target="_blank">New Placements</a>
</td>
<td align="right"><?php $this->_($this->statisticsData['placementsLastWeek']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">New Contacts</td>
<td align="right"><?php $this->_($this->statisticsData['contactsLastWeek']); ?> </td>
</tr>
</table>
</td>
<td width="320" valign="top">
<table class="statisticsTable" width="300">
<tr>
<th align="left">This Month</th>
<th align="left"> </th>
</tr>
<tr class="evenTableRow">
<td align="left">New Job Orders</td>
<td align="right"><?php $this->_($this->statisticsData['jobOrdersThisMonth']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">New Candidates</td>
<td align="right"><?php $this->_($this->statisticsData['candidatesThisMonth']); ?> </td>
</tr>
<tr class="evenTableRow">
<td align="left">New Companies</td>
<td align="right"><?php $this->_($this->statisticsData['companiesThisMonth']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=reports&a=showSubmissionReport&period=thisMonth" target="_blank">New Submissions</a>
</td>
<td align="right"><?php $this->_($this->statisticsData['submissionsThisMonth']); ?> </td>
</tr>
<tr class="evenTableRow">
<td align="left">
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=reports&a=showPlacementReport&period=thisMonth" target="_blank">New Placements</a>
</td>
<td align="right"><?php $this->_($this->statisticsData['placementsThisMonth']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">New Contacts</td>
<td align="right"><?php $this->_($this->statisticsData['contactsThisMonth']); ?> </td>
</tr>
</table>
</td>
<td width="320" valign="top">
<table class="statisticsTable" width="300">
<tr>
<th align="left">Last Month</th>
<th align="left"> </th>
</tr>
<tr class="evenTableRow">
<td align="left">New Job Orders</td>
<td align="right"><?php $this->_($this->statisticsData['jobOrdersLastMonth']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">New Candidates</td>
<td align="right"><?php $this->_($this->statisticsData['candidatesLastMonth']); ?> </td>
</tr>
<tr class="evenTableRow">
<td align="left">New Companies</td>
<td align="right"><?php $this->_($this->statisticsData['companiesLastMonth']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=reports&a=showSubmissionReport&period=lastMonth" target="_blank">New Submissions</a>
</td>
<td align="right"><?php $this->_($this->statisticsData['submissionsLastMonth']); ?> </td>
</tr>
<tr class="evenTableRow">
<td align="left">
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=reports&a=showPlacementReport&period=lastMonth" target="_blank">New Placements</a>
</td>
<td align="right"><?php $this->_($this->statisticsData['placementsLastMonth']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">New Contacts</td>
<td align="right"><?php $this->_($this->statisticsData['contactsLastMonth']); ?> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="320" valign="top">
<table class="statisticsTable" width="300">
<tr>
<th align="left">This Year</th>
<th align="left"> </th>
</tr>
<tr class="evenTableRow">
<td align="left">New Job Orders</td>
<td align="right"><?php $this->_($this->statisticsData['jobOrdersThisYear']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">New Candidates</td>
<td align="right"><?php $this->_($this->statisticsData['candidatesThisYear']); ?> </td>
</tr>
<tr class="evenTableRow">
<td align="left">New Companies</td>
<td align="right"><?php $this->_($this->statisticsData['companiesThisYear']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=reports&a=showSubmissionReport&period=thisYear" target="_blank">New Submissions</a>
</td>
<td align="right"><?php $this->_($this->statisticsData['submissionsThisYear']); ?> </td>
</tr>
<tr class="evenTableRow">
<td align="left">
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=reports&a=showPlacementReport&period=thisYear" target="_blank">New Placements</a>
</td>
<td align="right"><?php $this->_($this->statisticsData['placementsThisYear']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">New Contacts</td>
<td align="right"><?php $this->_($this->statisticsData['contactsThisYear']); ?> </td>
</tr>
</table>
</td>
<td width="320" valign="top">
<table class="statisticsTable" width="300">
<tr>
<th align="left">Last Year</th>
<th align="left"> </th>
</tr>
<tr class="evenTableRow">
<td align="left">New Job Orders</td>
<td align="right"><?php $this->_($this->statisticsData['jobOrdersLastYear']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">New Candidates</td>
<td align="right"><?php $this->_($this->statisticsData['candidatesLastYear']); ?> </td>
</tr>
<tr class="evenTableRow">
<td align="left">New Companies</td>
<td align="right"><?php $this->_($this->statisticsData['companiesLastYear']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=reports&a=showSubmissionReport&period=lastYear" target="_blank">New Submissions</a>
</td>
<td align="right"><?php $this->_($this->statisticsData['submissionsLastYear']); ?> </td>
</tr>
<tr class="evenTableRow">
<td align="left">
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=reports&a=showPlacementReport&period=lastYear" target="_blank">New Placements</a>
</td>
<td align="right"><?php $this->_($this->statisticsData['placementsLastYear']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">New Contacts</td>
<td align="right"><?php $this->_($this->statisticsData['contactsLastYear']); ?> </td>
</tr>
</table>
</td>
<td width="320" valign="top">
<table class="statisticsTable" width="300">
<tr>
<th align="left">To Date</th>
<th align="left"> </th>
</tr>
<tr class="evenTableRow">
<td align="left">Total Companies</td>
<td align="right"><?php $this->_($this->statisticsData['totalCompanies']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">Total Candidates</td>
<td align="right"><?php $this->_($this->statisticsData['totalCandidates']); ?> </td>
</tr>
<tr class="evenTableRow">
<td align="left">Total Job Orders</td>
<td align="right"><?php $this->_($this->statisticsData['totalJobOrders']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=reports&a=showSubmissionReport&period=toDate" target="_blank">Total Submissions</a>
</td>
<td align="right"><?php $this->_($this->statisticsData['totalSubmissions']); ?> </td>
</tr>
<tr class="evenTableRow">
<td align="left">
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=reports&a=showPlacementReport&period=toDate" target="_blank">New Placements</a>
</td>
<td align="right"><?php $this->_($this->statisticsData['totalPlacements']); ?> </td>
</tr>
<tr class="oddTableRow">
<td align="left">Total Contacts</td>
<td align="right"><?php $this->_($this->statisticsData['totalContacts']); ?> </td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
<?php TemplateUtility::printFooter(); ?>