[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE ucp_header.html --> 2 3 <form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}> 4 5 <h2>{L_TITLE}</h2> 6 <div class="panel"> 7 <div class="inner"> 8 9 <!-- IF S_FORCE_PASSWORD --> 10 <p class="error">{L_FORCE_PASSWORD_EXPLAIN}</p> 11 <!-- ENDIF --> 12 13 <fieldset> 14 <!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF --> 15 <!-- EVENT ucp_profile_register_details_before --> 16 <dl> 17 <dt><label <!-- IF S_CHANGE_USERNAME -->for="username"<!-- ENDIF -->>{L_USERNAME}{L_COLON}</label><br /><span>{L_USERNAME_EXPLAIN}</span></dt> 18 <dd><!-- IF S_CHANGE_USERNAME --><input type="text" name="username" id="username" value="{USERNAME}" class="inputbox" title="{L_USERNAME}" /><!-- ELSE --><strong>{USERNAME}</strong><!-- ENDIF --></dd> 19 </dl> 20 <dl> 21 <dt><label for="email">{L_EMAIL_ADDRESS}{L_COLON}</label></dt> 22 <dd><!-- IF S_CHANGE_EMAIL --><input type="email" name="email" id="email" maxlength="100" value="{EMAIL}" class="inputbox" title="{L_EMAIL_ADDRESS}" autocomplete="off" /><!-- ELSE --><strong>{EMAIL}</strong><!-- ENDIF --></dd> 23 </dl> 24 <!-- IF S_CHANGE_PASSWORD --> 25 <dl> 26 <dt><label for="new_password">{L_NEW_PASSWORD}{L_COLON}</label><br /><span>{L_CHANGE_PASSWORD_EXPLAIN}</span></dt> 27 <dd><input type="password" name="new_password" id="new_password" maxlength="255" value="{NEW_PASSWORD}" class="inputbox" title="{L_CHANGE_PASSWORD}" autocomplete="off" /></dd> 28 </dl> 29 <dl> 30 <dt><label for="password_confirm">{L_CONFIRM_PASSWORD}{L_COLON}</label><br /><span>{L_CONFIRM_PASSWORD_EXPLAIN}</span></dt> 31 <dd><input type="password" name="password_confirm" id="password_confirm" maxlength="255" value="{PASSWORD_CONFIRM}" class="inputbox" title="{L_CONFIRM_PASSWORD}" autocomplete="off" /></dd> 32 </dl> 33 <!-- ENDIF --> 34 <!-- EVENT ucp_profile_register_details_after --> 35 </fieldset> 36 </div> 37 </div> 38 39 <div class="panel"> 40 <div class="inner"> 41 42 <fieldset> 43 <dl> 44 <dt><label for="cur_password">{L_CURRENT_PASSWORD}{L_COLON}</label><br /><span><!-- IF S_CHANGE_PASSWORD -->{L_CURRENT_CHANGE_PASSWORD_EXPLAIN}<!-- ELSE -->{L_CURRENT_PASSWORD_EXPLAIN}<!-- ENDIF --></span></dt> 45 <dd><input type="password" name="cur_password" id="cur_password" maxlength="255" value="{CUR_PASSWORD}" class="inputbox" title="{L_CURRENT_PASSWORD}" autocomplete="off" /></dd> 46 </dl> 47 </fieldset> 48 49 </div> 50 </div> 51 52 <fieldset class="submit-buttons"> 53 {S_HIDDEN_FIELDS} 54 <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> 55 {S_FORM_TOKEN} 56 </fieldset> 57 </form> 58 59 <!-- INCLUDE ucp_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 |