[geeklog-cvs] Geeklog-1.x/plugins/calendar/templates/dayview dayview.thtml, 1.3, 1.4 quickaddform.thtml, 1.3, 1.4

Oliver ospiess at qs1489.pair.com
Sun Nov 25 01:56:06 EST 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/dayview
In directory qs1489.pair.com:/tmp/cvs-serv9353/calendar/templates/dayview

Modified Files:
	dayview.thtml quickaddform.thtml 
Log Message:
XHTML optional updates

Index: dayview.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/dayview/dayview.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** dayview.thtml	13 Jan 2007 18:05:24 -0000	1.3
--- dayview.thtml	25 Nov 2007 06:56:04 -0000	1.4
***************
*** 6,10 ****
    </tr>
  </table>
! <br>
  <table cellpadding="2" cellspacing="1" border="0" width="100%" class="cal-dayx-body">
                                  <tr>
--- 6,10 ----
    </tr>
  </table>
! <br{xhtml}>
  <table cellpadding="2" cellspacing="1" border="0" width="100%" class="cal-dayx-body">
                                  <tr>
***************
*** 19,25 ****
                                        </tr>
                                      </table></td>
! 
                                  <tr>
!                                     <td width="1%" class="cal-dayx-weekevent nowrap"><div align="right">{lang_week} {week_num}</div></td>
                                      <td>{allday_events}</td>
                                  </tr>
--- 19,25 ----
                                        </tr>
                                      </table></td>
!                                 </tr>
                                  <tr>
!                                     <td width="1%" class="cal-dayx-weekevent" nowrap="nowrap"><div align="right">{lang_week} {week_num}</div></td>
                                      <td>{allday_events}</td>
                                  </tr>
***************
*** 122,125 ****
                                  </tr>
  </table>
! <br>
                              {quickadd_form}
--- 122,125 ----
                                  </tr>
  </table>
! <br{xhtml}>
                              {quickadd_form}

Index: quickaddform.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/dayview/quickaddform.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** quickaddform.thtml	2 Sep 2006 13:24:26 -0000	1.3
--- quickaddform.thtml	25 Nov 2007 06:56:04 -0000	1.4
***************
*** 1,6 ****
                              <form action="{site_url}/calendar/index.php" method="post">
!                                 <input type="hidden" name="view" value="addentry">
!                                 <input type="hidden" name="calendar_type" value="quickadd">
!                                 <input type="hidden" name="hour_mode" value="{hour_mode}">
                                  <table cellpadding="0" cellspacing="1" border="0" width="100%">
                                      <tr>
--- 1,6 ----
                              <form action="{site_url}/calendar/index.php" method="post">
!                                 <input type="hidden" name="view" value="addentry"{xhtml}>
!                                 <input type="hidden" name="calendar_type" value="quickadd"{xhtml}>
!                                 <input type="hidden" name="hour_mode" value="{hour_mode}"{xhtml}>
                                  <table cellpadding="0" cellspacing="1" border="0" width="100%">
                                      <tr>
***************
*** 16,20 ****
                                                  </tr>
                                                  <tr>
!                                                     <td><input type="text" size="20" maxlength="96" name="title"></td>
                                                      <td>
                                                          <select name="start_month">
--- 16,20 ----
                                                  </tr>
                                                  <tr>
!                                                     <td><input type="text" size="20" maxlength="96" name="title"{xhtml}></td>
                                                      <td>
                                                          <select name="start_month">
***************
*** 39,43 ****
                                                          </select>
                                                          {startampm_selection}
!                                                         <input type="submit" value="{lang_add}">
                                                      </td>
                                                  </tr>
--- 39,43 ----
                                                          </select>
                                                          {startampm_selection}
!                                                         <input type="submit" value="{lang_add}"{xhtml}>
                                                      </td>
                                                  </tr>




More information about the geeklog-cvs mailing list