|
From: Culprit <cul...@us...> - 2009-11-04 09:28:09
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/prosilver In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15821/core/modules/mx_navmenu/templates/prosilver Modified Files: mx_menu_overall_navigation.html mx_menu_vertical.html Log Message: prosilver templates update Index: mx_menu_vertical.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/templates/prosilver/mx_menu_vertical.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_menu_vertical.html 16 Jun 2008 15:21:23 -0000 1.3 --- mx_menu_vertical.html 4 Nov 2009 09:27:52 -0000 1.4 *************** *** 1,27 **** - <link href="{U_PORTAL_ROOT_PATH}modules/mx_navmenu/templates/prosilver/prosilver.css" rel="stylesheet" type="text/css" media="screen" /> <div class="forabg block"> ! <ul class="inner topiclist forums"> ! <li style="padding-right:5px;"> ! <dl> ! <dd class="posts_portal"> <!-- BEGIN catrow --> ! <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}" target="{catrow.menurow.U_MENU_URL_TARGET}" title="{catrow.menurow.MENU_DESC}">{catrow.menurow.MENU_NAME}</a><br /> ! </span> ! <!-- END menurow --> ! </span> ! <br /> <!-- END catrow --> ! </dd> ! </dl> ! </li> ! </ul> ! <span class="corners-bottom"><span></span></span> </div> \ No newline at end of file --- 1,23 ---- <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> \ No newline at end of file Index: mx_menu_overall_navigation.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/templates/prosilver/mx_menu_overall_navigation.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_menu_overall_navigation.html 4 Feb 2008 10:54:04 -0000 1.2 --- mx_menu_overall_navigation.html 4 Nov 2009 09:27:52 -0000 1.3 *************** *** 5,10 **** <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})"> --- 5,10 ---- <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})"> *************** *** 12,17 **** </a> </li> ! <!-- END menurow --> ! </ul> </li> <!-- END catrow --> --- 12,16 ---- </a> </li> ! <!-- END menurow --></ul> </li> <!-- END catrow --> |