| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php defined('_JEXEC') or die; ?> 2 3 <div class="componentheading"> 4 <?php echo JText::_('Confirm your Account'); ?> 5 </div> 6 7 <form action="<?php echo JRoute::_( 'index.php?option=com_user&task=confirmreset' ); ?>" method="post" class="josForm form-validate"> 8 <table cellpadding="0" cellspacing="0" border="0" width="100%" class="contentpane"> 9 <tr> 10 <td colspan="2" height="40"> 11 <p><?php echo JText::_('RESET_PASSWORD_CONFIRM_DESCRIPTION'); ?></p> 12 </td> 13 </tr> 14 <tr> 15 <td height="40"> 16 <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> 17 </td> 18 <td> 19 <input id="username" name="username" type="text" class="required" size="36" /> 20 </td> 21 </tr> 22 <tr> 23 <td height="40"> 24 <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> 25 </td> 26 <td> 27 <input id="token" name="token" type="text" class="required" size="36" /> 28 </td> 29 </tr> 30 </table> 31 32 <button type="submit" class="validate"><?php echo JText::_('Submit'); ?></button> 33 <?php echo JHTML::_( 'form.token' ); ?> 34 </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 |