|
From: Jon O. <jon...@us...> - 2005-08-20 18:19:31
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21797/modules/mx_navmenu/templates/subSilver Added Files: mx_menu_nav.tpl mx_menu_nav_horizontal.tpl Log Message: Major commit Adding new adminCP, blockCP and many new oo components Finally finalizing latest months hard work :-) --- NEW FILE: mx_menu_nav.tpl --- <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="0" border="0" class="forumline"> <!-- BEGIN catrow --> <tr> <td class="row2" height="10" align="center" width="10"> <!-- BEGIN switch_cat_on --> <span class="newsbutton" onClick="rollup_contract(this, 'phpbbCategory_{catrow.BLOCK_ID}{catrow.CAT_ID}', '{catrow.U_CAT_NAV}');"><img src="{catrow.U_CAT_NAV}contract.gif" border="0" /></span> <!-- END switch_cat_on --> <!-- BEGIN switch_cat_off --> <span class="newsbutton" onClick="rollup_contract(this, 'phpbbCategory_{catrow.BLOCK_ID}{catrow.CAT_ID}', '{catrow.U_CAT_NAV}');"><img src="{catrow.U_CAT_NAV}expand.gif" border="0" /></span> <!-- END switch_cat_off --> </td> <td class="row2" height="10" align="left" width="100%"> <span class="genmed"><b>{catrow.CATEGORY}</b></span> </td> </tr> <tr> <td class="row1" align="left" colspan="2"><span class="genmed">{catrow.DESCRIPTION}</span></td> </tr> <!-- BEGIN switch_cat_on --> <tbody id="phpbbCategory_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: ;"> <!-- END switch_cat_on --> <!-- BEGIN switch_cat_off --> <tbody id="phpbbCategory_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: none;"> <!-- END switch_cat_off --> <!-- BEGIN modulerow --> <tr> <td class="row1" valign="middle" height="10" align="left" colspan="2">{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 --> </tbody> <!-- END catrow --> </table> --- NEW FILE: mx_menu_nav_horizontal.tpl --- <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="0" border="0" class="forumline"> <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" height="18" width="20" align="center" valign="middle"> <!-- BEGIN switch_cat_on --> <span class="newsbutton" onClick="rollup_contract(this, 'phpbbCategory_{catrow.BLOCK_ID}{catrow.CAT_ID}', '{catrow.U_CAT_NAV}');"><img src="{catrow.U_CAT_NAV}contract.gif" border="0" /></span> <!-- END switch_cat_on --> <!-- BEGIN switch_cat_off --> <span class="newsbutton" onClick="rollup_contract(this, 'phpbbCategory_{catrow.BLOCK_ID}{catrow.CAT_ID}', '{catrow.U_CAT_NAV}');"><img src="{catrow.U_CAT_NAV}expand.gif" border="0" /></span> <!-- END switch_cat_off --> </td> <td class="row2" align="left" height="18" width="100%"> <span class="genmed"><b> {catrow.CATEGORY}</b></span> </td> </tr> <tr> <td class="row1" align="left" colspan="2"><span class="genmed">{catrow.DESCRIPTION}</span></td> </tr> <!-- BEGIN switch_cat_on --> <tbody id="phpbbCategory_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: ;"> <!-- END switch_cat_on --> <!-- BEGIN switch_cat_off --> <tbody id="phpbbCategory_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: none;"> <!-- END switch_cat_off --> <!-- BEGIN modulerow --> <tr> <td class="row1" valign="center" colspan="2">{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 --> </tbody> </table> </td> <!-- END catrow --> </tr> </table> |