Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta name="verify-v1" content="5OBJ9ief6mXjL51WZBylec5Ps9hnpa14M7W/qlJLYZ8=" />
<meta name='yandex-verification' content='7b652ea7e7a81a25' />
{headers}
<link href="{THEME}/css/style.css" type="text/css" rel="stylesheet" />
<link href="{THEME}/css/engine.css" type="text/css" rel="stylesheet" />
<!--[if IE]>
<link href="{THEME}/css/ie.css" type="text/css" rel="stylesheet" />
<![endif]-->
<script language="javascript" type="text/javascript" src="/templates/Lightstyle2/js/animatedcollapse.js"></script>
<!-- FrosT.Infernal.Customs.Interface jQuery for Google --!>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">google.load("jquery", "1.3.2");</script>
<!-- FrosT.Infernal.Customs.Interface To Top Scrool --!>
<script type="text/javascript" src="{THEME}/js/FrosT.Infernal.Customs.Interface/jQuery.Scroll.Plugin.js"></script>
<script language="javascript" type="text/javascript" src="/templates/Lightstyle2/js/volk.js"></script>
<style>
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: white;
width: 170px; /*Default width of hint.*/
padding: 3px;
border:1px solid #778899;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
visibility: hidden;
}
.hintanchor{
padding-left: 8px;
}
</style>
<script language="JavaScript" src="http://web-prostor.net/engine/skins/default.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="/templates/Lightstyle2/js/ddaccordion.js">
/***********************************************
* Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
</script>
<script type="text/javascript">
ddaccordion.init({ //top level headers initialization
headerclass: "expandable", //Shared CSS class name of headers group that are expandable
contentclass: "categoryitems", //Shared CSS class name of contents group
revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover"
mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
collapseprev: true, //Collapse previous content (so only one open at any time)? true/false
defaultexpanded: [0], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
animatedefault: false, //Should contents open by default be animated into view?
persiststate: true, //persist state of opened contents within browser session?
toggleclass: ["", "openheader"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
togglehtml: ["prefix", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs)
animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
//do nothing
},
onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
//do nothing
}
})
ddaccordion.init({ //2nd level headers initialization
headerclass: "subexpandable", //Shared CSS class name of sub headers group that are expandable
contentclass: "subcategoryitems", //Shared CSS class name of sub contents group
revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click" or "mouseover
mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
collapseprev: true, //Collapse previous content (so only one open at any time)? true/false
defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
animatedefault: false, //Should contents open by default be animated into view?
persiststate: true, //persist state of opened contents within browser session?
toggleclass: ["opensubheader", "closedsubheader"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs)
animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
//do nothing
},
onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
//do nothing
}
})
</script>
<style type="text/css">
.arrowlistmenu{
width: 225px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 13px Trebuchet MS;
color: white;
background: black url(/pic/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(/pic/titlebar-active.png);
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}
.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}
.arrowlistmenu ul li a{
color: #A70303;
background: url(/pic/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}
.arrowlistmenu ul li a:visited{
color: #A70303;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}
.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
</style>
</head>
<body>
{AJAX}
<!-- Ктегории Начало -->
<div id="nav">
<ul>
<li> </li>
<li><a class="tip" onmouseover="tooltip('Программное обеспечение для вашего компьютера');" onmouseout="exit();" href="/soft"><font size=3><b>Софт</b></font></a></li>
<li><a class="tip" onmouseover="tooltip('Самые горячие новинки в мире кино абсолютно бесплатно');" onmouseout="exit();" href="/movies"><font size=3><b>Фильмы</b></font></a></li>
<li><a class="tip" onmouseover="tooltip('Для оптимизации и проверки данных Вашего сайта');" onmouseout="exit();" href="http://web-prostor.net/seotools"><b><font size=3>SEO Инструменты</font></b></a></li>
<li><a class="tip" onmouseover="tooltip('Кликните здесь, чтобы играть в игры. Обратите внимание, онлайн игры на главной странице НЕ публикуются! Почаще проверяйте данную категорию и следите за новинками! Играйте в онлайн игры вместе с нами!');" onmouseout="exit();" href="http://web-prostor.net/online_games/"><font size=3><b>Flash Игры</b></font><volk> [new!]</volk></a></li>
<li><a class="tip" onmouseover="tooltip('Операционные системы на любой вкус абсолютно бесплатно');" onmouseout="exit();" href="/win"><font size=3><b>OS Windows</b></font></a></li>
<li><a class="tip" onmouseover="tooltip('Не хотите скачивать фильмы? Это долго? Ну тогда смотрите Ваши любимые фильмы в режиме Онлайн');" onmouseout="exit();" href="/on-line"><font size=3><b>Онлайн Фильмы</b></font></a></li>
</ul>
</div>
<!-- Кaтегории Конец -->
<div id="intro">
<ul>
<li ><a class="tip" onmouseover="tooltip('Вернуться на главную страницу сайта');" onmouseout="exit();" href="/">Главная</a></li>
<li ><a class="tip" onmouseover="tooltip('Для регистрации на нашем сайте нажмите эту кнопку');" onmouseout="exit();" href="/index.php?do=register">Регистрация</a></li>
<li ><a class="tip" onmouseover="tooltip('Обратная связь с пользователями и администрацией сайта');" onmouseout="exit();" href="/index.php?do=feedback">Feedback</a></li>
<li ><a class="tip" onmouseover="tooltip('Правила нашего сайта. Читать всем!');" onmouseout="exit();" href="http://web-prostor.net/wpn_static/rules_wpn.html">Правила</a></li>
<li ><a class="tip" onmouseover="tooltip('Рассылка новостей');" onmouseout="exit();" href="/rss.xml">RSS 2.0</a></li>
<li ><a class="tip" onmouseover="tooltip('Здесь Вы сможете проверить скорость вашего интернет соединения');" onmouseout="exit();" href="/?do=speedtest">SpeedTest</a></li>
</ul>
</div>
Bookmarks