<html>
<head>
<title>$SITE_NAME$ - $MODULE_NAME$</title>
<link type="text/css" rel="StyleSheet" href="http://ms4return.ucoz.kz/_st/my.css" />
<?if($USER_LOGGED_IN$ and $IS_NEW_PM$)?>
<script type="text/javascript">
if (confirm("У вас новое ЛС, Вы хотите прочитать его?")){window.location = "$PM_URL$";}
</script>
<?endif?>
<style>
/* hint menu */
.hint
{
background: url ('/img/verhmenu.gif');
line-height:10px;
color:white;
font-family:verdana,arial,helvetica;
font-size:8pt;
width:auto;
border-top:1px solid black;
border-right:1px solid black;
border-bottom:1px solid black;
border-left:1px solid black;
margin:1px;
padding:8px;
position:absolute;
visibility:hidden;
}
/* ---------------- */
</style>
<script>
//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>
</head>
<body style="background:url('/imag/fon.gif') #191919; margin:0px; padding:0px;">
$ADMIN_BAR$
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="30" style="border:1px solid #262626;background:url('/imag/podshapkoi.gif');">
<tr>
<td width="50%" align="left" style="font-size:10px;padding-left:10px;"><a href="$HOME_PAGE_LINK$" title="Главная"><!--<s5176>-->Главная<!--</s>--></a><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$PERSONAL_PAGE_LINK$" title="Мой профиль"><!--<s5214>-->Мой профиль<!--</s>--></a><?else?> | <a href="$REGISTER_LINK$" title="Регистрация"><!--<s3089>-->Регистрация<!--</s>--></a><?endif?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$" title="Выход"><!--<s5164>-->Выход<!--</s>--></a><?else?> | <a href="$LOGIN_LINK$" title="Вход"><!--<s3087>-->Вход<!--</s>--></a><?endif?><?endif?></td>
<td width="50%" align="right" style="font-size:10px;padding-right:10px;"><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><!--<s5200> -->Вы вошли как<!--</s>--> <a href="$PERSONAL_PAGE_LINK$" title="Мой профиль"><b>$USERNAME$</b></a> | <!--<s3167>-->Группа<!--</s>--> "<u>$USER_GROUP$</u>"<?else?><!--<s5212>-->Приветствую Вас<!--</s>--> <b>$USERNAME$</b><?endif?><?endif?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$" title="RSS">RSS</a><?endif?></td>
</tr>
</table>
<table border="0" cellpadding="2" cellspacing="0" width="100%" height="124" style="border-bottom:1px solid #494949;">
<img src="/imag/logo.gif">
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="30" style="border:1px solid #262626;background:url('/imag/podshapkoi.gif');">
<tr>
<td width="50%" align="left" style="font-size:10px;padding-left:10px;"><a href="$HOME_PAGE_LINK$" title="Главная"><!--<s5176>-->Главная<!--</s>--></a><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$PERSONAL_PAGE_LINK$" title="Мой профиль"><!--<s5214>-->Мой профиль<!--</s>--></a><?else?> | <a href="$REGISTER_LINK$" title="Регистрация"><!--<s3089>-->Регистрация<!--</s>--></a><?endif?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$" title="Выход"><!--<s5164>-->Выход<!--</s>--></a><?else?> | <a href="$LOGIN_LINK$" title="Вход"><!--<s3087>-->Вход<!--</s>--></a><?endif?><?endif?></td>
<td width="50%" align="right" style="font-size:10px;padding-right:10px;"><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><!--<s5200> -->Вы вошли как<!--</s>--> <a href="$PERSONAL_PAGE_LINK$" title="Мой профиль"><b>$USERNAME$</b></a> | <!--<s3167>-->Группа<!--</s>--> "<u>$USER_GROUP$</u>"<?else?><!--<s5212>-->Приветствую Вас<!--</s>--> <b>$USERNAME$</b><?endif?><?endif?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$" title="RSS">RSS</a><?endif?></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="border-top:1px solid #494949;border-bottom:1px solid #494949;"><tr><td valign="top" style="border:1px solid #1A1A1A;background:#2C2C2C;">
<!-- <middle> -->
<table border="0" cellpadding="0" cellspacing="2" width="100%">
<tr>
<td valign="top" style="width:180px;">
<!-- <block1> -->
<?if($SMENU_1$)?>
<table border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="180">
<tr><td height="23" style="background:url('/imag/verhmenu.gif') #252525;color:white;padding-left:28px;font-size:12px;"><b><!-- <bt> --><!--<s5184>-->Меню сайта<!--</s>--><!-- </bt> --></b></td></tr>
<tr><td style="background:#131313;padding:5px; border:1px solid #5bd1fc;"><!-- <bc> --><style type="text/css">
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
background: #FFF;
}
h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
margin:0;
padding:0;
}
hr {
border:none;
border-top:1px solid #CCCCCC;
height:1px;
margin-bottom:25px;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
img {
border: none;
}
#menu {
width: 168px;
margin: 0px;
border-style: solid solid none solid;
border-color: #000;
border-size: 1px;
border-width: 1px;
}
#menu li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}
#menu li a:link, #menu li a:visited {
color: #9cff00;
display: block;
background: url(http://s45.radikal.ru/i107/0905/d9/686ecdceaea8.gif);
padding: 8px 0 0 10px;
}
#menu li a:hover {
color: #9cff00;
background: url(http://s44.radikal.ru/i105/0905/b5/823ac2c3f10c.gif) 0 -32px;
padding: 8px 0 0 10px;
}
</style>
<div id="menu">
<ul> <li><a href="/"color:ffffff">Главная</b></span></a></li>
<li><a href="/forum"color:ffffff">Форум</b></span></a></li>
<li><a href="/load"color:ffffff">Файлы</b></span></a></li>
<li><a href="/photo"color:ffffff">Фотографии</b></span></a></li>
<li><a href="/index/history/0-4"color:ffffff">История клана</b></span></a></li>
<li><a href="/forum/2-1-1"color:ffffff">Состав клана</b></span></a></li>
<li><a href="/forum/3-2-1"color:ffffff">Вступить в клан</b></span></a></li>
</ul><!-- </bc> --></td></tr>
<tr><td><img src="/imag/nizmenu.gif" border="0"></td></tr>
</table>
<?endif?>
<!-- </block1> -->
<!-- <block2> -->
<?if($CATEGORIES$)?>
<table border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="180">
<tr><td height="23" style="background:url('/imag/verhmenu.gif') #252525;color:white;padding-left:28px;font-size:12px;"><b><!-- <bt> --><!--<s5351>-->Категории раздела<!--</s>--><!-- </bt> --></b></td></tr>
<tr><td style="background:#131313;padding:5px; border:1px solid #5bd1fc;"><!-- <bc> -->$CATEGORIES$<!-- </bc> --></td></tr>
<tr><td><img src="/imag/nizmenu.gif" border="0"></td></tr>
</table>
<?endif?>
<!-- </block2> -->
<!-- <block3> -->
<?if($CHAT_BOX$)?>
<table border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="180">
<tr><td height="23" style="background:url('/imag/verhmenu.gif') #252525;color:white;padding-left:28px;font-size:12px;"><b><!-- <bt> --><!--<s3199>-->Мини-чат<!--</s>--><!-- </bt> --></b></td></tr>
<tr><td style="background:#131313;padding:5px; border:1px solid #5bd1fc;"><!-- <bc> -->$CHAT_BOX$<!-- </bc> --></td></tr>
<tr><td><img src="/imag/nizmenu.gif" border="0"></td></tr>
</table>
<?endif?>
<!-- </block3> -->
<!-- <block4> -->
<?if($POLL$)?>
<table border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="180">
<tr><td height="23" style="background:url('/imag/verhmenu.gif') #252525;color:white;padding-left:28px;font-size:12px;"><b><!-- <bt> --><!--<s5207>-->Наш опрос<!--</s>--><!-- </bt> --></b></td></tr>
<tr><td style="background:#131313;padding:5px; border:1px solid #5bd1fc;"><!-- <bc> -->$POLL$<!-- </bc> --></td></tr>
<tr><td><img src="/imag/nizmenu.gif" border="0"></td></tr>
</table>
<?endif?>
<!-- </block4> -->
<!-- <block5> -->
<?if($COUNTER$ || $ONLINE_COUNTER$)?>
<table border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="180">
<tr><td height="23" style="background:url('/imag/verhmenu.gif') #252525;color:white;padding-left:28px;font-size:12px;"><b><!-- <bt> --><!--<s5195>-->Статистика<!--</s>--><!-- </bt> --></b></td></tr>
<tr><td style="background:#131313;padding:5px; border:1px solid #5bd1fc;"><div align="center"><!-- <bc> -->$COUNTER$<?if($ONLINE_COUNTER$)?><hr />$ONLINE_COUNTER$$ONLINE_USERS_LIST$<?endif?><!-- </bc> --></div></td></tr>
<tr><td><img src="/imag/nizmenu.gif" border="0"></td></tr>
</table>
<?endif?>
<!-- </block5> -->
</td>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:1px solid #494949;"><tr><td style="background:#3D3D3D;padding:10px;border:1px solid #262626;"><!-- <body> --><!-- <body> -->$CONTENT$<!-- </body> --><!-- </body> --></td></tr></table>
</td>
<td valign="top" style="width:180px;">
<!-- <block7> -->
<?if($SEARCH_FORM$)?>
<table border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="180">
<tr><td height="23" style="background:url('/imag/verhmenu.gif') #252525;color:white;padding-left:28px;font-size:12px;"><b><!-- <bt> --><!--<s3163>-->Поиск<!--</s>--><!-- </bt> --></b></td></tr>
<tr><td style="background:#131313;padding:5px; border:1px solid #5bd1fc;"><div align="center"><!-- <bc> --><div align="center"><strong>$WDAY$ <br> $DATE$ <br> $TIME$</strong>
<br>
<?if($USER_AVATAR_URL$)?><img class="userAvatar" title="$USERNAME$" src="$USER_AVATAR_URL$" border="0"><?else?><?if($USER_LOGGED_IN$)?><img class="userAvatar" title="$USERNAME$" src="http://art-cs.ru/no-avatar3.gif" border="0"><?else?><img class="userAvatar" title="$USERNAME$" src="http://pr0verka.clan.su/no-avatar3.gif" border="0"><?endif?><?endif?>
<?if($USER_LOGGED_IN$)?>
<div align="center">Вы вошли как: <strong>$USERNAME$</strong> <br />
IP Адрес: <strong>$IP_ADDRESS$</strong> <br />
Группа: <strong>$USER_GROUP$</strong> <br />
Личных сообщений: <strong>$UNREAD_PM$</strong></p>
<input class="buttonprofile" type="button" onclick="document.location.href='/index/8'; return false;" value="Профиль">
<input class="buttonprofile" type="button" onclick="window.open('/index/14','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350'); return false;" value="ЛС">
<input class="buttonprofile" type="button" onclick="document.location.href='/index/10'; return false;" value="Выход">
</div>
<?if($IS_NEW_PM$)?><script type="text/javascript">function flashit(id,cl){var c=document.getElementById(id);if (c.style.color=='red'){c.style.color=cl;}else {c.style.color='red';}}setInterval("flashit('upml2','')",500)</script><?endif?>
<script language=javascript type=text/javascript>
function openOnClick(client_type)
{
if(client_type=="mail")clientWindow = window.open("$PM_URL$","pmw","scrollbars=1,top=0,left=0,resizable=1,width=850,height=350") || alert("Отключите блокировку всплывающих окон!");
if(client_type=="send")clientWindow = window.open("/index/14-999-0-1","pms","scrollbars=1,top=0,left=0,resizable=1,width=850,height=350") || alert("Отключите блокировку всплывающих окон!");
if(client_type=="options")clientWindow = window.open("/index/11","options","scrollbars=1,top=0,left=0,resizable=1,width=680,height=350") || alert("Отключите блокировку всплывающих окон!");
if(client_type=="users")clientWindow = window.open("$USERS_LIST_URL$","users","scrollbars=1,top=0,left=0,resizable=1,width=680,height=350") || alert("Отключите блокировку всплывающих окон!");
if(client_type=="rules")clientWindow = window.open("/rules.html","rules","scrollbars=1,top=0,left=0,resizable=1,width=680,height=350") || alert("Отключите блокировку всплывающих окон!");
}
</script>
<?else?>
<br> $LOGIN_FORM$
<?endif?></div><!-- </bc> --></div></td></tr>
<tr><td><img src="/imag/nizmenu.gif" border="0"></td></tr>
</table>
<?endif?>
<!-- </block7> -->
<!-- <block7> -->
<?if($SEARCH_FORM$)?>
<table border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="180">
<tr><td height="23" style="background:url('/imag/verhmenu.gif') #252525;color:white;padding-left:28px;font-size:12px;"><b><!-- <bt> --><!--<s3163>-->Поиск<!--</s>--><!-- </bt> --></b></td></tr>
<tr><td style="background:#131313;padding:5px; border:1px solid #5bd1fc;"><div align="center"><!-- <bc> -->$SEARCH_FORM$<!-- </bc> --></div></td></tr>
<tr><td><img src="/imag/nizmenu.gif" border="0"></td></tr>
</table>
<?endif?>
<!-- </block7> -->
<!-- <block8> -->
<?if($ARCHIVE_LINKS$)?>
<table border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="180">
<tr><td height="23" style="background:url('/imag/verhmenu.gif') #252525;color:white;padding-left:28px;font-size:12px;"><b><!-- <bt> --><!--<s5347>-->Архив записей<!--</s>--><!-- </bt> --></b></td></tr>
<tr><td style="background:#131313;padding:5px; border:1px solid #5bd1fc;"><!-- <bc> -->$ARCHIVE_LINKS$<!-- </bc> --></td></tr>
<tr><td><img src="/imag/nizmenu.gif" border="0"></td></tr>
</table>
<?endif?>
<!-- </block8> -->
<!-- <block10> -->
<table border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="180">
<tr><td height="23" style="background:url('/imag/verhmenu.gif') #252525;color:white;padding-left:28px;font-size:12px;"><b><!-- <bt> --><!--<s5204>-->Друзья сайта<!--</s>--><!-- </bt> --></b></td></tr>
<tr><td style="background:#131313;padding:5px; border:1px solid #5bd1fc;"><!-- <bc> --><!--<s1546>-->
<a href="http://art-cs.3dn.ru/" target="_blank"><img src="http://art-cs.ru/art.gif" font="" width="88" border="0" height="31"></a>
<!-- </bc> --></td></tr>
<tr><td><img src="/imag/nizmenu.gif" border="0"></td></tr>
</table>
<!-- </block10> -->
</td>
</tr>
</table>
<!-- </middle> -->
</td></tr></table>
<table border="0" cellpadding="6" cellspacing="0" width="100%" style="background:url('/imag/foot.gif')">
<tr><td align="center"><!-- <copy> --><font color="white">Всеми правами владения и управления сайтом имеет Santyago© Все права защищены.$YEAR$</font><!-- </copy> --></td></tr>
<tr><td align="center"><font color="black">$POWERED_BY$</font></td></tr>
</table>
</body>
</html>