[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

   1      <form id="user_profile" method="post" action="{U_ACTION}">
   2  
   3      <fieldset>
   4          <legend>{L_USER_PROFILE}</legend>
   5      <dl>
   6          <dt><label for="icq">{L_UCP_ICQ}:</label></dt>
   7          <dd><input type="text" id="icq" name="icq" value="{ICQ}" /></dd>
   8      </dl>
   9      <dl>
  10          <dt><label for="aim">{L_UCP_AIM}:</label></dt>
  11          <dd><input type="text" id="aim" name="aim" value="{AIM}" /></dd>
  12      </dl>
  13      <dl>
  14          <dt><label for="msn">{L_UCP_MSNM}:</label></dt>
  15          <dd><input type="text" id="msn" name="msn" value="{MSN}" /></dd>
  16      </dl>
  17      <dl>
  18          <dt><label for="yim">{L_UCP_YIM}:</label></dt>
  19          <dd><input type="text" id="yim" name="yim" value="{YIM}" /></dd>
  20      </dl>
  21      <dl>
  22          <dt><label for="jabber">{L_UCP_JABBER}:</label></dt>
  23          <dd><input type="text" id="jabber" name="jabber" value="{JABBER}" /></dd>
  24      </dl>
  25      <dl>
  26          <dt><label for="website">{L_WEBSITE}:</label></dt>
  27          <dd><input type="text" id="website" name="website" value="{WEBSITE}" /></dd>
  28      </dl>
  29      <dl>
  30          <dt><label for="location">{L_LOCATION}:</label></dt>
  31          <dd><input type="text" id="location" name="location" value="{LOCATION}" /></dd>
  32      </dl>
  33      <dl>
  34          <dt><label for="occupation">{L_OCCUPATION}:</label></dt>
  35          <dd><textarea id="occupation" name="occupation" rows="3" cols="30">{OCCUPATION}</textarea></dd>
  36      </dl>
  37      <dl>
  38          <dt><label for="interests">{L_INTERESTS}:</label></dt>
  39          <dd><textarea id="interests" name="interests" rows="3" cols="30">{INTERESTS}</textarea></dd>
  40      </dl>
  41      <dl> 
  42          <dt><label for="birthday">{L_BIRTHDAY}:</label><br /><span>{L_BIRTHDAY_EXPLAIN}</span></dt>
  43          <dd>{L_DAY}: <select id="birthday" name="bday_day">{S_BIRTHDAY_DAY_OPTIONS}</select> {L_MONTH}: <select name="bday_month">{S_BIRTHDAY_MONTH_OPTIONS}</select> {L_YEAR}: <select name="bday_year">{S_BIRTHDAY_YEAR_OPTIONS}</select></dd>
  44      </dl>
  45      </fieldset>
  46  
  47      <!-- IF .profile_fields -->
  48          <fieldset>
  49              <legend>{L_USER_CUSTOM_PROFILE_FIELDS}</legend>
  50          <!-- BEGIN profile_fields -->
  51          <dl> 
  52              <dt><label<!-- IF profile_fields.FIELD_ID --> for="{profile_fields.FIELD_ID}"<!-- ENDIF -->>{profile_fields.LANG_NAME}:</label><!-- IF profile_fields.LANG_EXPLAIN --><br /><span>{profile_fields.LANG_EXPLAIN}</span><!-- ENDIF --></dt>
  53              <dd>{profile_fields.FIELD}</dd>
  54              <!-- IF profile_fields.ERROR -->
  55                  <dd><span class="small" style="color: red;">{profile_fields.ERROR}</span></dd>
  56              <!-- ENDIF -->
  57          </dl>
  58          <!-- END profile_fields -->
  59          </fieldset>
  60      <!-- ENDIF -->
  61  
  62      <fieldset class="quick">
  63          <input class="button1" type="submit" name="update" value="{L_SUBMIT}" />
  64          {S_FORM_TOKEN}
  65      </fieldset>
  66      </form>


Generated: Wed Oct 2 15:03:47 2013 Cross-referenced by PHPXref 0.7.1