|
From: Florin C B. <ory...@us...> - 2012-10-21 00:04:26
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/pubOry
In directory vz-cvs-4.sog:/tmp/cvs-serv26112/pubOry
Added Files:
index.htm mx_menu_horizontal.html
mx_menu_overall_navigation.html mx_menu_overall_simple.html
mx_menu_simple.html mx_menu_vertical.html
mx_menu_vertical_adds.html pubOry.css
Log Message:
Italian Language
--- NEW FILE: mx_menu_vertical.html ---
<div class="forabg block">
<div class="inner">
<div class="postbody bg1" style="width:100%">
<ul class="topiclist forums nav-menu">
<!-- BEGIN catrow -->
<li style="padding-left: 10px;">
<span style="cursor:pointer;padding-right:5px"
onclick="mx_toggle(this, 'mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}', '{catrow.U_CAT_NAV_EXPAND}', '{catrow.U_CAT_NAV_CONTRACT}');"><img
src="{catrow.U_CAT_NAV_DYNAMIC}" alt=""/></span><strong>{catrow.CATEGORY}</strong>
<ul id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: {catrow.CAT_SHOW};padding-left:10px;">
<!-- BEGIN menurow -->
<li class="mnu-nm{catrow.menurow.CURRENT}" style="padding-left: 20px;background-image: url('{catrow.menurow.MENU_ICON}');">
<a class="nav" href="{catrow.menurow.U_MENU_URL}" {catrow.menurow.U_MENU_URL_TARGET} title="{catrow.menurow.MENU_DESC}">{catrow.menurow.MENU_NAME}</a><br />
</li>
<!-- END menurow -->
</ul>
</li>
<!-- END catrow -->
</ul>
</div>
</div>
<span class="corners-bottom"><span></span></span>
</div>
--- NEW FILE: mx_menu_horizontal.html ---
<link href="{U_PORTAL_ROOT_PATH}modules/mx_navmenu/templates/pubOry/pubOry.css" rel="stylesheet" type="text/css" media="screen" />
<div class="forabg block">
<ul class="inner topiclist forums">
<li style="padding-right:5px;">
<dl>
<!-- BEGIN catrow -->
<dd class="posts_portal">
<span style="cursor:pointer;" onClick="mx_toggle(this, 'mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}', '{catrow.U_CAT_NAV_EXPAND}', '{catrow.U_CAT_NAV_CONTRACT}');"><img src="{catrow.U_CAT_NAV_DYNAMIC}" border="0" /></span>
<strong>{catrow.CATEGORY}</strong><br />
<!-- BEGIN switch_cat_desc -->
{catrow.switch_cat_desc.CAT_DESC}<br />
<!-- END switch_cat_desc -->
<span id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: {catrow.CAT_SHOW};">
<!-- BEGIN menurow -->
<span class="mnu-nm{catrow.menurow.CURRENT}" style="background-image: url('{catrow.menurow.MENU_ICON}');">
<a class="nav" href="{catrow.menurow.U_MENU_URL}">{catrow.menurow.MENU_NAME}</a><br />
</span>
<!-- END menurow -->
</span>
</dd>
<!-- END catrow -->
</dl>
</li>
</ul>
<span class="corners-bottom"><span></span></span>
</div>
--- NEW FILE: mx_menu_overall_simple.html ---
<div id="header">
<div class="globalNav">
<!-- BEGIN catrow -->
<span class="genmed">{catrow.MENU_SEP}</span> <span class="cat-button{catrow.CURRENT}" onmouseout="this.className='cat-button{catrow.CURRENT}';" onmouseover="this.className='cat-button-current';"><a href="{catrow.U_CATEGORY_URL}" target="{catrow.U_CATEGORY_URL_TARGET}" title="{catrow.CATEGORY_DESC}">{catrow.CATEGORY_NAME}</a></span>
<!-- END catrow -->
</div>
</div>
<div id="subheader">
<div class="left">
<table cellpadding="2" cellspacing="0" border="0">
<tr>
<!-- BEGIN modulerow -->
<td style="border:none;" class="" valign="center" onmouseout="this.className='';" onmouseover="this.className='nav-button-current';">
{modulerow.U_MENU_ICON}<span class="menu-button{modulerow.CURRENT}"><a href="{modulerow.U_MENU_MODULE}" target="{modulerow.U_LINK_TARGET}" class="genmed" title="{modulerow.MENU_DESC}">{modulerow.MENU_NAME}</a></span>
</td>
<!-- END modulerow -->
--- NEW FILE: pubOry.css ---
@CHARSET "UTF-8";
li.nav-button, li.nav-button-current {
border-width: 1px;
border-color: Transparent;
border-style: solid solid none solid;
padding-left: 5px;
padding-right: 5px;
margin: 1px;
margin-bottom: 0px;
border-bottom: none;
}
li.nav-button-current {
background: #0076b1 none;
border-color: white;
border: none;
margin: 0px;
padding-top: 1px;
padding-bottom: 1px;
}
li.nav-button-current A:link, li.nav-button-current A:visited,
li.nav-button-current A:hover {
background-image: url("./../../../../templates/pubOry/theme/images/bg_list.gif");
color: White;
}
li.nav-button-current A:active {
background-image: url("./../../../../templates/pubOry/theme/images/bg_active.gif");
color: Red;
}
ul.nav-menu {
padding:0px;
margin:0px;
list-style-type: disc;
}
li.genmed, li.cattitle {
padding-right: 3px;
margin-right: 3px;
border-right-style: none;
border-right-width: 1px;
border-right-color: Transparent;
list-style-type : disc;
padding-top: 0px;
margin-top: 0px;
list-style-type: disc;
}
li.cattitle {
font-weight: bold;
}
/**********************\
|* Overall navigation *|
\**********************/
li.mnu-ov, li.mnu-ov-current {
float:left;
list-style-image: none;
position:relative;
padding: 4px;
background: #12A3EB url("./../../../../templates/pubOry/theme/images/sitebar_bg.gif") repeat-x;
background-position: 0px -23px;
border: none;
margin: 0px;
}
li.button ul, li.button-current ul {
/* border: solid 1px black;*/
border: none;
}
li.mnu-ov A, li.mnu-ov-current A {
padding-left: 20px;
background-repeat: no-repeat;
font-size: 1.1em;
background-position: 0px 0px;
}
li.mnu-ov-current A {
background-position: 0px -30px;
}
li.mnu-ov A:hover, li.mnu-ov-current A:hover {
background-position: 0px -15px;
}
/*******************\
|* Navigation menu *|
\*******************/
.topiclist dd.posts_portal {
float:left;
text-align:left;
font-size: 1.0em;
padding:6px 5px 6px 5px;
}
.topiclist li dl dd.posts_portal A.nav {
padding-bottom: 50px;
margin-bottom:10px;
}
.topiclist li dl dd.posts_portal span.mnu-nm, .topiclist li dl dd.posts_portal span.mnu-nm:hover,
.topiclist li dl dd.posts_portal span.mnu-nm-current, .topiclist li dl dd.posts_portal span.mnu-nm-current:hover {
background-repeat: no-repeat;
background-position: 0px 0px;
padding-left: 20px;
display:block;
clear:both;
margin-top:3px;
margin-bottom:3px;
}
.topiclist li dl dd.posts_portal span.mnu-nm-current {
background-position: 0px -30px;
font-weight: bold;
}
.topiclist li dl dd.posts_portal span.mnu-nm:hover, .topiclist li dl dd.posts_portal span.mnu-nm-current:hover {
background-position: 0px -15px;
}
* html .nav-cat td { position: relative; } /* ie 5.0 fix */
--- NEW FILE: mx_menu_simple.html ---
<style type="text/css">
.topiclist dd.posts_portal {
float:left;
text-align:left;
font-size: 1.0em;
padding:6px 5px 6px 5px;
}
</style>
<div class="forabg block">
<div class="inner">
<ul class="topiclist forums">
<li style="padding-right:5px;white-space:nowrap;">
<dl>
<dd class="posts_portal">
<!-- BEGIN modulerow -->
<a class="nav" href="{modulerow.U_MENU_URL}">{modulerow.MENU_NAME}</a><br />
<!-- END modulerow -->
</dd>
</dl>
</li>
</ul>
<span class="corners-bottom"><span></span></span>
</div>
</div>
--- NEW FILE: mx_menu_overall_navigation.html ---
<link href="{U_PORTAL_ROOT_PATH}modules/mx_navmenu/templates/pubOry/pubOry.css" rel="stylesheet" type="text/css" media="screen" />
<div style="clear:left;float:left">
<ul>
<!-- BEGIN catrow -->
<li class="button{catrow.CURRENT}" id="c_{catrow.CAT_ID}" onmouseover="showMenuRows('{catrow.CAT_ID}');" onmouseout="hideMenuRows('{catrow.CAT_ID}')">
{catrow.CATEGORY}
<ul id="cat_{catrow.CAT_ID}" onmouseover="showMenuRows('{catrow.CAT_ID}');" style="display:none;position:absolute;background-color:#FFFFFF;margin:0px;padding:0px;position:absolute;z-index:160;"><!-- BEGIN menurow -->
<li class="mnu-ov{catrow.menurow.CURRENT}">
<a href="{catrow.menurow.U_MENU_URL}" style="background-image: url({catrow.menurow.MENU_ICON})">
{catrow.menurow.MENU_NAME}
</a>
</li>
<!-- END menurow --></ul>
</li>
<!-- END catrow -->
</ul>
</div>
<script type="text/javascript">
function getObj(obj)
{
return ( document.getElementById ? document.getElementById(obj) : ( document.all ? document.all[obj] : null ) );
}
var qeuedMenuSteps = new Array();
var qeuedMenuCurrentStep = 0;
var qeuedMenuTime = 1000;
function objOffSet(){
this.left = 0;
this.top = 0;
}
function calOffset( obj, obj2){
obj.left = obj.left + obj2.offsetLeft;
obj.top = obj.left + obj2.offsetTop;
if ( obj2.nodeName != 'HTML') {
obj = calOffset( obj, obj2.parentNode);
}
return obj;
}
/**
*
* @access public
* @return void
**/
function proceedMenuSteps( proceed){
if ( qeuedMenuCurrentStep < qeuedMenuSteps.length || proceed)
{
while( qeuedMenuCurrentStep < qeuedMenuSteps.length )
{
eval( qeuedMenuSteps[qeuedMenuCurrentStep]);
qeuedMenuCurrentStep ++;
}
}
setTimeout( 'proceedMenuSteps()', qeuedMenuTime);
}
setTimeout( 'proceedMenuSteps()', qeuedMenuTime);
/**
*
* @access public
* @return void
**/
function hideMenuRows( objID){
qeuedMenuSteps[qeuedMenuSteps.length] = "getObj('"+ 'cat_' + objID + "').style.border='none';";
qeuedMenuSteps[qeuedMenuSteps.length] = "getObj('"+ 'cat_' + objID + "').style.display='none';";
}
function showMenu( objID){
cat_obj = getObj( 'cat_' + objID);
if ( cat_obj.innerHTML.replace( '#^\s*|\s*$#', '') != '' )
{
cat_obj.style.display = 'block';
cat_obj.style.border = 'solid 1px Black';
cat_obj.style.borderTop = 'none';
}
}
/**
*
* @access public
* @return void
**/
function showMenuRows( objID){
qeuedMenuSteps[qeuedMenuSteps.length] = "showMenu( '" + objID + "');";
proceedMenuSteps( true);
}
//alert(getObj( 'menu_rows'));
</script>
--- NEW FILE: mx_menu_vertical_adds.html ---
<div class="forabg block">
<div class="inner">
<div class="postbody bg1" style="width:100%">
<ul class="topiclist forums nav-menu">
<!-- BEGIN catrow -->
<li style="padding-left: 10px;">
<span style="cursor:pointer;padding-right:5px"
onclick="mx_toggle(this, 'mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}', '{catrow.U_CAT_NAV_EXPAND}', '{catrow.U_CAT_NAV_CONTRACT}');"><img
src="{catrow.U_CAT_NAV_DYNAMIC}" alt=""/></span><strong>{catrow.CATEGORY}</strong>
<ul id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: {catrow.CAT_SHOW};padding-left:10px;">
<!-- BEGIN menurow -->
<li class="mnu-nm{catrow.menurow.CURRENT}">
<div class="row1" onmouseout="this.className='row1';" onmouseover="this.className='row2';" style="background-image: url('{catrow.menurow.MENU_ICON}');"> </div>
<span class="{catrow.menurow.MENU_STYLE}">
<a class="nav" href="{catrow.menurow.U_MENU_URL}" {catrow.menurow.U_MENU_URL_TARGET} title="{catrow.menurow.MENU_DESC}">{catrow.menurow.MENU_NAME}</a>
</span>
<br />
</li>
<!-- END menurow -->
</ul>
</li>
<!-- END catrow -->
</ul>
</div>
</div>
<span class="corners-bottom"><span></span></span>
</div>
--- NEW FILE: index.htm ---
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</html>
|