[ 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} <span class="small">[ <a href="{U_USER_PROFILE}" title="{L_VIEW_PROFILE}">{L_VIEW_PROFILE}</a> ]</span></h2> 6 7 <div class="panel"> 8 <div class="inner"> 9 <p>{L_PROFILE_INFO_NOTICE}</p> 10 11 <fieldset> 12 <!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF --> 13 <!-- EVENT ucp_profile_profile_info_before --> 14 <!-- IF S_BIRTHDAYS_ENABLED --> 15 <dl> 16 <dt><label for="bday_day">{L_BIRTHDAY}{L_COLON}{% EVENT ucp_profile_profile_info_birthday_label_append %}</label><br /><span>{L_BIRTHDAY_EXPLAIN}</span></dt> 17 <dd> 18 <label for="bday_day">{L_DAY}{L_COLON} <select name="bday_day" id="bday_day">{S_BIRTHDAY_DAY_OPTIONS}</select></label> 19 <label for="bday_month">{L_MONTH}{L_COLON} <select name="bday_month" id="bday_month">{S_BIRTHDAY_MONTH_OPTIONS}</select></label> 20 <label for="bday_year">{L_YEAR}{L_COLON} <select name="bday_year" id="bday_year">{S_BIRTHDAY_YEAR_OPTIONS}</select></label> 21 </dd> 22 </dl> 23 <!-- ENDIF --> 24 <!-- IF S_JABBER_ENABLED --> 25 <dl> 26 <dt><label for="jabber">{L_UCP_JABBER}{L_COLON}</label></dt> 27 <dd><input type="email" name="jabber" id="jabber" maxlength="255" value="{JABBER}" class="inputbox" /></dd> 28 </dl> 29 <!-- ENDIF --> 30 <!-- BEGIN profile_fields --> 31 <dl> 32 <dt><label<!-- IF profile_fields.FIELD_ID --> for="{profile_fields.FIELD_ID}"<!-- ENDIF -->>{profile_fields.LANG_NAME}{L_COLON}<!-- IF profile_fields.S_REQUIRED --> *<!-- ENDIF --></label> 33 <!-- IF profile_fields.LANG_EXPLAIN --><br /><span>{profile_fields.LANG_EXPLAIN}</span><!-- ENDIF --></dt> 34 <!-- IF profile_fields.ERROR --><dd class="error">{profile_fields.ERROR}</dd><!-- ENDIF --> 35 <dd>{profile_fields.FIELD}</dd> 36 </dl> 37 <!-- END profile_fields --> 38 <!-- EVENT ucp_profile_profile_info_after --> 39 </fieldset> 40 41 </div> 42 </div> 43 44 <fieldset class="submit-buttons"> 45 {S_HIDDEN_FIELDS} 46 <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> 47 {S_FORM_TOKEN} 48 </fieldset> 49 </form> 50 51 <!-- 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 |