[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/adm/style/ -> acp_users_profile.html (source)

   1      <form id="user_profile" method="post" action="{U_ACTION}"{S_FORM_ENCTYPE}>
   2  
   3      <fieldset>
   4          <legend>{L_USER_PROFILE}</legend>
   5      <!-- EVENT acp_users_profile_before -->
   6      <dl>
   7          <dt><label for="jabber">{L_UCP_JABBER}{L_COLON}</label></dt>
   8          <dd><input type="email" id="jabber" name="jabber" value="{JABBER}" /></dd>
   9      </dl>
  10      <dl>
  11          <dt><label for="birthday">{L_BIRTHDAY}{L_COLON}</label><br /><span>{L_BIRTHDAY_EXPLAIN}</span></dt>
  12          <dd>{L_DAY}{L_COLON} <select id="birthday" name="bday_day">{S_BIRTHDAY_DAY_OPTIONS}</select> {L_MONTH}{L_COLON} <select name="bday_month">{S_BIRTHDAY_MONTH_OPTIONS}</select> {L_YEAR}{L_COLON} <select name="bday_year">{S_BIRTHDAY_YEAR_OPTIONS}</select></dd>
  13      </dl>
  14      <!-- EVENT acp_users_profile_after -->
  15      </fieldset>
  16  
  17      <!-- IF .profile_fields -->
  18          <fieldset>
  19              <legend>{L_USER_CUSTOM_PROFILE_FIELDS}</legend>
  20          <!-- BEGIN profile_fields -->
  21          <dl>
  22              <dt><label<!-- IF profile_fields.FIELD_ID --> for="{profile_fields.FIELD_ID}"<!-- ENDIF -->>{profile_fields.LANG_NAME}{L_COLON}</label><!-- IF profile_fields.LANG_EXPLAIN --><br /><span>{profile_fields.LANG_EXPLAIN}</span><!-- ENDIF --></dt>
  23              <dd>{profile_fields.FIELD}</dd>
  24              <!-- IF profile_fields.ERROR -->
  25                  <dd><span class="small" style="color: red;">{profile_fields.ERROR}</span></dd>
  26              <!-- ENDIF -->
  27          </dl>
  28          <!-- END profile_fields -->
  29          </fieldset>
  30      <!-- ENDIF -->
  31      <!-- EVENT acp_users_profile_custom_after -->
  32      <fieldset class="quick">
  33          <input class="button1" type="submit" name="update" value="{L_SUBMIT}" />
  34          {S_FORM_TOKEN}
  35      </fieldset>
  36      </form>


Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1