Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11044 Added Files: index.htm mx_menu_advanced_CSS_hor.tpl mx_menu_advanced_CSS_ver.tpl mx_menu_advanced_hor.tpl mx_menu_advanced_ver.tpl mx_menu_classic_hor.tpl mx_menu_classic_ver.tpl mx_menu_nav.tpl mx_menu_nav_horizontal.tpl mx_menu_overall_advanced.tpl mx_menu_overall_standard.tpl mx_menu_simple_CSS_hor.tpl mx_menu_simple_CSS_ver.tpl mx_menu_simple_x_hor.tpl mx_menu_simple_x_ver.tpl Log Message: Ok, massive update for 2.9.x. --- NEW FILE: mx_menu_advanced_hor.tpl --- <style type="text/css"> <!-- .click-menu { width: 100%; } .click-menu .box1 { background: url("{IMG_EXPAND}") no-repeat; background-position: 4px 4px; background-color: {T_TR_COLOR2}; color: {T_BODY_LINK}; font-weight: bold; font-size: 12px; font-family: {T_FONTFACE1}; padding: 6px 21px; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; cursor: default; position: relative; } .click-menu .box1-hover { background: url("{IMG_EXPAND}") no-repeat; background-position: 4px 4px; background-color: {T_TR_COLOR1}; color: {T_BODY_VLINK}; font-weight: bold; font-size: 12px; font-family: {T_FONTFACE1}; padding: 6px 21px; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; cursor: default; position: relative; } .click-menu .box1-open { background: url("{IMG_CONTRACT}") no-repeat; background-position: 4px 4px; background-color: {T_TR_COLOR2}; color: {T_BODY_VLINK}; font-weight: bold; font-size: 12px; font-family: {T_FONTFACE1}; padding: 6px 21px; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; cursor: default; position: relative; } .click-menu .box1-open-hover { background: url("{IMG_CONTRACT}") no-repeat; background-position: 4px 4px; background-color: {T_TR_COLOR2}; color: {T_BODY_VLINK}; font-weight: bold; font-size: 12px; font-family: {T_FONTFACE1}; padding: 6px 21px; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; cursor: default; position: relative; } .click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img { position: absolute; top: 6px; right: 6px; } .click-menu .section { background: {T_TR_COLOR1}; font-family: {T_FONTFACE1}; font-size: 12px; line-height: 15px; padding: 5px 5px 6px 5px; border: 0px {T_TH_COLOR1}; border-style: none solid solid solid; display: none; } .click-menu .section a { color: {T_BODY_LINK}; text-decoration: none; white-space: nowrap; } .click-menu .section a:hover { color: {T_BODY_VLINK}; text-decoration: none; white-space: nowrap; } .click-menu .box2 { } .click-menu .box2-hover { background: {T_TR_COLOR2}; } .click-menu .section .active, .click-menu .section .active:hover { color: {T_BODY_VLINK}; } --> </style> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/1.3/ClickShowHideMenu.js"></script> <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <td align="left" class="row1"> <table cellspacing="1" cellpadding="0" id="click-menu{MENU_ID}" class="click-menu"> <tr> <!-- BEGIN catrow --> <td align="left" width="{CAT_WIDTH}" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td style="border:none;"> <div class="box1"><span class="nav"> {catrow.CATEGORY}</span></div> </td> </tr> </table> <div class="section"> <!-- BEGIN modulerow --> <div class="box2">{catrow.modulerow.U_MENU_ICON}<a href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}">{catrow.modulerow.MENU_NAME}</a></div> <!-- END modulerow --> </div> </td> <!-- END catrow --> </tr> </table> </td> </tr> </table> --- 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> --- NEW FILE: mx_menu_overall_advanced.tpl --- <style type="text/css"> <!-- .click-menu { width: 100%; } .click-menu .box1 { background: url("{IMG_EXPAND}") no-repeat; background-position: 4px 4px; background-color: {T_TR_COLOR2}; color: {T_BODY_LINK}; font-weight: bold; font-size: 12px; font-family: {T_FONTFACE1}; padding: 6px 21px; border-width: 0px; border-color: {T_TH_COLOR1}; border-style: solid solid solid solid; cursor: default; position: relative; } .click-menu .box1-hover { background: url("{IMG_EXPAND}") no-repeat; background-position: 4px 4px; background-color: {T_TR_COLOR1}; color: {T_BODY_VLINK}; font-weight: bold; font-size: 12px; font-family: {T_FONTFACE1}; padding: 6px 21px; border-width: 0px; border-color: {T_TH_COLOR1}; border-style: solid solid solid solid; cursor: default; position: relative; } .click-menu .box1-open { background: url("{IMG_CONTRACT}") no-repeat; background-position: 4px 4px; background-color: {T_TR_COLOR2}; color: {T_BODY_VLINK}; font-weight: bold; font-size: 12px; font-family: {T_FONTFACE1}; padding: 6px 21px; border-width: 0px; border-color: {T_TH_COLOR1}; border-style: solid solid none solid; cursor: default; position: relative; } .click-menu .box1-open-hover { background: url("{IMG_CONTRACT}") no-repeat; background-position: 4px 4px; background-color: {T_TR_COLOR2}; color: {T_BODY_VLINK}; font-weight: bold; font-size: 12px; font-family: {T_FONTFACE1}; padding: 6px 21px; border-width: 0px; border-color: {T_TH_COLOR1}; border-style: solid solid none solid; cursor: default; position: relative; } .click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img { position: absolute; top: 6px; right: 6px; } .click-menu .section { background-color: {T_TR_COLOR1}; font-family: {T_FONTFACE1}; font-size: 12px; line-height: 15px; padding: 5px 5px 6px 5px; border-width: 0px; border-color: {T_TH_COLOR1}; border-style: none solid solid solid; display: none; position: absolute; left: 15px; } .click-menu .section a { color: {T_BODY_LINK}; text-decoration: none; white-space: nowrap; } .click-menu .section a:hover { color: {T_BODY_VLINK}; text-decoration: none; white-space: nowrap; } .click-menu .box2 { } .click-menu .box2-hover { background: {T_TR_COLOR2}; } .click-menu .section .active, .click-menu .section .active:hover { color: {T_BODY_VLINK}; } --> </style> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/1.3/ClickShowHideMenu.js"></script> <table cellspacing="0" cellpadding="0" id="click-menu{MENU_ID}" class="click-menu"> <tr> <!-- BEGIN catrow --> <td class="row1" align="left" width="{CAT_WIDTH}" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td class="cat" style="border:none;"> <div class="box1"><span class="nav"> {catrow.CATEGORY}</span></div> </td> </tr> </table> <div class="section"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <!-- BEGIN modulerow --> <td> <div class="box2">{catrow.modulerow.U_MENU_ICON}<a href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}">{catrow.modulerow.MENU_NAME}</a></div> </td> <!-- END modulerow --> </tr> </table> </div> </td> <!-- END catrow --> </tr> </table> <!-- this.box1Hover = true; this.box2Hover = true; this.highlightActive = false; --> <script type="text/javascript"> var clickMenu1 = new ClickShowHideMenu('click-menu' + '{MENU_ID}'); clickMenu1.box1Hover = true; clickMenu1.box2Hover = true; clickMenu1.highlightActive = false; //clickMenu1.init_id = 0; // Initiate menu clickMenu1.init(); </script> --- NEW FILE: mx_menu_overall_standard.tpl --- <style type="text/css"> <!-- .nav-cat .nav-button { border-width: 1px; border-color: {T_TH_COLOR1}; border-style: none none solid none; position: relative; } .nav-cat .nav-button-current { background-color: {T_TR_COLOR1}; border-width: 1px; border-color: {T_TH_COLOR1}; border-style: solid solid none solid; position: relative; } td.nav-button { background-color: {T_TR_COLOR1}; } td.nav-button-current { background-color: {T_TR_COLOR2}; } * html .nav-cat td { position: relative; } /* ie 5.0 fix */ --> </style> <table width="100%" cellpadding="0" cellspacing="1" border="0" align="center"> <tr> <td class="cat" align="center" valign="top"> <table cellpadding="0" cellspacing="0" border="0" class="nav-cat"> <tr> <!-- BEGIN catrow --> <td align="left" valign="top"> <div class="nav-button{catrow.CURRENT}"> <table cellpadding="5" cellspacing="0" border="0"> <tr> <td align="left" width="100%" height="30" style="border:none;"> {catrow.U_MENU_ICON}{catrow.CATEGORY} </td> </tr> </table> </div> </td> <!-- END catrow --> </tr> </table> </td> </tr> </table> <table width="100%" cellpadding="0" cellspacing="1" border="0" align="center"> <tr> <td class="row1" align="center" valign="top"> <table cellpadding="3" cellspacing="0" border="0" class="nav-menu"> <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="{modulerow.MENU_STYLE}"><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 --> </tr> </table> </td> </tr> </table> --- NEW FILE: mx_menu_nav_horizontal.tpl --- <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <!-- BEGIN catrow --> <td class="row1" align="left" width="{CAT_WIDTH}" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td class="row2"> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="cat" width="10" align="center" valign="middle" style="border:none;"> <!-- BEGIN switch_cat_on --> <span class="mx_rollup_button" 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_CONTRACT}" border="0" /></span> <!-- END switch_cat_on --> <!-- BEGIN switch_cat_off --> <span class="mx_rollup_button" 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_EXPAND}" border="0" /></span> <!-- END switch_cat_off --> </td> <td class="cat" align="left" width="100%" style="border:none;"> <span class="nav"><b> {catrow.CATEGORY}</b></span> </td> </tr> <tr> <td class="row1" align="left" colspan="2"><span class="genmed">{catrow.DESCRIPTION}</span></td> </tr> </table> </td> </tr> <!-- BEGIN switch_cat_on --> <tbody id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: ;"> <!-- END switch_cat_on --> <!-- BEGIN switch_cat_off --> <tbody id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: none;"> <!-- END switch_cat_off --> <tr> <td class="row1" style="border:none;"> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <!-- BEGIN modulerow --> <tr> <td style="border:none;" class="row1" valign="center" colspan="2" onmouseout="this.className='row1';" onmouseover="this.className='row2';" onclick="window.location.href='{catrow.modulerow.U_MENU_MODULE}';">{catrow.modulerow.U_MENU_ICON}<span class="{catrow.modulerow.MENU_STYLE}"><a href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}" class="genmed" title="{catrow.modulerow.MENU_DESC}">{catrow.modulerow.MENU_NAME}</a></span></td> </tr> <!-- END modulerow --> </table> </td> <tr> </tbody> </table> </td> <!-- END catrow --> </tr> </table> --- NEW FILE: mx_menu_advanced_ver.tpl --- <style type="text/css"> <!-- .click-menu { width: 100%; } .click-menu .box1 { background: url("{IMG_EXPAND}") no-repeat; background-position: 4px 4px; background-color: {T_TR_COLOR2}; color: {T_BODY_LINK}; font-weight: bold; font-size: 12px; font-family: {T_FONTFACE1}; padding: 6px 21px; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; cursor: default; position: relative; } .click-menu .box1-hover { background: url("{IMG_EXPAND}") no-repeat; background-position: 4px 4px; background-color: {T_TR_COLOR1}; color: {T_BODY_VLINK}; font-weight: bold; font-size: 12px; font-family: {T_FONTFACE1}; padding: 6px 21px; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; cursor: default; position: relative; } .click-menu .box1-open { background: url("{IMG_CONTRACT}") no-repeat; background-position: 4px 4px; background-color: {T_TR_COLOR2}; color: {T_BODY_VLINK}; font-weight: bold; font-size: 12px; font-family: {T_FONTFACE1}; padding: 6px 21px; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; cursor: default; position: relative; } .click-menu .box1-open-hover { background: url("{IMG_CONTRACT}") no-repeat; background-position: 4px 4px; background-color: {T_TR_COLOR2}; color: {T_BODY_VLINK}; font-weight: bold; font-size: 12px; font-family: {T_FONTFACE1}; padding: 6px 21px; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; cursor: default; position: relative; } .click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img { position: absolute; top: 6px; right: 6px; } .click-menu .section { background: {T_TR_COLOR1}; font-family: {T_FONTFACE1}; font-size: 12px; line-height: 15px; padding: 5px 5px 6px 5px; border: 0px {T_TH_COLOR1}; border-style: none solid solid solid; display: none; } .click-menu .section a { color: {T_BODY_LINK}; text-decoration: none; white-space: nowrap; } .click-menu .section a:hover { color: {T_BODY_VLINK}; text-decoration: none; white-space: nowrap; } .click-menu .box2 { } .click-menu .box2-hover { background: {T_TR_COLOR2}; } .click-menu .section .active, .click-menu .section .active:hover { color: {T_BODY_VLINK}; } --> </style> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/1.3/ClickShowHideMenu.js"></script> <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <td align="center" class="row1"> <table width="100%" cellspacing="1" cellpadding="0" id="click-menu{MENU_ID}" class="click-menu"> <!-- BEGIN catrow --> <tr> <td align="left"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td style="border:none;"> <div class="box1"><span class="nav"> {catrow.CATEGORY}</span></div> </td> </tr> </table> <div class="section"> <!-- BEGIN modulerow --> <div class="box2">{catrow.modulerow.U_MENU_ICON}<a href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}">{catrow.modulerow.MENU_NAME}</a></div> <!-- END modulerow --> </div> </td> </tr> <!-- END catrow --> </table> </td> </tr> </table> --- NEW FILE: mx_menu_nav.tpl --- <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <!-- BEGIN catrow --> <tr> <td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td class="row2" align="left"> <table width="100%" cellpadding="2" cellspacing="0" border="0" > <tr> <td class="cat" align="center" width="10" style="border:none;"> <!-- BEGIN switch_cat_on --> <span class="mx_rollup_button" 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_CONTRACT}" border="0" /></span> <!-- END switch_cat_on --> <!-- BEGIN switch_cat_off --> <span class="mx_rollup_button" 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_EXPAND}" border="0" /></span> <!-- END switch_cat_off --> </td> <td class="cat" align="left" width="100%" style="border:none;"> <span class="nav"> {catrow.CATEGORY}</span> </td> </tr> </table> </td> </tr> <!-- BEGIN switch_cat_desc --> <tr> <td class="row1" align="left" colspan="2"><span class="genmed">{catrow.switch_cat_desc.CAT_DESC}</span><hr /></td> </tr> <!-- END switch_cat_desc --> </table> </td> </tr> <!-- BEGIN switch_cat_on --> <tbody id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: ;"> <!-- END switch_cat_on --> <!-- BEGIN switch_cat_off --> <tbody id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: none;"> <!-- END switch_cat_off --> <tr> <td class="row1"> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <!-- BEGIN modulerow --> <tr> <td style="border:none;" class="row1" valign="middle" height="10" align="left" colspan="2" onmouseout="this.className='row1';" onmouseover="this.className='row2';" onclick="window.location.href='{catrow.modulerow.U_MENU_MODULE}';">{catrow.modulerow.U_MENU_ICON}<span class="{catrow.modulerow.MENU_STYLE}"> <a href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}" class="genmed" title="{catrow.modulerow.MENU_DESC}">{catrow.modulerow.MENU_NAME}</a></span></td> </tr> <!-- END modulerow --> </table> </td> </tr> </tbody> <!-- END catrow --> </table> --- NEW FILE: mx_menu_simple_CSS_hor.tpl --- <style type="text/css"> <!-- .ddm1 { font: 11px {T_FONTFACE1}; } .ddm1 .item1, .ddm1 .item1:hover, .ddm1 .item1-active, .ddm1 .item1-active:hover { background: {T_TR_COLOR1}; padding: 5px 6px 5px 6px; text-decoration: none; display: block; position: relative; white-space: nowrap; } .ddm1 .item1 { text-align: left; color: {T_BODY_LINK}; border: 1px {T_TR_COLOR1}; border-style: solid solid solid solid; } .ddm1 .item1:hover, .ddm1 .item1-active, .ddm1 .item1-active:hover { background: {T_TR_COLOR2}; color: {T_BODY_VLINK}; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; } .ddm1 .item2, .ddm1 .item2:hover { background: {T_TR_COLOR1}; padding: 5px 6px 5px 6px; text-decoration: none; display: block; white-space: nowrap; border: 1px {T_TR_COLOR1}; border-style: solid solid solid solid; } .ddm1 .item2 { text-align: left; color: {T_BODY_LINK}; } .ddm1 .item2:hover { background: {T_TR_COLOR2}; color: {T_BODY_VLINK}; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; } .ddm1 .section { background: {T_TR_COLOR1}; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; position: absolute; visibility: hidden; z-index: -1; white-space: nowrap; } .ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; } .ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; } * html .ddm1 td { position: relative; } /* ie 5.0 fix */ --> </style> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/ie5.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/1.0/DropDownMenu1.js"></script> <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <td align="left" class="row1"> <table cellspacing="0" cellpadding="0" id="menu{MENU_ID}" class="ddm1"> <tr> <!-- BEGIN catrow --> <td> <a class="item1" href="{catrow.CATEGORY_URL}">{catrow.CATEGORY_NAME}</a> <div class="section"> <!-- BEGIN modulerow --> <a class="item2" href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}">{catrow.modulerow.U_MENU_ICON} {catrow.modulerow.MENU_NAME}</a> <!-- END modulerow --> </div> </td> <!-- END catrow --> </tr> </table> </td> </tr> </table> --- NEW FILE: mx_menu_classic_hor.tpl --- <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <!-- BEGIN catrow --> <td class="row1" align="left" width="{CAT_WIDTH}" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td class="row2"> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="cat" width="10" align="center" valign="middle" style="border:none;"> <span class="mx_rollup_button" 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> </td> <td class="cat" align="left" width="100%" style="border:none;"> <span class="nav"><b> {catrow.CATEGORY}</b></span> </td> </tr> <tr> <td class="row1" align="left" colspan="2"><span class="genmed">{catrow.DESCRIPTION}</span></td> </tr> </table> </td> </tr> <tbody id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: {catrow.CAT_SHOW};"> <tr> <td class="row1" style="border:none;"> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <!-- BEGIN modulerow --> <tr> <td style="border:none;" class="row1" valign="middle" colspan="2" onmouseout="this.className='row1';" onmouseover="this.className='row2';">{catrow.modulerow.U_MENU_ICON}<span class="{catrow.modulerow.MENU_STYLE}"><a href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}" class="genmed" title="{catrow.modulerow.MENU_DESC}">{catrow.modulerow.MENU_NAME}</a></span></td> </tr> <!-- END modulerow --> </table> </td> </tr> </tbody> </table> </td> <!-- END catrow --> </tr> </table> --- NEW FILE: mx_menu_simple_CSS_ver.tpl --- <style type="text/css"> <!-- .ddm1 { font: 11px {T_FONTFACE1}; } .ddm1 .item1, .ddm1 .item1:hover, .ddm1 .item1-active, .ddm1 .item1-active:hover { background: {T_TR_COLOR1}; padding: 5px 6px 5px 6px; text-decoration: none; display: block; position: relative; white-space: nowrap; } .ddm1 .item1 { text-align: left; color: {T_BODY_LINK}; border: 1px {T_TR_COLOR1}; border-style: solid solid solid solid; } .ddm1 .item1:hover, .ddm1 .item1-active, .ddm1 .item1-active:hover { background: {T_TR_COLOR2}; color: {T_BODY_VLINK}; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; } .ddm1 .item1 img, .ddm1 .item1-active img{ position: absolute; top: 4px; right: 1px; border: 0; } .ddm1 .item2, .ddm1 .item2:hover { background: {T_TR_COLOR1}; padding: 5px 6px 5px 6px; text-decoration: none; display: block; white-space: nowrap; border: 1px {T_TR_COLOR1}; border-style: solid solid solid solid; } .ddm1 .item2 { text-align: left; color: {T_BODY_LINK}; } .ddm1 .item2:hover { background: {T_TR_COLOR2}; color: {T_BODY_VLINK}; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; } .ddm1 .section { background: {T_TR_COLOR1}; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; position: absolute; visibility: hidden; z-index: -1; white-space: nowrap; } .ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; } .ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; } * html .ddm1 td { position: relative; } /* ie 5.0 fix */ --> </style> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/ie5.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/1.0/DropDownMenu1.js"></script> <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <td align="center" class="row1"> <table width="100%" cellspacing="0" cellpadding="0" id="menu{MENU_ID}" class="ddm1"> <!-- BEGIN catrow --> <tr> <td> <a class="item1" href="{catrow.CATEGORY_URL}">{catrow.CATEGORY_NAME}<img src="{MX_ROOT_PATH}modules/mx_navmenu/templates/subSilver/images/arrow_right.gif" width="10" height="12" alt="" /></a> <div class="section"> <!-- BEGIN modulerow --> <a class="item2" href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}">{catrow.modulerow.U_MENU_ICON}{catrow.modulerow.MENU_NAME}</a> <!-- END modulerow --> </div> </td> </tr> <!-- END catrow --> </table> </td> </tr> </table> --- NEW FILE: mx_menu_simple_x_hor.tpl --- <style type="text/css"> <!-- .ddmx { font: 11px {T_FONTFACE1}; } .ddmx .item1, .ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover { padding: 3px 10px 3px 10px; background: {T_TR_COLOR2}; font: 12px arial; color: {T_BODY_VLINK}; font-weight: bold; text-decoration: none; display: block; white-space: nowrap; position: relative; line-height: normal; border: 1px solid {T_TR_COLOR2}; } .ddmx .item1:hover { line-height: normal; border: 1px solid {T_TR_COLOR1}; } .ddmx .item1-active:hover { line-height: normal; border: 1px solid {T_TR_COLOR1}; } .ddmx .item2, .ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover { padding: 3px 8px 4px 8px; font: 11px {T_FONTFACE1}; color: {T_BODY_VLINK}; font-weight: bold; text-decoration: none; display: block; white-space: nowrap; position: relative; z-index: 500; } .ddmx .item2 { background: {T_TR_COLOR1}; } .ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover { background: {T_TR_COLOR2}; } .ddmx .arrow, .ddmx .arrow:hover { padding: 3px 16px 4px 8px; } .ddmx .item2 img, .ddmx .item2-active img{ position: absolute; top: 4px; right: 1px; border: 0; } .ddmx .section { border: 1px solid {T_TH_COLOR1}; position: absolute; visibility: hidden; z-index: -1; } * html .ddmx td { position: relative; } /* ie 5.0 fix */ --> </style> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/ie5.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/1.1/DropDownMenuX.js"></script> <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <td align="left"> <table cellspacing="0" cellpadding="0" id="menu{MENU_ID}" class="ddmx"> <tr> <!-- BEGIN catrow --> <td> <a class="item1" href="{catrow.CATEGORY_URL}">{catrow.CATEGORY_NAME}</a> <div class="section"> <!-- BEGIN modulerow --> <a class="item2" href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}">{catrow.modulerow.MENU_NAME}</a> <!-- END modulerow --> </div> </td> <!-- END catrow --> </tr> </table> </td> </tr> </table> <!-- /* Type of the menu: "horizontal" or "vertical" */ this.type = "horizontal"; /* Delay (in miliseconds >= 0): show-hide menu * Hide must be > 0 */ this.delay = { "show": 0, "hide": 400 } /* Change the default position of sub-menu by Y pixels from top and X pixels from left * Negative values are allowed */ this.position = { "level1": { "top": 0, "left": 0}, "levelX": { "top": 0, "left": 0} } /* fix ie selectbox bug ? */ this.fixIeSelectBoxBug = true; /* Z-index property for .section */ this.zIndex = { "visible": 500, "hidden": -1 }; // Browser detection this.browser = { "ie": Boolean(document.body.currentStyle), "ie5": (navigator.appVersion.indexOf("MSIE 5.5") != -1 || navigator.appVersion.indexOf("MSIE 5.0") != -1), "ie6": (navigator.appVersion.indexOf("MSIE 6.0") != -1) }; if (!this.browser.ie) { this.browser.ie5 = false; this.browser.ie6 = false; } --> <script type="text/javascript"> var ddmx = new DropDownMenuX('menu' + '{MENU_ID}'); ddmx.type = "horizontal"; ddmx.delay.show = 0; ddmx.delay.hide = 400; ddmx.position.levelX.left = 2; ddmx.init(); </script> --- NEW FILE: mx_menu_advanced_CSS_ver.tpl --- <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/ie5.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/1.4/XulMenu.js"></script> <style type="text/css"> <!-- #bar { background: #{T_TR_COLOR1}; cursor: default; } .XulMenu { font-family: {T_FONTFACE1}; font-size: 11px; -moz-user-select: none; } .XulMenu .button, .XulMenu .button:hover, .XulMenu .button-active, .XulMenu .button-active:hover { text-align: left; line-height: normal; padding: 5px 6px 4px 6px; border: 1px solid #ECE9D8; color: {T_FONTFACE1}; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .button:hover { border-color: #ffffff #ACA899 #ACA899 #ffffff; } .XulMenu .button-active, .XulMenu .button-active:hover { border-color: #ACA899 #ffffff #ffffff #ACA899; } .XulMenu .button img, .XulMenu .button-active img{ position: absolute; top: 4px; right: 2px; border: 0; } .XulMenu .item, .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: {T_TR_COLOR1}; line-height: normal; text-align: left; padding: 3px 20px 3px 20px; color: #000000; border: 1px {T_TR_COLOR1}; border-style: solid solid solid solid; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: {T_TR_COLOR2}; color: {T_FONTFACE1}; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; } .XulMenu .section { background: {T_TR_COLOR1}; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; padding: 2px 1px 1px 2px; position: absolute; visibility: hidden; z-index: -1; } .XulMenu .arrow { position: absolute; top: 7px; right: 8px; border: 0; } * html .XulMenu td { position: relative; } /* ie 5.0 fix */ --> </style> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <td align="center" class="row1"> <div id="bar"> <table width="100%" cellspacing="0" cellpadding="0" id="menu{MENU_ID}" class="XulMenu"> <!-- BEGIN catrow --> <tr> <td> <a class="button" href="javascript:void(0)">{catrow.CATEGORY_NAME}<img class="arrow" src="{MX_ROOT_PATH}modules/mx_navmenu/templates/subSilver/images/arrow_right.gif" width="10" height="12" alt="" /></a> <div class="section"> <!-- BEGIN modulerow --> <a class="item" href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}">{catrow.modulerow.U_MENU_ICON}{catrow.modulerow.MENU_NAME}</a> <!-- END modulerow --> </div> </td> </tr> <!-- END catrow --> </table> </div> </td> </tr> </table> --- NEW FILE: mx_menu_simple_x_ver.tpl --- <style type="text/css"> <!-- .ddmx { font: 11px {T_FONTFACE1}; } .ddmx .item1, .ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover { padding: 3px 10px 3px 10px; background: {T_TR_COLOR2}; font: 12px arial; color: {T_BODY_VLINK}; font-weight: bold; text-decoration: none; display: block; white-space: nowrap; position: relative; line-height: normal; border: 1px solid {T_TR_COLOR2}; } .ddmx .item1:hover { line-height: normal; border: 1px solid {T_TR_COLOR1}; } .ddmx .item1-active:hover { line-height: normal; border: 1px solid {T_TR_COLOR1}; } .ddmx .item1 img, .ddmx .item1-active img{ position: absolute; top: 4px; right: 1px; border: 0; } .ddmx .item2, .ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover { padding: 3px 8px 4px 8px; font: 11px {T_FONTFACE1}; color: {T_BODY_VLINK}; font-weight: bold; text-decoration: none; display: block; white-space: nowrap; position: relative; z-index: 500; } .ddmx .item2 { background: {T_TR_COLOR1}; } .ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover { background: {T_TR_COLOR2}; } .ddmx .arrow, .ddmx .arrow:hover { padding: 3px 16px 4px 8px; } .ddmx .item2 img, .ddmx .item2-active img{ position: absolute; top: 4px; right: 1px; border: 0; } .ddmx .section { border: 1px solid {T_TH_COLOR1}; position: absolute; visibility: hidden; z-index: -1; } * html .ddmx td { position: relative; } /* ie 5.0 fix */ --> </style> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/ie5.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/1.1/DropDownMenuX.js"></script> <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <td align="center"> <table width="100%" cellspacing="0" cellpadding="0" id="menu{MENU_ID}" class="ddmx"> <!-- BEGIN catrow --> <tr> <td> <a class="item1" href="{catrow.CATEGORY_URL}">{catrow.CATEGORY_NAME}<img src="{MX_ROOT_PATH}modules/mx_navmenu/templates/subSilver/images/arrow_right.gif" width="10" height="12" alt="" /></a> <div class="section"> <!-- BEGIN modulerow --> <a class="item2" href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}">{catrow.modulerow.MENU_NAME}</a> <!-- END modulerow --> </div> </td> </tr> <!-- END catrow --> </table> </td> </tr> </table> <!-- /* Type of the menu: "horizontal" or "vertical" */ this.type = "horizontal"; /* Delay (in miliseconds >= 0): show-hide menu * Hide must be > 0 */ this.delay = { "show": 0, "hide": 400 } /* Change the default position of sub-menu by Y pixels from top and X pixels from left * Negative values are allowed */ this.position = { "level1": { "top": 0, "left": 0}, "levelX": { "top": 0, "left": 0} } /* fix ie selectbox bug ? */ this.fixIeSelectBoxBug = true; /* Z-index property for .section */ this.zIndex = { "visible": 500, "hidden": -1 }; // Browser detection this.browser = { "ie": Boolean(document.body.currentStyle), "ie5": (navigator.appVersion.indexOf("MSIE 5.5") != -1 || navigator.appVersion.indexOf("MSIE 5.0") != -1), "ie6": (navigator.appVersion.indexOf("MSIE 6.0") != -1) }; if (!this.browser.ie) { this.browser.ie5 = false; this.browser.ie6 = false; } --> <script type="text/javascript"> var ddmx = new DropDownMenuX('menu' + '{MENU_ID}'); ddmx.type = "vertical"; ddmx.delay.show = 0; ddmx.delay.hide = 400; ddmx.position.levelX.left = 2; ddmx.init(); </script> --- NEW FILE: mx_menu_advanced_CSS_hor.tpl --- <style type="text/css"> <!-- #bar { background: #{T_TR_COLOR1}; cursor: default; } .XulMenu { font-family: {T_FONTFACE1}; font-size: 11px; -moz-user-select: none; } .XulMenu .button, .XulMenu .button:hover, .XulMenu .button-active, .XulMenu .button-active:hover { text-align: left; line-height: normal; padding: 5px 6px 4px 6px; border: 1px solid #ECE9D8; color: {T_FONTFACE1}; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .button:hover { border-color: #ffffff #ACA899 #ACA899 #ffffff; } .XulMenu .button-active, .XulMenu .button-active:hover { border-color: #ACA899 #ffffff #ffffff #ACA899; } .XulMenu .item, .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: {T_TR_COLOR1}; line-height: normal; text-align: left; padding: 3px 30px 3px 20px; color: #000000; border: 1px {T_TR_COLOR1}; border-style: solid solid solid solid; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: {T_TR_COLOR2}; color: {T_FONTFACE1}; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; } .XulMenu .section { background: {T_TR_COLOR1}; border: 1px {T_TH_COLOR1}; border-style: solid solid solid solid; padding: 2px 1px 1px 2px; position: absolute; visibility: hidden; z-index: -1; } .XulMenu .arrow { position: absolute; top: 7px; right: 8px; border: 0; } * html .XulMenu td { position: relative; } /* ie 5.0 fix */ --> </style> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/ie5.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/mygosumenu/1.4/XulMenu.js"></script> <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <td align="left" class="row1"> <div id="bar"> <table cellspacing="0" cellpadding="0" id="menu{MENU_ID}" class="XulMenu"> <tr> <!-- BEGIN catrow --> <td> <a class="button" href="javascript:void(0)">{catrow.CATEGORY_NAME}</a> <div class="section"> <!-- BEGIN modulerow --> <a class="item" href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}">{catrow.modulerow.MENU_NAME}</a> <!-- END modulerow --> </div> </td> <!-- END catrow --> </tr> </table> </div> </td> </tr> </table> --- NEW FILE: mx_menu_classic_ver.tpl --- <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <!-- BEGIN catrow --> <tr> <td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td class="row2" align="left"> <table width="100%" cellpadding="2" cellspacing="0" border="0" > <tr> <td class="cat" align="center" width="10" style="border:none;"> <span class="mx_rollup_button" 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" alt=""/></span> </td> <td class="cat" align="left" width="100%" style="border:none;"> <span class="nav"> {catrow.CATEGORY}</span> <!-- BEGIN switch_cat_desc --> <br> <span class="gensmall"> {catrow.switch_cat_desc.CAT_DESC}</span> <!-- END switch_cat_desc --> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tbody id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: {catrow.CAT_SHOW};"> <tr> <td class="row1"> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <!-- BEGIN modulerow --> <tr> <td style="border:none;" class="row1" valign="middle" height="10" align="left" colspan="2" onmouseout="this.className='row1';" onmouseover="this.className='row2';">{catrow.modulerow.U_MENU_ICON}<span class="{catrow.modulerow.MENU_STYLE}"> <a href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}" class="genmed" title="{catrow.modulerow.MENU_DESC}">{catrow.modulerow.MENU_NAME}</a></span></td> </tr> <!-- END modulerow --> </table> </td> </tr> </tbody> <!-- END catrow --> </table> |