Общий вид страниц форума - Форум - Система uCoz - Форум

Страница 1 из 11
Форум » Система uCoz » Форум » Общий вид страниц форума
Общий вид страниц форума
hooKДата: Вторник, 21.12.2010, 22:17 | Сообщение # 1

Den Is

Сообщений: 3499
Награды: 31

[ 1037 ]

Code
<html>   
<head><div style="position:absolute;position:fixed;bottom:1;left:1;opacity:1.0;">   
<div id="chat" style="display: none;"><table border="0" cellpadding="0" cellspacing="0" width="300" height="15" style="border: 1px solid #1d1d1d; background: #1d1d1d;">   
<tr><td height="15" background="http://nice-diz.ucoz.net/mcaht/verh-mini-chat.png"></td></tr><tr><td style="background: #1d1d1d; text-align: center; border-top: 1px solid #1d1d1d;">   
$CHAT_BOX$   
<input type="hidden" name="numa" id="numa832" value="0"><input type="hidden" name="a" value="18"><input type="hidden" id="ajaxFlag" name="ajax" value="1" /></form>   
<script type="text/javascript">initSel7174();</script>   
<table border="0" cellpadding="1" cellspacing="1" width="100%">   
<tr><td width="206">   
</td></tr></table>   
</td></tr></table></div>   
<div style="padding:5px;background:url('http://nice-diz.ucoz.net/mcaht/fon1.png') repeat-x #494949; width: 288px; border: #2d2d2d 1px solid; color:#707070;">   
<div style="float:right; center; padding-top: 4px;">$TIME$</div>   
<div style="float: left; padding-top: 3px;"><a href="javascript://" rel="nofollow" onclick="document.getElementById('mchatIfm2').src='/mchat/?'+Math.random();return false;" title="Обновить"><img src="http://nice-diz.ucoz.net/mcaht/2.png" alt="Обновить" border="0" width="16" height="16" style="padding-left: 3px;"></a></div>   
<div style="margin-top: 4px; text-align:center;"><a href="javascript://" onclick="$('#chat').slideToggle(2000)"><img src= "http://nice-diz.ucoz.net/mcaht/nimichat.png" title="Мини чат"width="200" height="15" border="0"></a></div>   
</div></div>   

