Xaraya / Postnuke CVS Notices - Message

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 Notice

Directory filter : [ all ] / postnuke_modules / postcalendar / pntemplates / default / views / global [ view in CVS ]


Deprecated: Function gmstrftime() is deprecated in /home/mikespub/www/list.php on line 509
Date Directory [filter] File(s) [view] Author [filter]
03 Oct 2002 23:52:07postnuke_modules/postcalendar/pntemplates/default/views/globalnavigation.html,1.6,1.7Roger Raymond
 template cleanup

Update of /home/cvsroot/postnuke_modules/postcalendar/pntemplates/default/views/global
In directory ns7.hostnuke.net:/tmp/cvs-serv4028/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.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** navigation.html	3 Oct 2002 04:41:22 -0000	1.6
--- navigation.html	3 Oct 2002 23:52:05 -0000	1.7
***************
*** 1,13 ****
  [-*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>
  
--- 1,23 ----
  [-*Smarty*-]
+ [-config_load file="navigation.conf"-]
+ [-*Load the Language Definitions*-]
+ [-config_load file="lang.$USER_LANG"-]
+ 
  <style type="text/css">
! 
!     .bnav { border-top: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; }
! 
!     td.nav { border-right: 1px solid #000000; background-color:[-#TAB_BGCOLOR#-]; }
!     td.nav:hover { border-right: 1px solid #000000; background-color:[-#HOV_TAB_BGCOLOR#-]; }
!     
!     td.rnav { background-color:[-#TAB_BGCOLOR#-]; }
!     td.rnav:hover { background-color:[-#HOV_TAB_BGCOLOR#-]; }
! 
!     td.snav { border-right: 1px solid #000000; background-color:[-#SEL_TAB_BGCOLOR#-]; font-weight : bold; }
!     td.rsnav { background-color:[-#SEL_TAB_BGCOLOR#-]; font-weight : bold; }
! 
!     a.nav:hover { color: #000000; text-decoration: none; }
!     a.nav { color: #000000; text-decoration: none; }
! 
  </style>
  
***************
*** 16,43 ****
       <tr>
           <td nowrap valign="bottom" class="pn-normal" width="33%">
!              [-pc_date_select day="off" month="on" year="on" view="off" form="on" label=#_PC_JUMP_MENU_LABEL#-]
           </td>
           <td nowrap valign="bottom" align="center" class="pn-normal" width="33%">
!              [-pc_view_select form="on" label=#_PC_TPL_VIEW_LABEL#-]
           </td>
!          <td>
!             <table id="bnav" class="bnav" border="0" cellpadding="2" 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>
--- 26,53 ----
       <tr>
           <td nowrap valign="bottom" class="pn-normal" width="33%">
!              [-pc_date_select day="off" month="on" year="on" view="off" form="on" label=#_PC_JUMP_MENU_LABEL# class="nav"-]
           </td>
           <td nowrap valign="bottom" align="center" class="pn-normal" width="33%">
!              [-pc_view_select form="on" label=#_PC_TPL_VIEW_LABEL# class="nav"-]
           </td>
!          <td valign="bottom" align="left">
!             <table id="bnav" class="bnav" border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="[-#TABLE_BGCOLOR#-]">
                  <tr>
!                     <td nowrap align="center" 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 align="center" 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 align="center" 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 align="center" 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 align="center" 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 align="center" 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>


Directory filter : [ all ] / postnuke_modules / postcalendar / pntemplates / default / views / global [ view in CVS ]

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