2004-05-02 13:06:57 +00:00
<!-- IF S_PRIVMSGS -->
<!-- INCLUDE ucp_header.html -->
<!-- ELSE -->
<!-- INCLUDE overall_header.html -->
<!-- ENDIF -->
2003-07-24 13:22:39 +00:00
< script language = "javascript" type = "text/javascript" >
<!--
var form_name = 'post';
var text_name = 'message';
// Define the bbCode tags
bbcode = new Array();
2006-03-06 14:03:56 +00:00
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 --> );
2003-07-24 13:22:39 +00:00
imageTag = false;
// Helpline messages
2006-05-06 15:15:40 +00:00
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}";
2003-07-24 13:22:39 +00:00
function checkForm()
{
if (document.post.message.value.length < 2 ) {
2006-05-06 15:15:40 +00:00
alert('{LA_EMPTY_MESSAGE}');
2003-07-24 13:22:39 +00:00
return false;
} else {
// document.post.post.disabled = true;
return true;
}
}
2003-11-01 16:10:21 +00:00
2003-07-24 13:22:39 +00:00
//-->
< / script >
2006-04-15 14:48:36 +00:00
< script language = "javascript" type = "text/javascript" src = "{T_TEMPLATE_PATH}/editor.js" > < / script >
2003-07-24 13:22:39 +00:00
2004-05-02 13:06:57 +00:00
<!-- IF S_FORUM_RULES -->
2004-05-30 19:24:53 +00:00
< div class = "forumrules" >
2004-05-02 13:06:57 +00:00
<!-- IF U_FORUM_RULES -->
2005-01-20 20:57:45 +00:00
< h3 style = "color:red" > {L_FORUM_RULES}< / h3 > < br / >
< a href = "{U_FORUM_RULES}" > < b > {L_FORUM_RULES_LINK}< / b > < / a >
2004-05-02 13:06:57 +00:00
<!-- ELSE -->
2004-06-06 10:49:07 +00:00
< h3 style = "color:red" > {L_FORUM_RULES}< / h3 > < br / >
2004-05-30 19:24:53 +00:00
{FORUM_RULES}
2004-05-02 13:06:57 +00:00
<!-- ENDIF -->
2004-05-30 19:24:53 +00:00
< / div >
2003-10-09 16:56:40 +00:00
2004-05-30 19:24:53 +00:00
< br clear = "all" / >
2004-05-02 13:06:57 +00:00
<!-- ENDIF -->
2003-07-24 13:22:39 +00:00
2004-05-02 13:06:57 +00:00
<!-- IF not S_PRIVMSGS -->
2004-01-07 16:24:52 +00:00
< div id = "pageheader" >
2006-03-25 16:10:57 +00:00
< h2 > <!-- IF TOPIC_TITLE --> < a class = "titles" href = "{U_VIEWTOPIC}" > {TOPIC_TITLE}< / a > <!-- ELSE --> < a class = "titles" href = "{U_VIEW_FORUM}" > {FORUM_NAME}< / a > <!-- ENDIF --> < / h2 >
2004-01-07 16:24:52 +00:00
<!-- IF MODERATORS -->
< p class = "moderators" > {L_MODERATORS}: {MODERATORS}< / p >
<!-- ENDIF -->
<!-- IF U_MCP -->
< p class = "linkmcp" > [ < a href = "{U_MCP}" > {L_MCP}< / a > ]< / p >
<!-- ENDIF -->
< / div >
2004-01-04 18:10:41 +00:00
2004-01-07 16:24:52 +00:00
< br clear = "all" / > < br / >
2004-05-02 13:06:57 +00:00
<!-- ENDIF -->
2004-01-04 18:10:41 +00:00
2004-05-02 13:06:57 +00:00
<!-- IF not S_SHOW_PM_BOX -->
< form action = "{S_POST_ACTION}" method = "post" name = "post" { S_FORM_ENCTYPE } >
<!-- ENDIF -->
2004-01-04 18:10:41 +00:00
2003-11-16 21:53:56 +00:00
<!-- IF S_DRAFT_LOADED -->
2004-05-02 13:06:57 +00:00
< table class = "tablebg" width = "100%" cellspacing = "1" >
< tr >
< th align = "center" > {L_INFORMATION}< / th >
< / tr >
< tr >
< td class = "row1" align = "center" > < span class = "gen" > {L_DRAFT_LOADED}< / span > < / td >
< / tr >
< / table >
2004-01-04 18:10:41 +00:00
2004-05-02 13:06:57 +00:00
< br clear = "all" / >
2003-11-16 21:53:56 +00:00
<!-- ENDIF -->
<!-- IF S_SHOW_DRAFTS -->
2004-05-02 13:06:57 +00:00
< table class = "tablebg" width = "100%" cellspacing = "1" >
< tr >
< th colspan = "3" align = "center" > {L_LOAD_DRAFT}< / th >
< / tr >
< tr >
< td class = "row1" colspan = "3" align = "center" > < span class = "gen" > {L_LOAD_DRAFT_EXPLAIN}< / span > < / td >
< / tr >
< tr >
< th > {L_SAVE_DATE}< / th >
< th > {L_DRAFT_TITLE}< / th >
< th > {L_OPTIONS}< / th >
< / tr >
<!-- BEGIN draftrow -->
<!-- IF draftrow.S_ROW_COUNT is even --> < tr class = "row1" > <!-- ELSE --> < tr class = "row2" > <!-- ENDIF -->
< td class = "postdetails" style = "padding: 4px;" > {draftrow.DATE}< / td >
< td style = "padding: 4px;" > < b class = "gen" > {draftrow.DRAFT_SUBJECT}< / b >
<!-- IF draftrow.S_LINK_TOPIC --> < br / > < span class = "gensmall" > {L_TOPIC}: < a href = "{draftrow.U_VIEW}" > {draftrow.TITLE}< / a > < / span >
<!-- ELSEIF draftrow.S_LINK_FORUM --> < br / > < span class = "gensmall" > {L_FORUM}: < a href = "{draftrow.U_VIEW}" > {draftrow.TITLE}< / a > < / span >
<!-- ELSEIF draftrow.S_LINK_PM --> < br / > < span class = "gensmall" > {L_PRIVATE_MESSAGE}< / span >
<!-- ELSE --> < br / > < span class = "gensmall" > {L_NO_TOPIC_FORUM}< / span > <!-- ENDIF -->
< / td >
< td style = "padding: 4px;" align = "center" > < span class = "gen" > < a href = "{draftrow.U_INSERT}" > {L_LOAD_DRAFT}< / a > < / td >
< / tr >
<!-- END draftrow -->
< / table >
2003-09-04 18:30:20 +00:00
2004-05-02 13:06:57 +00:00
< br clear = "all" / >
2003-07-24 13:22:39 +00:00
<!-- ENDIF -->
2004-01-04 18:10:41 +00:00
<!-- IF S_POST_REVIEW --> <!-- INCLUDE posting_review.html --> <!-- ENDIF -->
2004-05-02 13:06:57 +00:00
<!-- IF S_DISPLAY_PREVIEW --> <!-- INCLUDE posting_preview.html --> <!-- ENDIF -->
2004-01-04 18:10:41 +00:00
2004-05-02 13:06:57 +00:00
<!-- IF not S_PRIVMSGS and S_UNGLOBALISE -->
< table class = "tablebg" width = "100%" cellspacing = "1" >
< tr >
< th > {L_MOVE}< / th >
< / tr >
< tr >
< td class = "spacer" colspan = "2" > < img src = "images/spacer.gif" alt = "" width = "1" height = "1" / > < / td >
< / tr >
< tr >
< td class = "row2" align = "center" > < span class = "gen" > {L_UNGLOBALISE_EXPLAIN}< br / > < br / > {L_SELECT_DESTINATION_FORUM} < / span > < select name = "to_forum_id" > {S_FORUM_SELECT}< / select > < br / > < br / > < input class = "btnmain" type = "submit" name = "post" value = "{L_CONFIRM}" / > < input class = "btnlite" type = "submit" name = "cancel_unglobalise" value = "{L_CANCEL}" / > < / td >
< / tr >
< / table >
2004-01-04 18:10:41 +00:00
2004-05-02 13:06:57 +00:00
< br clear = "all" / >
2003-08-30 12:21:31 +00:00
<!-- ENDIF -->
2004-01-04 18:10:41 +00:00
< table class = "tablebg" width = "100%" cellspacing = "1" >
2003-07-24 13:22:39 +00:00
< tr >
2004-01-04 18:10:41 +00:00
< th colspan = "2" > < b > {L_POST_A}< / b > < / th >
2003-07-24 13:22:39 +00:00
< / tr >
<!-- IF ERROR -->
2004-05-02 13:06:57 +00:00
< tr >
< td class = "row2" colspan = "2" align = "center" > < span class = "genmed" style = "color:red" > {ERROR}< / span > < / td >
< / tr >
2003-07-24 13:22:39 +00:00
<!-- ENDIF -->
<!-- IF S_DELETE_ALLOWED -->
2004-05-02 13:06:57 +00:00
< tr >
< td class = "row1" > < b class = "genmed" > {L_DELETE_POST}:< / b > < / td >
< td class = "row2" > < input type = "checkbox" name = "delete" / > < span class = "gensmall" > [ {L_DELETE_POST_WARN} ]< / span > < / td >
< / tr >
2003-07-24 13:22:39 +00:00
<!-- ENDIF -->
2004-01-04 18:10:41 +00:00
2003-07-24 13:22:39 +00:00
<!-- IF S_SHOW_TOPIC_ICONS -->
2004-05-02 13:06:57 +00:00
< tr >
< td class = "row1" > < b class = "genmed" > {L_ICON}:< / b > < / td >
< td class = "row2" > < table width = "100%" cellspacing = "0" cellpadding = "0" border = "0" >
< tr >
2006-01-07 01:10:42 +00:00
< td > < input type = "radio" name = "icon" value = "0" { S_NO_ICON_CHECKED } class = "radio" / > < span class = "genmed" > {L_NONE}< / span > <!-- BEGIN topic_icon --> < input type = "radio" name = "icon" value = "{topic_icon.ICON_ID}" { topic_icon . S_ICON_CHECKED } class = "radio" / > < img src = "{topic_icon.ICON_IMG}" width = "{topic_icon.ICON_WIDTH}" height = "{topic_icon.ICON_HEIGHT}" alt = "" title = "" hspace = "2" vspace = "2" / > <!-- END topic_icon --> < / td >
2004-05-02 13:06:57 +00:00
< / tr >
< / table > < / td >
< / tr >
2003-07-24 13:22:39 +00:00
<!-- ENDIF -->
2004-01-04 18:10:41 +00:00
2004-05-02 13:06:57 +00:00
<!-- IF not S_PRIVMSGS and S_DISPLAY_USERNAME -->
< tr >
< td class = "row1" > < b class = "genmed" > {L_USERNAME}:< / b > < / td >
< td class = "row2" > < input class = "post" type = "text" tabindex = "1" name = "username" size = "25" maxlength = "25" value = "{USERNAME}" / > < / td >
< / tr >
<!-- ENDIF -->
<!-- IF S_PRIVMSGS -->
< tr >
< td class = "row1" > < b class = "genmed" > {L_TO}:< / b > < / td >
< td class = "row2" >
<!-- BEGIN to_recipient -->
< span class = "genmed" >
< a href = "{to_recipient.U_VIEW}" > <!-- IF to_recipient.COLOUR --> < b style = "color:#{to_recipient.COLOUR}" > <!-- ELSE --> < b < ! -- IF to_recipient . IS_GROUP -- > class="blue"<!-- ENDIF --> ><!-- ENDIF --> {to_recipient.NAME}< / b > < / a > < / span > <!-- IF not S_EDIT_POST --> < input class = "post" type = "submit" name = "remove_{to_recipient.TYPE}[{to_recipient.UG_ID}]" value = "Remove" / > <!-- ENDIF -->
<!-- BEGINELSE -->
< span class = "genmed" > {L_NONE}< / span >
<!-- END to_recipient -->
< / td >
< / tr >
< tr >
< td class = "row1" > < b class = "genmed" > {L_BCC}:< / b > < / td >
< td class = "row2" >
<!-- BEGIN bcc_recipient -->
< span class = "genmed" >
< a href = "{bcc_recipient.U_VIEW}" > <!-- IF bcc_recipient.COLOUR --> < b style = "color:#{bcc_recipient.COLOUR}" > <!-- ELSE --> < b < ! -- IF bcc_recipient . IS_GROUP -- > class="blue"<!-- ENDIF --> ><!-- ENDIF --> {bcc_recipient.NAME}< / b > < / a > < / span > <!-- IF not S_EDIT_POST --> < input class = "post" type = "submit" name = "remove_{bcc_recipient.TYPE}[{bcc_recipient.UG_ID}]" value = "Remove" / > <!-- ENDIF -->
<!-- BEGINELSE -->
< span class = "genmed" > {L_NONE}< / span >
<!-- END bcc_recipient -->
< / td >
< / tr >
{S_HIDDEN_ADDRESS_FIELD}
2003-10-10 15:04:18 +00:00
<!-- ENDIF -->
2004-01-04 18:10:41 +00:00
2003-07-24 13:22:39 +00:00
< tr >
< td class = "row1" width = "22%" > < b class = "genmed" > {L_SUBJECT}:< / b > < / td >
< td class = "row2" width = "78%" > < input class = "post" style = "width:450px" type = "text" name = "subject" size = "45" maxlength = "60" tabindex = "2" value = "{SUBJECT}" / > < / td >
< / tr >
< tr >
2006-01-07 01:10:42 +00:00
< td class = "row1" valign = "top" > < b class = "genmed" > {L_MESSAGE_BODY}:< / b > < br / > < span class = "gensmall" > {L_MESSAGE_BODY_EXPLAIN}< / span > < br / > < br / >
< table width = "100%" cellspacing = "5" cellpadding = "0" border = "0" align = "center" >
2003-07-24 13:22:39 +00:00
< tr >
2005-03-21 22:43:07 +00:00
< td class = "gensmall" align = "center" > < b > {L_SMILIES}< / b > < / td >
2003-07-24 13:22:39 +00:00
< / tr >
< tr >
2006-05-06 15:15:40 +00:00
< td align = "center" > <!-- BEGIN smiley --> < a href = "javascript:smiley('{smiley.A_SMILEY_CODE}')" style = "line-height: 20px;" > < img src = "{smiley.SMILEY_IMG}" width = "{smiley.SMILEY_WIDTH}" height = "{smiley.SMILEY_HEIGHT}" border = "0" alt = "{smiley.SMILEY_DESC}" title = "{smiley.SMILEY_DESC}" onclick = "smiley('{smiley.A_SMILEY_CODE}');return false" hspace = "2" vspace = "2" / > < / a > <!-- END smiley --> < / td >
2003-07-24 13:22:39 +00:00
< / tr >
2004-01-04 18:10:41 +00:00
2005-03-21 22:43:07 +00:00
<!-- IF S_SHOW_SMILEY_LINK -->
2004-05-02 13:06:57 +00:00
< tr >
2005-03-21 22:43:07 +00:00
< td align = "center" > < a class = "nav" href = "{U_MORE_SMILIES}" onclick = "window.open('{U_MORE_SMILIES}', '_phpbbsmilies', 'HEIGHT=350,resizable=yes,scrollbars=yes,WIDTH=300');return false;" target = "_phpbbsmilies" > {L_MORE_SMILIES}< / a > < / td >
2004-05-02 13:06:57 +00:00
< / tr >
2003-07-24 13:22:39 +00:00
<!-- ENDIF -->
2004-01-04 18:10:41 +00:00
2003-07-24 13:22:39 +00:00
< / table > < / td >
2006-04-09 21:20:24 +00:00
< td class = "row2" valign = "top" > < table width = "100%" cellspacing = "0" cellpadding = "0" border = "0" >
2006-01-07 01:10:42 +00:00
< 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')" / >
2006-03-06 14:03:56 +00:00
<!-- IF S_BBCODE_QUOTE --> < input type = "button" class = "btnbbcode" accesskey = "q" name = "addbbcode6" value = "Quote" style = "width: 50px" onclick = "bbstyle(6)" onmouseover = "helpline('q')" / > <!-- ENDIF -->
2006-01-07 01:10:42 +00:00
< 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')" / >
2006-03-06 14:03:56 +00:00
<!-- 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 -->
2006-01-07 01:10:42 +00:00
< input type = "button" class = "btnbbcode" accesskey = "w" name = "addbbcode16" value = "URL" style = "text-decoration: underline; width: 40px" onclick = "bbstyle(16)" onmouseover = "helpline('w')" / >
2006-03-06 14:03:56 +00:00
<!-- IF S_BBCODE_FLASH --> < input type = "button" class = "btnbbcode" accesskey = "f" name = "addbbcode18" value = "Flash" onclick = "bbstyle(18)" / > <!-- ENDIF -->
2006-01-07 01:10:42 +00:00
< 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 >
2006-03-06 14:03:56 +00:00
< / select > | < a href = "javascript:bbstyle(-1)" onmouseover = "helpline('a')" > {L_CLOSE_TAGS}< / a > < / span >
2006-01-07 01:10:42 +00:00
< / td >
2003-07-24 13:22:39 +00:00
< / tr >
2006-03-06 14:03:56 +00:00
<!-- 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})" / >
<!-- END custom_tags -->
< / td >
<!-- ENDIF -->
2003-07-24 13:22:39 +00:00
< tr >
2006-01-07 01:10:42 +00:00
< td > < input type = "text" name = "helpbox" style = "width:100%" maxlength = "100" class = "helpline" value = "{L_STYLES_TIP}" / > < / td >
2003-07-24 13:22:39 +00:00
< td class = "genmed" align = "center" > {L_FONT_COLOR}< / td >
< / tr >
< tr >
2006-04-09 21:20:24 +00:00
< td valign = "top" style = "width: 100%;" > < textarea name = "message" rows = "15" cols = "76" tabindex = "3" onselect = "storeCaret(this);" onclick = "storeCaret(this);" onkeyup = "storeCaret(this);" style = "width: 98%;" > {MESSAGE}< / textarea > < / td >
2006-01-07 01:10:42 +00:00
< td width = "80" align = "center" valign = "top" > < script language = "javascript" type = "text/javascript" > < ! - -
2003-07-24 13:22:39 +00:00
2006-01-07 01:10:42 +00:00
colorPalette('v', 7, 6)
2003-07-24 13:22:39 +00:00
//-->< / script > < / td >
< / tr >
< / table > < / td >
< / tr >
2004-05-02 13:06:57 +00:00
2004-02-08 18:02:17 +00:00
<!-- IF S_INLINE_ATTACHMENT_OPTIONS -->
2004-05-02 13:06:57 +00:00
< tr >
< td class = "row1" > < b class = "genmed" > {L_ATTACHMENTS}:< / b > < / td >
< td class = "row2" > < select name = "attachments" > {S_INLINE_ATTACHMENT_OPTIONS}< / select > < input type = "button" class = "btnbbcode" accesskey = "a" value = "{L_PLACE_INLINE}" name = "attachinline" onclick = "attach_inline();" / >
< / td >
< / tr >
2004-02-08 18:02:17 +00:00
<!-- ENDIF -->
2004-05-02 13:06:57 +00:00
2003-07-24 13:22:39 +00:00
< 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" > {SMILIES_STATUS}< / td >
< / tr >
< / table > < / td >
2004-01-04 18:10:41 +00:00
< td class = "row2" > < table cellpadding = "1" >
2003-07-24 13:22:39 +00:00
<!-- IF S_BBCODE_ALLOWED -->
2004-05-02 13:06:57 +00:00
< tr >
2006-01-07 01:10:42 +00:00
< td > < input type = "checkbox" name = "disable_bbcode" { S_BBCODE_CHECKED } class = "radio" / > < / td >
2004-05-02 13:06:57 +00:00
< td class = "gen" > {L_DISABLE_BBCODE}< / td >
< / tr >
2003-07-24 13:22:39 +00:00
<!-- ENDIF -->
2004-01-04 18:10:41 +00:00
2003-07-24 13:22:39 +00:00
<!-- IF S_SMILIES_ALLOWED -->
2004-05-02 13:06:57 +00:00
< tr >
2006-01-07 01:10:42 +00:00
< td > < input type = "checkbox" name = "disable_smilies" { S_SMILIES_CHECKED } class = "radio" / > < / td >
2004-05-02 13:06:57 +00:00
< td class = "gen" > {L_DISABLE_SMILIES}< / td >
< / tr >
2003-07-24 13:22:39 +00:00
<!-- ENDIF -->
2004-01-04 18:10:41 +00:00
2003-07-24 13:22:39 +00:00
< tr >
2006-01-07 01:10:42 +00:00
< td > < input type = "checkbox" name = "disable_magic_url" { S_MAGIC_URL_CHECKED } class = "radio" / > < / td >
2003-07-24 13:22:39 +00:00
< td class = "gen" > {L_DISABLE_MAGIC_URL}< / td >
< / tr >
2004-01-04 18:10:41 +00:00
2003-07-24 13:22:39 +00:00
<!-- IF S_SIG_ALLOWED -->
2004-05-02 13:06:57 +00:00
< tr >
2006-01-07 01:10:42 +00:00
< td > < input type = "checkbox" name = "attach_sig" { S_SIGNATURE_CHECKED } class = "radio" / > < / td >
2004-05-02 13:06:57 +00:00
< td class = "gen" > {L_ATTACH_SIG}< / td >
< / tr >
2003-07-24 13:22:39 +00:00
<!-- ENDIF -->
2004-01-04 18:10:41 +00:00
2003-07-24 13:22:39 +00:00
<!-- IF S_NOTIFY_ALLOWED -->
2004-05-02 13:06:57 +00:00
< tr >
2006-01-07 01:10:42 +00:00
< td > < input type = "checkbox" name = "notify" { S_NOTIFY_CHECKED } class = "radio" / > < / td >
2004-05-02 13:06:57 +00:00
< td class = "gen" > {L_NOTIFY_REPLY}< / td >
< / tr >
2003-07-24 13:22:39 +00:00
<!-- ENDIF -->
2004-01-04 18:10:41 +00:00
2004-05-02 13:06:57 +00:00
<!-- IF not S_PRIVMSGS -->
<!-- IF S_LOCK_TOPIC_ALLOWED -->
< tr >
2006-01-07 01:10:42 +00:00
< td > < input type = "checkbox" name = "lock_topic" { S_LOCK_TOPIC_CHECKED } class = "radio" / > < / td >
2004-05-02 13:06:57 +00:00
< td class = "gen" > {L_LOCK_TOPIC}< / td >
< / tr >
<!-- ENDIF -->
<!-- IF S_LOCK_POST_ALLOWED -->
< tr >
2006-01-07 01:10:42 +00:00
< td > < input type = "checkbox" name = "lock_post" { S_LOCK_POST_CHECKED } class = "radio" / > < / td >
2004-05-02 13:06:57 +00:00
< td class = "gen" > {L_LOCK_POST} [{L_LOCK_POST_EXPLAIN}]< / td >
< / tr >
<!-- ENDIF -->
2004-01-25 14:30:15 +00:00
2004-05-02 13:06:57 +00:00
<!-- IF S_TYPE_TOGGLE -->
< tr >
< td > < / td >
< td class = "gen" > <!-- IF S_EDIT_POST --> {L_CHANGE_TOPIC_TO}<!-- ELSE --> {L_POST_TOPIC_AS}<!-- ENDIF --> : <!-- BEGIN topic_type --> < input type = "radio" name = "topic_type" value = "{topic_type.VALUE}" { topic_type . S_CHECKED } / > {topic_type.L_TOPIC_TYPE} <!-- END topic_type --> < / td >
< / tr >
<!-- ENDIF -->
2003-07-24 13:22:39 +00:00
<!-- ENDIF -->
< / table > < / td >
< / tr >
2004-01-04 18:10:41 +00:00
2003-10-10 15:04:18 +00:00
<!-- IF S_TOPIC_TYPE_ANNOUNCE or S_TOPIC_TYPE_STICKY -->
< tr >
2004-02-08 18:02:17 +00:00
< td class = "row1" > < b class = "genmed" > {L_STICK_TOPIC_FOR}:< / b > < br / > < span class = "gensmall" > {L_STICKY_ANNOUNCE_TIME_LIMIT}< / span > < / td >
2003-10-10 15:04:18 +00:00
< td class = "row2" > < input class = "post" type = "text" name = "topic_time_limit" size = "3" maxlength = "3" value = "{TOPIC_TIME_LIMIT}" / > < b class = "gen" > {L_DAYS}< / b > < span class = "gensmall" > {L_STICK_TOPIC_FOR_EXPLAIN}< / span > < / td >
< / tr >
<!-- ENDIF -->
2004-01-04 18:10:41 +00:00
2004-01-25 14:30:15 +00:00
<!-- IF S_EDIT_REASON -->
2004-05-02 13:06:57 +00:00
< tr >
< td class = "row1" valign = "top" > < b class = "genmed" > {L_EDIT_REASON}:< / b > < / td >
< td class = "row2" > < input class = "post" type = "text" name = "edit_reason" size = "50" maxlength = "100" value = "{EDIT_REASON}" / > < / td >
< / tr >
2003-07-24 13:22:39 +00:00
<!-- ENDIF -->
2004-01-25 14:30:15 +00:00
2006-03-28 12:44:27 +00:00
<!-- IF S_CONFIRM_CODE -->
< tr >
< th colspan = "2" height = "28" valign = "middle" > {L_POST_CONFIRMATION}< / th >
< / tr >
< tr >
< td class = "row3" colspan = "2" > < span class = "gensmall" > {L_POST_CONFIRM_EXPLAIN}< / span > < / td >
< / tr >
< tr >
< td class = "row1" colspan = "2" align = "center" >
< input type = "hidden" name = "confirm_id" value = "{CONFIRM_ID}" / >
{CONFIRM_IMAGE}
< / td >
< / tr >
< tr >
< td class = "row1" > < b class = "genmed" > {L_CONFIRM_CODE}: < / b > < br / > < span class = "gensmall" > {L_CONFIRM_CODE_EXPLAIN}< / span > < / td >
< td class = "row2" > < input class = "post" type = "text" name = "confirm_code" size = "8" maxlength = "8" / > < / td >
< / tr >
<!-- ENDIF -->
2003-07-30 15:41:24 +00:00
<!-- IF S_SHOW_ATTACH_BOX or S_SHOW_POLL_BOX -->
2004-05-02 13:06:57 +00:00
< tr >
2004-08-04 19:19:42 +00:00
< td class = "cat" colspan = "2" align = "center" >
< input class = "btnlite" type = "submit" tabindex = "5" name = "preview" value = "{L_PREVIEW}" / >
< input class = "btnmain" type = "submit" accesskey = "s" tabindex = "6" name = "post" value = "{L_SUBMIT}" / >
<!-- IF S_SAVE_ALLOWED --> < input class = "btnlite" type = "submit" accesskey = "k" tabindex = "8" name = "save" value = "{L_SAVE}" / > <!-- ENDIF -->
<!-- IF S_HAS_DRAFTS --> < input class = "btnlite" type = "submit" accesskey = "d" tabindex = "9" name = "load" value = "{L_LOAD}" / > <!-- ENDIF -->
< input class = "btnlite" type = "submit" accesskey = "c" tabindex = "7" name = "cancel" value = "{L_CANCEL}" / >
< / td >
2004-05-02 13:06:57 +00:00
< / tr >
2004-08-04 19:19:42 +00:00
<!-- IF S_SHOW_ATTACH_BOX --> <!-- INCLUDE posting_attach_body.html --> <!-- ENDIF -->
<!-- IF S_SHOW_POLL_BOX -->
<!-- INCLUDE posting_poll_body.html -->
<!-- ELSEIF S_POLL_DELETE -->
< tr >
< td class = "row1" > < span class = "genmed" > < b > {L_POLL_DELETE}:< / b > < / span > < / td >
< td class = "row2" > < input type = "checkbox" name = "poll_delete" / > < / td >
< / tr >
<!-- ENDIF -->
2003-07-24 13:22:39 +00:00
<!-- ENDIF -->
2004-05-02 13:06:57 +00:00
2003-07-24 13:22:39 +00:00
< tr >
2004-08-04 19:19:42 +00:00
< td class = "cat" colspan = "2" align = "center" > {S_HIDDEN_FIELDS}
< input class = "btnlite" type = "submit" tabindex = "5" name = "preview" value = "{L_PREVIEW}" / >
< input class = "btnmain" type = "submit" accesskey = "s" tabindex = "6" name = "post" value = "{L_SUBMIT}" / >
<!-- IF not S_SHOW_ATTACH_BOX and not S_SHOW_POLL_BOX -->
<!-- IF S_SAVE_ALLOWED --> < input class = "btnlite" type = "submit" accesskey = "k" tabindex = "8" name = "save" value = "{L_SAVE}" / > <!-- ENDIF -->
<!-- IF S_HAS_DRAFTS --> < input class = "btnlite" type = "submit" accesskey = "d" tabindex = "9" name = "load" value = "{L_LOAD}" / > <!-- ENDIF -->
<!-- ENDIF -->
< input class = "btnlite" type = "submit" accesskey = "c" tabindex = "7" name = "cancel" value = "{L_CANCEL}" / >
< / td >
2003-07-24 13:22:39 +00:00
< / tr >
< / table >
2004-01-04 18:10:41 +00:00
< br clear = "all" / >
2003-07-24 13:22:39 +00:00
2004-01-04 18:10:41 +00:00
<!-- IF S_DISPLAY_REVIEW --> <!-- INCLUDE posting_topic_review.html --> <!-- ENDIF -->
2004-05-02 13:06:57 +00:00
<!-- IF S_PRIVMSGS -->
< / form >
2003-07-24 13:22:39 +00:00
2004-05-02 13:06:57 +00:00
< br clear = "all" / >
2004-01-10 11:39:14 +00:00
2004-05-02 13:06:57 +00:00
<!-- INCLUDE ucp_footer.html -->
<!-- ELSE -->
< table class = "tablebg" width = "100%" cellspacing = "1" >
< tr >
< td class = "row1" > < div class = "nav" style = "float:left" > < a href = "{U_INDEX}" > {L_INDEX}< / a > <!-- BEGIN navlinks --> » < a href = "{navlinks.U_VIEW_FORUM}" > {navlinks.FORUM_NAME}< / a > <!-- END navlinks --> < / div > < div class = "gensmall" style = "float:right" > {S_TIMEZONE}< / div > < / td >
< / tr >
< / table >
2003-07-24 13:22:39 +00:00
2004-05-02 13:06:57 +00:00
< / form >
2003-07-24 13:22:39 +00:00
2004-05-02 13:06:57 +00:00
<!-- IF S_DISPLAY_ONLINE_LIST -->
< br clear = "all" / >
2004-01-04 18:10:41 +00:00
2004-05-02 13:06:57 +00:00
< table class = "tablebg" width = "100%" cellspacing = "1" >
< tr >
2005-04-30 14:36:33 +00:00
< td class = "cat" > < h4 > {L_WHO_IS_ONLINE}< / h4 > < / td >
2004-05-02 13:06:57 +00:00
< / tr >
< tr >
< td class = "row1" > < span class = "gensmall" > {LOGGED_IN_USER_LIST}< / span > < / td >
< / tr >
< / table >
<!-- ENDIF -->
< br clear = "all" / >
2004-01-04 18:10:41 +00:00
2004-05-02 13:06:57 +00:00
< table width = "100%" cellspacing = "1" >
< tr >
< td align = "right" > <!-- INCLUDE jumpbox.html --> < / td >
< / tr >
< / table >
2004-01-04 18:10:41 +00:00
2004-05-02 13:06:57 +00:00
<!-- INCLUDE overall_footer.html -->
<!-- ENDIF -->