From: <cl...@us...> - 2004-05-14 05:42:43
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7297/templates/default Modified Files: week.tpl Log Message: Start of wiring of week template. Index: week.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/week.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** week.tpl 8 Feb 2004 08:10:30 -0000 1.5 --- week.tpl 14 May 2004 05:42:31 -0000 1.6 *************** *** 47,51 **** <!-- loop daysofweek on --> <td width="80" align="center" class="{ROW1}" onmouseover="this.className='{ROW2}'" onmouseout="this.className='{ROW3}'" onclick="window.location.href='week.php?cal={CAL}&getdate={DAYLINK}'"> ! <a class="ps3" href="week.php?cal={CAL}&getdate={DAYLINK}"><span class="V9BOLD">{DAY}</span></a> </td> <!-- loop daysofweek off --> --- 47,51 ---- <!-- loop daysofweek on --> <td width="80" align="center" class="{ROW1}" onmouseover="this.className='{ROW2}'" onmouseout="this.className='{ROW3}'" onclick="window.location.href='week.php?cal={CAL}&getdate={DAYLINK}'"> ! <a class="ps3" href="day.php?cal={CAL}&getdate={DAYLINK}"><span class="V9BOLD">{DAY}</span></a> </td> <!-- loop daysofweek off --> *************** *** 63,161 **** <!-- loop alldaysofweek off --> </tr> <tr> ! <td colspan="4" rowspan="4" align="center" valign="top" width="60" class="timeborder"> ! 8:00 AM ! </td> ! <td width="80" colspan="1" class="weekborder"> ! ! </td> ! <td width="80" colspan="1" class="weekborder"> ! ! </td> ! <td width="80" colspan="1" class="weekborder"> ! ! </td> ! <td width="80" colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> </tr> <tr> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> </tr> <tr> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> </tr> <tr> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> ! <td width="80"colspan="1" class="weekborder"> ! ! </td> </tr> </table> </td> --- 63,93 ---- <!-- loop alldaysofweek off --> </tr> + </table> + <table width="100%" border="0" cellspacing="0" cellpadding="0"> + <!-- loop row on --> <tr> ! <td rowspan="4" align="center" valign="top" width="60" class="timeborder">9:00 AM</td> ! <td width="1" height="15"></td> ! <td class="dayborder"> </td> </tr> <tr> ! <td width="1" height="15"></td> ! <td class="dayborder2"> </td> </tr> <tr> ! <td width="1" height="15"></td> ! <td class="dayborder"> </td> </tr> <tr> ! <td width="1" height="15"></td> ! <td class="dayborder2"> </td> </tr> + <!-- loop row off --> + <!-- loop event on --> + <div class="eventfont"> + <div class="eventbg_{EVENT_CALNO}">{CONFIRMED}<b>{EVENT_START}</b></div> + <div class="padd">{EVENT}</div> + </div> + <!-- loop event off --> </table> </td> |