Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_modules / postcalendar / pntemplates / default / views / global [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
02 Oct 2002 19:32:14 | postnuke_modules/postcalendar/pntemplates/default/views/global | navigation.html,1.2,1.3 | Roger Raymond |
template cleanup |
Update of /home/cvsroot/postnuke_modules/postcalendar/pntemplates/default/views/global In directory ns7.hostnuke.net:/tmp/cvs-serv26292/pntemplates/default/views/global Modified Files: navigation.html Log Message: template cleanup Index: navigation.html =================================================================== RCS file: /home/cvsroot/postnuke_modules/postcalendar/pntemplates/default/views/global/navigation.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** navigation.html 2 Oct 2002 17:03:23 -0000 1.2 --- navigation.html 2 Oct 2002 19:32:11 -0000 1.3 *************** *** 1,50 **** [-*Smarty*-] <style type="text/css"> ! ! TD.nav:hover { ! border-top: 1px solid [-$BGCOLOR2-]; ! border-left: 1px solid [-$BGCOLOR2-]; ! background-color:[-$BGCOLOR4-]; ! } ! TD.nav { ! border-top: 1px solid [-$BGCOLOR2-]; ! border-left: 1px solid [-$BGCOLOR2-]; ! background-color:[-$BGCOLOR1-]; ! } ! TD.navSelected { ! border-top: 1px solid [-$BGCOLOR2-]; ! border-left: 1px solid [-$BGCOLOR2-]; ! background-color:[-$BGCOLOR2-]; ! font-weight : bold; ! } ! </style> <!-- main navigation --> ! <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="[-$BGCOLOR1-]"> <tr> <td nowrap valign="bottom" class="pn-normal" width="100%"> ! [-pc_date_select day="off" month="on" year="on" view="off" form="on"-] </td> <td> ! <table border="0" cellpadding="5" cellspacing="0" width="100%" bgcolor="[-$BGCOLOR1-]"> <tr> ! <td nowrap valign="bottom" [-if $VIEW_TYPE eq "day"-]class="navSelected"[-else-]class="nav"[-/if-]> ! <a href="[-pc_url action="day"-]">[-#_PC_THEME_DAY#-]</a> </td> ! <td nowrap valign="bottom" [-if $VIEW_TYPE eq "week"-]class="navSelected"[-else-]class="nav"[-/if-]> ! <a href="[-pc_url action="week"-]">[-#_PC_THEME_WEEK#-]</a> </td> ! <td nowrap valign="bottom" [-if $VIEW_TYPE eq "month"-]class="navSelected"[-else-]class="nav"[-/if-]> ! <a href="[-pc_url action="month"-]">[-#_PC_THEME_MONTH#-]</a> </td> ! <td nowrap valign="bottom" [-if $VIEW_TYPE eq "year"-]class="navSelected"[-else-]class="nav"[-/if-]> ! <a href="[-pc_url action="year"-]">[-#_PC_THEME_YEAR#-]</a> </td> ! <td nowrap valign="bottom" [-if $FUNCTION eq "submit"-]class="navSelected"[-else-]class="nav"[-/if-]> ! <a href="[-pc_url action="submit"-]">[-#_PC_THEME_SUBMIT#-]</a> </td> ! <td nowrap valign="bottom" [-if $FUNCTION eq "search"-]class="navSelected"[-else-]class="nav"[-/if-]> ! <a href="[-pc_url action="search"-]">[-#_PC_THEME_SEARCH#-]</a> </td> </tr> --- 1,41 ---- [-*Smarty*-] <style type="text/css"> ! .bnav { border-top: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; } ! td.nav:hover { border-right: 1px solid #000000; background-color:[-$BGCOLOR4-]; } ! td.rnav:hover { background-color:[-$BGCOLOR4-]; } ! td.nav { border-right: 1px solid #000000; background-color:[-$BGCOLOR1-]; } ! td.rnav { background-color:[-$BGCOLOR1-]; } ! td.snav { border-right: 1px solid #000000; background-color:[-$BGCOLOR2-]; font-weight : bold; } ! td.rsnav { background-color:[-$BGCOLOR2-]; font-weight : bold; } ! a.nav:hover { color: #000000; text-decoration: none; } ! a.nav { color: #000000; text-decoration: none; } </style> <!-- main navigation --> ! <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td nowrap valign="bottom" class="pn-normal" width="100%"> ! [-pc_date_select day="off" month="on" year="on" view="off" form="on" label=#_PC_THEME_SUBMIT#-] </td> <td> ! <table id="bnav" class="bnav" border="0" cellpadding="5" cellspacing="0" width="100%" bgcolor="[-$BGCOLOR1-]"> <tr> ! <td nowrap valign="bottom" [-if $VIEW_TYPE eq "day"-]class="snav"[-else-]class="nav"[-/if-]> ! <a class="nav" href="[-pc_url action="day"-]">[-#_PC_THEME_DAY#-]</a> </td> ! <td nowrap valign="bottom" [-if $VIEW_TYPE eq "week"-]class="snav"[-else-]class="nav"[-/if-]> ! <a class="nav" href="[-pc_url action="week"-]">[-#_PC_THEME_WEEK#-]</a> </td> ! <td nowrap valign="bottom" [-if $VIEW_TYPE eq "month"-]class="snav"[-else-]class="nav"[-/if-]> ! <a class="nav" href="[-pc_url action="month"-]">[-#_PC_THEME_MONTH#-]</a> </td> ! <td nowrap valign="bottom" [-if $VIEW_TYPE eq "year"-]class="snav"[-else-]class="nav"[-/if-]> ! <a class="nav" href="[-pc_url action="year"-]">[-#_PC_THEME_YEAR#-]</a> </td> ! <td nowrap valign="bottom" [-if $FUNCTION eq "submit"-]class="snav"[-else-]class="nav"[-/if-]> ! <a class="nav" href="[-pc_url action="submit"-]">[-#_PC_THEME_SUBMIT#-]</a> </td> ! <td nowrap valign="bottom" [-if $FUNCTION eq "search"-]class="rsnav"[-else-]class="rnav"[-/if-]> ! <a class="nav" href="[-pc_url action="search"-]">[-#_PC_THEME_SEARCH#-]</a> </td> </tr>
View Statistics - Next Notice - Previous Notice
Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |