| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php // @version $Id: confirm.php 16385 2010-04-23 10:44:15Z ian $ 2 defined('_JEXEC') or die('Restricted access'); 3 ?> 4 5 <div class="componentheading"> 6 <?php echo JText::_('Confirm your Account'); ?> 7 </div> 8 9 <form action="<?php echo JRoute::_( 'index.php?option=com_user&task=confirmreset' ); ?>" method="post" class="josForm form-validate"> 10 <table cellpadding="0" cellspacing="0" border="0" width="100%" class="contentpane"> 11 <tr> 12 <td colspan="2" height="40"> 13 <p><?php echo JText::_('RESET_PASSWORD_CONFIRM_DESCRIPTION'); ?></p> 14 </td> 15 </tr> 16 <tr> 17 <td height="40"> 18 <label for="username" class="hasTip" title="<?php echo JText::_('RESET_PASSWORD_USERNAME_TIP_TITLE'); ?>::<?php echo JText::_('RESET_PASSWORD_USERNAME_TIP_TEXT'); ?>"><?php echo JText::_('User Name'); ?>:</label> 19 </td> 20 <td> 21 <input id="username" name="username" type="text" class="required" size="36" /> 22 </td> 23 </tr> 24 <tr> 25 <td height="40"> 26 <label for="token" class="hasTip" title="<?php echo JText::_('RESET_PASSWORD_TOKEN_TIP_TITLE'); ?>::<?php echo JText::_('RESET_PASSWORD_TOKEN_TIP_TEXT'); ?>"><?php echo JText::_('Token'); ?>:</label> 27 </td> 28 <td> 29 <input id="token" name="token" type="text" class="required" size="36" /> 30 </td> 31 </tr> 32 </table> 33 34 <button type="submit" class="validate"><?php echo JText::_('Submit'); ?></button> 35 <?php echo JHTML::_( 'form.token' ); ?> 36 </form>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |