<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://igin.rolka.me/export.php?type=rss" rel="self" type="application/rss+xml" />
		<title>казылдур</title>
		<link>https://igin.rolka.me/</link>
		<description>казылдур</description>
		<language>ru-ru</language>
		<lastBuildDate>Wed, 07 Dec 2011 11:33:37 +0400</lastBuildDate>
		<generator>MyBB/mybb.ru</generator>
		<item>
			<title>Выделения и становление сообщений хтмл</title>
			<link>https://igin.rolka.me/viewtopic.php?pid=9#p9</link>
			<description>&lt;p&gt;&lt;span style=&quot;display: block; text-align: center&quot;&gt;по центру&lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 4.5em&quot;&gt;&lt;pre&gt;&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;текст&amp;lt;/div&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;размер форума (80- поменять на нужный)&lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 12em&quot;&gt;&lt;pre&gt;&amp;lt;style&amp;gt;
#pun {
width:80%!important;
margin:0 auto;
}
&amp;lt;/style&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;выделение жирным&lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 4.5em&quot;&gt;&lt;pre&gt;&amp;lt;b&amp;gt; текст&amp;lt;/b&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;/span&gt;&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Luka)</author>
			<pubDate>Wed, 07 Dec 2011 11:33:37 +0400</pubDate>
			<guid>https://igin.rolka.me/viewtopic.php?pid=9#p9</guid>
		</item>
		<item>
			<title>Убрать слово &quot;объявление&quot;</title>
			<link>https://igin.rolka.me/viewtopic.php?pid=8#p8</link>
			<description>&lt;p&gt;хтмл верх&lt;/p&gt;&lt;div class=&quot;quote-box quote-main&quot;&gt;&lt;blockquote&gt;&lt;p&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;#pun-announcement h2 {display: none}&lt;br /&gt;#pun-announcement .container {padding-top: 1em}&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Luka)</author>
			<pubDate>Wed, 07 Dec 2011 11:24:06 +0400</pubDate>
			<guid>https://igin.rolka.me/viewtopic.php?pid=8#p8</guid>
		</item>
		<item>
			<title>У вас есть непрочитанные лс сообщения</title>
			<link>https://igin.rolka.me/viewtopic.php?pid=7#p7</link>
			<description>&lt;p&gt;хтмл низ&lt;/p&gt;&lt;div class=&quot;quote-box quote-main&quot;&gt;&lt;blockquote&gt;&lt;p&gt;&amp;lt;script language=&amp;quot;JavaScript&amp;quot;&amp;gt;&lt;br /&gt;var str = new String(document.getElementById(&amp;quot;navpm&amp;quot;).innerHTML)&lt;br /&gt;var str2 = new String(document.location)&lt;/p&gt;
						&lt;p&gt;if( (str.indexOf(&amp;quot;(&amp;quot;) != -1) &amp;amp;&amp;amp; (str2.indexOf(&amp;quot;messages.php&amp;quot;) == -1) )&lt;br /&gt;{&lt;br /&gt;alert(&amp;quot;У Вас есть непрочитанные личные сообщения&amp;quot;)&lt;/p&gt;
						&lt;p&gt;}&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Luka)</author>
			<pubDate>Wed, 07 Dec 2011 11:21:49 +0400</pubDate>
			<guid>https://igin.rolka.me/viewtopic.php?pid=7#p7</guid>
		</item>
		<item>
			<title>Скрипт аватара по умолчанию</title>
			<link>https://igin.rolka.me/viewtopic.php?pid=6#p6</link>
			<description>&lt;p&gt;хтмл низ&lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 27em&quot;&gt;&lt;pre&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
    defaultPict = &amp;quot;http://s61.radikal.ru/i171/0810/16/e087aa18ae4c.png&amp;quot;

    var arr=document.getElementsByTagName(&amp;quot;ul&amp;quot;)
    i=1
    while(arr[++i]){
    str=arr[i].innerHTML
    if(str.indexOf(&amp;quot;pa-avatar&amp;quot;)==-1) {
    q=str.toLowerCase()
    if((pos=q.indexOf(&amp;quot;&amp;lt;li class=pa-from&amp;gt;&amp;quot;))!=-1 || (pos=q.indexOf(&amp;quot;&amp;lt;li class=\&amp;quot;pa-from\&amp;quot;&amp;gt;&amp;quot;))!=-1 || (pos=q.indexOf(&amp;quot;&amp;lt;li class=pa-reg&amp;gt;&amp;quot;))!=-1 || (pos=q.indexOf(&amp;quot;&amp;lt;li class=\&amp;quot;pa-reg\&amp;quot;&amp;gt;&amp;quot;))!=-1){
    nstr =str.substring(0,pos)
    nstr+=&amp;quot;&amp;lt;li class=\&amp;quot;pa-avatar item2\&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;+ defaultPict +&amp;quot; alt=\&amp;quot;Аватар\&amp;quot; /&amp;gt;&amp;lt;/li&amp;gt;&amp;quot;
    nstr+=str.substring(pos)
    arr[i].innerHTML=nstr
    }}}
    &amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Luka)</author>
			<pubDate>Wed, 07 Dec 2011 11:18:14 +0400</pubDate>
			<guid>https://igin.rolka.me/viewtopic.php?pid=6#p6</guid>
		</item>
		<item>
			<title>Сворачивалка доп. инфы</title>
			<link>https://igin.rolka.me/viewtopic.php?pid=5#p5</link>
			<description>&lt;p&gt;ХТМЛ низ&lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 35em&quot;&gt;&lt;pre&gt;&amp;lt;!--Сворачивалка в профиле в топике заданных пунктов инфы юзера --&amp;gt;
    &amp;lt;style&amp;gt;li.pa-hidePunk {border:inset 0px;padding:0 8px;width:136px;cursor:pointer; cursor:hand; margin-top: 12px;}&amp;lt;/style&amp;gt;
    &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;

   var g01=&amp;quot;&amp;lt;img src=\&amp;quot;http://savepic.net/1756218.png\&amp;quot;&amp;gt;&amp;quot;;  // Надпись на разворачивалке
    var g00=&amp;quot;&amp;lt;img src=\&amp;quot;http://savepic.net/1735741.png\&amp;quot;&amp;gt;&amp;quot;; // Надпись на cворачивалке

    hidePunkt=new Array(

    //&amp;quot;pa-author&amp;quot;,     //Ник-Нейм
    //&amp;quot;pa-title&amp;quot;,      //статус
    //&amp;quot;pa-avatar&amp;quot;,     //Аватар
    &amp;quot;pa-from&amp;quot;,       //Откуда
    //&amp;quot;pa-reg&amp;quot;,        //Зарегистрирован
    &amp;quot;pa-invites&amp;quot;, //Приглашений
    //&amp;quot;pa-posts&amp;quot;,      //Кол-во сообщений:
    &amp;quot;pa-respect&amp;quot;,    //Уважение:
    &amp;quot;pa-positive&amp;quot;,   //Позитив
   //&amp;quot;pa-sex&amp;quot;,        //Пол
    &amp;quot;pa-age&amp;quot;,        //Возраст
    &amp;quot;pa-icq&amp;quot;,        //Аська
    //&amp;quot;pa-fld1&amp;quot;,       //Доп.Поле.1
    //&amp;quot;pa-fld2&amp;quot;,       //Доп.Поле.2
    //&amp;quot;pa-fld3&amp;quot;,       //Доп.Поле.3
    &amp;quot;pa-fld4&amp;quot;,       //Доп.Поле.4
    &amp;quot;pa-fld5&amp;quot;,       //Доп.Поле.5
    &amp;quot;pa-ip&amp;quot;,         //IP Юзера
    &amp;quot;pa-time-visit&amp;quot;, //Провел на форуме:
    //&amp;quot;pa-last-visit&amp;quot;, //Последний визит:
    //&amp;quot;pa-online&amp;quot;,     //Пользователь online

    &amp;quot;End ul&amp;quot;)

       var g012=&#039;&amp;lt;li class=&amp;quot;pa-hidePunk&amp;quot;&amp;gt;&#039;;
       g01=&#039;&amp;lt;span&amp;gt;&#039;+g01+&#039; &amp;lt;/span&amp;gt;&#039;;
       g00=&#039;&amp;lt;span&amp;gt;&#039;+g00+&#039;&amp;lt;/span&amp;gt;&#039;;
       $(&amp;quot;.post .post-author&amp;quot;).each(function () {
       for(var i=0;i&amp;lt;hidePunkt.length-1;i++){
       if($(this).find(&amp;quot;li.&amp;quot;+hidePunkt[i]).html()!=null){
       $(this).find(&amp;quot;li.&amp;quot;+hidePunkt[i]).addClass(&#039;hidePunkt&#039;);};};
       $(this).find(&amp;quot;ul&amp;quot;).append(g012+g01+g00+&#039;&amp;lt;/li&amp;gt;&#039;);
       $(this).find(&amp;quot;li.pa-hidePunk span:last&amp;quot;).hide();
       $(this).find(&amp;quot;.hidePunkt&amp;quot;).hide();
    });

    $(&amp;quot;li.pa-hidePunk&amp;quot;).click(function () {
    $(this).find(&amp;quot;span&amp;quot;).toggle();
    $(this).parent(&amp;quot;ul&amp;quot;).find(&amp;quot;li.hidePunkt&amp;quot;).toggle(&#039;slow&#039;);});
    &amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Luka)</author>
			<pubDate>Wed, 07 Dec 2011 11:00:13 +0400</pubDate>
			<guid>https://igin.rolka.me/viewtopic.php?pid=5#p5</guid>
		</item>
		<item>
			<title>Скрипт спойлера</title>
			<link>https://igin.rolka.me/viewtopic.php?pid=4#p4</link>
			<description>&lt;p&gt;ХТМЛ низ&lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 35em&quot;&gt;&lt;pre&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
function tag_spoiler(){
	var y = prompt(&amp;quot;Введите описание закрытой кнопки&amp;quot;,&#039;&#039;);
	if(y!=&#039;null&#039; &amp;amp;&amp;amp; y!=&#039;&#039; &amp;amp;&amp;amp; typeof(y)!=&#039;object&#039; &amp;amp;&amp;amp; typeof(y)!=&#039;undefined&#039;){
	var x = prompt(&amp;quot;Введите описание открытой кнопки&amp;quot;,&#039;&#039;);
	if(x==&#039;null&#039; || x==&#039;&#039; || typeof(x)==&#039;object&#039; || typeof(x)==&#039;undefined&#039;) bbcode(&#039;[spoiler=&#039;+y+&#039;]&#039;,&#039;[/spoiler]&#039;); else bbcode(&#039;[spoiler=&#039;+y+&#039;|&#039;+x+&#039;]&#039;,&#039;[/spoiler]&#039;);}
	else bbcode(&#039;[spoiler]&#039;,&#039;[/spoiler]&#039;)
}
function addSpoiler(str,from,internal){
	var pos=0,pos2=0,pos_c=0,pos_l=0,newpos=0,string=&#039;&#039;,close=&#039;&#039;,open=&#039;&#039;;
	if((pos=str.indexOf(&amp;quot;[spoiler&amp;quot;,from))==-1) return str;
	if((pos2=str.indexOf(&amp;quot;[/spoiler]&amp;quot;),pos+9)==-1) return str;
	if(((pos_c=str.indexOf(&amp;quot;]&amp;quot;,pos+8))!=-1) &amp;amp;&amp;amp; ((pos_c!=pos+8)&amp;amp;&amp;amp;(pos_c!=pos+9))){
	string = str.substring(pos+9,pos_c);
	if((pos_l = string.indexOf(&amp;quot;|&amp;quot;))!=-1){
close = string.substring(0,pos_l);
open = string.substring(pos_l+1,string.length);
	}
	else{
close = string;
open = string;
	}
	}
	else{
close = &#039;Показать спойлер&#039;;
open = &#039;Скрыть спойлер&#039;;
	}
	newpos=str.indexOf(&amp;quot;[spoiler&amp;quot;,pos+9)
	if(newpos&amp;lt;pos2 &amp;amp;&amp;amp; newpos!=-1) str=addSpoiler(str,pos+9,true)
	if((pos2=str.indexOf(&amp;quot;[/spoiler]&amp;quot;,pos+9))==-1) return str;
	str=str.substring(0,pos)+makeSpoiler(str.substring(pos_c+1,pos2),open,close)+str.substring(pos2+10,str.length)
	if( str.indexOf(&amp;quot;[spoiler&amp;quot;)!=-1 &amp;amp;&amp;amp; internal==false) str=addSpoiler(str,0,false)
	return str;
}

function makeSpoiler(txt,open,close){
	txt=&#039;&amp;lt;div class=&amp;quot;quote-box&amp;quot; style=&amp;quot;padding:1px;background: none; border: 0;&amp;quot;&amp;gt;&amp;lt;cite style=&amp;quot;width:100%;margin:0;&amp;quot;&amp;gt;&amp;lt;input id=&amp;quot;&#039;+open+&#039;&amp;quot; class=&amp;quot;spoiler-button&amp;quot; style=&amp;quot;width:140px;font-size:10px; margin:0;&amp;quot; type=&amp;quot;button&amp;quot; value=&amp;quot;&#039;+close+&#039;&amp;quot;&amp;gt;&amp;lt;/cite&amp;gt;&amp;lt;blockquote class=&amp;quot;quote-box&amp;quot; style=&amp;quot;display:none; width: 80%;border: 1px solid black;margin:0;&amp;quot;&amp;gt;&#039;+txt+&#039;&amp;lt;/blockquote&amp;gt;&amp;lt;/div&amp;gt;&#039;
	return txt;
}

$(document).ready(function(){
	$(&amp;quot;div.quote-box &amp;gt; cite &amp;gt; input.spoiler-button&amp;quot;).click(function(){
$(this).parents(&amp;quot;div.quote-box:first&amp;quot;).find(&amp;quot;blockquote.quote-box:first&amp;quot;).toggle(&amp;quot;slow&amp;quot;);
var a = $(this).attr(&#039;value&#039;);$(this).attr(&#039;value&#039;,$(this).attr(&#039;id&#039;));$(this).attr(&#039;id&#039;,a);
	});
});

if((document.URL.indexOf(&amp;quot;viewtopic.php&amp;quot;)!=-1) || (document.URL.indexOf(&amp;quot;post.php&amp;quot;)!=-1)){
	elm=document.getElementById(&amp;quot;pun-main&amp;quot;).getElementsByTagName(&amp;quot;div&amp;quot;)
	for(x in elm) if(elm[x].className==&amp;quot;post-content&amp;quot;){
var post=elm[x]
post.innerHTML=addSpoiler(post.innerHTML,0,false)
	}
}
if(form=document.getElementById(&amp;quot;form-buttons&amp;quot;))
	form.getElementsByTagName(&amp;quot;tr&amp;quot;)[0].insertCell(16).innerHTML=&amp;quot;&amp;lt;img  id=\&amp;quot;button-spoiler\&amp;quot; title=\&amp;quot;Спойлер\&amp;quot; onclick=\&amp;quot;tag_spoiler(&#039;[spoiler]&#039;,&#039;[/spoiler]&#039;)\&amp;quot; src=\&amp;quot;/i/blank.gif\&amp;quot; /&amp;gt;&amp;quot;
&amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Luka)</author>
			<pubDate>Wed, 07 Dec 2011 10:58:30 +0400</pubDate>
			<guid>https://igin.rolka.me/viewtopic.php?pid=4#p4</guid>
		</item>
	</channel>
</rss>
