Rev | Line | |
---|
[400] | 1 | <!-- INCLUDE ucp_header.html -->
|
---|
| 2 |
|
---|
| 3 | <table class="tablebg" width="100%" cellspacing="1">
|
---|
| 4 | <tr>
|
---|
| 5 | <th colspan="2" valign="middle">{L_TITLE}</th>
|
---|
| 6 | </tr>
|
---|
| 7 | <tr>
|
---|
| 8 | <td class="row3" colspan="2"><span class="gensmall">{L_FOES_EXPLAIN}</span></td>
|
---|
| 9 | </tr>
|
---|
| 10 | <!-- IF ERROR -->
|
---|
| 11 | <tr>
|
---|
| 12 | <td class="row3" colspan="2" align="center"><span class="gensmall error">{ERROR}</span></td>
|
---|
| 13 | </tr>
|
---|
| 14 | <!-- ENDIF -->
|
---|
| 15 | <tr>
|
---|
| 16 | <td class="row1" width="40%"><b class="genmed">{L_YOUR_FOES}:</b><br /><span class="gensmall">{L_YOUR_FOES_EXPLAIN}</span></td>
|
---|
| 17 | <td class="row2" align="center"><!-- IF S_USERNAME_OPTIONS --><select name="usernames[]" multiple="multiple" size="5">{S_USERNAME_OPTIONS}</select><!-- ELSE --><b class="genmed">{L_NO_FOES}</b><!-- ENDIF --></td>
|
---|
| 18 | </tr>
|
---|
| 19 | <tr>
|
---|
| 20 | <td class="row1"><b class="genmed">{L_ADD_FOES}:</b><br /><span class="gensmall">{L_ADD_FOES_EXPLAIN} [ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</span></td>
|
---|
| 21 | <td class="row2" align="center"><textarea name="add" rows="5" cols="30">{USERNAMES}</textarea><br /></td>
|
---|
| 22 | </tr>
|
---|
| 23 | <tr>
|
---|
| 24 | <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
---|
| 25 | </tr>
|
---|
| 26 | </table>
|
---|
| 27 |
|
---|
| 28 | <!-- INCLUDE ucp_footer.html -->
|
---|
Note:
See
TracBrowser
for help on using the repository browser.