Bontiv-Sourceer source code viewer
Root | Help
./bontiv-cms/modules/user/templates/usr-chgpass.html
<form method="POST">
    <table width="569" border="0" cellpadding="0" cellspacing="0">
      <tr valign="top">
        <td height="32" colspan="3" background="{$themeurl}images/trait_hori.jpg"><span class="TitreB">Ancien mot de passe</span><img src="{$themeurl}images/puce_fleche.jpg" width="18" height="12"> </td>
      </tr>
      <tr>
        <td width="9" height="14"><img src="{$themeurl}images/box_HG.jpg" width="9" height="14"></td>
        <td width="549" background="{$themeurl}images/box_HM.jpg"></td>
        <td width="11"><img src="{$themeurl}images/box_HD.jpg" width="11" height="14"></td>
      </tr>
      <tr>
        <td background="{$themeurl}images/box_MG.jpg"></td>
        <td height="50" valign="top" background="{$themeurl}images/box_MM.jpg" class="Box">
<p>Tapez votre ancien mot de passe:<br />
<input type="password" name="oldpass" /></p>


</td>
        <td background="{$themeurl}images/box_MD.jpg"></td>
      </tr>
      <tr>
        <td><img src="{$themeurl}images/box_BG.jpg" width="9" height="10"></td>
        <td background="{$themeurl}images/box_BM.jpg"></td>
        <td><img src="{$themeurl}images/box_BD.jpg" width="11" height="10"></td>
      </tr>
    </table>
    <table width="569" border="0" cellpadding="0" cellspacing="0">
      <tr valign="top">
        <td height="32" colspan="3" background="{$themeurl}images/trait_hori.jpg"><span class="TitreB">Nouveau mot de passe</span><img src="{$themeurl}images/puce_fleche.jpg" width="18" height="12"> </td>
      </tr>
      <tr>
        <td width="9" height="14"><img src="{$themeurl}images/box_HG.jpg" width="9" height="14"></td>
        <td width="549" background="{$themeurl}images/box_HM.jpg"></td>
        <td width="11"><img src="{$themeurl}images/box_HD.jpg" width="11" height="14"></td>
      </tr>
      <tr>
        <td background="{$themeurl}images/box_MG.jpg"></td>
        <td height="50" valign="top" background="{$themeurl}images/box_MM.jpg" class="Box">

<p>Tapez le nouveau mot de passe:<br />
<input type="password" name="newpass" /></p>
<p>Confirmez:<br />
<input type="password" name="newpass2" /></p>


</td>
        <td background="{$themeurl}images/box_MD.jpg"></td>
      </tr>
      <tr>
        <td><img src="{$themeurl}images/box_BG.jpg" width="9" height="10"></td>
        <td background="{$themeurl}images/box_BM.jpg"></td>
        <td><img src="{$themeurl}images/box_BD.jpg" width="11" height="10"></td>
      </tr>
    </table>
<input type="submit" value="Changer !">
</form>
Presented with Bontiv-Sourceer