<title>$MODULE_NAME$</title>   
<link type="text/css" rel="StyleSheet" href="http://kuznetsk-clan.clan.su/_st/my.css" />   
</head>   
<body style="background:url('http://sinners.pp.ua/img/1.1.gif') #000000; margin:0px; padding:0px;">   
<table cellpadding="0" cellspacing="0" border="0" width="101%">   
<tr><td align="right" width="2%" style="background:url('http://s8.ucoz.net/t/984/2.gif') right repeat-y;"><img src="http://s8.ucoz.net/t/984/2.gif" border="0"></td>   
<td width="95%" valign="top" style="border-bottom:1px solid #000000;">   
<style>   
/* hint menu */   
.hint   
{   
background:url('http://sinners.pp.ua/img/1.1.gif');   
line-height:10px;   
color:#1E90FF;   
font-family:verdana,arial,helvetica;   
font-size:8pt;   
width:auto;   
border-top:1px solid #1E90FF;   
border-right:1px solid #1E90FF;   
border-bottom:1px solid #1E90FF;   
border-left:1px solid #1E90FF;   
margin:1px;   
padding:8px;   
position:absolute;   
visibility:hidden;   
}   
/* ---------------- */   
</style>   
<script>   
// Автор Скрипта: Sinners.pp.ua   
//Hint Start   
// CLASS : MW_System_Load   
// Init   
function MW_System_Load(){   
this.wib = screen.width;   
this.heb = screen.height;   
this.documes = (document.getElementById || document.createElement || document.getElementsByTagName) ? true : false;   
this.objects = window.addEventListener || window.attachEvent ? window : document.addEventListener ? document : null;   
this.types = 'load';   
}   
MW_System_Load.prototype.addsevent = function(func){   
if(this.objects.addEventListener){   
this.objects.addEventListener(this.types,func,false);   
return true;   
} else if (this.objects.attachEvent){   
this.objects.attachEvent("on" + this.types,func);   
} else {   
return false;   
}   
}   
MW_System_Load.prototype.browser = function(){   
this.ver = navigator.appVersion;   
this.agent = navigator.userAgent.toLowerCase();   
this.dom = document.getElementById ? 1:0;   
this.all = document.all ? 1:0;   
this.ie5 = (this.ver.indexOf("MSIE 5")>-1 && this.dom) ? 1:0;   
this.ie6 = (this.ver.indexOf("MSIE 6")>-1 && this.dom) ? 1:0;   
this.ie4 = (document.all && !this.dom) ? 1:0;   
this.ie = this.ie4 || this.ie5 || this.ie6;   
this.opera = this.agent.indexOf("opera")>-1;   
this.gecko = (this.agent.indexOf("gecko")!=-1) ? 1:0;   
this.bw = (this.ie || this.opera || this.gecko);   
return this;   
}   
MW_System_Load.prototype.findobj = function(obj){   
this.parent = window.document;   
if(this.parent[obj]){ return this.parent[obj]; }   
if(this.parent.all && this.parent.all[obj]){ return this.parent.all[obj]; }   
if(this.parent.layers && this.parent.layers[obj]){ return this.parent.layers[obj]; }   
if(this.parent.getElementById && this.parent.getElementById(obj)){ return this.parent.getElementById(obj); }   
return null;   
}   
var MW = new MW_System_Load();   
function MW_System_Hint(){}   
MW_System_Hint.prototype.show = function(obj,str){   
var hint = MW.findobj('hint');   
if(!obj){ return; }   
if(!MW.documes){ return; }   
if(!hint){ return; }   
hint.className = 'hint';   
hint.style.left = 15;   
hint.style.top = 50;   

obj.onmouseout = function(advance){   
hint.style.width = '';   
hint.style.visibility = 'hidden';   
if(hint.firstChild) hint.removeChild(hint.firstChild);   
hint.appendChild(document.createTextNode(str));   
};   
obj.onmousemove = function(advance){   
//str = str.replace(/</g,"<");   
//str = str.replace(/>/g,">");   
hint.style.width = '';   
hint.innerHTML = str;   
vc = document.getElementsByTagName((document.compatMode && document.compatMode=="CSS1Compat") ? "HTML":"BODY")[0];   
x = window.event ? event.clientX + vc.scrollLeft : advance.pageX;   
y = window.event ? event.clientY + vc.scrollTop : advance.pageY;   
vcwidth = vc.clientWidth ? vc.clientWidth + vc.scrollLeft : window.innerWidth + window.pageXOffset;   
vcheight = vc.innerHeight ? window.innerHeight + window.pageYOffset : vc.clientHeight + vc.scrollTop;   
   if(hint.offsetWidth>500){ hint.style.width = '200'; }   
   if((x + hint.offsetWidth + 15) > vcwidth){   
   hint.style.left = x - hint.offsetWidth - 4;   
   } else {   
   hint.style.left = x + 15;   
   }   
   if((y + hint.offsetHeight + 19) > vcheight){   
   hint.style.top = y - hint.offsetHeight;   
   } else {   
   hint.style.top = y + 25;   
   }   
   //if(typeof(hint.style.MozOpacity)!="undefined"){   
   hint.style.opacity = '.91';   
   hint.style.filter = "alpha(opacity:91)";   
   //}   
   hint.style.visibility = 'visible';   
};   
}   
MW_System_Hint.prototype.initialize = function(){   
var hint = document.createElement("DIV");   
hint.setAttribute('id','hint');   
document.getElementsByTagName('body')[0].appendChild(hint);   
hint.style.visibility = 'hidden';   
var hintmarker = ['a','img','img','input','span','div','textarea'];   
var textmarker = ['title','alt','title','title','title','title','title'];   
var lenmarker = hintmarker.length;   
for(var i=0; i<lenmarker; i++) {   
atr = document.getElementsByTagName(hintmarker[i]);   
for(var j=0; j<atr.length; j++)   
if(viewhint=atr[j].getAttribute(textmarker[i])){   
   atr[j].removeAttribute(textmarker[i]);   
   HINT.show(atr[j],viewhint);   
}   
}   
}   
var HINT = new MW_System_Hint();   
if(MW.objects){ MW.addsevent(HINT.initialize); }   
//Hint End   
</script>   
$GLOBAL_AHEADER$   
<table style="border: 1px solid #4c4c4c;" border="0" cellpadding="1" cellspacing="0" width="100%"><tbody><tr><td style="background: rgb(0, 0, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><table border="0" cellpadding="1" cellspacing="1" width="100%">   
<table border="0" width="100%" cellspacing="2" cellpadding="3">   
<tr>   
<td style="border:1px solid #4c4c4c;" background="http://cs-portal.net.ua/images/4.1.gif" width="100%"><center><b>Реклама:</b></center></td>   
</tr>   
<tr>   
<td class="bBlok2"><div align="center"><div id="anyclass">   
   <script type="text/javascript" src="http://www.kuznetsk-clan.net.ru/rtr/1-3"></script>  
   <a target="_blank" href="/forum/12"><img alt="" title="Место Свободно" src="http://rd-cs.net.ru/nawubannerbI/468x60.png" border="0" width="468" height="60"></a>   
