|
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: MyProfile.tpl 2452 2007-05-11 17:47:55Z brian $ */ ?>
<?php TemplateUtility::printHeader('Settings', array('modules/settings/validator.js', 'js/sorttable.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: My Profile</h2></td>
</tr>
</table>
<p class="note">Profile</p>
<?php if ($this->isDemoUser): ?>
Note that as a demo user, you do not have privileges to modify any settings.
<br /><br />
<?php endif; ?>
<table width="100%">
<tr>
<td width="100%">
<table class="searchTable" width="100%">
<tr>
<td width="230">
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=settings&a=showUser&userID=<?php echo($this->userID); ?>&privledged=false">
<img src="images/bullet_black.gif" alt="" border="0" />View Profile
</a>
</td>
<td>
View your current profile to verify your information is correct.
</td>
</tr>
<tr>
<td>
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=settings&a=myProfile&s=changePassword">
<img src="images/bullet_black.gif" alt="" border="0" />Change Password
</a>
</td>
<td>
Change your CATS login password.
</td>
</tr>
<!--<tr>
<td>
<a href="<?php echo(CATSUtility::getIndexName()); ?>?m=settings&a=myProfile&s=notificationOptions">
<img src="images/bullet_black.gif" alt="" border="0" />Change Notification Options
</a>
</td>
<td>
Change how CATS notifies you of new events.
</td>
</tr>-->
</table>
</td>
</tr>
</table>
</div>
</div>
<?php TemplateUtility::printFooter(); ?>