[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/styles/prosilver/template/ -> ucp_reset_password.html (source)

   1  <!-- INCLUDE overall_header.html -->
   2  
   3  <form action="{{ U_RESET_PASSWORD_ACTION }}" method="post" id="reset_password">
   4  
   5  <div class="panel">
   6      <div class="inner">
   7  
   8      <div class="content">
   9          <h2>{{ lang('RESET_PASSWORD') }}</h2>
  10  
  11          <fieldset>
  12          {% if S_IS_PASSWORD_RESET %}
  13              {% if PASSWORD_RESET_ERRORS %}<p class="error">{{ PASSWORD_RESET_ERRORS | join('<br>') }}</p>{% endif %}
  14              <dl>
  15                  <dt><label for="new_password">{{ lang('NEW_PASSWORD') ~ lang('COLON') }}</label><br /><span>{{ lang('CHANGE_PASSWORD_EXPLAIN') }}</span></dt>
  16                  <dd><input class="inputbox autowidth" type="password" name="new_password" id="new_password" size="25" maxlength="255" title="{{ lang('CHANGE_PASSWORD') }}" autocomplete="off" /></dd>
  17              </dl>
  18              <dl>
  19                  <dt><label for="new_password_confirm">{{ lang('CONFIRM_PASSWORD') ~ lang('COLON') }}</label></dt>
  20                  <dd><input class="inputbox autowidth" type="password" name="new_password_confirm" id="new_password_confirm" size="25" maxlength="255" title="{{ lang('CONFIRM_PASSWORD') }}" autocomplete="off" /></dd>
  21              </dl>
  22          {% else %}
  23              {% if USERNAME_REQUIRED %}
  24                  <p class="error">{{ lang('EMAIL_NOT_UNIQUE') }}</p>
  25              {% endif %}
  26              <dl>
  27                  <dt><label for="email">{{ lang('EMAIL_ADDRESS') ~ lang('COLON') }}</label><br /><span>{{ lang('EMAIL_REMIND') }}</span></dt>
  28                  <dd><input class="inputbox autowidth" type="email" name="email" id="email" size="25" maxlength="100" value="{{ EMAIL }}" autofocus /></dd>
  29              </dl>
  30              {% if USERNAME_REQUIRED %}
  31              <dl>
  32                  <dt><label for="username">{{ lang('USERNAME') ~ lang('COLON') }}</label></dt>
  33                  <dd><input class="inputbox autowidth" type="text" name="username" id="username" size="25" /></dd>
  34              </dl>
  35              {% endif %}
  36          {% endif %}
  37          <dl>
  38              <dt>&nbsp;</dt>
  39              <dd>{{ S_HIDDEN_FIELDS }}<input type="submit" name="submit" id="submit" class="button1" value="{{ lang('SUBMIT') }}" tabindex="2" /></dd>
  40          </dl>
  41          {{ S_FORM_TOKEN }}
  42          </fieldset>
  43      </div>
  44  
  45      </div>
  46  </div>
  47  </form>
  48  
  49  <!-- INCLUDE overall_footer.html -->


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1