|
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/activity/ |
Upload File : |
<?php /* $Id: ActivityDataGrid.tpl 3355 2007-10-31 16:11:56Z andrew $ */ ?>
<?php TemplateUtility::printHeader('Activities', array('js/highlightrows.js', 'js/sweetTitles.js', 'js/dataGrid.js', 'js/dataGridFilters.js')); ?>
<?php TemplateUtility::printHeaderBlock(); ?>
<?php TemplateUtility::printTabs($this->active); ?>
<div id="main">
<?php TemplateUtility::printQuickSearch(); ?>
<div id="contents"<?php echo !$this->numActivities ? ' style="background-color: #E6EEFF; padding: 0px;"' : ''; ?>>
<?php if ($this->numActivities): ?>
<table width="100%">
<tr>
<td width="3%">
<img src="images/activities.gif" width="24" height="24" alt="Activities" style="border: none; margin-top: 3px;" />
</td>
<td><h2>Activities</h2></td>
<td align="right">
<?php $this->dataGrid->printNavigation(false); ?> <?php echo($this->quickLinks); ?>
</td>
</tr>
</table>
<p class="note">
<span style="float:left;">Activities - Page <?php echo($this->dataGrid->getCurrentPageHTML()); ?></span>
<span style="float:right;">
<?php $this->dataGrid->drawRowsPerPageSelector(); ?>
<?php $this->dataGrid->drawShowFilterControl(); ?>
</span>
</p>
<?php $this->dataGrid->drawFilterArea(); ?>
<?php $this->dataGrid->draw(); ?>
<div style="display:block;">
<span style="float:left;">
<?php $this->dataGrid->printActionArea(); ?>
</span>
<span style="float:right;">
<?php $this->dataGrid->printNavigation(true); ?>
</span>
</div>
<?php else: ?>
<br /><br /><br /><br />
<div style="height: 95px; background: #E6EEFF url(images/nodata/activitiesTop.jpg);">
</div>
<br /><br />
<table cellpadding="0" cellspacing="0" border="0" width="956">
<tr>
<td style="padding-left: 62px;" align="center" valign="center">
<div style="text-align: center; width: 700px; line-height: 22px; font-size: 18px; font-weight: bold; color: #666666; padding-bottom: 20px;">
Activities are automatically recorded based on actions you perform.
</div>
</td>
</tr>
</table>
<?php endif; ?>
</div>
</div>
<?php TemplateUtility::printFooter(); ?>