</div><center>   
</CENTER>   
</td>   
</tr>   
</table></td>   

<table border="0" cellpadding="10" cellspacing="0" width="100%"><tr><td valign="top" align="center">   
<table border="0" cellpadding="0" height="22" cellspacing="0" width="66%" align="center" style="border:1px solid #262626;background:url('http://sinners.pp.ua/img/4.1.gif');">   
<tr>   
<td align="center"><div class="navig">   
<a class="fNavLink" href="javascript://" id="upml" class="fNavLink" onclick="window.open('$PM_URL$','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350'); return false;"><!--<s3065>-->| Личные сообщения<!--</s>--> ($UNREAD_PM$)</a>   
|   
<a class="fNavLink" href="$RECENT_POSTS_LINK$" rel="nofollow">Новые сообщения</a> |   
<a class="fNavLink" href="$MEMBERS_LIST_LINK$" rel="nofollow">Участники</a> |   
<a class="fNavLink" href="$BOARD_RULES_LINK$" rel="nofollow"><FONT color=#1e90ff><B>Правила форума</B></FONT></a> |   
<a class="fNavLink" href="$SEARCH_PAGE_LINK$" rel="nofollow">Поиск</a> |   
<a class="fNavLink" href="$RSS_LINK$" rel="nofollow">RSS</a> |   
</div></td>   
</tr>   
</table><br>   

