[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE overall_header.html --> 2 3 <form action="{S_PROFILE_ACTION}" method="post" id="remind"> 4 5 <div class="panel"> 6 <div class="inner"> 7 8 <div class="content"> 9 <h2>{L_SEND_PASSWORD}</h2> 10 11 <fieldset> 12 {% if USERNAME_REQUIRED %} 13 <p class="error">{{ lang('EMAIL_NOT_UNIQUE') }}</p> 14 {% endif %} 15 <dl> 16 <dt><label for="email">{L_EMAIL_ADDRESS}{L_COLON}</label><br /><span>{L_EMAIL_REMIND}</span></dt> 17 <dd><input class="inputbox narrow" type="email" name="email" id="email" size="25" maxlength="100" value="{{ EMAIL }}" autofocus /></dd> 18 </dl> 19 {% if USERNAME_REQUIRED %} 20 <dl> 21 <dt><label for="username">{L_USERNAME}{L_COLON}</label></dt> 22 <dd><input class="inputbox narrow" type="text" name="username" id="username" size="25" /></dd> 23 </dl> 24 {% endif %} 25 <dl> 26 <dt> </dt> 27 <dd>{S_HIDDEN_FIELDS}<input type="submit" name="submit" id="submit" class="button1" value="{L_SUBMIT}" tabindex="2" /> <input type="reset" value="{L_RESET}" name="reset" class="button2" /></dd> 28 </dl> 29 {S_FORM_TOKEN} 30 </fieldset> 31 </div> 32 33 </div> 34 </div> 35 </form> 36 37 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |