[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/styles/prosilver/template/ -> ucp_zebra_friends.html (source)

   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  
   7  <div class="panel">
   8      <div class="inner">
   9  
  10      <p>{L_FRIENDS_EXPLAIN}</p>
  11  
  12      <fieldset class="fields2">
  13      <!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
  14      <!-- EVENT ucp_friend_list_before -->
  15      <dl>
  16          <dt><label <!-- IF S_USERNAME_OPTIONS -->for="usernames"<!-- ENDIF -->>{L_YOUR_FRIENDS}{L_COLON}</label><br /><span>{L_YOUR_FRIENDS_EXPLAIN}</span></dt>
  17          <dd>
  18              <!-- IF S_USERNAME_OPTIONS -->
  19                  <select name="usernames[]" id="usernames" multiple="multiple" size="5">{S_USERNAME_OPTIONS}</select>
  20              <!-- ELSE -->
  21                  <strong>{L_NO_FRIENDS}</strong>
  22              <!-- ENDIF -->
  23          </dd>
  24      </dl>
  25      <!-- EVENT ucp_friend_list_after -->
  26      <dl>
  27          <dt><label for="add">{L_ADD_FRIENDS}{L_COLON}</label><br /><span>{L_ADD_FRIENDS_EXPLAIN}</span></dt>
  28          <dd><textarea name="add" id="add" rows="3" cols="30" class="inputbox">{USERNAMES}</textarea></dd>
  29          <dd><strong><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a></strong></dd>
  30      </dl>
  31      </fieldset>
  32  
  33      </div>
  34  </div>
  35  
  36  <fieldset class="submit-buttons">
  37      {S_HIDDEN_FIELDS}
  38      <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
  39      {S_FORM_TOKEN}
  40  </fieldset>
  41  </form>
  42  
  43  <!-- INCLUDE ucp_footer.html -->


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1