$BODY$  
<table class="gTable" width="100%" bgcolor="#ffffff" border="0" cellpadding="3" cellspacing="1">   
<tbody><tr>   
<td class="gTableTop" colspan="5">Статистика Форума</td>   
</tr>   
<tr>   
<td class="gTableSubTop" width="25%" align="center">Лучшие пользователи<br></td>   
<td class="gTableSubTop" width="25%" align="center">Новые пользователи<br></td>   
<td class="gTableSubTop" width="25%" align="center">Популярные темы<br></td>   
<td class="gTableSubTop" width="25%" align="center">Недавно обновленные темы<br></td>   
</tr>   
<tr>   
<td class="gTableBody1" style="padding: 10px;">$MYINF_19$</td>   
<td class="gTableBody1" style="padding: 10px;">$MYINF_20$</td>   
<td class="gTableBody1" style="padding: 10px;">$MYINF_24$</td>   
<td class="gTableBody1" style="padding: 10px;">$MYINF_23$</td>   
</tr>   
</tbody></table>  
<script type="text/javascript" src="http://sinners.pp.ua/forumpr.js"></script><script type="text/javascript">   
e=document.getElementsByTagName("TD");   
for(k=0;k<e.length;k++) {   
if(e[k].className=='posttdMessage') {   
s=e[k].innerHTML;   
while (s.indexOf(' ') != -1) {   
s=s.replace(' ','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:222226; border-top:1px dotted red; border-right:1px dotted red; border-bottom:1px dotted red; border-left:1px dotted red;"><tr><td style="width:50px; height:50px; background-image: url(http://diz-games.net.ru/icons/2.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 12px; font-family: Verdana; color: red;">'); s=s.replace('  

','</font></td></tr></table>');   
e[k].innerHTML=s;}}}   
</script>   

<script type="text/javascript">   
e=document.getElementsByTagName("TD");   
for(k=0;k<e.length;k++) {   
if(e[k].className=='posttdMessage') {   
s=e[k].innerHTML;   
while (s.indexOf(' ') != -1) {   
s=s.replace(' ','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:222226; border-top:1px dotted yellow; border-right:1px dotted yellow; border-bottom:1px dotted yellow; border-left:1px dotted yellow;"><tr><td style="width:50px; height:50px; background-image: url(http://diz-games.net.ru/icons/1.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 12px; font-family: Verdana; color: yellow;">'); s=s.replace('  

','</font></td></tr></table>');   
e[k].innerHTML=s;}}}   
</script>   

<script type="text/javascript">   
e=document.getElementsByTagName("TD");   
for(k=0;k<e.length;k++) {   
if(e[k].className=='posttdMessage') {   
s=e[k].innerHTML;   
while (s.indexOf(' ') != -1) {   
s=s.replace(' ','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:222226; border-top:1px dotted green; border-right:1px dotted green; border-bottom:1px dotted green; border-left:1px dotted green;"><tr><td style="width:50px; height:50px; background-image: url(http://diz-games.net.ru/icons/3.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 12px; font-family: Verdana; color: green;">'); s=s.replace('  

','</font></td></tr></table>');   
e[k].innerHTML=s;}}}   
</script>   

<script type="text/javascript">   
e=document.getElementsByTagName("TD");   
for(k=0;k<e.length;k++) {   
if(e[k].className=='posttdMessage') {   
s=e[k].innerHTML;   
while (s.indexOf(' ') != -1) {   
s=s.replace(' ','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:222226; border-top:1px dotted #1e90ff; border-right:1px dotted #1e90ff; border-bottom:1px dotted #1e90ff; border-left:1px dotted #1e90ff;"><tr><td style="width:50px; height:50px; background-image: url(http://diz-games.net.ru/icons/5.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 12px; font-family: Verdana; color: #1e90ff;">'); s=s.replace('  

','</font></td></tr></table>');   
e[k].innerHTML=s;}}}   
</script>   

<script type="text/javascript">   
e=document.getElementsByTagName("TD");   
for(k=0;k<e.length;k++) {   
if(e[k].className=='posttdMessage') {   
s=e[k].innerHTML;   
while (s.indexOf(' ') != -1) {   
s=s.replace(' ','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:222226; border-top:1px dotted gray; border-right:1px dotted gray; border-bottom:1px dotted gray; border-left:1px dotted gray;"><tr><td style="width:50px; height:50px; background-image: url(http://diz-games.net.ru/icons/4.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 12px; font-family: Verdana; color: gray;">'); s=s.replace('  

','</font></td></tr></table>');   
e[k].innerHTML=s;}}}   
</script>   
<script type="text/javascript" src="/js/bspoiler.js"></script><script type="text/javascript">   
e=document.getElementsByTagName("TD");   
for(k=0;k<e.length;k++) {   
if(e[k].className=='posttdMessage') {   
s=e[k].innerHTML;   
while (s.indexOf(' ') != -1) {   
s=s.replace(' ','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:161618; border-top:1px dotted #898989; border-right:1px dotted #898989; border-bottom:1px dotted #898989; border-left:1px dotted #898989;"><tr><td style="width:25px; height:25px;background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 12px; font-family: Verdana; color: 898989;">'); s=s.replace('  

','</font></td></tr></table>');   
e[k].innerHTML=s;}}}   
</script>   

   
$GLOBAL_BFOOTER$   
</td></tr></table>   
</td>   
<td align="left" width="5%" style="background:url('http://s8.ucoz.net/t/984/2.gif') left repeat-y;"><img src="http://s8.ucoz.net/t/984/2.gif" border="0"></td>   
</td></tr></table>   
</body>   
</html>   
<link ilo-full-src="http://sinners.pp.ua/Disign.gif" rel="shortcut icon" href="http://sinners.pp.ua/Disign.gif" type="image/x-icon">
  $POWERED_BY$
Я Вконтакте: http://vkontakte.ru/denisqqa
Форум » Система uCoz » Форум » Общий вид страниц форума
Страница 1 из 11
Поиск:

Статистика Форума
Активные пользователи
Новые пользователи
Популярные темы
Недавно обновленные темы
hooK Постов [ 3499 ]
zadrotcs Постов [ 401 ]
DeN Постов [ 320 ]
cv9t Постов [ 252 ]
denJkee Постов [ 158 ]
ho0kR Постов [ 154 ]
B@G Постов [ 130 ]
KoT4 Постов [ 122 ]
Cry4Tech Постов [ 57 ]
COLA Постов [ 57 ]
159263 Дата [ 15.03.2011 ]
zarj7378 Дата [ 14.03.2011 ]
abeliq Дата [ 14.03.2011 ]
rap555 Дата [ 12.03.2011 ]
Campeu96 Дата [ 11.03.2011 ]
starkiler23 Дата [ 11.03.2011 ]
alex3666 Дата [ 09.03.2011 ]
d1mko0 Дата [ 09.03.2011 ]
Enix Дата [ 09.03.2011 ]
navel Дата [ 09.03.2011 ]
Флуд by^DeN (1544)
Флуд Смайликами (553)
Играем в числа (392)
Обсуждения туриниров и чемпионатов (179)
BloodPeace_vs_profi (156)
Обсуждение туринира (141)
Обсуждние турнира (66)
играем в города!!! (51)
Обсуждение турнира (48)
Регистрация команд на участие в RD Spring Cup (44)
продажа HL Server 1.17 (0)
Новый Сервер Gracia Epilog x100 trioland (0)
Всутпление в команду (4)
Игровые карты турнира (0)
[3PM]_vs_RD (3)
Меняемся? (1)
RD vs Da'Vi (0)
gG_vs_RD (3)
Добавь нас в закладки (0)
Статистика clan'war (0)

    Качественное спортивное питание: спортивное питание. Укрепить здоровье продуктами пчёл. ; ксенон украина . ; памперсы Pampers и Pampers .
    Seo анализ сайта