|
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: NewVersionCheck.tpl 3585 2007-11-12 23:27:30Z andrew $ */ ?>
<?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>
<tr>
<td width="3%">
<img src="images/settings.gif" width="24" height="24" border="0" alt="Settings" style="margin-top: 3px;" />
</td>
<td><h2>Settings: Administration</h2></td>
</tr>
</table>
<p class="note">New Version</p>
<table class="searchTable" width="100%">
<tr>
<td>
<?php if ($this->versionCheckPref): ?>
<p>
Your current version is: <span class="bold"><?php echo(CATSUtility::getVersion()); ?> Build <?php echo(CATSUtility::getBuild()); ?></span>.<br />
<?php if ($this->newVersion): ?>
<span class="bold">A new version is available!</span><br />
Go to <a href="http://www.catsone.com/" target="_blank">www.catsone.com</a> to learn more.<br />
<?php else: ?>
Catsone.com reports your version is up to date.<br />
<?php endif; ?>
</p>
<?php $this->_($this->newVersionNews); ?>
<?php else: ?>
<span>Version checking is currently disabled.</span><br /><br />
<?php endif; ?>
<!-- <form action="<?php echo(CATSUtility::getIndexName()); ?>?m=settings&a=administration" id="changeNewVersionForm" method="post">
<input type="hidden" name="postback" value="postback" />
<input type="hidden" name="administrationMode" value="changeVersionCheck" />
<input type="checkbox" name="versionCheck" id="versionCheck"<?php if ($this->versionCheckPref): ?> checked<?php endif; ?> />Enable New Version Check (Recommended)<br /><br />
<input type="submit" name="save" class = "button" value="Save" />
<input type="button" name="back" class = "button" value="Back" onclick="document.location.href='<?php echo(CATSUtility::getIndexName()); ?>?m=settings&a=administration';" />
</form> -->
</td>
</tr>
</table>
</div>
</div>
<?php TemplateUtility::printFooter(); ?>