Line | |
---|
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 | <!-- IF ERROR -->
|
---|
8 | <tr>
|
---|
9 | <td class="row3" colspan="2" align="center"><span class="gensmall error">{ERROR}</span></td>
|
---|
10 | </tr>
|
---|
11 | <!-- ENDIF -->
|
---|
12 | <tr>
|
---|
13 | <td class="row1" width="50%"><b class="genmed">{L_DEFAULT_BBCODE}:</b></td>
|
---|
14 | <td class="row2"><input type="radio" class="radio" name="bbcode" value="1"<!-- IF S_BBCODE --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_YES}</span> <input type="radio" class="radio" name="bbcode" value="0"<!-- IF not S_BBCODE --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_NO}</span></td>
|
---|
15 | </tr>
|
---|
16 | <tr>
|
---|
17 | <td class="row1" width="50%"><b class="genmed">{L_DEFAULT_SMILIES}:</b></td>
|
---|
18 | <td class="row2"><input type="radio" class="radio" name="smilies" value="1"<!-- IF S_SMILIES --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_YES}</span> <input type="radio" class="radio" name="smilies" value="0"<!-- IF not S_SMILIES --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_NO}</span></td>
|
---|
19 | </tr>
|
---|
20 | <tr>
|
---|
21 | <td class="row1" width="50%"><b class="genmed">{L_DEFAULT_ADD_SIG}:</b></td>
|
---|
22 | <td class="row2"><input type="radio" class="radio" name="sig" value="1"<!-- IF S_SIG --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_YES}</span> <input type="radio" class="radio" name="sig" value="0"<!-- IF not S_SIG --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_NO}</span></td>
|
---|
23 | </tr>
|
---|
24 | <tr>
|
---|
25 | <td class="row1" width="50%"><b class="genmed">{L_DEFAULT_NOTIFY}:</b></td>
|
---|
26 | <td class="row2"><input type="radio" class="radio" name="notify" value="1"<!-- IF S_NOTIFY --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_YES}</span> <input type="radio" class="radio" name="notify" value="0"<!-- IF not S_NOTIFY --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_NO}</span></td>
|
---|
27 | </tr>
|
---|
28 | <tr>
|
---|
29 | <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>
|
---|
30 | </tr>
|
---|
31 | </table>
|
---|
32 |
|
---|
33 | <!-- INCLUDE ucp_footer.html -->
|
---|
Note:
See
TracBrowser
for help on using the repository browser.