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 / month [ 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]
04 Oct 2002 02:20:54postnuke_modules/postcalendar/pntemplates/default/views/monthsmall.html,1.1,1.2Roger Raymond
 template tweaks

Update of /home/cvsroot/postnuke_modules/postcalendar/pntemplates/default/views/month
In directory ns7.hostnuke.net:/tmp/cvs-serv20155/pntemplates/default/views/month

Modified Files:
	small.html 
Log Message:
template tweaks


Index: small.html
===================================================================
RCS file: /home/cvsroot/postnuke_modules/postcalendar/pntemplates/default/views/month/small.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** small.html	4 Oct 2002 00:39:56 -0000	1.1
--- small.html	4 Oct 2002 02:20:52 -0000	1.2
***************
*** 18,85 ****
      background-color:#f6c606; 
  }
- 
- .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; }
- 
- SELECT.nav {color: #000000; background-color:[-$BGCOLOR1-]; border-top: 1px solid #000000;  }
- OPTION.nav {color: #000000; background-color:[-$BGCOLOR1-]; border-top: 1px solid #000000;  }
- INPUT.nav {color: #000000; background-color:[-$BGCOLOR1-]; border-top: 1px solid #000000; }
-     
  </style>
  
! [-pc_view_select form="on" label=#_PC_TPL_VIEW_LABEL# class="nav"-]
! <table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td>
!     <table border="0" cellpadding="0" cellspacing="0" bgcolor="[-#TableBorderColor#-]" align="center"><tr><td>  
!     <table border="0" cellpadding="0" cellspacing="1" align="center">
!         <tr>
!         <td colspan="7" valign="bottom" align="right" bgcolor=[-$BGCOLOR1-]>
!             <table id="bnav" class="bnav" border="0" cellpadding="3" cellspacing="0" 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>
!                 </tr>
!             </table>
!          </td>
!         
!         </tr>       
!         <tr>
!             <td colspan="7" width="100%" align="left" valign="top">
!                 <table width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="[-#TableBackgroundColor#-]">
!                     <tr>
!                         <td class="pn-title" width="25%" align="left" valign="middle"><a href="[-$PREV_MONTH_URL-]" style="text-decoration:none;">&lt;&lt;</a></td>
!                         <td class="pn-title" width="50%" align="center" valign="middle">[-$CURRENT_MONTH_NAME-]</td>
!                         <td class="pn-title" width="25%" align="right" valign="middle"><a href="[-$NEXT_MONTH_URL-]" style="text-decoration:none;">&gt;&gt;</a></td>
!                     </tr>
!                 </table>
!             </td>
!         </tr>
          <tr>
              [-foreach from=$A_SHORT_DAY_NAMES item=day-]
              <td align="center" valign="middle"><font color="[-#DayNameColor#-]">[-$day-]</font></td>
--- 18,39 ----
      background-color:#f6c606; 
  }
  </style>
  
! [-*Main Navigation*-]
! [-include file="$TPL_NAME/views/global/navigation.html"-]
! 
! <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="[-#TableBorderColor#-]"><tr><td bgcolor="[-$BGCOLOR1-]">
! <table border="0" cellpadding="0" cellspacing="1" bgcolor="[-$BGCOLOR1-]" align="center"><tr><td>
!     <br />
!     <table border="0" cellpadding="0" cellspacing="1" bgcolor="[-#TableBorderColor#-]"><tr><td colspan="8">  
!         <table width="100%" border="0" cellpadding="4" cellspacing="0" bgcolor="[-#TableBackgroundColor#-]">
!             <tr>
!                 <td width="25%" align="left" valign="middle"><a href="[-$PREV_MONTH_URL-]" style="text-decoration:none;">&lt;&lt;</a></td>
!                 <td width="50%" align="center" valign="middle"><b>[-$CURRENT_MONTH_NAME-]</b></td>
!                 <td width="25%" align="right" valign="middle"><a href="[-$NEXT_MONTH_URL-]" style="text-decoration:none;">&gt;&gt;</a></td>
!             </tr>
!         </table></td>
          <tr>
+             <td align="center" valign="middle">&nbsp;</td>
              [-foreach from=$A_SHORT_DAY_NAMES item=day-]
              <td align="center" valign="middle"><font color="[-#DayNameColor#-]">[-$day-]</font></td>
***************
*** 92,109 ****
              [-assign var="month" value=$current_date|date_format:"%m"|string_format:"%1d"-]
              [-assign var="year" value=$current_date|date_format:"%Y"|string_format:"%4d"-]
!         
!         [-if $createrow eq 1-]
          <tr>
          [-assign var="createrow" value="0"-]
          [-/if-]
          [-if $current_date < $MONTH_START_DATE || $current_date > $MONTH_END_DATE-]
!             <td width="[-math equation="100/7" format="%02d"-]%" align="left" valign="top" bgcolor="[-#PrevMonthCellColor#-]">
                  <table border="0" cellpadding="2" cellspacing="0"><tr>
                  <td nowrap align="left" valign="top">
                  <a href="[-pc_event_url view=day date=$current_date-]" 
                     style="text-decoration:none;">[-$current_date|date_format:"%d"-]</a>
-             [-if $smarty.foreach.dates.iteration eq 1-]
-                 <a href="[-pc_event_url view=week date=$current_date-]" style="text-decoration:none;">-</a>
-             [-/if-]
                  </td></tr></table>
              </td>
--- 46,66 ----
              [-assign var="month" value=$current_date|date_format:"%m"|string_format:"%1d"-]
              [-assign var="year" value=$current_date|date_format:"%Y"|string_format:"%4d"-]
!         [-if $smarty.foreach.dates.iteration eq 1-]
!             <td nowrap align="left" valign="middle" bgcolor="[-#PrevMonthCellColor#-]">
!                 <a href="[-pc_event_url view=week date=$current_date-]" style="text-decoration:none;">&gt;</a>
!             </td>
!         [-elseif $createrow eq 1-]
          <tr>
+             <td nowrap align="left" valign="middle" bgcolor="[-#PrevMonthCellColor#-]">
+                 <a href="[-pc_event_url view=week date=$current_date-]" style="text-decoration:none;">&gt;</a>
+             </td>
          [-assign var="createrow" value="0"-]
          [-/if-]
          [-if $current_date < $MONTH_START_DATE || $current_date > $MONTH_END_DATE-]
!             <td align="left" valign="top" bgcolor="[-#PrevMonthCellColor#-]">
                  <table border="0" cellpadding="2" cellspacing="0"><tr>
                  <td nowrap align="left" valign="top">
                  <a href="[-pc_event_url view=day date=$current_date-]" 
                     style="text-decoration:none;">[-$current_date|date_format:"%d"-]</a>
                  </td></tr></table>
              </td>
***************
*** 118,124 ****
                      <a href="[-pc_event_url view=day date=$current_date-]"
                         style="text-decoration:none;"><font color="#CC6600"><b>[-$current_date|date_format:"%d"-]</b></font></a>
-                 [-if $smarty.foreach.dates.iteration % 7 eq 1-]
-                     <a href="[-pc_event_url view=week date=$current_date-]" style="text-decoration:none;">-</a>
-                 [-/if-]
                  </td>
                  <td align="right" valign="top">
--- 75,78 ----
***************
*** 144,158 ****
          [-/if-]
      </table>
!     </td></tr></table>
  </td></tr></table>
  
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
!         <td align="left">
              <a href="[-pc_url action="month" print="true"-]">[-#_PC_THEME_PRINT#-]</a>
          </td>
      </tr>
  </table>
! [-pc_date_select day="off" month="on" year="on" view="off" form="on" label=#_PC_JUMP_MENU_LABEL# class="nav"-]
! ok - this is just a sample of what can be done - i didn't want to spend a hell of a lot of time on it :)
! <br /><br />
--- 98,111 ----
          [-/if-]
      </table>
!     <br />
! </td></tr></table>
  </td></tr></table>
  
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
!         <td align="right">
              <a href="[-pc_url action="month" print="true"-]">[-#_PC_THEME_PRINT#-]</a>
          </td>
      </tr>
  </table>
! 


Directory filter : [ all ] / postnuke_modules / postcalendar / pntemplates / default / views / month [ 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