[geeklog-cvs] geeklog-1.3/public_html/layout/clean/calendar calendar.thtml,1.1.1.1,1.2

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Thu May 1 13:05:47 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/layout/clean/calendar
In directory internal.geeklog.net:/tmp/cvs-serv9139/clean/calendar

Modified Files:
	calendar.thtml 
Log Message:
Some CSS fixes


Index: calendar.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/clean/calendar/calendar.thtml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** calendar.thtml	30 Apr 2003 20:41:30 -0000	1.1.1.1
--- calendar.thtml	1 May 2003 17:05:45 -0000	1.2
***************
*** 1,101 ****
! 
!                                 <!-- Begin Calendar -->
! 
!                                 <table width="100%" cellpadding="5" cellspacing="0" border="0">
!                                     <tr align="center" class="dayview_times">
!                                         <td align="center"><a href="{site_url}/calendar.php?mode={mode}&view=day">Day</a></td>
!                                         <td align="center"><a href="{site_url}/calendar.php?mode={mode}&view=week">Week</a></td>
!                                         <td align="center"><b>Month</b></td>
!                                     </tr>
!                                 </table><br>
!                                 <table width="100%" cellpadding="5" cellspacing="0" border="1" class="cal_body">
!                                     <tr align="center">
!                                         <td colspan="8" class="cal_month">
!                                             <table border="0" width="100%">
!                                                 <tr>
!                                                     <td class="cal_month">
!                                                         {previous_months_cal}
!                                                     </td>
!                                                     <td width="100%" class="cal_month" align="center">
!                                                         <table border="0" cellpadding="5" cellspacing="0">
!                                                             <tr>
!                                                                 <td colspan="2" align="center"> 
! 						                    <form method="post" action="calendar.php">
!                                                                         <input type="hidden" name="mode" value="{mode}">
!                                                                         <select name="month" onChange="this.form.submit()">
!                                                                             <option value="1" {selected_jan}>{lang_january}</option>
!                                                                             <option value="2" {selected_feb}>{lang_february}</option>
!                                                                             <option value="3" {selected_mar}>{lang_march}</option>
!                                                                             <option value="4" {selected_apr}>{lang_april}</option>
!                                                                             <option value="5" {selected_may}>{lang_may}</option>
!                                                                             <option value="6" {selected_jun}>{lang_june}</option>
!                                                                             <option value="7" {selected_jul}>{lang_july}</option>
!                                                                             <option value="8" {selected_aug}>{lang_august}</option>
!                                                                             <option value="9" {selected_sep}>{lang_september}</option>
!                                                                             <option value="10" {selected_oct}>{lang_october}</option>
!                                                                             <option value="11" {selected_nov}>{lang_november}</option>
!                                                                             <option value="12" {selected_dec}>{lang_december}</option>
!                                                                         </select> 
!                                                                         <select name="year" onChange="this.form.submit()">
!                                                                         {year_options}
!                                                                         </select>
!                                                                     </form><br>
!                                                                 </td>
!                                                             </tr>
!                                                             <tr>
!                                                                 <td align="right">
!                                                                     {add_event_option} 
!                                                                 </td>
!                                                                 <td>
!                                                                     {personal_calendar_option} 
!                                                                     {master_calendar_option}
!                                                                 </td>
!                                                             </tr>
!                                                         </table>
!                                                     </td>
!                                                     <td class="cal_month">
!                                                         {next_months_cal}
!                                                     </td>
!                                             </table>
!                                         </td>
!                                     </tr>
!                                     <tr>
!                                         <td> </td>
!                                         <td width="15%" class="cal_day">{lang_sunday}</td>
!                                         <td width="14%" class="cal_day">{lang_monday}</td>
!                                         <td width="14%" class="cal_day">{lang_tuesday}</td>
!                                         <td width="14%" class="cal_day">{lang_wednesday}</td>
!                                         <td width="14%" class="cal_day">{lang_thursday}</td>
!                                         <td width="14%" class="cal_day">{lang_friday}</td>
!                                         <td width="15%" class="cal_day">{lang_saturday}</td>
!                                     </tr>
!                                     {cal_week}
!                                 </table>
!                                 <table align="center">
!                                     <tr>
!                                         <td>
!                                             <form method="post" action="calendar.php">
!                                                 <input type="submit" value="<<">
!                                                 <input type="hidden" name="month" value="{cal_prevmo_num}">
!                                                 <input type="hidden" name="year" value="{cal_prevyr_num}">
!                                             </form>
!                                         </td>
!                                         <td>
!                                             {add_event_option}
!                                         </td>
!                                         <td>
!                                         {personal_calendar_option}
!                                         {master_calendar_option}
!                                         </td>
!                                         <td>
!                                             <form method="post" action="calendar.php">
!                                                 <input type="submit" value=">>">
!                                                 <input type="hidden" name="month" value="{cal_nextmo_num}">
!                                                 <input type="hidden" name="year" value="{cal_nextyr_num}">
!                                             </form>
!                                         </td>
!                                     </tr>
!                                 </table>
! 
!                                 <!-- End Calendar -->
!                                 
--- 1,101 ----
! 
!                                 <!-- Begin Calendar -->
! 
!                                 <table width="100%" cellpadding="5" cellspacing="0" border="0">
!                                     <tr align="center" class="dayview-times">
!                                         <td align="center"><a href="{site_url}/calendar.php?mode={mode}&view=day">Day</a></td>
!                                         <td align="center"><a href="{site_url}/calendar.php?mode={mode}&view=week">Week</a></td>
!                                         <td align="center"><b>Month</b></td>
!                                     </tr>
!                                 </table><br>
!                                 <table width="100%" cellpadding="5" cellspacing="0" border="1" class="cal_body">
!                                     <tr align="center">
!                                         <td colspan="8" class="cal_month">
!                                             <table border="0" width="100%">
!                                                 <tr>
!                                                     <td class="cal_month">
!                                                         {previous_months_cal}
!                                                     </td>
!                                                     <td width="100%" class="cal_month" align="center">
!                                                         <table border="0" cellpadding="5" cellspacing="0">
!                                                             <tr>
!                                                                 <td colspan="2" align="center"> 
! 						                    <form method="post" action="calendar.php">
!                                                                         <input type="hidden" name="mode" value="{mode}">
!                                                                         <select name="month" onChange="this.form.submit()">
!                                                                             <option value="1" {selected_jan}>{lang_january}</option>
!                                                                             <option value="2" {selected_feb}>{lang_february}</option>
!                                                                             <option value="3" {selected_mar}>{lang_march}</option>
!                                                                             <option value="4" {selected_apr}>{lang_april}</option>
!                                                                             <option value="5" {selected_may}>{lang_may}</option>
!                                                                             <option value="6" {selected_jun}>{lang_june}</option>
!                                                                             <option value="7" {selected_jul}>{lang_july}</option>
!                                                                             <option value="8" {selected_aug}>{lang_august}</option>
!                                                                             <option value="9" {selected_sep}>{lang_september}</option>
!                                                                             <option value="10" {selected_oct}>{lang_october}</option>
!                                                                             <option value="11" {selected_nov}>{lang_november}</option>
!                                                                             <option value="12" {selected_dec}>{lang_december}</option>
!                                                                         </select> 
!                                                                         <select name="year" onChange="this.form.submit()">
!                                                                         {year_options}
!                                                                         </select>
!                                                                     </form><br>
!                                                                 </td>
!                                                             </tr>
!                                                             <tr>
!                                                                 <td align="right">
!                                                                     {add_event_option} 
!                                                                 </td>
!                                                                 <td>
!                                                                     {personal_calendar_option} 
!                                                                     {master_calendar_option}
!                                                                 </td>
!                                                             </tr>
!                                                         </table>
!                                                     </td>
!                                                     <td class="cal_month">
!                                                         {next_months_cal}
!                                                     </td>
!                                             </table>
!                                         </td>
!                                     </tr>
!                                     <tr>
!                                         <td> </td>
!                                         <td width="15%" class="cal_day">{lang_sunday}</td>
!                                         <td width="14%" class="cal_day">{lang_monday}</td>
!                                         <td width="14%" class="cal_day">{lang_tuesday}</td>
!                                         <td width="14%" class="cal_day">{lang_wednesday}</td>
!                                         <td width="14%" class="cal_day">{lang_thursday}</td>
!                                         <td width="14%" class="cal_day">{lang_friday}</td>
!                                         <td width="15%" class="cal_day">{lang_saturday}</td>
!                                     </tr>
!                                     {cal_week}
!                                 </table>
!                                 <table align="center">
!                                     <tr>
!                                         <td>
!                                             <form method="post" action="calendar.php">
!                                                 <input type="submit" value="<<">
!                                                 <input type="hidden" name="month" value="{cal_prevmo_num}">
!                                                 <input type="hidden" name="year" value="{cal_prevyr_num}">
!                                             </form>
!                                         </td>
!                                         <td>
!                                             {add_event_option}
!                                         </td>
!                                         <td>
!                                         {personal_calendar_option}
!                                         {master_calendar_option}
!                                         </td>
!                                         <td>
!                                             <form method="post" action="calendar.php">
!                                                 <input type="submit" value=">>">
!                                                 <input type="hidden" name="month" value="{cal_nextmo_num}">
!                                                 <input type="hidden" name="year" value="{cal_nextyr_num}">
!                                             </form>
!                                         </td>
!                                     </tr>
!                                 </table>
! 
!                                 <!-- End Calendar -->
!                                 





More information about the geeklog-cvs mailing list