[ Index ] |
PHP Cross Reference of phpBB-3.1.12-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 <dl> 13 <dt><label for="username">{L_USERNAME}{L_COLON}</label></dt> 14 <dd><input class="inputbox narrow" type="text" name="username" id="username" size="25" /></dd> 15 </dl> 16 <dl> 17 <dt><label for="email">{L_EMAIL_ADDRESS}{L_COLON}</label><br /><span>{L_EMAIL_REMIND}</span></dt> 18 <dd><input class="inputbox narrow" type="email" name="email" id="email" size="25" maxlength="100" /></dd> 19 </dl> 20 <dl> 21 <dt> </dt> 22 <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> 23 </dl> 24 {S_FORM_TOKEN} 25 </fieldset> 26 </div> 27 28 </div> 29 </div> 30 </form> 31 32 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |