| 1 | <!-- INCLUDE ucp_header.html -->
|
|---|
| 2 |
|
|---|
| 3 | <!-- DEFINE $S_SIGNATURE = 1 -->
|
|---|
| 4 | <table class="tablebg" width="100%" cellspacing="1">
|
|---|
| 5 | <tr>
|
|---|
| 6 | <th colspan="2">{L_TITLE}</th>
|
|---|
| 7 | </tr>
|
|---|
| 8 | <tr>
|
|---|
| 9 | <td colspan="2" class="row1">{L_SIGNATURE_EXPLAIN}</td>
|
|---|
| 10 | </tr>
|
|---|
| 11 |
|
|---|
| 12 | <!-- IF ERROR -->
|
|---|
| 13 | <tr>
|
|---|
| 14 | <td class="row3" colspan="2" align="center"><span class="genmed error">{ERROR}</span></td>
|
|---|
| 15 | </tr>
|
|---|
| 16 | <!-- ENDIF -->
|
|---|
| 17 |
|
|---|
| 18 | <tr>
|
|---|
| 19 | <td colspan="2" class="row2">
|
|---|
| 20 | <script type="text/javascript">
|
|---|
| 21 | // <![CDATA[
|
|---|
| 22 | var form_name = 'ucp';
|
|---|
| 23 | var text_name = 'signature';
|
|---|
| 24 | // ]]>
|
|---|
| 25 | </script>
|
|---|
| 26 |
|
|---|
| 27 | <table cellspacing="0" cellpadding="2" border="0" width="99%">
|
|---|
| 28 | <!-- INCLUDE posting_buttons.html -->
|
|---|
| 29 | <tr>
|
|---|
| 30 | <td colspan="2"><textarea class="post" name="signature" rows="10" cols="76" style="width: 90%;" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{SIGNATURE}</textarea></td>
|
|---|
| 31 | </tr>
|
|---|
| 32 | <!-- IF S_BBCODE_ALLOWED -->
|
|---|
| 33 | <tr>
|
|---|
| 34 | <td colspan="2">
|
|---|
| 35 | <table cellspacing="0" cellpadding="0" border="0" width="100%">
|
|---|
| 36 | <tr>
|
|---|
| 37 | <td align="{S_CONTENT_FLOW_BEGIN}">
|
|---|
| 38 | <script type="text/javascript">
|
|---|
| 39 | // <![CDATA[
|
|---|
| 40 | colorPalette('h', 6, 5)
|
|---|
| 41 | // ]]>
|
|---|
| 42 | </script>
|
|---|
| 43 | </td>
|
|---|
| 44 | </tr>
|
|---|
| 45 | </table>
|
|---|
| 46 | </td>
|
|---|
| 47 | </tr>
|
|---|
| 48 | <!-- ENDIF -->
|
|---|
| 49 | </table>
|
|---|
| 50 | </td>
|
|---|
| 51 | </tr>
|
|---|
| 52 | <tr>
|
|---|
| 53 | <td class="row1" valign="top"><b class="genmed">{L_OPTIONS}</b><br />
|
|---|
| 54 | <table cellspacing="2" cellpadding="0" border="0">
|
|---|
| 55 | <tr>
|
|---|
| 56 | <td class="gensmall">{BBCODE_STATUS}</td>
|
|---|
| 57 | </tr>
|
|---|
| 58 | <tr>
|
|---|
| 59 | <td class="gensmall">{IMG_STATUS}</td>
|
|---|
| 60 | </tr>
|
|---|
| 61 | <tr>
|
|---|
| 62 | <td class="gensmall">{FLASH_STATUS}</td>
|
|---|
| 63 | </tr>
|
|---|
| 64 | <tr>
|
|---|
| 65 | <td class="gensmall">{URL_STATUS}</td>
|
|---|
| 66 | </tr>
|
|---|
| 67 | <tr>
|
|---|
| 68 | <td class="gensmall">{SMILIES_STATUS}</td>
|
|---|
| 69 | </tr>
|
|---|
| 70 | </table>
|
|---|
| 71 | </td>
|
|---|
| 72 | <td class="row2" valign="top">
|
|---|
| 73 | <table cellspacing="0" cellpadding="1" border="0">
|
|---|
| 74 | <!-- IF S_BBCODE_ALLOWED -->
|
|---|
| 75 | <tr>
|
|---|
| 76 | <td><input type="checkbox" class="radio" name="disable_bbcode"{S_BBCODE_CHECKED} /></td>
|
|---|
| 77 | <td class="gen">{L_DISABLE_BBCODE}</td>
|
|---|
| 78 | </tr>
|
|---|
| 79 | <!-- ENDIF -->
|
|---|
| 80 | <!-- IF S_SMILIES_ALLOWED -->
|
|---|
| 81 | <tr>
|
|---|
| 82 | <td><input type="checkbox" class="radio" name="disable_smilies"{S_SMILIES_CHECKED} /></td>
|
|---|
| 83 | <td class="gen">{L_DISABLE_SMILIES}</td>
|
|---|
| 84 | </tr>
|
|---|
| 85 | <!-- ENDIF -->
|
|---|
| 86 | <!-- IF S_LINKS_ALLOWED -->
|
|---|
| 87 | <tr>
|
|---|
| 88 | <td><input type="checkbox" class="radio" name="disable_magic_url"{S_MAGIC_URL_CHECKED} /></td>
|
|---|
| 89 | <td class="gen">{L_DISABLE_MAGIC_URL}</td>
|
|---|
| 90 | </tr>
|
|---|
| 91 | <!-- ENDIF -->
|
|---|
| 92 | </table>
|
|---|
| 93 | </td>
|
|---|
| 94 | </tr>
|
|---|
| 95 |
|
|---|
| 96 | <!-- IF SIGNATURE_PREVIEW -->
|
|---|
| 97 | <tr>
|
|---|
| 98 | <th colspan="2" valign="middle">{L_SIGNATURE_PREVIEW}</th>
|
|---|
| 99 | </tr>
|
|---|
| 100 | <tr>
|
|---|
| 101 | <td class="row1" colspan="2"><div class="postbody" style="padding: 6px;">{SIGNATURE_PREVIEW}</div></td>
|
|---|
| 102 | </tr>
|
|---|
| 103 | <!-- ENDIF -->
|
|---|
| 104 |
|
|---|
| 105 | <tr>
|
|---|
| 106 | <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnlite" type="submit" name="preview" value="{L_PREVIEW}" /> <input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
|---|
| 107 | </tr>
|
|---|
| 108 | </table>
|
|---|
| 109 |
|
|---|
| 110 | <!-- INCLUDE ucp_footer.html -->
|
|---|