Ребята, хочу установить другой стиль, подобный вашему. Как убрать лишнее:
После того, как я уберу шапку, появится логотип МуББ. Как его убрать, с помощью какого скрипта
Отредактировано Вдумчивый (Вт, 3 Дек 2013 14:14:55)
Единый форум поддержки |
Привет, Гость! Войдите или зарегистрируйтесь.
Вы здесь » Единый форум поддержки » Проблемы с форумом » Как убрать лишнее
Ребята, хочу установить другой стиль, подобный вашему. Как убрать лишнее:
После того, как я уберу шапку, появится логотип МуББ. Как его убрать, с помощью какого скрипта
Отредактировано Вдумчивый (Вт, 3 Дек 2013 14:14:55)
Ребята, хочу установить другой стиль, подобный вашему.
После того, как я уберу шапку, появится логотип МуББ. Как его убрать, с помощью какого скрипта
Вы хотите поставить стиль такой же как на техподдержке? Надпись Майбб находится на картинке шапки: https://forum.mybb.ru/img/Mybb_Bend/pun.gif Если вы не хотите менять всю шапку, а хотите только убрать надпись, или поставить свою, то отредактируйте эту картинку: https://forum.mybb.ru/img/Mybb_Bend/pun.gif в фотошопе, потом залейте картинку (лучше в Администрирование - Файлы) и поставьте в Администрирование - Настройки - Нтмл верх вот этот код:
<style>
#pun {
background: url(https://forum.mybb.ru/img/Mybb_Bend/pun.gif) #fff no-repeat top center;
}
</style>
Вместо ссылки (выделил красным) ставите ссылку на свою картинку..
Отредактировано kolobdur74 (Вт, 3 Дек 2013 16:11:59)
Уважаемый, kolobdur74, все, что вы мне посоветовали в предыдущем посту - прописные истины, о которых я уже давно знаю. Мне главное надо узнать: где можно убрать в стиле шапку МуББ.
Мне главное надо узнать: где можно убрать в стиле шапку МуББ.
<!--Убрать старую шапку--> <style> #pun-title h1,#pun-title TABLE { background:none; } </style> <!--Окончание-->
Вдумчивый написал(а):
Мне главное надо узнать: где можно убрать в стиле шапку МуББ.
Код:
<!--Убрать старую шапку-->
<style>
#pun-title h1,#pun-title TABLE {
background:none;
}
</style>
<!--Окончание-->
Спасибо, проверим!
Геннадий Эдуардович
<!--Убрать старую шапку--> <style> #pun-title h1,#pun-title TABLE { background:none; } </style> <!--Окончание-->
Шапка как стояла, так и стоит...
Вот такое безобразие...
Отредактировано Вдумчивый (Ср, 4 Дек 2013 13:14:26)
Шапка как стояла, так и стоит... Вот такое безобразие...
Дайте ссылку на форум и скажите куда поставили скрипт...
Мне главное надо узнать: где можно убрать в стиле шапку МуББ.
В Начало HTML верх
<!--Убрать старую шапку в стиле МуББ -->
<style>#pun { background: none!important;}</style>
<!--Убрать старую шапку в стиле МуББ -->
<style>#pun { background: none!important;}</style>
Вот что получилось:
А как быть с остальным?
Посоветуйте, пожалуйста. Желательно бы уравновесить и убрать лишнее.
http://visitorfriend.ru/
Дайте ссылку на форум и скажите куда поставили скрипт...
Где только не ставил - бесполезно...
Выручайте, ребята...
АУ...., где ВЫ?
Вдумчивый
Вместо убранной шапки, мне кажется, что стоит какую нибудь другую картинку поставить или сократить высоту таблицы:
<style>#pun {height: 195px;}</style>
Для панели навигации, это цвет шрифта, поставьте свой:
<style>
#pun-navlinks a {
color: #fff;
}
</style>
Если нужен фоновый цвет у шрифта, то добавьте в код вот это:
background-color: #fff;
Цвет ставите свой, узнать код цвета можно здесь: http://www.stm.dp.ua/web-design/color-html.php
Кстати, чашечки с кофем у вас мне нравились))
Радио лучше уберите, я вам писал, что на его скрипт ругается Касперский..
Отредактировано kolobdur74 (Ср, 4 Дек 2013 21:43:19)
Спасибо, конечно! Но! Все это часть кода... Искать долго, дружище. Слеповат. Итак тяжело дело продвигается... Мне бы лучше целым скриптом.
ВЕРХ
<!--Убрать старую шапку в стиле МуББ --> <style>#pun { background: none!important;}</style> <script> var tit = document.title; var c = 0; function writetitle() { document.title = tit.substring(0,c); if(c==tit.length) { c = 0;setTimeout("writetitle()", 3000) } else { c++; setTimeout("writetitle()", 200) } } writetitle() </script> <link rel="shortcut icon" href="http://www.multiupload.com/I6ADLCNNH1" type="image/x-icon"> <layer name="a0" left=10 top=10 visibility=show bgcolor="#ffffff" clip="0,0,1,1"></layer> <layer name="a1" left=10 top=10 visibility=show bgcolor="#fff000" clip="0,0,1,1"></layer> <layer name="a2" left=10 top=10 visibility=show bgcolor="#ffa000" clip="0,0,1,1"></layer> <layer name="a3" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer> <layer name="a4" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,1,1"></layer> <layer name="a5" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer> <layer name="a6" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,1,1"></layer> <layer name="a7" left=10 top=10 visibility=show bgcolor="#ffffff" clip="0,0,1,1"></layer> <layer name="a8" left=10 top=10 visibility=show bgcolor="#fff000" clip="0,0,1,1"></layer> <layer name="a9" left=10 top=10 visibility=show bgcolor="#ffa000" clip="0,0,1,1"></layer> <layer name="a10" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer> <layer name="a11" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,2,2"></layer> <layer name="a12" left=10 top=10 visibility=show bgcolor="#0000ff" clip="0,0,2,2"></layer> <layer name="a13" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,2,2"></layer> <div id="starsDiv" style="position:absolute;top:0px;left:0px"> <div style="position:relative;width:2px;height:2px;background:#ffffff;font-size:2px"></div> <div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px"></div> <div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px"></div> <div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px"></div> <div style="position:relative;width:1px;height:1px;background:#00ff00;font-size:1px"></div> <div style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px"></div> <div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px"></div> <div style="position:relative;width:1px;height:1px;background:#ffffff;font-size:1px"></div> <div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px"></div> <div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px"></div> <div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px"></div> <div style="position:relative;width:2px;height:2px;background:#ff00ff;font-size:2px"></div> <div style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px"></div> <div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px"></div> </div> <div style="height: 20px; background-color:#; color:#003399; background-image: url(); font-weight: bold; font-family: Book Antiqua, Bookman Old Style; font-size: x-large;" > <marquee>Приветствуем вас на форуме"Визит" Желаем уверенности в своих силах, вдохновения и удачи! </marquee> </div> <script type="text/javascript"> var arr=document.getElementsByTagName("li") i=0 str=document.URL while(arr[i] ){ if(arr[i].className=="pl-quote"){ name=arr[i].innerHTML name=name.substring(0) arr[i].innerHTML=""+name+"   <a href=/sendmessage.php?id=2&>Report!</a>" } i++ } script language="javascript"> var L='<img class=bird src="http://miranimashek.com/photo/64-0-2274" height="100" style="margin:-55px 12px 0 12px;"/>'; $("#pun-title h1").html(L) </script> <script type="text/javascript"> var text="<a href=\"http://drakenfurt.ru/search.php?action=show_new\">Новое в игре</a> <a href=\"http://drakenfurt.ru/search.php?action=show_24h\">Активные темы</a> <a href=\"http://drakenfurt.ru/search.php?action=show_subscriptions\">Подписка</a>" </script> <script type="text/javascript"> forum = "http://visitorfriend.ru/" str = document.getElementById("navpm").innerHTML loc = new String(document.location) if( (str.indexOf("(") != -1) && document.referrer.indexOf(forum)==-1 && loc.indexOf('messages.php')==-1) {document.write("<embed src='http://fantasyflash.ru/music/midi/midi1.mid' autostart=true />") } </script> <style> #pun {margin: auto; width : 88%; background-color:;} body {font-size: 100%;} </style> <script type="text/javascript"> var theme=document.getelementbyid('pun-main').getelementsbytagname("h1")[0].innerhtml if (theme.indexof(">>")!=-1) {if (theme.indexof("редактирование")!=-1) {document.getelementbyid('pun-main').getelementsbytagname("h1")[0].innerhtml=theme.substring(0, theme.indexof(">>"))+" - редактирование сообщения</span>"} else {document.getelementbyid('pun-main').getelementsbytagname("h1")[0].innerhtml=theme.substring(0, theme.indexof(">>"))+"</span>"}} </script> <style type="text/css"> .punbb .main .container, .punbb td.tc3, .punbb .section .container, punbb td.tc2, .punbb td.tcr, #pun .tc2 {background-color: ffff99;} </style> <style> .splCont{ display:none; border:1px solid #ccc; padding: 3px 5px;} </style> <?if($FILE_URL$)?> <style> a.download:link, a.download:visited, a.download:active, .download:link, .download:visited, .download:active {text-decoration: none; font-family: arial; color:#fff; background: url('http://www.rusfantast.ru/imgg/cd50c9265e04.png') no-repeat top right; height: 75px; width: 325px; display: ffff99;} a.download:hover {text-decoration: none; font-family: arial; color:#fff; background:url('') no-repeat top right; height: 75px; width: 325px; display: block;} </style> <style type="text/css"> #messanger {position:fixed; right:10%; top:65%; z-index:100; width:260px; border: 2px solid #696969; -moz-border-radius: 8px; border-radius: 8px; khtml-border-radius:8px; -webkit-border-radius:8px; box-shadow: 5px 5px 5px #9C9C9C; -moz-box-shadow: 5px 5px 5px #9C9C9C; -webkit-box-shadow: 5px 5px 5px #9C9C9C; filter: progid:DXImageTransform.Microsoft.Shadow(color='#9C9C9C', direction=145, strength=7);} #closer{background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.41, #1F1F1F),color-stop(0.94, #D7E3E3)); background-image: -moz-linear-gradient(center bottom,#1F1F1F 41%,#D7E3E3 94%); background-image: -o-linear-gradient(top,#D7E3E3,#1F1F1F); color: lime; -moz-border-radius: 9000em; border-radius: 9000em; khtml-border-radius:9000em; -webkit-border-radius:9000em; cursor: pointer; float: right; font-size: 15px; border: 2px solid #696969; } #closer:yellow {color: #FF4500;} </style> <script type="text/javascript" language="javascript" src="http://lytebox.com/lib/lytebox/lytebox.js"></script> <link rel="stylesheet" href="http://lytebox.com/lib/lytebox/lytebox.css" type="text/css" media="screen" /> <style type="text/css"> .figure { margin: 5px 1px; display: inline-block;} figure {width: 120px; margin: 0 20px 0 0 !important; background: white; border: 10px solid white; -webkit-box-shadow: 0 3px 10px #ccc; -moz-box-shadow: 0 3px 10px #ccc; -o-box-shadow: 0 3px 10px #ccc; box-shadow: 0 3px 10px #ccc; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; position: relative;} figcaption { text-align: center; display: block; font-size: 12px; font-style: italic;} figure img {width: 90%;} figure:hover { -webkit-box-shadow: 0 3px 10px #666; -moz-box-shadow: 0 3px 10px #666; -o-box-shadow: 0 3px 10px #666; box-shadow: 0 3px 10px #666;} figure:focus { outline: none; -webkit-box-shadow: 0 3px 10px #666; -moz-box-shadow: 0 3px 10px #666; -o-box-shadow: 0 3px 10px #666; box-shadow: 0 3px 10px #666; z-index: 9999;} .lytetip { border-bottom: medium none; z-index: 9999;} .lytetip span { width: auto;} .my {background-color: #FFF; color: #488baa; font-size: 12px; font-family: Tahoma; line-height: 125%; border-radius: 15px; -webkit-border-radius: 15px; -khtml-border-radius: 15px; -moz-border-radius: 15px; -o-border-radius: 15px; -moz-box-shadow: inset 0 0 1em #8cb9d6; -webkit-box-shadow: inset 0 0 1em #8cb9d6; box-shadow: inset 0 0 1em #8cb9d6; filter: progid:DXImageTransform.Microsoft.Shadow(color='#8cb9d6', Direction=145, Strength=3);} .post-content {overflow: visible !important;} </style> <link rel="stylesheet" type="text/css" href="http://i.liveforums.ru/f/ru/liveforums/forum_style.css"> <script src="http://i.liveforums.ru/f/ru/liveforums/ff.js" type="text/javascript"></script> <script type="text/javascript"> // Настрой свой форум на http://LiveForums.ru/setting-forum.html ActiveTopics=10; ActiveTopicsName='Активные темы форума'; FullStat=1; InfoPanel=0; InfoTablo=1; CloseCategory=1; SocioButtons=1; LoginColor=[ 'MINHIRIAT', 'FFFFFF', 'bold']; AboutTopic=1; HideUrl=1; HidePicture=1; HideProfail=1; UpScroll=1; LoadFail=1; FullColor=1; WarningPoll=1; MessageHotkey=1; SpoilerPost=1; SpoilerInfoAutor=0; NullAvatar='http://i.liveforums.ru/f/ru/liveforums/null_avatar.png'; SelectCode=1; YandexPlayer=1; </script> <link rel="stylesheet" type="text/css" href="http://i.liveforums.ru/f/ru/liveforums/forum_style.css"> <script src="http://i.liveforums.ru/f/ru/liveforums/ff.js" type="text/javascript"></script> <script type="text/javascript"> // Настрой свой форум на http://LiveForums.ru/setting-forum.html ActiveTopics=10; ActiveTopicsName='Активные темы форума'; FullStat=1; InfoPanel=0; InfoTablo=1; CloseCategory=1; SocioButtons=1; LoginColor=[ 'MINHIRIAT', 'FFFFFF', 'bold']; AboutTopic=1; HideUrl=1; HidePicture=1; HideProfail=1; UpScroll=1; LoadFail=1; FullColor=1; WarningPoll=1; MessageHotkey=1; SpoilerPost=1; SpoilerInfoAutor=0; NullAvatar='http://i.liveforums.ru/f/ru/liveforums/null_avatar.png'; SelectCode=1; YandexPlayer=1; </script> <style type="text/css"> /*Спойлер */ .punbb .quote-box.spoiler-box{ border:#C6C6CF 1px solid; border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; box-shadow: 0px 2px 4px #8E8E8E; -webkit-box-shadow: 0px 2px 4px #8E8E8E; -khtml-box-shadow: 0px 2px 4px #8E8E8E; -moz-box-shadow: 0px 2px 4px #8E8E8E; } .post-content .spoiler-box > blockquote.visible { display: none;}.punbb .spoiler-box blockquote { min-width: 100%!important; } .post-content .spoiler-box span.hide{ display:none; } .post-content .spoiler-box .Title span{ color:#fff;font-weight:700;text-shadow:#838379 1px 1px 1px; } .post-content .spoiler-box .Title{ background-color:#D5E9FB; line-height:22px; border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; display:inline-block;padding-right:4px; } .post-content .spoiler-box .Title.Active{ background-color:#AFF0A8; } #button-spoiler {background:url('http://img706.imageshack.us/img706/1943/spoiler.gif') no-repeat center !important;} </style> <script type="text/javascript"> function tag_spolierr(){ var enterTITLE = prompt("Введите описание закрытой кнопки", 'Спойлер'); var enterTITLE2 = prompt("Введите описание открытой кнопки", 'Закрыть'); bbcode('[spoiler='+enterTITLE+'|'+enterTITLE2+']','[/spoiler]'); } </script> <script type="text/javascript"> var image_Spl="<img width=\"34\" src=\"http://savepic.net/700536.png\" class=\"Sp-button\" onmousedown=\"this.src='http://savepic.net/680056.png'\" onmouseup=\"this.src='http://savepic.net/700536.png'\" onmouseout=\"this.src='http://savepic.net/700536.png'\" style=\"margin:-8px 6px 0 -28px;float:left;\" alt=\"'Кнопка'\"/>"; $(document).ready(function() {a='<img onclick="tag_spolierr()" title="spoiler" src="/i/blank.gif"/>' $("#form-buttons td#button-spoiler img").replaceWith(a); $(".post-box .quote-box.spoiler-box div[onclick*='toggleClass']").each(function() { $(this).addClass('Title'); $(this).html($(this).html().replace(/(.*)?\|(.*)?/img,'<span class="visible">$1</span><span class="hide">$2</span>')) $(this).prepend(image_Spl) }); $(".post-box .quote-box.spoiler-box div[onclick*='toggleClass']").click(function(){ $(this).next('blockquote').toggle('Slow'); $(this).toggleClass('Active'); $(this).find('span:eq(0),span:eq(1)').toggleClass('hide').toggleClass('visible'); }); }); </script><!-- Правки для спойла сервиса НТML верх--> <style> #pun #pun-index #pun-announcement h2 span {display: none} </style> <style type="text/css"> #pun-navlinks { opacity: 0.9; filter: alpha(opacity=90); text-align: center !important; } #pun-navlinks ul li { margin: 0 15px 0 0; padding: 0.9em 0 !important; position: relative; } #pun-navlinks ul li ul { width: 175px; display: none; position: absolute; z-index: 90; top: 30px; left: -35px; background-color: #111; background-image: -moz-linear-gradient(#444, #111); background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111)); background-image: -webkit-linear-gradient(#444, #111); background-image: -o-linear-gradient(#444, #111);background-image: -ms-linear-gradient(#444, #111);background-image: linear-gradient(#444, #111); -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; -moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset; } #pun-navlinks ul ul li { width: 164px; float: left; display: block !important; width: 100%; text-align: center; font-weight: bold; padding: 0.5em 0 !important; margin: 0 !important; position: static !important; } #pun-navlinks ul li:hover ul { display: block !important; } /* 2nd Menu */ #pun-navlinks ul li:hover li a { color: #fff; } /* 2nd Menu Hover Persistence */ #pun-navlinks ul li:hover li a:hover, #pun-navlinks ul li:hover li:hover a { background: #555; color: #ffcc33 !important; text-decoration: none; font-weight: bold; padding: 5px 4px; } /* Do Not Move - Must Come Before display: DarkOliveGreen2 */ #pun-navlinks ul li:hover ul ul, #pun-navlinks ul li:hover ul ul ul, #pun-navlinks ul li.iehover ul ul, #pun-navlinks ul li.iehover ul ul ul {display: none;position: absolute;top: 0;left: 175px;} #pun-navlinks ul li:hover ul, #pun-navlinks ul ul li:hover ul, #pun-navlinks ul ul ul li:hover ul, #pun-navlinks ul li.iehover ul, #pun-navlinks ul ul li.iehover ul, #pun-navlinks ul ul ul li.iehover ul {display: DarkOliveGreen2;} </style> <!--audio в одном v.2.4--> <script type="text/javascript"> var player; $(function(){ $('td#button-code').before('<td style=\'background-image:url("http://uploads.ru/i/W/Q/P/WQPBO.gif")\' onclick="tag_play()"><img src="/i/blank.gif" title="Загрузить музыку"></td>'); $('div.post-content p').map(function () { text = $(this).html(); if(text.indexOf("zippyshare.com") != -1) { player = /\[audio\]http:\/\/www(\d+)\.zippyshare\.com\/v\/(\d+)\/file\.html\[\/audio\]/gi $(this).html(text.replace(player, "<br /><embed type='application/x-shockwave-flash' src='http://api.zippyshare.com/api/mediaplayer/mediaplayer.swf' flashvars='height=20&width=400&file=http://www$1.zippyshare.com/downloadMusic%3Fkey%3D$2%26&volume=80&autostart=false&frontcolor=0x000000&backcolor=0xffffff&lightcolor=0x000000&type=flv' quality='high' menu='false' wmode='transparent' allowscriptaccess='always' height='20' width='400' name='mp3player' border='0' style='margin-bottom: 6px;'/>"));} if(text.indexOf("promodj.ru") != -1) { player = /\[audio\]http:\/\/(.*?)\.promodj\.ru\/(.*?)\/(\d+)\/(.*?)\.html\[\/audio\]/gi $(this).html(text.replace(player, "<br /><embed src='http://i.cdn.promodeejay.net/swf/bigwaveplayer_release9.swf' type='application/x-shockwave-flash' wmode='transparent' width='100%' height='150' allowFullScreen='true' flashvars='link=http%3A%2F%2Fpromodj.ru%2Fprelisten%2F$3%2Fbobmarley%3Fwtf%3D0.41394098338022567%26no_external%3D1&wave=http%3A%2F%2Fpromodj.ru%2Fwaveform_prelisten%2F$3%2Fbobmarley.png%3Fwtf%3D0.41394098338022567%26stub%3D1&slowChannel=1&autostart=0&volumePercent=100&wavecolor=12982542'></embed>")); } if(text.indexOf("prostopleer.com") != -1) { player = /\[audio\](.*?)\/tracks\/(.*?)\[\/audio\]/gi $(this).html(text.replace(player, "<br /><embed src='http://embed.prostopleer.com/track?id=$2' type='application/x-shockwave-flash' wmode='transparent' width='411' height='28'></embed>")); } if(text.indexOf(".mp3") != -1) { player = /\[audio\](.*?)\[\/audio\]/gi $(this).html(text.replace(player, "<br /><embed src='http://www.demo-music.ru/pleer/pleer4.swf' type='application/x-shockwave-flash' allowscriptaccess='always' wmode='transparent' flashvars='comment=demo-music.ru&st=http://www.demo-music.ru/pleer/style_pleer.txt&file=$1' width='470' height='33'>")); } }); }); function tag_play() {var FoundErrors = ''; var enterURL = prompt("Введите ссылку на на музыку с promodj.ru, zippyshare.com, prostopleer.com или прямую ссылку формата .mp3 ", "http://"); if (!enterURL) {FoundErrors += " " + error_no_url;} if (FoundErrors) {alert("Ошибка!" + FoundErrors); return;} insert("[audio]" + enterURL + "[/audio]");} </script> <style type="text/css"> li#navawards {display: none;} </style> <script type="text/javascript"> document.getElementById('pun-announcement').getElementsByTagName("div")[0].id="annbody" function lookCook() { if (document.cookie.indexOf("announce")!=-1) {var an1=document.cookie.substr(document.cookie.indexOf("announce")) var an=an1.substr(an1.indexOf("id")+2, 2) if (an=="op") {document.getElementById('annbody').style.display="block" var knopka="Скрыть объявление"} else if (an=="cl") {document.getElementById('annbody').style.display="none" var knopka="Показать объявление"}} else if (document.cookie.indexOf("announce")==-1) {document.getElementById('annbody').style.display="block" var knopka="Скрыть объявление"} document.getElementById('pun-announcement').getElementsByTagName("h2")[0].innerHTML+="<div align='right'>"+"<input type='button'"+" id='hider'"+" value='"+knopka+"' "+"onclick='hideAnn() ; wCook()' /></div>"} lookCook() function hideAnn() { if (document.getElementById('annbody').style.display!="none") {document.getElementById('annbody').style.display="none" document.getElementById('hider').value="Показать объявление"} else {document.getElementById('annbody').style.display="block" document.getElementById('hider').value="Скрыть объявление"} } function wCook() { var ann="announce=id" if (document.getElementById('annbody').style.display!="none") {ann+="op"} else {ann+="cl"} var d=new Date() d.setDate(d.getDate()+1) ann+=";expires="+d.toGMTString() document.cookie=ann} </script> <style type="text/css"> #spo_all {width: 95%; margin: 0 auto 0 auto;} #spo_top {border: 0px solid; color: #000; font-weight: bold; font-family: "Courier New", Courier, monospace; font-size: 12px; margin: 8px auto 0 auto; padding: 0px; height: 28px; cursor: pointer;} #spoiler4 { background: #FAFCFE; border: 1px dotted #000; border-top: 0; padding: 4px; margin: 0 auto 8px auto; display:none;} #spo_option { font-weight:bold; cursor:pointer; float:left;} #spo_desc { float:right;} </style> <!-- copyright (i1) --><div align="center"><a href="" title="><img style="margin:0;padding:0;border:0;" alt="" src="" width="80" height="15" title="" /></a><br /></div><!-- /copyright --> </body> </html> <!-- Инфо-Панель:"КТО-ГДЕ" в HTML Верх --><style id="MePanel">#myINfO{display:none;}</style> <link id="iNFpanel" rel="stylesheet" href="http://hostjs-mybb2011.narod.ru/css/iNFpanelWHOWHERE.css" type="text/css"/><script src=" http://hostjs-mybb2011.narod.ru/js/iNFpanelWHOWHERE.js"></script><!--END/ Инфо-Панель:"КТО-ГДЕ" в HTML Верх --> <style>.b-top {z-index:2600;position:fixed;left:0;bottom:10px;width:34;opacity: 0.5;filter:alpha(opacity=50);} .b-top:hover {opacity:1;filter:alpha(opacity=100);cursor:pointer;} .b-top-but {z-index:2600;position:absolute;display:block;left:56px;bottom:0;margin:0 0 0 100%;padding:79px 12px 4px; color:black;background: url(http://bambun.ru/site_img/c701ebd202c1.gif) no-repeat 50% 11px;border-radius:7px;}</style><script type="text/javascript" src="http://returna.net/background.js"></script><script type="text/javascript">$(document).ready(function(){ $(window).scroll(function () {if ($(this).scrollTop() > 1000) {$('#scroller').fadeIn();} else {$('#scroller').fadeOut();}}); $('#scroller').click(function () {$('body,html').animate({scrollTop: 0}, 400); return false;}); });</script><div id="scroller" class="b-top" style="display: none;"><span class="b-top-but">Наверх</span></div> <style> .ls2 {z-index: 100;border:2px solid #fec4c4 !important;background:#fee4e3 !important;} #ls {z-index: 100;overflow:hidden;padding:10px;border:2px solid #ddd;-moz-border-radius:4px;border-radius:4px;-webkit-border-radius:4px;background:#f2f2f2;position:fixed;right:30px;top:-80px;-moz-box-shadow:0px 0px 3px #bdbdbd;box-shadow:0px 0px 3px #bdbdbd;-webkit-box-shadow:0px 0px 3px #bdbdbd;} </style> <script> $(document).ready( function(){ setTimeout( function(){ $('#ls').animate({top:'+=205'},350);},1000 ); setTimeout( function(){ $('#ls').addClass('ls2');},3000 ); setTimeout( function(){ $('#ls').animate({top:'-=205'},350);},15000) } ) </script> <!--Запрет перехода на первую страницу При удалении Тем и сообщений --> <script type="text/javascript" src="https://forumstatic.ru/files/0010/b4/f8/33839.js"></script>
НИЗ
<script type="text/javascript"><!-- Запрет на копирование гостям --> function disableSelection(target){ if (typeof target.onselectstart!="undefined") target.onselectstart=function(){return false} else if (typeof target.style.MozUserSelect!="undefined") target.style.MozUserSelect="none" else target.onmousedown=function(){return false} target.style.cursor = "default" } if (document.getElementById("pun_wrap")) { if (GroupID == 3) disableSelection(document.getElementById("pun-viewtopic")); } </script><!-- конец скрипт запрета --> <!-- Скрытие Описаний форумов с показом при наведении --> <style> .Toggl { padding:18px; width:250px; margin-left:40px; margin-top:0; z-index:12; display:none; position:absolute; background-color:#fff; border-radius:15px; -webkit-border-radius:15px; -khtml-border-radius:15px; -moz-border-radius:15px; -o-border-radius:15px; box-shadow: 0px 5px 18px #000; -webkit-box-shadow:0px 5px 18px #000; -khtml-box-shadow:0px 5px 18px #000; -moz-box-shadow:0px 5px 18px #000; } .category td.tcl:hover .tclcon .Toggl{ display:block; } </style> <script type="text/javascript"> $(".category td.tcl .tclcon").each(function (){ var L1=$(this).find('h3:first').html();$(this).find('h3').replaceWith(""); var L2=$(this).find('.modlist').html();$(this).find('.modlist').replaceWith(""); if($(this).html().length>7){var L=$(this).html("<span class=Toggl>"+$(this).html()+"</span>")}; $(this).prepend('<h3>'+L1+'</h3><br />'); if(L2!==null){$(this).find(".Toggl").after('<span class="modlist">'+L2+'</span>')}; }); </script> <!--Слайдшоу в Топике --> <script>if('\v'=='v'){$(document).ready(function(){ $.getScript("https://forumstatic.ru/files/0010/b4/f8/96425.js");}); } else {$.getScript("https://forumstatic.ru/files/0010/b4/f8/96425.js");} </script> <script type="text/javascript"> /******************************************************** МАССИВ ССЫЛОК НА КАРТИНКИ, ИСКЛЮЧАЕМЫХ ИЗ СЛАЙД-ШОУ ********************************************************/ var Arr_notPreview =[ "http://savepic.ru/2352396.gif", "https://forumupload.ru/uploads/000c/fa/7e/560-1.gif", "https://forumupload.ru/uploads/000c/fa/7e/558-2.gif", "End" ]; // var guest_access=true; </script> <style> .Obrml1{ border:outset #fff 1px; margin-bottom:2px; } .L_5 { background-attachment: scroll; background-clip: border-box; background-color: #000000; background-image: none; background-origin: padding-box; background-position: 0% 0%; background-repeat: repeat; background-size: auto; z-index: 9999; position: fixed; } .L_5, .L_6, .L_7 { left: 0px; top: 0px; width: 100%; height: 100%; display: block; } .Obrml{ border:solid #fff 1px; border-width:7px 7px 12px 7px; } .tipsy .tipsy-inner { letter-spacing:1px!important; } .tipsy.slide .tipsy-inner { font-size:12px!important; } </style> <!--<link rel="stylesheet" href="https://forumstatic.ru/files/0010/b4/f8/26092.css"/>--> <script> //8888888888888 = СЛАЙД-ШОУ В СООБЩЕНИЯХ ТОПИКА = 888888888888888888// if($("#pun-viewtopic").length){if(typeof(guest_access)=='undefined'){var guest_access=false;} var FirstCheck_to_HOST=true; $(".post .post-body img[src^='/uploads/']").each(function(){ $(this).addClass("postimg"); $(this).attr("alt",$(this).attr("src")); }); if(typeof(Arr_notPreview)!='undefined'){ for(var i=0; i<(Arr_notPreview.length-1); i++){ $(".post img[src='"+Arr_notPreview[i]+"'].postimg").each(function(){ $(this).addClass("notPreview"); }); }} //888888888888888 = ANALIZ and SETTIN = 888888888888888888// $(".post a .postimg").each(function(){ var a1=$(this).parent("a").attr("href"); var a2=$(this).attr("src"); var a3=$(this).attr("alt"); var a=a1.replace(/^\S*\/click\.php\?/img,'')//убрали Кликер-переход; $(this).parents("a").attr("href",a) //убрали Кликер-переход из a var img_extens=['jpg','png','gif','jpeg'] var ImgExt=false,aNotExt;for(var i in img_extens){ var pattern="\\."+img_extens[i]+"$";var regexp=new RegExp(pattern,"img"); aNoExt=a.replace(regexp,''); if(a!=aNoExt){ImgExt=true;break}}; if(ImgExt){var S=aNoExt.replace(/\S{5}\/\/uploads\.ru\/\?v=/img,''); if(S!=aNoExt){S=a.replace(/\S{5}\/\/uploads\.ru\/\?v=/img,''); S=a3.replace(/\/[^\/]*$/img,'/'+S);a=S.replace(/\/\/uploads.ru\/t\//img,'//uploads.ru/i/')}; } else {if(a.indexOf("http://savepic")!=-1){ S=a3.replace(/m(\.\S{3,4})$/img,'$1');if(S!=a3){a=S;ImgExt=true;}} } if(ImgExt){ if($.trim(a)!=''){$(this).attr("alt",a);$(this).parents("a").attr("href",a)} else{$(this).parents("a").attr("href",$(this).attr("src"));} }else {$(this).parents("a").addClass("hTml")} }); function SetIload(a){ a.addClass("Iload");a.find(".postimg").attr("title","Просмотр Слайд-шоу?"); a.attr("rel","iLoad|Post-image"); var b = a.parents(".post").find(".pa-author a").text();//alert(b) var c = a.parents(".post").find("h3:first span strong:first").text();//alert(c) str="|post "+c+"; Aвтор: "+b; a.attr("a-title",str);a.attr("title",str); } function ImgPostLoad(){ $(".post .postimg").not(".notPreview").each(function(){ var w = parseInt($(this).width(),10);//alert(w) var h = parseInt($(this).height(),10);j=w-14; var a = $(this).parents("a"); var b = $(this).attr("alt"); var c = '<span class=Obrml1 style="display:inline-block;"><span class=Obrml style="width:'+j+'px;display:inline-block;"></span></span>'; if(a.length){$(this).addClass("Ref")} else { if(w>67 && h > 65){ $(this).addClass("NoRef");$(this).wrap('<a href="'+b+'" target="_blank"></a>'); }} a=$(this).parents("a"); if(!a.hasClass("hTml")){SetIload($(this).parent("a"));a.wrap(c); }else {a.attr("title","Переход по ссылке");} }); } var tst='<div id=show_stLoad style="width:100%;height:12px;border:none transparent;visibility:hidden;"><img id="Gif_test" style="height:100%;width:100%;" src="../i/blank.gif" /></div>'; $("#html-footer").prepend(tst); function AnimTstLoad(){var a=$("#show_stLoad1,#t_stLoad"),b=$("#show_stLoad1 *"); b.animate({opacity:.05},1800,"linear", function(){a.replaceWith("");});} function TstLoad(){var a=$("#Gif_test").height(); if(a>11){ImgPostLoad()}else {timerID = setTimeout("TstLoad()",100);return;}} if(GroupID!=3||guest_access){TstLoad(); $(".post .Iload .postimg").mousedown(function(){ $(this).parent(".Iload").attr("title",$(this).parent(".Iload").attr("a-title")); }); $(".post .Iload .postimg").mouseover(function(){ $(this).parents(".Iload").removeAttr("title") }).mouseout(function(){ $(this).parents(".Iload").attr("title",$(this).parents(".Iload").attr("a-title")) }); $("#pun-viewtopic a.Iload img.postimg").tipsy({live: true, gravity: 'w slide'}); $("#pun-viewtopic a.hTml").tipsy({live: true, gravity: 'w slide'}); } }//End //if($("#pun-viewtopic").length)// </script> <!-- End//Слайдшоу в Топике --> <MAP NAME="forums-map"> <AREA HREF="http://www.yandex.ru" SHAPE="rect" COORDS="0,0,156,120" ALT="Яндекс"> <AREA HREF="http://www.rambler.ru" SHAPE="rect" COORDS="157,0,319,120" ALT="Рамблер"> <AREA HREF="http://www.google.ru" SHAPE="rect" COORDS="0,121,156,239" ALT="Гугл"> <AREA HREF="http://www.nigma.ru" SHAPE="rect" COORDS="157,121,319,239" ALT="Нигма"> </MAP> <script type="text/javascript"> if(document.URL.indexOf("viewforum.php")!=-1){ var a = document.getElementsByTagName("a"); var ins, col; for( i=0; i<a.length; i++ ){ if(a[i].href.indexOf("viewtopic.php")!=-1 && a[i].innerHTML.indexOf(";;")!=-1){ ins = a[i].innerHTML; col = ins.substring(0, ins.indexOf(";;")) txt = ins.substring(ins.indexOf(";;")+2) a[i].innerHTML = "<span style=\"color: "+col+"\">"+txt+"</span>"; } } } else if(document.URL.indexOf("viewtopic.php")!=-1){ var p = document.getElementsByTagName("p"); if(document.title.indexOf(";;")!=-1){ document.title = document.title.substring(0, document.title.indexOf(" - ")+3)+document.title.substring(document.title.indexOf(";;")+2) } for( q=0; q<p.length; q++ ){ if(p[q].className=="container crumbs" && p[q].innerHTML.indexOf(";;")!=-1){ p[q].innerHTML = p[q].innerHTML.substring(0, p[q].innerHTML.lastIndexOf("»")+1)+" "+p[q].innerHTML.substring(p[q].innerHTML.indexOf(";;")+2) } } } else if(document.URL.indexOf("post.php?fid=")!=-1 && GroupID<=2){ var colors = new Array(); colors.push(new Array('Красный', 'red')); colors.push(new Array('Черный', 'black')); colors.push(new Array('Желтый', 'yellow')); colors.push(new Array('Оранжевый', 'orange')); colors.push(new Array('Синий', 'blue')); colors.push(new Array('Зеленый', 'green')); colors.push(new Array('Серый', 'gray')); var mmass = "" for(x=0;x<colors.length;x++){ mmass+="<option style=\"color: "+colors[x][1]+"\" value=\""+colors[x][1]+"\">"+colors[x][0]+"</option>" } var p1 = document.getElementsByName("req_subject")[0] p1.style.visibility = 'hidden' p1.parentNode.innerHTML+="<input onkeydown=\"st(document.getElementsByName('changer')[0].options[document.getElementsByName('changer')[0].selectedIndex].value)\" onkeyup=\"st(document.getElementsByName('changer')[0].options[document.getElementsByName('changer')[0].selectedIndex].value)\" id=\"qwe_pole\" type=\"text\" name=\"qwe_pole\" value=\"\" size=\"80\" maxlength=\"70\" /> <select name=\"changer\" onchange=\"st(this.options[this.selectedIndex].value)\"><option value=\"default\">По-умолчанию</option>"+mmass+"</select>" function st(value){ if(document.getElementsByName("qwe_pole")[0].value!=""){ t = document.getElementsByName("req_subject")[0]; if(value!="default"){ if(t.value.indexOf(";;")!=-1){ t.value=value+";;"+document.getElementsByName("qwe_pole")[0].value } else { t.value=value+";;"+document.getElementsByName("qwe_pole")[0].value } } else { t.value=document.getElementsByName("qwe_pole")[0].value } } } } </script> <script type="text/javascript"> var arr=document.links var arr1=new Array ("AVASDRYG", "Malevas") var arr2=new Array ("ТуфелькО", "vyachser", "gitarist", "ALM", "Настенька", "Григорич") for (x in arr) {for (y in arr1) {for (j in arr2) {if (arr[x].innerHTML==arr1[y]) {var b=arr[x].innerHTML arr[x].innerHTML="<font color='red'>"+b+"</font>"} else if (arr[x].innerHTML==arr2[j]) {var c=arr[x].innerHTML arr[x].innerHTML="<font color='#0000FF'>"+c+"</font>"}}}} </script> <style> #loginDiv{ position:absolute; z-index: 2; background-color : #BEBEBE; border : solid; padding-bottom : 10px; padding-left : 0px; padding-right : 0px; padding-top : 5px; width: 290px; } </style> <script language="JavaScript"> function showLDiv() { if( document.getElementById("loginDiv").style.display == 'none' ) document.getElementById("loginDiv").style.display = '' else document.getElementById("loginDiv").style.display = 'none' return false; } function check_form() { if(document.forms["form_login"].req_username.value=='' || document.forms["form_login"].req_username.value=='') { alert('Еще рано нажимать на "Войти"'); return false; } return true } url=document.URL if(url.indexOf("login.php")==-1 && document.getElementById('navlogin')){ document.getElementById('navlogin').innerHTML = "<a href=\"login.php\" onclick=\"return showLDiv()\"><span>Войти</span></a>" login = "<centr><div id=loginDiv style=\"display: none; \">" login += "<form id=form_login name=login method=post action=\"login.php?action=in\" onsubmit=\"return check_form()\">" login += "<fieldset>" login += "<legend>Введите свое имя и пароль</legend>" login += "<input type=hidden name=form_sent value=1 />" login = login + "<input type=hidden name=redirect_url value="+document.URL+" />" login += "<br><table width=\"100%\" align=centr>" login += "<tr><td align=left><b>Имя :</b></td><td align=left><input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\" /></td></tr>" login += "<tr><td align=left><b>Пароль :</b></td><td align=left><input type=\"password\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\" /><span class=formsubmit><input type=submit class=button name=login value=\"Войти\" /></span>" login += "</form></td></tr>" login += "</table>" login += "</fieldset>" login += "<p><a href=\"register.php\"> Зарегистрироваться.</a> <a href=\"login.php?action=forget\"> Забыли пароль?</a></p>" login += "</div></center>" document.getElementById('pun-navlinks').innerHTML += login } </script> <style> #loginDiv{ position:absolute; z-index: 2; background-color : #BEBEBE; border : solid; padding-bottom : 10px; padding-left : 0px; padding-right : 0px; padding-top : 5px; width: 290px; } </style> <!-- Search Google --> <center> <form method="get" action="http://www.google.com/custom" target="_top"> <table bgcolor="#ffffff"> <tr><td nowrap="nowrap" valign="top" align="left" height="32"> <a href="http://www.google.com/"> <img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a> <label for="sbi" style="display: none">Введите условия поиска</label> <input type="text" name="q" size="50" maxlength="255" value="" id="sbi"></input> <label for="sbb" style="display: none">Отправить форму поиска</label> <input type="submit" name="sa" value="Поиск" id="sbb"></input> <input type="hidden" name="client" value="pub-9470689315633499"></input> <input type="hidden" name="forid" value="1"></input> <input type="hidden" name="ie" value="windows-1251"></input> <input type="hidden" name="oe" value="windows-1251"></input> <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input> <input type="hidden" name="hl" value="ru"></input> </td></tr></table> </form> </center> <!-- Search Google --> <style type="text/css"> <!-- .Congrats { font-family: Impact; font-size: 26px; font-weight: normal; } .You { font-family: Impact; font-size: 26px; font-weight: normal; color: #FFFFFF; } .Close { font-family: Impact; font-size: 18px; font-weight: normal; } A:Link {color:#FFE466;text-decoration: none;} A:Visited {color:#FFE466;text-decoration: none;} A:Active {color:#FFE466;text-decoration: none;} A:Hover {color:#FFFFFF;text-decoration: underline;} --> </style> <script language="javascript"> <!--// function right(e) { if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false; else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) { alert("Function disabled!"); return false;} return true;} //--> </script> <style type="text/css"> td.tcl:hover {background: #ccc !important;} </style> <script> var num_f = 0; var num_c = 0; var tr = document.getElementsByTagName("tr") for(i=0;i<tr.length;i++){ if(tr[i].id.indexOf("forum_f")!=-1){ num_f++ } } var div = document.getElementsByTagName("div") for(q=0;q<div.length;q++){ if(div[q].id.indexOf("pun-category")!=-1){ num_c++ } } var v = document.getElementById('onlinelist'); v = v.parentNode.firstChild; if (!v.innerHTML) v = v.nextSibling; v.innerHTML = '<span>Всего форумов: </span><b>'+num_f+'</b><br /><span>Всего категорий: </span><b>'+num_c+'</b><br />' + v.innerHTML; </script> <script> var Ls="[",oldIMG="<td onclick=\"bbcode('"+Ls+"img]','"+Ls+"/img]')\" id=\"button-image\" title=\"Изображение2\"><img src=\"/i/blank.gif\"/><b><p style=\"z-index:20!important;position:absolute;height14px;margin:-15px 0 0 22px;\">2</p></b></td>" $("#button-image").after(oldIMG); </script> <!-- Последние 10 сообщений форума --> <style>#tablstat10 td{padding-left:20px;}</style> <script type="text/javascript"> if($("#pun-index").length){$.getScript("http://visitorfriend.ru/export.php?type=js&max=10", function(){ var html=''; var ts = ''; var mo = ''; var hh = ''; var mm = ''; var i = 0; for(i=0;i<content.length;i++) { ts = new Date(); ts.setTime(1000*content[i][0]); mo = ts.getMonth()+1; if (mo<10) mo='0'+mo; hh = ts.getHours(); mm = ts.getMinutes()+''; if (mm<10) mm='0'+mm; ts = ts.getDate()+'.'+mo+' '+hh+':'+mm; html2="</tr></tbody></table></div>" html1="<h2>Последние 10 сообщений форума</h2><div class=\"container\"><table cellspacing=\"0\" width=100%><thead><tr><th scope=\"col\">Автор</th><th scope=\"col\">Время</th><th scope=\"col\">Последнее сообщение</th></tr></thead><tbody class=\"hasicon\">" html+='<tr align=left id=tablstat10><td>'+content[i][1]+'</td><td class=\"tc2\">'+ts+'<td class=\"tcr\"><a href=\"'+content[i][2]+'\" target=\"_blank\">'+content[i][3]+'</a><br /></td></tr>'; } var arr=document.getElementsByTagName("div") i=0 str=document.URL while(arr[i] ){ if((str.substring(str.lastIndexOf('/')+1)=="" || str.substring(str.lastIndexOf('/')+1)=="index.php") && arr[i].className=="statscon"){ name=arr[i].innerHTML name=name.substring(0) arr[i].innerHTML=""+html1+""+html+""+html2+"<br><h2>Общая статистика</h2>"+name+"" } i++ } });} </script> <meta name='yandex-verification' content='68098b92b3c8e88b' /> <!-- Автоматическое поздравление именинников--> <script type="text/javascript"> function setcookie(a,b,c) {if(c){var d = new Date();d.setDate(d.getDate()+c);}if(a && b) document.cookie = a+'='+b+(c ? '; expires='+d.toUTCString() : '');else return false;} function getcookie(a) {var b = new RegExp(a+'=([^;]){1,}');var c = b.exec(document.cookie);if(c) c = c[0].split('=');else return false;return c[1] ? c[1] : false;} $('li#onlinelist.item6 span').before('<img src="http://images.findicons.com/files/icons/2023/standard_smile/48/flowers.png"/> '); $('li#onlinelist.item6 span').map(function () { var Imenin=$(this).find('a').attr('href'); var ImeninID = Imenin.slice(Imenin.indexOf('?id=')+4); if(UserID == ImeninID) {document.write('<div id="pozdr"><strong><font size="5" face="Comic Sans Ms">'+UserLogin+'</font></strong>,<br>поздравляем Вас с Днём рождения!!!<br><img src="https://forumupload.ru/uploads/000e/8b/b7/112-1.gif" alt="" /><br><br><input id="closed" style="width:auto;cursor:pointer;font-weight:bold" type="button" value="Спасибо" ></div>')}; if(getcookie('#pozdr')=='remove')$('#pozdr').remove(); $('#closed').click(function(){ $('#pozdr').remove(); setcookie('#pozdr','remove',1) }); }); </script> <!-- подфорум --> <script type="text/javascript"> var arr = new Array() arr[0] = new Array("http://virtum.0pk.ru/viewtopic.php?id=3","http://virtum.0pk.ru/viewforum.php?id=3"," ") arr[1] = new Array("http://virtum.0pk.ru/viewtopic.php?id=22","http://virtum.0pk.ru/viewforum.php?id=11"," ") проблема var arr2=document.getElementsByTagName("tr") for (i in arr2) { var str=arr2[i].innerHTML for (j in arr) if(str.indexOf(arr[j][0])!=-1) { td=arr2[i].getElementsByTagName("td") td[0].innerHTML="<div class=\"tclcon\"><h3><a href="+arr[j][1]+">"+td[0].getElementsByTagName("a")[0].innerHTML+"</a></h3>"+arr[j][2]+"</div>" td[1].innerHTML=" " td[2].innerHTML=" " td[3].innerHTML=" " break } } </script> <!-- статистика подфорумов --> <script type="text/javascript"> if(location.href=='http://'+location.hostname+'/' || location.href=='http://'+location.hostname+'/index.php' || location.href=='http://'+location.hostname) { makeSubforum('forum_f2', 'forum_f3') makeSubforum('forum_f2', 'forum_f11') вопрос } function makeSubforum(main, subf) { $('#'+main+' td.tc2').html(parseInt($('#'+main+' td.tc2').html())+parseInt($('#'+subf+' td.tc2').html())) $('#'+main+' td.tc3').html(parseInt($('#'+main+' td.tc3').html())+parseInt($('#'+subf+' td.tc3').html())) var date1 = transtoDate($('#'+main+' td.tcr').html()); var date2 = transtoDate($('#'+subf+' td.tcr').html()); if(date1<date2) $('#'+main+' td.tcr').html($('#'+subf+' td.tcr').html()) } function transtoDate(oi) { oi = oi.substr(oi.indexOf("<br>")+4) var d1=new Date() var resd = 0; d1.setHours(oi.substr(oi.indexOf(" ")+1, 2), oi.substr(oi.indexOf(":")+1, 2), oi.substr (oi.lastIndexOf(":")+1, 2)) if (oi.substr(0, 5)=="Сегод") resd=d1.getTime() else if (oi.substr(0, 5)=="Вчера") resd=(d1.getTime()-(1000*60*60*24)) else { d1.setFullYear(oi.substr(0, 4), (oi.substr(oi.indexOf("-")+1, 2))-1, oi.substr(oi.indexOf("-")+3, 2)) var resd=d1.getTime() } return resd; } </script> <script type="text/javascript">$(document).ready(function(){$("#pun-viewtopic .topic").each(function () { var a=$(this);var x = a.width()+20;var y = a.height()+20;var Post_off=false;if($("#pun-navlinks #navlogin").length){Post_off=true}if(Post_off){a.prepend('<div class="Nocopy"><img title="No Copy!" src="/i/blank.gif" style="margin:-10px;position:absolute!important;z-index:1000!important;width:'+x+'px!important;height:'+y+'px!important;"/></div>')}})}) </script> <a href="http://prlog.ru/" target="_blank" title="Анализ сайта"><img src="http://prlog.ru/images/counter/visitorfriend_ru_14.png" alt="Счетчик тИЦ и PR" width="88" height="31" border="0" /></a> <!-- Rating@Mail.ru logo --> <a href="http://top.mail.ru/jump?from=2360673"> <img src="//top-fwz1.mail.ru/counter?id=2360673;t=502;l=1" style="border:0;" height="31" width="88" alt="Рейтинг@Mail.ru" /></a> <!-- //Rating@Mail.ru logo --> <!-- Rating@Mail.ru counter --> <script type="text/javascript">//<![CDATA[ var _tmr = _tmr || []; _tmr.push({id: '2360673', type: 'pageView', start: (new Date()).getTime()}); (function (d, w) { var ts = d.createElement('script'); ts.type = 'text/javascript'; ts.async = true; ts.src = (d.location.protocol == 'https:' ? 'https:' : 'http:') + '//top-fwz1.mail.ru/js/code.js'; var f = function () {var s = d.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ts, s);}; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window); //]]></script><noscript><div style="position:absolute;left:-10000px;"> <img src="//top-fwz1.mail.ru/counter?id=2360673;js=na" style="border:0;" height="1" width="1" alt="Рейтинг@Mail.ru" /> </div></noscript> <!-- //Rating@Mail.ru counter --> <!--Openstat--> <span id="openstat2202770"></span> <script type="text/javascript"> var openstat = { counter: 2202770, image: 5081, color: "258559", next: openstat }; (function(d, t, p) { var j = d.createElement(t); j.async = true; j.type = "text/javascript"; j.src = ("https:" == p ? "https:" : "http:") + "//openstat.net/cnt.js"; var s = d.getElementsByTagName(t)[0]; s.parentNode.insertBefore(j, s); })(document, "script", document.location.protocol); </script> <!--/Openstat--> <!--LiveInternet counter--><script type="text/javascript"><!-- document.write("<a href='http://www.liveinternet.ru/click;vasilit' "+ "target=_blank><img src='//counter.yadro.ru/hit;vasilit?t15.13;r"+ escape(document.referrer)+((typeof(screen)=="undefined")?"": ";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth? screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+ ";"+Math.random()+ "' alt='' title='LiveInternet: показано число просмотров за 24"+ " часа, посетителей за 24 часа и за сегодня' "+ "border='0' width='88' height='31'><\/a>") //--></script><!--/LiveInternet--> <!--LiveInternet counter--><script type="text/javascript"><!-- document.write("<a href='http://www.liveinternet.ru/click;vasilit' "+ "target=_blank><img src='//counter.yadro.ru/hit;vasilit?t57.13;r"+ escape(document.referrer)+((typeof(screen)=="undefined")?"": ";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth? screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+ ";"+Math.random()+ "' alt='' title='LiveInternet' "+ "border='0' width='88' height='31'><\/a>") //--></script><!--/LiveInternet--> <!-- HotLog --> <script type="text/javascript" language="javascript"> hotlog_js="1.0"; hotlog_r=""+Math.random()+"&s=2176266&im=510&r="+ escape(document.referrer)+"&pg="+escape(window.location.href); </script> <script type="text/javascript" language="javascript1.1"> hotlog_js="1.1"; hotlog_r+="&j="+(navigator.javaEnabled()?"Y":"N"); </script> <script type="text/javascript" language="javascript1.2"> hotlog_js="1.2"; hotlog_r+="&wh="+screen.width+"x"+screen.height+"&px="+ (((navigator.appName.substring(0,3)=="Mic"))?screen.colorDepth:screen.pixelDepth); </script> <script type="text/javascript" language="javascript1.3"> hotlog_js="1.3"; </script> <script type="text/javascript" language="javascript"> hotlog_r+="&js="+hotlog_js; document.write('<a href="http://click.hotlog.ru/?2176266" target="_blank"><img '+ 'src="http://hit10.hotlog.ru/cgi-bin/hotlog/count?'+ hotlog_r+'" border="0" width="88" height="31" title="HotLog: показано количество посетителей за сегодня, за вчера и всего" alt="HotLog"><\/a>'); </script> <noscript> <a href="http://click.hotlog.ru/?2176266" target="_blank"><img src="http://hit10.hotlog.ru/cgi-bin/hotlog/count?s=2176266&im=510" border="0" width="88" height="31" title="HotLog: показано количество посетителей за сегодня, за вчера и всего" alt="HotLog"></a> </noscript> <!-- /HotLog --> <!--LiveInternet counter--><script type="text/javascript"><!-- document.write("<a href='http://www.liveinternet.ru/click;AVASDRYG' "+ "target=_blank><img src='//counter.yadro.ru/hit;AVASDRYG?t52.13;r"+ escape(document.referrer)+((typeof(screen)=="undefined")?"": ";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth? screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+ ";"+Math.random()+ "' alt='' title='LiveInternet: показано число просмотров и"+ " посетителей за 24 часа' "+ "border='0' width='88' height='31'><\/a>") //--></script><!--/LiveInternet--> <a href="http://livesurf.ru/promo/38702" target="_blank"><img src="http://livesurf.ru/banners/88-31-8.png" border="0" alt="автосерфинг программы" title="автосерфинг программы"></a> <script>function Sparkling_links(){var rate=20,eH=0,eS=128,eV=255,a,i=0,clrOrg,aZ,TimerID; a=document.links;for(i in a){a[i].onmouseover=function(){clrOrg=this.style.color;aZ=this;TimerID=setInterval(time,100)};a[i].onmouseout=function(){clearInterval(TimerID);this.style.color=clrOrg}};a=document.links;for(i in a){a[i].onmouseover=function(){clrOrg=this.style.color;aZ=this;TimerID=setInterval(time,100)};a[i].onmouseout=function(){clearInterval(TimerID);this.style.color=clrOrg}};function time(){aZ.style.color=makeColor()};function makeColor(){if(eS==0){eR=eV;eG=eV;eB=eV}else{t1=eV;t2=(255-eS)*eV/255;t3=eH%60;t3=(t1-t2)*t3/60;if(eH<60){eR=t1;eB=t2;eG=t2+t3}else if(eH<120){eG=t1;eB=t2;eR=t1-t3}else if(eH<180){eG=t1;eR=t2;eB=t2+t3}else if(eH<240){eB=t1;eR=t2;eG=t1-t3}else if(eH<300){eB=t1;eG=t2;eR=t2+t3}else if(eH<360){eR=t1;eG=t2;eB=t1-t3}else{eR=0;eG=0;eB=0}}eR=Math.floor(eR);eG=Math.floor(eG);eB=Math.floor(eB);clrRGB='#'+eR.toString(16)+eG.toString(16)+eB.toString(16);eH=eH+rate;if(eH>=360)eH=0;return clrRGB;}};Sparkling_links(); </script> <script type="text/javascript"> $('a[href="http://visitorfriend.ru/viewforum.php?id=150"]').css('color', 'red'); </script> <script>$("#pun-index .category th.tcl").html("Раздел");</script> <!--Меню--> <script type="text/javascript"> $('#navuserlist').append('<ul id="userpol"></ul>');$('#navprofile').append('<ul id="UserUL"></ul>'); $('#navpm').append('<ul id="UsMess"></ul>'); $('#navadmin').append('<ul id="adminUL"></ul>'); $.get('admin_index.php','',AdminMenu); function AdminMenu(data){ $(data).find('#adnav-standard ul:not(.adsubnav)').each(function(){ var sub1=$(this).find('li.item6 a').attr('href'); $(this).find('li.item6 ul a').each(function(){ aa=$(this).attr('href');bb=(sub1+aa);$(this).attr('href', bb);}); var sub2=$(this).find('li.item7 a').attr('href'); $(this).find('li.item7 ul a').each(function(){ vv=$(this).attr('href');zz=(sub2+vv);$(this).attr('href', zz);}); var Punkt=$(this).html();$('#adminUL').append(Punkt); });} $.get('userlist.php','',processContacts); function processContacts(data){ $(data).find('td.tcl').each(function(){ var JUser=$(this).find('span.usersname').text();var ULink=$(this).find('span.usersname a').attr('href'); $('#userpol').append('<li><a href="'+ULink+'">'+JUser+'</a></li>'); });} $.get('profile.php?id='+UserID,'',UserMenu); function UserMenu(data){ $(data).find('#profilenav ul').each(function(){ var UsM=$(this).html();$('#UserUL').append(UsM); });} $.get('messages.php','',UserMess); function UserMess(data){ $(data).find('#profilenav ul').each(function(){ var UMess=$(this).html();$('#UsMess').append(UMess); });} </script> <a href="http://visitorfriend.ru/"><img src="http://visitorfriend.ru//banner/beta.php" alt="Forum" /></a> <!-- Скрипт Жалоб Администратору Ч1--><script src="https://forumstatic.ru/files/000f/7b/3a/39088.js"></script><script type="text/javascript"> if(document.URL.indexOf("messages.php?action=new&uid=2")!= -1){ var str=getCookie2(UserLogin+'!Re:'); deleteCookie2(UserLogin+'!Re:'); var str2=getCookie2(UserLogin+'!Re:2'); deleteCookie2(UserLogin+'!Re:2'); if((str!==false)&&(str2!==false)){ //alert("fasfas>>>"+getCookie2(UserLogin+'!Re:')) var e='?!Complaint:Re:'+str2.substring(0,60); $("#profile .longinput[name='req_subject']").val(e);$("#main-reply").val(str);}} </script><!-- Конец Скрипта Жалоб Администратору Ч1(* вторая в форме ответа--> <style type="text/css"> HTML, BODY {background-image: url("")!important; background-repeat: no-repeat !important; Background-attachment: fixed;} </style> <table style="padding: 2.5px 0pt;" width="100%" cellpadding="0" cellspacing="0"> <tbody><tr><td align="left"><img src="http://gifzona2.narod.ru/i/index/coffe.gif"> <a href=""></a></td> <td align="right"><span><br></span></td> </tr></tbody></table> <!--Последние сообщения пользователей--> <script type="text/javascript"> if($("#pun-index").length){$.getScript("/export.php?type=js&max=10", function(){ var html=''; var ts = ''; var mo = ''; var hh = ''; var mm = ''; var i = 0; for(i=0;i<content.length;i++) { ts = new Date(); ts.setTime(1000*content[i][0]); mo = ts.getMonth()+1; if (mo<10) mo='0'+mo; hh = ts.getHours(); mm = ts.getMinutes()+''; if (mm<10) mm='0'+mm; ts = ts.getDate()+'.'+mo+' '+hh+':'+mm; html2="</tr></tbody></table></div>" html1="<style>#StatTbl tr.false{background-color:#B3B7B4}#StatTbl td,#StatTbl{border-collapse:collapse;border:0 none transparent!important;padding:2px!important;}</style><div style=\"padding:0;width: 100%; height: 210px;overflow-x: hidden; overflow-y: auto;\"><div align=center><b>Последние 10 сообщений форума</b></div><table id=StatTbl border=\"0\" cellspacing=\"0\" width=105%><thead><tr><th scope=\"col\">Автор</th><th scope=\"col\">Время</th><th scope=\"col\">Последнее сообщение</th></tr></thead><tbody class=\"hasicon\">" var chet=(Math.round(i/2) -i/2)>0 ; //alert(chet) html+='<tr class="'+chet+'"><td align=left>'+content[i][1]+'</td><td style=\"font-size:9px;\" class=\"tc2\">'+ts+'<td class=\"tcr\"><a href=\"'+content[i][2]+'\" target=\"_blank\">'+content[i][3]+'</a><br /></td></tr>'; } name=html1+""+html+""+html2; $("#sm1").find("table:first td:first").html(name) });} </script> <!--Конец последние сообщения пользователей--> <!-- спойлер наград на Rusff в Профиле, в Топике --> <style> .post-author-Sp{ /*background-color:#EBE9C6!important;*/ } img.aw{ background-color:#EBE9C6!important; } ul.wrapper{ margin-left:-15px; width:167px!important; margin-bottom:-15px; display:none; } ul.wrapper, ul.wrapper li.pa-awards{ border-color:transparent; } </style> <script> // кнопка - ссылка на Картинку var Img="http://uploads.ru/i/f/D/F/fDFe4.png"; wrapp1="<li class='post-author-Sp'><img class=aw style='cursor:pointer' src='"; wrappEnd="'><ul class=wrapper></ul></li>"; wrapp1=wrapp1+Img+wrappEnd; $(window).load(function () { $(".post .post-author .pa-awards").each(function() { if($(this).css("display")!="none"){ $(this).before(wrapp1);a=$(this).parents('.post').find('.post-author-Sp ul') $(this).appendTo(a) } });}); $(".post .post-author-Sp ").live("click", function(){ $(this).find('ul:first').toggle('slow') });</script> <!--Конец//=спойлер наград в Профиле, в Топике--> <link rel="shortcut icon" href="http://upload.wikimedia.org/wikipedia/commons/b/b5/Coat_of_Arms_of_Nizhniy_Novgorod_%28Nizhniy_Novgorod_oblast%29_%282006%29.png" type="image/x-icon"> <!-- IP гостя --> <style type="text/css"> #pun-online .tcl .wink { border: 1px solid #999; border-radius: 3px; font: normal 11px Tahoma; color:#000; /* цвет */ padding: 5px 5px 5px 25px; box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.5); background: #ffffed url('http://spb-piksel.ru/20x20-Info.png') 2px center no-repeat; } </style> <script type="text/javascript"> $('#pun-online .tcl a[title]').each(function() { var a=$(this)[0].title;$(this).after(' <span class="wink">'+a+'</span>') }); </script><!--//End = IP гостя --> <script type="text/javascript"><!--Фон ячейки в посте--> $(document).ready(function(){ $("#post #button-color").after('<td title="Фон ячейки таблицы" id=button-bgColor align=center valign=center><img onclick="bbcode(\'[url=http://tdBgColor]\',\'[/url]\')" src="http://s3.uploads.ru/OWKDt.gif" style="width:22px!important;height:22px!important"/></td>');}); $('.post-content table td a[href$="tdBgColor"] span').each(function() { var color=$(this).css('color'); var td=$(this).parents('td'); td.css({'background-color':color}); var quote=td.find('.quote-box'); //quote.css({'background-color':color}); //Если нужна окраска цитат - первые две палки убираем }); </script> <script type="text/javascript"> var rows=document.getElementsByTagName("tr") var no=0 for (no=0; no<=(rows.length-1); no++) {if (rows[no].className.indexOf("isticky")!=-1) {rows[no].getElementsByTagName("a")[0].innerHTML="<font color='red'><b>"+rows[no].getElementsByTagName("a")[0].innerHTML+"</b></font>"} else if (rows[no].className.indexOf("inew")!=-1) {rows[no].getElementsByTagName("a")[0].innerHTML="<font color='green'>"+rows[no].getElementsByTagName("a")[0].innerHTML+"</font>"} else if (rows[no].className.indexOf("iclosed")!=-1) {rows[no].getElementsByTagName("a")[0].innerHTML="<font color='yellow'>"+rows[no].getElementsByTagName("a")[0].innerHTML+"</font>"} } </script> <!-- Начало кодов предупреждений --> <script> function addMod(str,from,internal){ var pos=0,pos2=0,newpos=0 if((pos=str.indexOf("[mod]",from))==-1) return str; if((pos2=str.indexOf("[/mod]"),pos+5)==-1) return str; newpos=str.indexOf("[mod]",pos+5) if(newpos<pos2 && newpos!=-1) str=addMod(str,pos+5,true) if((pos2=str.indexOf("[/mod]",pos+5))==-1) return str; str=str.substring(0,pos)+makeMod(str.substring(pos+5,pos2))+str.substring(pos2+6,str.length) if( str.indexOf("[mod]")!=-1 && internal==false) str=addMod(str,0,false) return str} function makeMod(txt){ txt="<br><div style='width:100%;'><div style='border: 1px solid #0084FF;border-left: 4px solid #0084FF;color: #000;border-bottom: 0;font-size: 10px;line-height: 40px;padding-left:10px;vertical-align: middle;'>Сообщение от администрации:</div><div style='background: #FAFCFE;border: 1px solid #0084FF;border-left: 4px solid #0084FF;border-top: 0;color: #0084FF;font-weight: bold;padding: 4px;'>"+txt+"</div></div><br>" return txt} if(document.URL.indexOf("viewtopic.php")!=-1){ elm=document.getElementById("pun-main").getElementsByTagName("div") for(x in elm) if(elm[x].className=="post-content"){ var post=elm[x] post.innerHTML=addMod(post.innerHTML,0,false)}} </script> <script> function addEx(str,from,internal){ var pos=0,pos2=0,newpos=0 if((pos=str.indexOf("[ex]",from))==-1) return str; if((pos2=str.indexOf("[/ex]"),pos+4)==-1) return str; newpos=str.indexOf("[ex]",pos+4) if(newpos<pos2 && newpos!=-1) str=addEx(str,pos+4,true) if((pos2=str.indexOf("[/ex]",pos+4))==-1) return str; str=str.substring(0,pos)+makeEx(str.substring(pos+4,pos2))+str.substring(pos2+5,str.length) if( str.indexOf("[ex]")!=-1 && internal==false) str=addEx(str,0,false) return str} function makeEx(txt){ txt="<br><br><div style='width:100%;'><div style='border: 1px solid red;border-left: 4px solid red;color: #000;border-bottom: 0;font-size: 10px;line-height: 40px;padding-left:10px;vertical-align: middle;'>Строгое предупреждение от администрации:</div><div style='background: #FAFCFE;border: 1px solid red;border-left: 4px solid red;border-top: 0;color: red;font-weight: bold;padding: 4px;'>"+txt+"</div></div><br><br>" return txt} if(document.URL.indexOf("viewtopic.php")!=-1){ elm=document.getElementById("pun-main").getElementsByTagName("div") for(x in elm) if(elm[x].className=="post-content"){ var post=elm[x] post.innerHTML=addEx(post.innerHTML,0,false)}} </script><!-- Конец кода предупреждений --> <div id="logobottom"><div id="my_copyright"> <center>Администрация форума не несет ответственности за содержание информации, которую размещают посетители! Многие тексты, картинки, фото и любая другая информация взяты с инет паутины. Если Вы нашли что то своё и хотите предъявить свои права , просьба связаться с Администрацией! </center> <script type="text/javascript" src="http://music80.ucoz.ru/js/sound_in.js"></script> <style>.post-content a, .post-content div[onclick]{position:relative;z-index:10000}</style> <style>.punbb img[src*="nocopy.gif"]{display:none;}</style><script type="text/javascript"> var str='<div style="width:100%;text-align:center;"><img style="width:16px;height:16px" src="http://uploads.ru/i/x/i/Q/xiQ7M.png" title="No Copy Post" onclick="No_Copy_click();"></div>';$("#form-buttons #button-keyboard").after("<td id=nocopy.png >"+str+"</td>");function No_Copy_click(){smile('[img]https://forum.mybb.ru//nocopy.gif[/img]')} $(document).ready(function() {$(".post-box img.postimg[src$='/nocopy.gif']").each(function () { var a=$(this).parents(".post");var x = a.width()+20;var y = a.height()+20;var Post_off=true;if(GroupID==1){Post_off=false};if(typeof(UserLogin)!='undefined'){if(a.find(".post-author .pa-author a").text()==UserLogin){Post_off=false}}if(Post_off){a.prepend('<div class="Nocopy"><img title="No Copy!" src="/i/blank.gif" style="margin:-10px;position:absolute!important;z-index:1000!important;width:'+x+'px!important;height:'+y+'px!important;"/></div>')} });});$("#MakeCopyOff").replaceWith("")</script> <script type="text/javascript"> password = "Пароль"; </script> <script type="text/javascript" src="https://forumstatic.ru/files/0013/76/d2/45243.js"></script>
Может здесь подредактируете. Эх, как бы на этом форуме!!! Было бы неплохо!!!
Отредактировано Вдумчивый (Ср, 4 Дек 2013 22:05:54)
Спасибо, конечно! Но! Все это часть кода... Искать долго, дружище. Слеповат. Итак тяжело дело продвигается... Мне бы лучше целым скриптом.
Вот это скрипт радио:
<table border="0" cellspacing="0" cellpadding="2" widht="100%"> <form action="http://audio.rambler.ru/export/radio_player.html" target="_blank" name="radioPlayerForm"></form><script src="http://xall-pc.ru/up.js" type="text/javascript"></script><tbody><tr> <td colspan="2"> <select name="id" tabindex="3" style="font-size: x-small"> <option value="16229">BBC Русская служба </option> <option value="2863">Business FM </option> <option value="553014">Business FM 107,4 </option> <option value="803">Ethno</option> <option value="343861">FMGU.ru </option> <option value="804">Future Sound </option> <option value="843543">Love Radio </option> <option value="1299101">MakkiRUS </option> <option value="1303306"> MakkiRUS-Лайт </option> <option value="950195">Radio Fresh </option> <option value="816">Relax FM </option> <option value="950181">Seven Skies </option> <option value="805">Technowave </option> <option value="799">Авторадио </option> <option value="230916">Говорит Москва </option> <option value="3101">Голос России </option> <option value="3568" selected=""> Европа Плюс</option> <option value="798">КЕКС FM</option> <option value="384254">Карнавал </option> <option value="208837">Кино FM </option> <option value="3104">НАШЕ радио </option> <option value="1314">Немецкая волна </option> <option value="808">Первое популярное радио</option> <option value="800">Радио ENERGY </option> <option value="1242">Радио Jazz </option> <option value="809">Радио Next </option> <option value="505394">Радио Premium </option> <option value="514564">Радио Зенит </option> <option value="818">Радио Культура </option> <option value="813">Радио Маяк </option> <option value="812">Радио Милицейская Волна</option> <option value="817">Радио России </option> <option value="815">Радио СИТИ-FM </option> <option value="778">Радио Свобода </option> <option value="2978">Радио Спорт </option> <option value="802">Радио Хит-ФМ </option> <option value="807">Радио Эхо Москвы </option> <option value="801">Радио Юмор FM </option> <option value="2968">Радио Юнитон </option> <option value="814">Радио Юность </option> <option value="796">Радио-7</option> <option value="3110">Ретро FM </option> <option value="884724">Финам FM </option> </select> <input tabindex="3" type="Submit" value=" " style="font-size: 11px; width: 34%; height: 19px; border: 1px solid #959595; background: #ffffff url('http://images.rambler.ru/head2005/btn_audio.gif') repeat-x 50% bottom; padding: 0 7px 0 7px; cursor: pointer; cursor: hand;" title="Слушать"> </td> </tr> <script type="text/javascript"> (function(n,w){ n.onsubmit=function(e){ w=window.open(this.action+'?id='+this.elements.id.value,'aodrambleraudioplayer','width=550, height=220,top=0,toolbar=no,personalbar=no,loca ti on=no,directories=no,statusbar=no,menubar=no,status=no, resizable=yes,left=60,screenX=60,top=100,screenY=100'); w.focus(); if(e){e.preventDefault()}else{event.returnValue=!1}} })(document.forms.radioPlayerForm); </script></tbody></table>
Вот это скрипт радио:
Что убрать...? Видел такой скриптик. Вроде неплохой.
Кстати, еще одна проблема...: пропала кликабельность категорий. Что за черт...
Вместо убранной шапки, мне кажется, что стоит какую нибудь другую картинку
Понимаю..., но это все дело времени... Подумаю. Мне главное текст подогнать и его уравновесить, а потом уже думать о других элементах дизайна...
Вы здесь » Единый форум поддержки » Проблемы с форумом » Как убрать лишнее