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