[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE mcp_header.html --> 2 3 <form method="post" id="mcp" action="{U_POST_ACTION}"> 4 5 <h2>{L_TITLE}</h2> 6 7 <div class="panel"> 8 <div class="inner"> 9 10 <fieldset> 11 <dl> 12 <dt><label for="username">{L_SELECT_USER}{L_COLON}</label></dt> 13 <dd><input name="username" id="username" type="text" class="inputbox" /></dd> 14 <dd><strong><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a></strong></dd> 15 </dl> 16 </fieldset> 17 18 </div> 19 </div> 20 21 <fieldset class="submit-buttons"> 22 <input type="submit" name="submituser" value="{L_SUBMIT}" class="button1" /> 23 {S_FORM_TOKEN} 24 </fieldset> 25 </form> 26 27 <!-- INCLUDE mcp_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 |