2003-10-15 23:19:15 +00:00
|
|
|
<!-- INCLUDE ucp_header.html -->
|
|
|
|
|
2006-11-27 14:25:15 +00:00
|
|
|
<!-- DEFINE $S_SIGNATURE = 1 -->
|
2004-01-05 12:38:44 +00:00
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
2006-06-16 16:54:51 +00:00
|
|
|
<tr>
|
|
|
|
<th colspan="2">{L_TITLE}</th>
|
|
|
|
</tr>
|
2006-11-27 14:25:15 +00:00
|
|
|
<tr>
|
|
|
|
<td colspan="2">{L_SIGNATURE_EXPLAIN}</td>
|
|
|
|
</tr>
|
2004-01-05 10:20:01 +00:00
|
|
|
|
2006-06-16 16:54:51 +00:00
|
|
|
<!-- IF ERROR -->
|
2003-10-15 23:19:15 +00:00
|
|
|
<tr>
|
2004-11-06 14:22:04 +00:00
|
|
|
<td class="row3" colspan="2" align="center"><span class="genmed error">{ERROR}</span></td>
|
2003-10-15 23:19:15 +00:00
|
|
|
</tr>
|
2006-06-16 16:54:51 +00:00
|
|
|
<!-- ENDIF -->
|
2004-01-05 10:20:01 +00:00
|
|
|
|
2006-06-16 16:54:51 +00:00
|
|
|
<tr>
|
2006-11-27 14:25:15 +00:00
|
|
|
<td colspan="2" class="row2">
|
|
|
|
<script language="javascript" type="text/javascript">
|
|
|
|
<!--
|
|
|
|
var form_name = 'ucp';
|
|
|
|
var text_name = 'signature';
|
|
|
|
-->
|
|
|
|
</script>
|
|
|
|
|
2006-06-16 16:54:51 +00:00
|
|
|
<table cellspacing="0" cellpadding="2" border="0">
|
2006-11-27 14:25:15 +00:00
|
|
|
<!-- INCLUDE posting_buttons.html -->
|
2006-06-16 16:54:51 +00:00
|
|
|
<tr>
|
2006-11-27 14:25:15 +00:00
|
|
|
<td><textarea class="post" name="signature" rows="10" cols="76" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{SIGNATURE}</textarea></td>
|
|
|
|
<td></td>
|
2006-06-16 16:54:51 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="9">
|
|
|
|
<table cellspacing="0" cellpadding="0" border="0" width="100%">
|
|
|
|
<tr>
|
2006-11-27 14:25:15 +00:00
|
|
|
<td align="left">
|
2006-06-16 16:54:51 +00:00
|
|
|
<script type="text/javascript">
|
|
|
|
<!--
|
2006-11-27 14:25:15 +00:00
|
|
|
colorPalette('h', 6, 5)
|
2006-06-16 16:54:51 +00:00
|
|
|
//-->
|
|
|
|
</script>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="row1" valign="top"><b class="genmed">{L_OPTIONS}</b><br />
|
|
|
|
<table cellspacing="2" cellpadding="0" border="0">
|
|
|
|
<tr>
|
|
|
|
<td class="gensmall">{BBCODE_STATUS}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="gensmall">{IMG_STATUS}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="gensmall">{FLASH_STATUS}</td>
|
|
|
|
</tr>
|
2006-09-13 16:08:36 +00:00
|
|
|
<tr>
|
|
|
|
<td class="gensmall">{URL_STATUS}</td>
|
|
|
|
</tr>
|
2006-06-16 16:54:51 +00:00
|
|
|
<tr>
|
|
|
|
<td class="gensmall">{SMILIES_STATUS}</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
<td class="row2" valign="top">
|
|
|
|
<table cellspacing="0" cellpadding="1" border="0">
|
|
|
|
<!-- IF S_BBCODE_ALLOWED -->
|
2003-10-15 23:19:15 +00:00
|
|
|
<tr>
|
2006-06-13 15:06:32 +00:00
|
|
|
<td><input type="checkbox" class="radio" name="disable_bbcode"{S_BBCODE_CHECKED} /></td>
|
2003-10-15 23:19:15 +00:00
|
|
|
<td class="gen">{L_DISABLE_BBCODE}</td>
|
|
|
|
</tr>
|
2006-06-16 16:54:51 +00:00
|
|
|
<!-- ENDIF -->
|
|
|
|
<!-- IF S_SMILIES_ALLOWED -->
|
2003-10-15 23:19:15 +00:00
|
|
|
<tr>
|
2006-06-13 15:06:32 +00:00
|
|
|
<td><input type="checkbox" class="radio" name="disable_smilies"{S_SMILIES_CHECKED} /></td>
|
2003-10-15 23:19:15 +00:00
|
|
|
<td class="gen">{L_DISABLE_SMILIES}</td>
|
|
|
|
</tr>
|
2006-06-16 16:54:51 +00:00
|
|
|
<!-- ENDIF -->
|
2006-09-13 16:08:36 +00:00
|
|
|
<!-- IF S_LINKS_ALLOWED -->
|
|
|
|
<tr>
|
|
|
|
<td><input type="checkbox" class="radio" name="disable_magic_url"{S_MAGIC_URL_CHECKED} /></td>
|
|
|
|
<td class="gen">{L_DISABLE_MAGIC_URL}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- ENDIF -->
|
2006-06-16 16:54:51 +00:00
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<!-- IF SIGNATURE_PREVIEW -->
|
2003-10-15 23:19:15 +00:00
|
|
|
<tr>
|
2004-01-05 12:38:44 +00:00
|
|
|
<th colspan="2" valign="middle">{L_SIGNATURE_PREVIEW}</th>
|
2003-10-15 23:19:15 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2006-05-18 21:03:56 +00:00
|
|
|
<td class="row1" colspan="2"><div class="postbody" style="padding: 6px;">{SIGNATURE_PREVIEW}</div></td>
|
2003-10-15 23:19:15 +00:00
|
|
|
</tr>
|
2006-06-16 16:54:51 +00:00
|
|
|
<!-- ENDIF -->
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<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>
|
|
|
|
</tr>
|
2003-10-15 23:19:15 +00:00
|
|
|
</table>
|
|
|
|
|
|
|
|
<!-- INCLUDE ucp_footer.html -->
|