Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/security/Password/changed.tmpl

[% WRAPPER 'master_templates/master.tmpl' theme="yui" header=locale.maketext('Change Password') unprotected=1 extrastyle='
#doctitle h1 {
    color: #003541;
    font-size: 14px;
    margin: 0;
    padding: 5px 20px;
    text-align: left;
}
.highlight {
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #ACCCB8;
    margin: 0 8px 12px;
    padding: 12px 5px 8px;
    text-align: left;
    font-size: 12px;
}
#breadcrumbs { text-align: left;  font-size: 12px; text-decoration: none; }
' -%]
<div class="highlight"><p>
    [% data.result.changepw #NB: this is already HTML-encoded %]
    </p>
</div>
<div>
  <div style="float:right;">
    [% IF data.result.changed %]
      <p>[% locale.maketext("Success! The browser is now redirecting …"); %] </p>
      <meta http-equiv="refresh" content="0;url=/" />

    [% ELSE %]
      <form action="[% data.cp_security_token %]/?key=[% data.acct_randkey %]" method="POST" target="_top">
      <input type="submit" value="Continue &gt;&gt;" class="btn-primary">
      </form>
    [% END %]
  </div>
</div>
<div id="clearit" style="clear:both;">&nbsp;</div>
[% END -%]
Back to Directory File Manager