mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
- changed attachment handling a bit - tried to remove target tags out of the code - do not add session ids to urls for bots as well as not creating a new session on each page view for them I bet i introduced some bugs too. ;) git-svn-id: file:///svn/phpbb/trunk@6364 89ea8834-ac86-4346-8a33-228a782c2dd0
172 lines
7.0 KiB
HTML
172 lines
7.0 KiB
HTML
<!-- INCLUDE ucp_header.html -->
|
|
|
|
<script language="javascript" type="text/javascript">
|
|
<!--
|
|
|
|
var form_name = 'ucp';
|
|
var text_name = 'signature';
|
|
|
|
// Define the bbCode tags
|
|
bbcode = new Array();
|
|
bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]','[flash=]', '[/flash]','[size=]','[/size]'<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME}<!-- END custom_tags -->);
|
|
imageTag = false;
|
|
|
|
// Helpline messages
|
|
b_help = "{LA_BBCODE_B_HELP}";
|
|
i_help = "{LA_BBCODE_I_HELP}";
|
|
u_help = "{LA_BBCODE_U_HELP}";
|
|
q_help = "{LA_BBCODE_Q_HELP}";
|
|
c_help = "{LA_BBCODE_C_HELP}";
|
|
l_help = "{LA_BBCODE_L_HELP}";
|
|
o_help = "{LA_BBCODE_O_HELP}";
|
|
p_help = "{LA_BBCODE_P_HELP}";
|
|
w_help = "{LA_BBCODE_W_HELP}";
|
|
a_help = "{LA_BBCODE_A_HELP}";
|
|
s_help = "{LA_BBCODE_S_HELP}";
|
|
f_help = "{LA_BBCODE_F_HELP}";
|
|
e_help = "{LA_BBCODE_E_HELP}";
|
|
d_help = "{LA_BBCODE_D_HELP}";
|
|
<!-- BEGIN custom_tags -->cb_{custom_tags.BBCODE_ID}_help = "{custom_tags.BBCODE_HELPLINE}";<!-- END custom_tags -->
|
|
|
|
//-->
|
|
</script>
|
|
<script language="javascript" type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
<tr>
|
|
<th colspan="2">{L_TITLE}</th>
|
|
</tr>
|
|
|
|
<!-- IF ERROR -->
|
|
<tr>
|
|
<td class="row3" colspan="2" align="center"><span class="genmed error">{ERROR}</span></td>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
|
|
<tr>
|
|
<td class="row1" width="20%"><b class="genmed">{L_SIGNATURE}: </b><br /><span class="gensmall">{L_SIGNATURE_EXPLAIN}</span></td>
|
|
<td class="row2">
|
|
<table cellspacing="0" cellpadding="2" border="0">
|
|
<tr valign="middle" align="left">
|
|
<td colspan="2">
|
|
<input type="button" class="btnbbcode" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px;" onclick="bbstyle(0)" onmouseover="helpline('b')" />
|
|
<input type="button" class="btnbbcode" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px;" onclick="bbstyle(2)" onmouseover="helpline('i')" />
|
|
<input type="button" class="btnbbcode" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px;" onclick="bbstyle(4)" onmouseover="helpline('u')" />
|
|
<input type="button" class="btnbbcode" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" onmouseover="helpline('q')" />
|
|
<input type="button" class="btnbbcode" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" onmouseover="helpline('c')" />
|
|
<input type="button" class="btnbbcode" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" onmouseover="helpline('l')" />
|
|
<input type="button" class="btnbbcode" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" />
|
|
<!-- IF S_BBCODE_IMG -->
|
|
<input type="button" class="btnbbcode" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" />
|
|
<!-- ENDIF -->
|
|
<!-- IF S_LINKS_ALLOWED -->
|
|
<input type="button" class="btnbbcode" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" onmouseover="helpline('w')" />
|
|
<!-- ENDIF -->
|
|
<!-- IF S_BBCODE_FLASH -->
|
|
<input type="button" class="btnbbcode" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" onmouseover="helpline('d')" />
|
|
<!-- ENDIF -->
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="middle" align="left">
|
|
<span class="genmed" style="white-space: nowrap;">{L_FONT_SIZE}: <select class="gensmall" name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" onmouseover="helpline('f')">
|
|
<option value="7">{L_FONT_TINY}</option>
|
|
<option value="9">{L_FONT_SMALL}</option>
|
|
<option value="12" selected="selected">{L_FONT_NORMAL}</option>
|
|
<option value="18">{L_FONT_LARGE}</option>
|
|
<option value="24">{L_FONT_HUGE}</option>
|
|
</select> | <a href="#" onclick="bbstyle(-1); return false;" onmouseover="helpline('a')">{L_CLOSE_TAGS}</a></span>
|
|
</td>
|
|
</tr>
|
|
<!-- IF .custom_tags -->
|
|
<tr valign="middle" align="left">
|
|
<td colspan="2">
|
|
<!-- BEGIN custom_tags -->
|
|
<input type="button" class="btnbbcode" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})"<!-- IF custom_tags.BBCODE_HELPLINE !== '' --> onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')"<!-- ENDIF --> />
|
|
<!-- END custom_tags -->
|
|
</td>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
<tr>
|
|
<td colspan="9"><input type="text" name="helpbox" style="width:100%" maxlength="100" class="helpline" value="{L_STYLES_TIP}" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="9"><textarea class="post" name="signature" rows="10" cols="80" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{SIGNATURE}</textarea></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="9">
|
|
<table cellspacing="0" cellpadding="0" border="0" width="100%">
|
|
<tr>
|
|
<td bgcolor="black" align="center">
|
|
<script type="text/javascript">
|
|
<!--
|
|
colorPalette('h', 18, 5)
|
|
//-->
|
|
</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>
|
|
<tr>
|
|
<td class="gensmall">{URL_STATUS}</td>
|
|
</tr>
|
|
<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 -->
|
|
<tr>
|
|
<td><input type="checkbox" class="radio" name="disable_bbcode"{S_BBCODE_CHECKED} /></td>
|
|
<td class="gen">{L_DISABLE_BBCODE}</td>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
<!-- IF S_SMILIES_ALLOWED -->
|
|
<tr>
|
|
<td><input type="checkbox" class="radio" name="disable_smilies"{S_SMILIES_CHECKED} /></td>
|
|
<td class="gen">{L_DISABLE_SMILIES}</td>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
<!-- 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 -->
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
|
|
<!-- IF SIGNATURE_PREVIEW -->
|
|
<tr>
|
|
<th colspan="2" valign="middle">{L_SIGNATURE_PREVIEW}</th>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1" colspan="2"><div class="postbody" style="padding: 6px;">{SIGNATURE_PREVIEW}</div></td>
|
|
</tr>
|
|
<!-- 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>
|
|
</table>
|
|
|
|
<!-- INCLUDE ucp_footer.html --> |