Горячая линия по вопросам IP.Board

Статус
В этой теме нельзя размещать новые ответы.
<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1--><script type="text/javascript">
<!--
var MessageMax &nbsp; &nbsp;= "{ipb.lang['the_max_length']}";
var Override &nbsp; &nbsp; &nbsp;= "{ipb.lang['override']}";
var dontpassgo &nbsp; &nbsp;= 0;
MessageMax &nbsp; &nbsp; &nbsp; &nbsp;= parseInt(MessageMax);
&nbsp;&nbsp;&nbsp;&nbsp;if ( MessageMax < 0 ){
&nbsp;MessageMax = 0;
&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;function emo_pop(){
&nbsp;window.open("index.{ipb.vars['php_ext']}?act=legends&CODE=emoticons&s={ipb.session_id}","Legends","width=250,height=500,resizable=yes,scrollbars=yes");
&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;function bbc_pop(){
&nbsp;window.open("index.{ipb.vars['php_ext']}?act=legends&CODE=bbcode&s={ipb.session_id}","Legends","width=700,height=500,resizable=yes,scrollbars=yes");
&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;function attach_pop(url){
&nbsp;window.open("{$ibforums->js_base_url}act=Post&CODE=20&"+url,"Attachments","width=500,height=400,resizable=yes,scrollbars=yes");
&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;function CheckLength(){
&nbsp;MessageLength &nbsp;= document.REPLIER.Post.value.length;
&nbsp;message &nbsp;= "";
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (MessageMax > 0){
&nbsp; &nbsp;message = "{ipb.lang['js_post']}: {ipb.lang['js_max_length']} " + MessageMax + " {ipb.lang['js_characters']}.";
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else{
&nbsp; &nbsp;message = "";
&nbsp; &nbsp;}
&nbsp;alert(message + " &nbsp; &nbsp; &nbsp;{ipb.lang['js_used']} " + MessageLength + " {ipb.lang['js_characters']}.");
&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;function ValidateForm(isMsg){
&nbsp;MessageLength &nbsp;= document.REPLIER.Post.value.length;
&nbsp;errors = "";
&nbsp;
&nbsp;// Check for remove attachments
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if ( document.REPLIER.removeattachid.value > 0 ){
&nbsp; &nbsp;okdelete = confirm("{ipb.lang['remove_attach']}");
&nbsp;
&nbsp; &nbsp;if ( okdelete == true ){
&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return true;
&nbsp; &nbsp;}
&nbsp; &nbsp;else{
&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;document.REPLIER.removeattachid.value = 0;
&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return false;
&nbsp; &nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (isMsg == 1){
&nbsp; &nbsp;if (document.REPLIER.msg_title.value.length < 2){
&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;errors = "{ipb.lang['msg_no_title']}";
&nbsp; &nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (MessageLength < 2){
&nbsp; &nbsp;errors = "{ipb.lang['js_no_message']}";
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (MessageMax !=0){
&nbsp; &nbsp;if (MessageLength > MessageMax){
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;errors = "{ipb.lang['js_max_length']} " + MessageMax + " {ipb.lang['js_characters']}. {ipb.lang['js_current']}: " + MessageLength;
&nbsp; &nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (errors != "" && Override == ""){
&nbsp; &nbsp;alert(errors);
&nbsp; &nbsp;return false;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else{
&nbsp; &nbsp;document.REPLIER.submit.disabled = true;
&nbsp; &nbsp;return true;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;function removeattach(id){
&nbsp;if ( id != "" ){
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var Override = 1;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;document.REPLIER.removeattachid.value = id;
&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;
// IBC Code stuff
var text_enter_url &nbsp; &nbsp; &nbsp;= "{ipb.lang['jscode_text_enter_url']}";
var text_enter_url_name = "{ipb.lang['jscode_text_enter_url_name']}";
var text_enter_image &nbsp; &nbsp;= "{ipb.lang['jscode_text_enter_image']}";
var text_enter_email &nbsp; &nbsp;= "{ipb.lang['jscode_text_enter_email']}";
var text_enter_flash &nbsp; &nbsp;= "{ipb.lang['jscode_text_enter_flash']}";
var text_code &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = "{ipb.lang['jscode_text_code']}";
var text_quote &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= "{ipb.lang['jscode_text_quote']}";
var error_no_url &nbsp; &nbsp; &nbsp; &nbsp;= "{ipb.lang['jscode_error_no_url']}";
var error_no_title &nbsp; &nbsp; &nbsp;= "{ipb.lang['jscode_error_no_title']}";
var error_no_email &nbsp; &nbsp; &nbsp;= "{ipb.lang['jscode_error_no_email']}";
var error_no_width &nbsp; &nbsp; &nbsp;= "{ipb.lang['jscode_error_no_width']}";
var error_no_height &nbsp; &nbsp; = "{ipb.lang['jscode_error_no_height']}";
var prompt_start &nbsp; &nbsp; &nbsp; &nbsp;= "{ipb.lang['js_text_to_format']}";
var help_bold &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = "{ipb.lang['hb_bold']}";
var help_italic &nbsp; &nbsp; &nbsp; &nbsp; = "{ipb.lang['hb_italic']}";
var help_under &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= "{ipb.lang['hb_under']}";
var help_hide &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = "{ipb.lang['hb_hide']}";
var help_font &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = "{ipb.lang['hb_font']}";
var help_size &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = "{ipb.lang['hb_size']}";
var help_color &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= "{ipb.lang['hb_color']}";
var help_close &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= "{ipb.lang['hb_close']}";
var help_url &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= "{ipb.lang['hb_url']}";
var help_img &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= "{ipb.lang['hb_img']}";
var help_email &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= "{ipb.lang['hb_email']}";
var help_quote &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= "{ipb.lang['hb_quote']}";
var help_list &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = "{ipb.lang['hb_list']}";
var help_code &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = "{ipb.lang['hb_code']}";
var help_click_close &nbsp; &nbsp;= "{ipb.lang['hb_click_close']}";
var list_prompt &nbsp; &nbsp; &nbsp; &nbsp; = "{ipb.lang['js_tag_list']}";
-->
-->
</script>
<div id="qr_open" style="display: $show; position: relative;">
<br />
<form name="REPLIER" action="{ipb.script_url}" method="post">
<input type="hidden" name="act" value="Post" />
<input type="hidden" name="CODE" value="03" />
<input type="hidden" name="f" value="$fid" />
<input type="hidden" name="t" value="$tid" />
<input type="hidden" name="st" value="{ipb.input['st']}" />
<input type="hidden" name="enabletrack" value="{ipb.member['auto_track']}" />
<input type="hidden" name="auth_key" value="$key" />
<!-- TITLE DIV -->
<div class="borderwrap">
&nbsp;&nbsp;&nbsp;&nbsp;<div class="maintitle"><{CAT_IMG}>&nbsp;{ipb.lang['qr_title']}</div>
&nbsp;&nbsp;&nbsp;&nbsp;<div style='padding:6px' align="center">
&nbsp; <table cellspacing="0">
&nbsp; &nbsp; &nbsp; &nbsp;<!-- REG NAME -->
&nbsp; &nbsp; &nbsp; &nbsp;<!--TOPIC TITLE-->
&nbsp; &nbsp; &nbsp; &nbsp;<!--TOPIC PASSWORD-->
&nbsp; &nbsp; &nbsp; &nbsp;<!--POLL BOX-->
&nbsp;<td width="207" class="pformleft">
&nbsp; &nbsp; &nbsp;<div align="left">
&nbsp;<input type="radio" name="bbmode" value="ezmode" onclick="setmode(this.value)" />
&nbsp;<b>Расш.</b><br />
&nbsp; &nbsp; &nbsp; &nbsp;<input type="radio" name="bbmode" value="normal" onclick="setmode(this.value)" checked="checked" />
&nbsp;<b>Норм.
&nbsp; &nbsp; &nbsp; &nbsp;<script type="text/javascript" src="jscripts/ipb_bbcode.js"></script>
&nbsp; &nbsp;</b></div></td>
&nbsp; &nbsp; &nbsp;<td width="876" valign="top" class="pformright">
&nbsp; &nbsp; &nbsp; &nbsp;<div align="left">
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<input type="button" accesskey="b" value=" B " onclick="simpletag('B')" class="codebuttons" name="B" style="font-weight: bold;" onmouseover="hstat('bold')" />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<input type="button" accesskey="i" value=" I " onclick="simpletag('I')" class="codebuttons" name="I" style="font-style: italic;" onmouseover="hstat('italic')" />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<input type="button" accesskey="u" value=" U " onclick="simpletag('U')" class="codebuttons" name="U" style="text-decoration: underline;" onmouseover="hstat('under')" />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<select name="ffont" class="codebuttons" onchange="alterfont(this.options[this.selectedIndex].value, 'FONT')" &nbsp;onmouseover="hstat('font')">
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="0">{ipb.lang['ct_font']}</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Arial" style="font-family: Arial;">{ipb.lang['ct_arial']}</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Times" style="font-family: Times;">{ipb.lang['ct_times']}</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Courier" style="font-family: Courier;">{ipb.lang['ct_courier']}</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Impact" style="font-family: Impact;">{ipb.lang['ct_impact']}</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Geneva" style="font-family: Geneva;">{ipb.lang['ct_geneva']}</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Optima" style="font-family: Optima;">Optima</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Georgia" style="font-family: Georgia;">Georgia</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Tahoma" style="font-family: Tahoma;">Tahoma</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Verdana" style="font-family: Verdana;">Verdana</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</select>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<select name="fsize" class="codebuttons" onchange="alterfont(this.options[this.selectedIndex].value, 'SIZE')" onmouseover="hstat('size')">
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="0">{ipb.lang['ct_size']}</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="1">{ipb.lang['ct_sml']}</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="7">{ipb.lang['ct_lrg']}</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="14">{ipb.lang['ct_lest']}</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</select>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<select name="fcolor" class="codebuttons" onchange="alterfont(this.options[this.selectedIndex].value, 'COLOR')" onmouseover="hstat('color')">
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="0">{ipb.lang['ct_color']}</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="blue" style="color: blue;">{ipb.lang['ct_blue']}</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="red" style="color: red;">{ipb.lang['ct_red']}</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="purple" style="color: purple;">{ipb.lang['ct_purple']}</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="orange" style="color: orange;">{ipb.lang['ct_orange']}</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="yellow" style="color: yellow;">{ipb.lang['ct_yellow']}</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="gray" style="color: gray;">{ipb.lang['ct_grey']}</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="green" style="color: green;">{ipb.lang['ct_green']}</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="BlueViolet" style="color: BlueViolet;">BlueViolet</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Brown" style="color: Brown;">Brown</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="BurlyWood" style="color: BurlyWood;">BurlyWood</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="CadetBlue" style="color: CadetBlue;">CadetBlue</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Chartreuse" style="color: Chartreuse;">Chartreuse</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Chocolate" style="color: Chocolate;">Chocolate</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Coral" style="color: Coral;">Coral</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="CornFlowerBlue" style="color: CornFlowerBlue;">CornFlowerBlue</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Crimson" style="color: Crimson;">Crimson</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Cyan" style="color: Cyan;">Cyan</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DarkBlue" style="color: DarkBlue;">DarkBlue</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DarkCyan" style="color: DarkCyan;">DarkCyan</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DarkGoldenrod" style="color: DarkGoldenrod;">DarkGoldenrod</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DarkGray" style="color: DarkGray">DarkGray</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DarkGreen" style="color: DarkGreen;">DarkGreen</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DarkKhaki" style="color: DarkKhaki;">DarkKhaki</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DarkMagenta" style="color: DarkMagenta;">DarkMagenta</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DarkOliveGreen" style="color: DarkOliveGreen;">DarkOliveGreen</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DarkOrange" style="color: DarkOrange;">DarkOrange</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DarkOrchid" style="color: DarkOrchid;">DarkOrchid</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DarkRed" style="color: DarkRed;">DarkRed</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DarkSalmon" style="color: DarkSalmon;">DarkSalmon</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DarkSeaGreen" style="color: DarkSeaGreen;">DarkSeaGreen</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DarkSlateBlue" style="color: DarkSlateBlue;">DarkSlateBlue</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DarkSlateGray" style="color: DarkSlateGray;">DarkSlateGray</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DarkTurquoise" style="color: DarkTurquoise;">DarkTurquoise</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DarkViolet" style="color: DarkViolet;">DarkViolet</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DeepPink" style="color: DeepPink;">DeepPink</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DeepSkyBlue" style="color: DeepSkyBlue;">DeepSkyBlue</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DimGray" style="color: DimGray;">DimGray</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="DodgerBlue" style="color: DodgerBlue;">DodgerBlue</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="#4CFEFF" style="color: #4CFEFF;">ElectrikMint</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="FireBrick" style="color: FireBrick;">FireBrick</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="ForestGreen" style="color: ForestGreen;">ForestGreen</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Fuchsia" style="color: Fuchsia;">Fuchsia</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Gold" style="color: Gold;">Gold</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Goldenrod" style="color: Goldenrod;">Goldenrod</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="GreenYellow" style="color: GreenYellow;">GreenYellow</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="HotPink" style="color: HotPink;">HotPink</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="IndianRed" style="color: IndianRed;">IndianRed</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Indigo" style="color: Indigo;">Indigo</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="LawnGreen" style="color: LawnGreen;">LawnGreen</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="LightBlue" style="color: LightBlue;">LightBlue</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="LightCoral" style="color: LightCoral;">LightCoral</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="LightGreen" style="color: LightGreen;">LightGreen</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="LightGrey" style="color: LightGrey;">LightGrey</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="LightPink" style="color: LightPink;">LightPink</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="LightSalmon" style="color: LightSalmon;">LightSalmon</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="LightSeaGreen" style="color: LightSeaGreen;">LightSeaGreen</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="LightSkyBlue" style="color: LightSkyBlue;">LightSkyBlue</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="LightSlateGray" style="color: LightSlateGray;">LightSlateGray</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="LightSteelBlue" style="color: LightSteelBlue;">LightSteelBlue</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Lime" style="color: Lime;">Lime</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="LimeGreen" style="color: LimeGreen;">LimeGreen</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Magenta" style="color: Magenta;">Magenta</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Maroon" style="color: Maroon;">Maroon</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="MediumBlue" style="color: MediumBlue;">MediumBlue</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="MediumOrchid" style="color: MediumOrchid;">MediumOrchid</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="MediumPurple" style="color: MediumPurple;">MediumPurple</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="MediumSeaGreen" style="color: MediumSeaGreen;">MediumSeaGreen</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="MediumSlateBlue" style="color: MediumSlateBlue;">MediumSlateBlue</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="MediumTurquoise" style="color: MediumTurquoise;">MediumTurquoise</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="MediumVioletRed" style="color: MediumVioletRed;">MediumVioletRed</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="MidnightBlue" style="color: MidnightBlue;">MidnightBlue</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Navy" style="color: Navy;">Navy</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Olive" style="color: Olive;">Olive</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="OliveDrab" style="color: OliveDrab;">OliveDrab</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="OrangeRed" style="color: OrangeRed;">OrangeRed</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Orchid" style="color: Orchid;">Orchid</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="PaleVioletRed" style="color: PaleVioletRed;">PaleVioletRed</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Peru" style="color: Peru;">Peru</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Pink" style="color: Pink;">Pink</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Plum" style="color: Plum;">Plum</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="RosyBrown" style="color: RosyBrown;">RosyBrown</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="RoyalBlue" style="color: RoyalBlue;">RoyalBlue</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="SaddleBrown" style="color: SaddleBrown;">SaddleBrown</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Salmon" style="color: Salmon;">Salmon</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="SandyBrown" style="color: SandyBrown;">SandyBrown</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="SeaGreen" style="color: SeaGreen;">SeaGreen</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Sienna" style="color: Sienna;">Sienna</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Silver" style="color: Silver;">Silver</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="SkyBlue" style="color: SkyBlue;">SkyBlue</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="SlateBlue" style="color: SlateBlue;">SlateBlue</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="SlateGray" style="color: SlateGray;">SlateGray</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="SpringGreen" style="color: SpringGreen;">SpringGreen</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="SteelBlue" style="color: SteelBlue;">SteelBlue</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Tan" style="color: Tan;">Tan</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Teal" style="color: Teal;">Teal</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Thistle" style="color: Thistle;">Thistle</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Tomato" style="color: Tomato;">Tomato</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Turquoise" style="color: Turquoise;">Turquoise</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Violet" style="color: Violet;">Violet</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="Wheat" style="color: Wheat;">Wheat</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<option value="YellowGreen" style="color: YellowGreen;">YellowGreen</option>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</select>
&nbsp;<a href="javascript:closeall();" onmouseover="hstat('close')">Закрыть все &nbsp;теги </a><br />
&nbsp; &nbsp; &nbsp; &nbsp;<input type="button" accesskey="h" value=" http:// " onclick="tag_url()" class="codebuttons" name="url" onmouseover="hstat('url')" />
&nbsp; &nbsp; &nbsp; &nbsp;<input type="button" accesskey="g" value=" IMG " onclick="tag_image()" class="codebuttons" name="img" onmouseover="hstat('img')" />
&nbsp; &nbsp; &nbsp; &nbsp;<input type="button" accesskey="e" value=" &nbsp;@ &nbsp;" onclick="tag_email()" class="codebuttons" name="email" onmouseover="hstat('email')" />
&nbsp; &nbsp; &nbsp; &nbsp;<input type="button" accesskey="q" value=" QUOTE " onclick="simpletag('QUOTE')" class="codebuttons" name="QUOTE" onmouseover="hstat('quote')" />
&nbsp; &nbsp; &nbsp; &nbsp;<input type="button" accesskey="p" value=" CODE " onclick="simpletag('CODE')" class="codebuttons" name="CODE2" onmouseover="hstat('code')" />
&nbsp; &nbsp; &nbsp; &nbsp;<input type="hidden" accesskey="l" value=" LIST " onclick="tag_list()" class="codebuttons" name="LIST" onmouseover="hstat('list')" />
&nbsp; &nbsp; &nbsp; &nbsp;
<input type='button' accesskey='t' value=' TRANSLIT ' onclick='translit()' class='codebuttons' name='TRANSLIT' onmouseover="hstat('translit')" />

<!--
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="button" accesskey="l" value=" SQL " &nbsp; &nbsp; onclick="simpletag("SQL")" &nbsp; &nbsp; class="codebuttons" name="SQL" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="button" accesskey="t" value=" HTML " &nbsp; &nbsp;onclick="simpletag("HTML")" &nbsp; &nbsp;class="codebuttons" name="HTML" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-->
&nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp;Открытых тегов:
&nbsp;<input type="text" name="tagcount" size="3" maxlength="3" readonly="readonly" class="helpbox" value="0" />
&nbsp; &nbsp; &nbsp; &nbsp;</div></td>
&nbsp;</tr>
&nbsp;<tr>
&nbsp; &nbsp;<td class="formsubtitle">&nbsp;</td>
&nbsp; &nbsp;<td class="formsubtitle"><div align="left">Введите текс сообщения </div></td>
&nbsp;</tr>
&nbsp;<tr>
&nbsp; &nbsp;<td height="200" align="center" class="pformleft">
&nbsp; &nbsp; &nbsp;<table cellspacing="0" style='width:auto'>
&nbsp; &nbsp; &nbsp; &nbsp;<tr>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td align="center" colspan="3"><b>Смайлики:</b></td>
&nbsp; &nbsp; &nbsp; &nbsp;</tr>
&nbsp; &nbsp; &nbsp; &nbsp;<tr align='center'>



<td><a href="javascript:emoticon(':)')"><img src="style_emoticons/default/smile.gif" alt='smilie' border='0' /></a></td>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<td><a href="javascript:emoticon(':(')"><img src="style_emoticons/default/sad.gif" alt='smilie' border='0' /></a></td>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<td><a href="javascript:emoticon(':D')"><img src="style_emoticons/default/biggrin.gif" alt='smilie' border='0' /></a></td>
&nbsp; &nbsp; &nbsp; &nbsp;
</tr> &nbsp; &nbsp; &nbsp; &nbsp;
<tr align='center'>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<td><a href="javascript:emoticon(';)')"><img src="style_emoticons/default/wink.gif" alt='smilie' border='0' /></a></td>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<td><a href="javascript:emoticon('<_<')"><img src="style_emoticons/default/dry.gif" alt='smilie' border='0' /></a></td>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<td><a href="javascript:emoticon('-_-')"><img src="style_emoticons/default/sleep.gif" alt='smilie' border='0' /></a></td>

</tr>
<tr align='center'>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<td>&nbsp;<a href="javascript:emoticon(':eek:')"><img src="style_emoticons/default/ohmy.gif" alt='smilie' border='0' /></a></td>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<td><a href="javascript:emoticon('^_^')"><img src="style_emoticons/default/happy.gif" alt='smilie' border='0' /></a></td>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<td><a href="javascript:emoticon(':lol2:')"><img src="style_emoticons/default/lol.gif" alt='smilie' border='0' /></a></td>

</tr>
<tr align='center'>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<td>&nbsp;<a href="javascript:emoticon(':bleh:')"><img src="style_emoticons/default/bleh.gif" alt='smilie' border='0' /></a></td>
&nbsp; &nbsp;
<td><a href="javascript:emoticon(':threaten:')"><img src="style_emoticons/default/threaten.gif" alt='smilie' border='0' /></a></td>

<td>&nbsp;<a href="javascript:emoticon(':wacko:')"><img src="style_emoticons/default/wacko.gif" alt='smilie' border='0' /></a></td>

</tr>
<tr align='center'>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<td><a href="javascript:emoticon(':dirol:')"><img src="style_emoticons/default/dirol.gif" alt='smilie' border='0' /></a></td>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<td><a href="javascript:emoticon(':nuke:')"><img src="style_emoticons/default/nuke.gif" alt='smilie' border='0' /></a></td>

<td><a href="javascript:emoticon(':yinyang:')"><img src="style_emoticons/default/yinyang.gif" alt='smilie' border='0' /></a></td>

</tr>
<tr align='center'>

<td><a href="javascript:emoticon(':rolleyes:')"><img src="style_emoticons/default/rolleyes.gif" alt='smilie' border='0' /></a></td>

<td><a href="javascript:emoticon(':p')"><img src="style_emoticons/default/tongue.gif" alt='smilie' border='0' /></a></td>

<td><a href="javascript:emoticon(':angry:')"><img src="style_emoticons/default/mad.gif" alt='smilie' border='0' /></a></td>



</tr>
<tr align='center'>
<td colspan="3"><b><a href="javascript:emo_pop()">Все смайлы </a></b></td>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</tr>
&nbsp; &nbsp; &nbsp; &nbsp;<tr>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td align="center" colspan="3"><b><span class="desc"><b><a href="javascript:CheckLength()">{ipb.lang['check_length']}</a> &nbsp;<a href="javascript:bbc_pop()">BB Code Помощь</a></b></span></b></td>
&nbsp; &nbsp; &nbsp; &nbsp;</tr>
&nbsp; &nbsp; &nbsp;</table> &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;</td>
&nbsp; &nbsp;<td class="pformright" valign="top"><div align="left">
&nbsp; &nbsp; &nbsp;<textarea cols="100" rows="20" name="Post" tabindex="3" class="textarea">$data</textarea>
&nbsp; &nbsp;</div></td>
&nbsp;</tr>
&nbsp; &nbsp; &nbsp;</table>
&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;

<if="ipb.member['auto_track'] == "" or ipb.member['auto_track'] == '0'">
<input type="checkbox" name="enabletrack" value="1" class="checkbox" />
&nbsp;{ipb.lang['qr_add_email']} |
</if>
<else>

<input type="checkbox" name="enabletrack" value="1" class="checkbox" />{ipb.lang['qr_add_email']}|</else>
<input type="checkbox" name="enableemo" value="yes" class="checkbox" checked="checked" />{ipb.lang['qr_add_smilie']} |
<input type="checkbox" name="enablesig" value="yes" class="checkbox" checked="checked" />{ipb.lang['qr_add_sig']}<br /><br />
<input type="submit" name="submit" value="{ipb.lang['qr_submit']}" class="button" tabindex="2" accesskey="s" />
<input type="submit" name="preview" value="{ipb.lang['qr_more_opts']}" class="button" />
&nbsp;&nbsp;
</div>
</div>
</form>
</div><!--c2--></div><!--ec2-->
 
Статус
В этой теме нельзя размещать новые ответы.
Сверху