From: <cl...@us...> - 2004-05-16 05:39:35
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3973/templates/default Modified Files: calendar_nav.tpl default.css month.tpl month_large.tpl Log Message: Added RSS check, updated month for XHTML validation. Index: calendar_nav.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/calendar_nav.tpl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** calendar_nav.tpl 15 May 2004 03:07:22 -0000 1.9 --- calendar_nav.tpl 16 May 2004 05:39:26 -0000 1.10 *************** *** 16,26 **** <td width="160" valign="top"> <table width="170" border="0" cellpadding="3" cellspacing="0" class="calborder"> ! <tr height="20"> ! <td align="center" class="sideback"><b>{L_JUMP}</b></td> </tr> <tr> <td> <div style="padding: 5px;"> ! <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="GET"> <select name="action" class="query_style" onchange="window.location=(this.options[this.selectedIndex].value);">{LIST_JUMPS}</select><br /> <select name="action" class="query_style" onchange="window.location=(this.options[this.selectedIndex].value);">{LIST_ICALS}</select><br /> --- 16,26 ---- <td width="160" valign="top"> <table width="170" border="0" cellpadding="3" cellspacing="0" class="calborder"> ! <tr> ! <td align="center" class="sideback"><div style="height:20px;"><b>{L_JUMP}</b></div></td> </tr> <tr> <td> <div style="padding: 5px;"> ! <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> <select name="action" class="query_style" onchange="window.location=(this.options[this.selectedIndex].value);">{LIST_JUMPS}</select><br /> <select name="action" class="query_style" onchange="window.location=(this.options[this.selectedIndex].value);">{LIST_ICALS}</select><br /> *************** *** 33,37 **** <!-- switch show_search off --> <!-- switch show_goto on --> ! <form style="margin-bottom:0;" action="day.php" method="GET"> <input type="hidden" name="cal" value="{URL_CAL}"> <input type="text" style="width:160px; font-size:10px" name="jumpto_day"> --- 33,37 ---- <!-- switch show_search off --> <!-- switch show_goto on --> ! <form style="margin-bottom:0;" action="day.php" method="get"> <input type="hidden" name="cal" value="{URL_CAL}"> <input type="text" style="width:160px; font-size:10px" name="jumpto_day"> *************** *** 56,61 **** <td width="160" valign="top"> <table width="170" border="0" cellpadding="3" cellspacing="0" class="calborder"> ! <tr height="20"> ! <td align="center" class="sideback"><b>{CALENDAR_NAME}</b></td> </tr> <tr> --- 56,61 ---- <td width="160" valign="top"> <table width="170" border="0" cellpadding="3" cellspacing="0" class="calborder"> ! <tr> ! <td align="center" class="sideback"><div style="height:20px;"><b>{CALENDAR_NAME}</b></div></td> </tr> <tr> Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/default.css,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** default.css 16 May 2004 04:13:28 -0000 1.16 --- default.css 16 May 2004 05:39:26 -0000 1.17 *************** *** 50,67 **** .eventbg { background-color: #6699CC; } - - /*.eventbg2 { background-color: #6699CC; border-right: 1px solid #fff; }*/ - - - .eventbg2week { background-color: #6699CC; border-right: 1px solid #A1A5A9; } - - .eventbg2week_1 { background-color: #6699CC; border-right: 1px solid #A1A5A9; } - .eventbg2week_2 { background-color: #666699; border-right: 1px solid #A1A5A9; } - .eventbg2week_3 { background-color: #999999; border-right: 1px solid #A1A5A9; } - .eventbg2week_4 { background-color: #6B84C7; border-right: 1px solid #A1A5A9; } - .eventbg2week_5 { background-color: #9999CC; border-right: 1px solid #A1A5A9; } - .eventbg2week_6 { background-color: #6876E7; border-right: 1px solid #A1A5A9; } - .eventbg2week_7 { background-color: #73738C; border-right: 1px solid #A1A5A9; } - .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } --- 50,53 ---- *************** *** 73,79 **** .sideback { background-image: url(images/side_bg.gif); } .monthback { background-color: #A1A5A9; } ! .monthreg { background-color: #FFFFFF; } ! .monthoff { background-color: #F2F2F2; } ! .monthon { background-color: #F2F9FF; } .montheventtop { background-image: url(images/side_bg.gif); border-top: 1px solid #A1A5A9; } .montheventline { border-right: 1px dotted #A1A5A9; } --- 59,65 ---- .sideback { background-image: url(images/side_bg.gif); } .monthback { background-color: #A1A5A9; } ! .monthreg { background-color: #fff; height: 105px; width: 105px; text-align: left; vertical-align: top; } ! .monthoff { background-color: #F2F2F2; height: 105px; width: 105px; text-align: left; vertical-align: top; } ! .monthon { background-color: #F2F9FF; height: 105px; width: 105px; text-align: left; vertical-align: top; } .montheventtop { background-image: url(images/side_bg.gif); border-top: 1px solid #A1A5A9; } .montheventline { border-right: 1px dotted #A1A5A9; } Index: month.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/month.tpl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** month.tpl 15 May 2004 02:42:17 -0000 1.12 --- month.tpl 16 May 2004 05:39:26 -0000 1.13 *************** *** 3,7 **** <table width="735" border="0" cellspacing="0" cellpadding="0" class="calborder"> <tr> ! <td align="center" valign="middle" bgcolor="white"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> --- 3,7 ---- <table width="735" border="0" cellspacing="0" cellpadding="0" class="calborder"> <tr> ! <td align="center" valign="middle"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> *************** *** 42,46 **** <tr> <td align="right" width="40%" class="navback"><a class="psf" href="month.php?cal={CAL}&getdate={PREV_MONTH}"><img src="templates/{TEMPLATE}/images/left_day.gif" alt="{L_PREV}" border="0" align="right" /></a></td> ! <td align="center" width="20%" class="navback" nowrap valign="middle"><font class="H20">{L_THIS_MONTHS}</font></td> <td align="left" width="40%" class="navback"><a class="psf" href="month.php?cal={CAL}&getdate={NEXT_MONTH}"><img src="templates/{TEMPLATE}/images/right_day.gif" alt="{L_NEXT}" border="0" align="left" /></a></td> </tr> --- 42,46 ---- <tr> <td align="right" width="40%" class="navback"><a class="psf" href="month.php?cal={CAL}&getdate={PREV_MONTH}"><img src="templates/{TEMPLATE}/images/left_day.gif" alt="{L_PREV}" border="0" align="right" /></a></td> ! <td align="center" width="20%" class="navback" nowrap="nowrap" valign="middle"><font class="H20">{L_THIS_MONTHS}</font></td> <td align="left" width="40%" class="navback"><a class="psf" href="month.php?cal={CAL}&getdate={NEXT_MONTH}"><img src="templates/{TEMPLATE}/images/right_day.gif" alt="{L_NEXT}" border="0" align="left" /></a></td> </tr> *************** *** 53,57 **** <!-- loop showbottomevents_odd on --> <tr align="left" valign="top"> ! <td width="170" nowrap> <a class="psf" href="day.php?cal={CAL}&getdate={DAYLINK}">{START_DATE}</a><br /> <span class="V9G">{START_TIME}</span> --- 53,57 ---- <!-- loop showbottomevents_odd on --> <tr align="left" valign="top"> ! <td width="170" nowrap="nowrap"> <a class="psf" href="day.php?cal={CAL}&getdate={DAYLINK}">{START_DATE}</a><br /> <span class="V9G">{START_TIME}</span> *************** *** 64,68 **** <!-- loop showbottomevents_even on --> <tr align="left" valign="top"> ! <td width="170" nowrap bgcolor="#EEEEEE"> <a class="psf" href="day.php?cal={CAL}&getdate={DAYLINK}">{START_DATE}</a><br /> <span class="V9G">{START_TIME}</span> --- 64,68 ---- <!-- loop showbottomevents_even on --> <tr align="left" valign="top"> ! <td width="170" nowrap="nowrap" bgcolor="#EEEEEE"> <a class="psf" href="day.php?cal={CAL}&getdate={DAYLINK}">{START_DATE}</a><br /> <span class="V9G">{START_TIME}</span> Index: month_large.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/month_large.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** month_large.tpl 2 Feb 2004 23:10:02 -0000 1.6 --- month_large.tpl 16 May 2004 05:39:26 -0000 1.7 *************** *** 8,15 **** </tr> <!-- loop monthweeks on --> ! <tr height="105"> <!-- loop monthdays on --> <!-- switch notthismonth on --> ! <td valign="top" align="left" class="monthoff" width="105" height="105"> <div align="right"> <a class="psf" href="day.php?cal={CAL}&getdate={DAYLINK}"><font class="G10G">{DAY}</font></a> --- 8,15 ---- </tr> <!-- loop monthweeks on --> ! <tr> <!-- loop monthdays on --> <!-- switch notthismonth on --> ! <td class="monthoff"> <div align="right"> <a class="psf" href="day.php?cal={CAL}&getdate={DAYLINK}"><font class="G10G">{DAY}</font></a> *************** *** 20,24 **** <!-- switch notthismonth off --> <!-- switch istoday on --> ! <td valign="top" align="left" class="monthon" width="105" height="105"> <div align="right"> <a class="psf" href="day.php?cal={CAL}&getdate={DAYLINK}">{DAY}</a> --- 20,24 ---- <!-- switch notthismonth off --> <!-- switch istoday on --> ! <td class="monthon"> <div align="right"> <a class="psf" href="day.php?cal={CAL}&getdate={DAYLINK}">{DAY}</a> *************** *** 29,33 **** <!-- switch istoday off --> <!-- switch ismonth on --> ! <td valign="top" align="left" class="monthreg" width="105" height="105"> <div align="right"> <a class="psf" href="day.php?cal={CAL}&getdate={DAYLINK}">{DAY}</a> --- 29,33 ---- <!-- switch istoday off --> <!-- switch ismonth on --> ! <td class="monthreg"> <div align="right"> <a class="psf" href="day.php?cal={CAL}&getdate={DAYLINK}">{DAY}</a> |