[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE overall_header.html --> 2 3 4 <form action="{S_PROFILE_ACTION}" method="post" id="resend"> 5 6 <div class="panel"> 7 <div class="inner"> 8 9 <div class="content"> 10 <h2>{L_UCP_RESEND}</h2> 11 12 <fieldset> 13 <dl> 14 <dt><label for="username">{L_USERNAME}{L_COLON}</label></dt> 15 <dd><input class="inputbox narrow" type="text" name="username" id="username" size="25" /></dd> 16 </dl> 17 <dl> 18 <dt><label for="email">{L_EMAIL_ADDRESS}{L_COLON}</label><br /><span>{L_EMAIL_REMIND}</span></dt> 19 <dd><input class="inputbox narrow" type="email" name="email" id="email" size="25" maxlength="100" /></dd> 20 </dl> 21 <dl> 22 <dt> </dt> 23 <dd>{S_HIDDEN_FIELDS}{S_FORM_TOKEN}<input type="submit" name="submit" id="submit" class="button1" value="{L_SUBMIT}" tabindex="2" /></dd> 24 </dl> 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: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |