OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / templates / pwc007_music / html / com_user / reset / confirm.php
1 <?php defined('_JEXEC') or die; ?>
2 <div class="Post">
3     <div class="Post-body">
4 <div class="Post-inner">
5
6 <h2 class="PostHeaderIcon-wrapper"><?php echo JHTML::_('image.site', 'PostHeaderIcon.png', null, null, null, JText::_("PostHeaderIcon"), array('width' => '24', 'height' => '31')); ?> <span class="PostHeader">
7 <div class="componentheading">
8         <?php echo JText::_('Confirm your Account'); ?>
9 </div>
10 </span>
11 </h2>
12
13 <div class="PostContent">
14
15 <form action="index.php?option=com_user&amp;task=confirmreset" method="post" class="josForm form-validate">
16         <table cellpadding="0" cellspacing="0" border="0" width="100%" class="contentpane">
17                 <tr>
18                         <td colspan="2" height="40">
19                                 <p><?php echo JText::_('RESET_PASSWORD_CONFIRM_DESCRIPTION'); ?></p>
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>
35
36 </div>
37 <div class="cleared"></div>
38
39
40 </div>
41
42     </div>
43 </div>