| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php // @version $Id: complete.php 11786 2009-04-24 17:48:08Z kdevine $ 2 defined('_JEXEC') or die('Restricted access'); 3 ?> 4 5 <div class="componentheading"> 6 <?php echo JText::_('Reset your Password'); ?> 7 </div> 8 9 <form action="<?php echo JRoute::_( 'index.php?option=com_user&task=completereset' ); ?>" 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_COMPLETE_DESCRIPTION'); ?></p> 14 </td> 15 </tr> 16 <tr> 17 <td height="40"> 18 <label for="password1" class="hasTip" title="<?php echo JText::_('RESET_PASSWORD_PASSWORD1_TIP_TITLE'); ?>::<?php echo JText::_('RESET_PASSWORD_PASSWORD1_TIP_TEXT'); ?>"><?php echo JText::_('Password'); ?>:</label> 19 </td> 20 <td> 21 <input id="password1" name="password1" type="password" class="required validate-password" /> 22 </td> 23 </tr> 24 <tr> 25 <td height="40"> 26 <label for="password2" class="hasTip" title="<?php echo JText::_('RESET_PASSWORD_PASSWORD2_TIP_TITLE'); ?>::<?php echo JText::_('RESET_PASSWORD_PASSWORD2_TIP_TEXT'); ?>"><?php echo JText::_('Verify Password'); ?>:</label> 27 </td> 28 <td> 29 <input id="password2" name="password2" type="password" class="required validate-password" /> 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 |