]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - phpBB2/cache/tpl_subSilver.profile_send_pass.php
Baseline
[www.vanrenterghem.biz.git] / phpBB2 / cache / tpl_subSilver.profile_send_pass.php
1 <?php
3 // eXtreme Styles mod cache. Generated on Sun, 19 Jun 2005 19:45:38 -0400 (time=1119224738)
5 ?>
6 <form action="<?php echo isset($this->vars['S_PROFILE_ACTION']) ? $this->vars['S_PROFILE_ACTION'] : $this->lang('S_PROFILE_ACTION'); ?>" method="post">
7 <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
8   <tr> 
9         <td align="left"><span class="nav"><a href="<?php echo isset($this->vars['U_INDEX']) ? $this->vars['U_INDEX'] : $this->lang('U_INDEX'); ?>" class="nav"><?php echo isset($this->vars['L_INDEX']) ? $this->vars['L_INDEX'] : $this->lang('L_INDEX'); ?></a></span></td>
10   </tr>
11 </table>
12   <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
13         <tr> 
14           <th class="thHead" colspan="2" height="25" valign="middle"><?php echo isset($this->vars['L_SEND_PASSWORD']) ? $this->vars['L_SEND_PASSWORD'] : $this->lang('L_SEND_PASSWORD'); ?></th>
15         </tr>
16         <tr> 
17           <td class="row2" colspan="2"><span class="gensmall"><?php echo isset($this->vars['L_ITEMS_REQUIRED']) ? $this->vars['L_ITEMS_REQUIRED'] : $this->lang('L_ITEMS_REQUIRED'); ?></span></td>
18         </tr>
19         <tr> 
20           <td class="row1" width="38%"><span class="gen"><?php echo isset($this->vars['L_USERNAME']) ? $this->vars['L_USERNAME'] : $this->lang('L_USERNAME'); ?>: *</span></td>
21           <td class="row2"> 
22                 <input type="text" class="post" style="width: 200px" name="username" size="25" maxlength="40" value="<?php echo isset($this->vars['USERNAME']) ? $this->vars['USERNAME'] : $this->lang('USERNAME'); ?>" />
23           </td>
24         </tr>
25         <tr> 
26           <td class="row1"><span class="gen"><?php echo isset($this->vars['L_EMAIL_ADDRESS']) ? $this->vars['L_EMAIL_ADDRESS'] : $this->lang('L_EMAIL_ADDRESS'); ?>: *</span></td>
27           <td class="row2"> 
28                 <input type="text" class="post" style="width: 200px" name="email" size="25" maxlength="255" value="<?php echo isset($this->vars['EMAIL']) ? $this->vars['EMAIL'] : $this->lang('EMAIL'); ?>" />
29           </td>
30         </tr>
31         <tr> 
32           <td class="catBottom" colspan="2" align="center" height="28"><?php echo isset($this->vars['S_HIDDEN_FIELDS']) ? $this->vars['S_HIDDEN_FIELDS'] : $this->lang('S_HIDDEN_FIELDS'); ?> 
33                 <input type="submit" name="submit" value="<?php echo isset($this->vars['L_SUBMIT']) ? $this->vars['L_SUBMIT'] : $this->lang('L_SUBMIT'); ?>" class="mainoption" />
34                 &nbsp;&nbsp; 
35                 <input type="reset" value="<?php echo isset($this->vars['L_RESET']) ? $this->vars['L_RESET'] : $this->lang('L_RESET'); ?>" name="reset" class="liteoption" />
36           </td>
37         </tr>
38   </table>
39 </form>