[geeklog-cvs] Geeklog-1.x/plugins/calendar/templates addevent.thtml, 1.8, 1.9 addeventoption.thtml, 1.4, 1.5 calendar.thtml, 1.3, 1.4 editpersonalevent.thtml, 1.4, 1.5 eventdetails.thtml, 1.2, 1.3 events.thtml, 1.2, 1.3 mastercalendaroption.thtml, 1.3, 1.4 personalcalendaroption.thtml, 1.3, 1.4 submitevent.thtml, 1.9, 1.10

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
In directory qs1489.pair.com:/tmp/cvs-serv9353/calendar/templates

Modified Files:
	addevent.thtml addeventoption.thtml calendar.thtml 
	editpersonalevent.thtml eventdetails.thtml events.thtml 
	mastercalendaroption.thtml personalcalendaroption.thtml 
	submitevent.thtml 
Log Message:
XHTML optional updates

Index: personalcalendaroption.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/personalcalendaroption.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** personalcalendaroption.thtml	12 Feb 2007 06:51:47 -0000	1.3
--- personalcalendaroption.thtml	25 Nov 2007 06:56:04 -0000	1.4
***************
*** 1,5 ****
                                              <form method="post" action="index.php?mode=personal">
                                                  <div>
!                                                     <input type="submit" name="action" value="{lang_mycalendar}">
                                                  </div>
                                              </form>
--- 1,5 ----
                                              <form method="post" action="index.php?mode=personal">
                                                  <div>
!                                                     <input type="submit" name="action" value="{lang_mycalendar}"{xhtml}>
                                                  </div>
                                              </form>

Index: eventdetails.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/eventdetails.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** eventdetails.thtml	8 Feb 2007 05:09:48 -0000	1.2
--- eventdetails.thtml	25 Nov 2007 06:56:04 -0000	1.3
***************
*** 27,29 ****
                                  </tr>
                                  <tr><td colspan="2">{addremove_event} {edit_icon}</td></tr>
!                             </table><br><br>
--- 27,29 ----
                                  </tr>
                                  <tr><td colspan="2">{addremove_event} {edit_icon}</td></tr>
!                             </table><br{xhtml}><br{xhtml}>

Index: calendar.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/calendar.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** calendar.thtml	12 Feb 2007 06:51:47 -0000	1.3
--- calendar.thtml	25 Nov 2007 06:56:04 -0000	1.4
***************
*** 8,12 ****
                                          <td width="33%" align="center"><b>{lang_month}</b></td>
                                      </tr>
!                                 </table><br>
                                  <table width="100%" cellpadding="5" cellspacing="1" border="0" class="cal-body">
                                      <tr align="center">
--- 8,12 ----
                                          <td width="33%" align="center"><b>{lang_month}</b></td>
                                      </tr>
!                                 </table><br{xhtml}>
                                  <table width="100%" cellpadding="5" cellspacing="1" border="0" class="cal-body">
                                      <tr align="center">
***************
*** 23,28 ****
                                                                      <form method="post" action="index.php">
                                                                          <div>
!                                                                             <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>
--- 23,28 ----
                                                                      <form method="post" action="index.php">
                                                                          <div>
!                                                                             <input type="hidden" name="mode" value="{mode}"{xhtml}>
!                                                                             <select name="month" onchange="this.form.submit()">
                                                                                  <option value="1" {selected_jan}>{lang_january}</option>
                                                                                  <option value="2" {selected_feb}>{lang_february}</option>
***************
*** 38,46 ****
                                                                                  <option value="12" {selected_dec}>{lang_december}</option>
                                                                              </select> 
!                                                                             <select name="year" onChange="this.form.submit()">
                                                                                  {year_options}
                                                                              </select>
                                                                          </div>
!                                                                     </form><br>
                                                                  </td>
                                                              </tr>
--- 38,46 ----
                                                                                  <option value="12" {selected_dec}>{lang_december}</option>
                                                                              </select> 
!                                                                             <select name="year" onchange="this.form.submit()">
                                                                                  {year_options}
                                                                              </select>
                                                                          </div>
!                                                                     </form><br{xhtml}>
                                                                  </td>
                                                              </tr>
***************
*** 59,62 ****
--- 59,63 ----
                                                          {next_months_calendar}
                                                      </td>
+                                                 </tr>
                                              </table>
                                          </td>
***************
*** 79,86 ****
                                              <form method="post" action="index.php">
                                                  <div>
!                                                     <input type="submit" value="<<">
!                                                     <input type="hidden" name="month" value="{cal_prevmo_num}">
!                                                     <input type="hidden" name="year" value="{cal_prevyr_num}">
!                                                     <input type="hidden" name="mode" value="{mode}">
                                                  </div>
                                              </form>
--- 80,87 ----
                                              <form method="post" action="index.php">
                                                  <div>
!                                                     <input type="submit" value="<<"{xhtml}>
!                                                     <input type="hidden" name="month" value="{cal_prevmo_num}"{xhtml}>
!                                                     <input type="hidden" name="year" value="{cal_prevyr_num}"{xhtml}>
!                                                     <input type="hidden" name="mode" value="{mode}"{xhtml}>
                                                  </div>
                                              </form>
***************
*** 96,103 ****
                                              <form method="post" action="index.php">
                                                  <div>
!                                                     <input type="submit" value=">>">
!                                                     <input type="hidden" name="month" value="{cal_nextmo_num}">
!                                                     <input type="hidden" name="year" value="{cal_nextyr_num}">
!                                                     <input type="hidden" name="mode" value="{mode}">
                                                  </div>
                                              </form>
--- 97,104 ----
                                              <form method="post" action="index.php">
                                                  <div>
!                                                     <input type="submit" value=">>"{xhtml}>
!                                                     <input type="hidden" name="month" value="{cal_nextmo_num}"{xhtml}>
!                                                     <input type="hidden" name="year" value="{cal_nextyr_num}"{xhtml}>
!                                                     <input type="hidden" name="mode" value="{mode}"{xhtml}>
                                                  </div>
                                              </form>

Index: addeventoption.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/addeventoption.thtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** addeventoption.thtml	12 Feb 2007 06:51:47 -0000	1.4
--- addeventoption.thtml	25 Nov 2007 06:56:04 -0000	1.5
***************
*** 1,9 ****
                                              <form method="post" action="{site_url}{addevent_formurl}">
                                                  <div>
!                                                     <input type="submit" name="action" value="{lang_addevent}">
!                                                     <input type="hidden" name="month" value="{cal_curmo_num}">
!                                                     <input type="hidden" name="year" value="{cal_curyr_num}">
!                                                     <input type="hidden" name="mode" value="{mode}">
!                                                     <input type="hidden" name="view" value="addentry">
                                                  </div>
                                              </form>
--- 1,9 ----
                                              <form method="post" action="{site_url}{addevent_formurl}">
                                                  <div>
!                                                     <input type="submit" name="action" value="{lang_addevent}"{xhtml}>
!                                                     <input type="hidden" name="month" value="{cal_curmo_num}"{xhtml}>
!                                                     <input type="hidden" name="year" value="{cal_curyr_num}"{xhtml}>
!                                                     <input type="hidden" name="mode" value="{mode}"{xhtml}>
!                                                     <input type="hidden" name="view" value="addentry"{xhtml}>
                                                  </div>
                                              </form>

Index: editpersonalevent.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/editpersonalevent.thtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** editpersonalevent.thtml	2 Sep 2006 13:24:26 -0000	1.4
--- editpersonalevent.thtml	25 Nov 2007 06:56:04 -0000	1.5
***************
*** 1,11 ****
!                             <form action="{site_url}/calendar/event.php" method="POST">
!                                 <input type="hidden" name="calendar_type" value="personal">
!                                 <input type="hidden" name="hour_mode" value="{hour_mode}">
!                                 <input type="hidden" name="eid" value="{eid}">
!                                 <input type="hidden" name="uid" value="{uid}">
                                  <table border="0" cellspacing="0" cellpadding="3">
                                      <tr>
                                          <td align="right"><b>{lang_title}:</b></td>
!                                         <td><input type="text" size="36" maxlength="96" name="title" value="{event_title}"></td>
                                      </tr>
                                      <tr>
--- 1,11 ----
!                             <form action="{site_url}/calendar/event.php" method="post">
!                                 <input type="hidden" name="calendar_type" value="personal"{xhtml}>
!                                 <input type="hidden" name="hour_mode" value="{hour_mode}"{xhtml}>
!                                 <input type="hidden" name="eid" value="{eid}"{xhtml}>
!                                 <input type="hidden" name="uid" value="{uid}"{xhtml}>
                                  <table border="0" cellspacing="0" cellpadding="3">
                                      <tr>
                                          <td align="right"><b>{lang_title}:</b></td>
!                                         <td><input type="text" size="36" maxlength="96" name="title" value="{event_title}"{xhtml}></td>
                                      </tr>
                                      <tr>
***************
*** 70,74 ****
                                      <tr>
                                          <td align="right"><b>{lang_alldayevent}:</b></td>
!                                         <td><input type="checkbox" name="allday" {allday_checked}></td>
                                      </tr>
                                      <tr>
--- 70,74 ----
                                      <tr>
                                          <td align="right"><b>{lang_alldayevent}:</b></td>
!                                         <td><input type="checkbox" name="allday" {allday_checked}{xhtml}></td>
                                      </tr>
                                      <tr>
***************
*** 80,92 ****
                                      <tr>
                                          <td align="right"><b>{lang_addressline1}:</b></td>
!                                         <td><input type="text" name="address1" size="36" value="{event_address1}"></td>
                                      </tr>
                                      <tr>
                                          <td align="right"><b>{lang_addressline2}:</b></td>
!                                         <td><input type="text" name="address2" size="36" value="{event_address2}"></td>
                                      </tr>
                                      <tr>
                                          <td align="right"><b>{lang_city}:</b></td>
!                                         <td><input type="text" name="city" size="36" value="{event_city}"></td>
                                      </tr>
                                      <tr>
--- 80,92 ----
                                      <tr>
                                          <td align="right"><b>{lang_addressline1}:</b></td>
!                                         <td><input type="text" name="address1" size="36" value="{event_address1}"{xhtml}></td>
                                      </tr>
                                      <tr>
                                          <td align="right"><b>{lang_addressline2}:</b></td>
!                                         <td><input type="text" name="address2" size="36" value="{event_address2}"{xhtml}></td>
                                      </tr>
                                      <tr>
                                          <td align="right"><b>{lang_city}:</b></td>
!                                         <td><input type="text" name="city" size="36" value="{event_city}"{xhtml}></td>
                                      </tr>
                                      <tr>
***************
*** 100,108 ****
                                      <tr>
                                          <td align="right"><b>{lang_zipcode}:</b></td>
!                                         <td><input type="text" name="zipcode" size="5" maxlength="5" value="{event_zipcode}"></td>
                                      </tr>
                                      <tr>
                                          <td align="right"><b>{lang_link}:</b></td>
!                                         <td><input type="text" size="36" maxlength="128" name="url" value="{event_url}"></td>
                                      </tr>
                                      <tr>
--- 100,108 ----
                                      <tr>
                                          <td align="right"><b>{lang_zipcode}:</b></td>
!                                         <td><input type="text" name="zipcode" size="5" maxlength="5" value="{event_zipcode}"{xhtml}></td>
                                      </tr>
                                      <tr>
                                          <td align="right"><b>{lang_link}:</b></td>
!                                         <td><input type="text" size="36" maxlength="128" name="url" value="{event_url}"{xhtml}></td>
                                      </tr>
                                      <tr>
***************
*** 115,121 ****
                                      <tr>
                                          <td align="center" colspan="2">
!                                             <input type="hidden" name="type" value="event">
!                                             <input type="submit" name="action" value="{lang_submit}">
!                                             <input type="submit" name="action" value="{lang_delete}">
                                          </td>
                                      </tr>
--- 115,121 ----
                                      <tr>
                                          <td align="center" colspan="2">
!                                             <input type="hidden" name="type" value="event"{xhtml}>
!                                             <input type="submit" name="action" value="{lang_submit}"{xhtml}>
!                                             <input type="submit" name="action" value="{lang_delete}"{xhtml}>
                                          </td>
                                      </tr>

Index: addevent.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/addevent.thtml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** addevent.thtml	12 Feb 2007 06:51:47 -0000	1.8
--- addevent.thtml	25 Nov 2007 06:56:04 -0000	1.9
***************
*** 27,33 ****
                                          <form name="userevent" method="post" action="{site_url}/calendar/event.php">
                                              <div>
!                                                 <input type="hidden" name="action" value="saveuserevent">
!                                                 <input type="hidden" name="eid" value="{event_id}">
!                                                 <input type="submit" value="{lang_addtomycalendar}">
                                              </div>
                                          </form>
--- 27,33 ----
                                          <form name="userevent" method="post" action="{site_url}/calendar/event.php">
                                              <div>
!                                                 <input type="hidden" name="action" value="saveuserevent"{xhtml}>
!                                                 <input type="hidden" name="eid" value="{event_id}"{xhtml}>
!                                                 <input type="submit" value="{lang_addtomycalendar}"{xhtml}>
                                              </div>
                                          </form>

Index: mastercalendaroption.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/mastercalendaroption.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** mastercalendaroption.thtml	12 Feb 2007 06:51:47 -0000	1.3
--- mastercalendaroption.thtml	25 Nov 2007 06:56:04 -0000	1.4
***************
*** 1,5 ****
                                              <form method="post" action="index.php">
                                                  <div>
!                                                     <input type="submit" name="action" value="{lang_mastercal}">
                                                  </div>
                                              </form>
--- 1,5 ----
                                              <form method="post" action="index.php">
                                                  <div>
!                                                     <input type="submit" name="action" value="{lang_mastercal}"{xhtml}>
                                                  </div>
                                              </form>

Index: submitevent.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/submitevent.thtml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** submitevent.thtml	1 Oct 2006 17:47:03 -0000	1.9
--- submitevent.thtml	25 Nov 2007 06:56:04 -0000	1.10
***************
*** 2,6 ****
                              <form class="form-theme" action="{site_url}{submit_url}" method="post">
                                  <div class="form-description">{lang_title}:</div>
!                                 <div class="form-field"><input type="text" size="48" maxlength="128" name="title"></div>
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_eventtype}:</div>
--- 2,6 ----
                              <form class="form-theme" action="{site_url}{submit_url}" method="post">
                                  <div class="form-description">{lang_title}:</div>
!                                 <div class="form-field"><input type="text" size="48" maxlength="128" name="title"{xhtml}></div>
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_eventtype}:</div>
***************
*** 61,65 ****
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_alldayevent}:</div>
!                                 <div class="form-field"><input type="checkbox" name="allday"></div>
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_location}:</div>
--- 61,65 ----
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_alldayevent}:</div>
!                                 <div class="form-field"><input type="checkbox" name="allday"{xhtml}></div>
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_location}:</div>
***************
*** 67,77 ****
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_addressline1}:</div>
!                                 <div class="form-field"><input type="text" name="address1" size="40"></div>
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_addressline2}:</div>
!                                 <div class="form-field"><input type="text" name="address2" size="40"></div>
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_city}:</div>
!                                 <div class="form-field"><input type="text" name="city" size="40" maxlength="60"></div>
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_state}:</div>
--- 67,77 ----
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_addressline1}:</div>
!                                 <div class="form-field"><input type="text" name="address1" size="40"{xhtml}></div>
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_addressline2}:</div>
!                                 <div class="form-field"><input type="text" name="address2" size="40"{xhtml}></div>
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_city}:</div>
!                                 <div class="form-field"><input type="text" name="city" size="40" maxlength="60"{xhtml}></div>
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_state}:</div>
***************
*** 83,90 ****
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_zipcode}:</div>
!                                 <div class="form-field"><input type="text" name="zipcode" size="5" maxlength="5"></div>
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_link}:</div>
!                                 <div class="form-field"><input type="text" size="48" maxlength="{max_url_length}" name="url" value="http://"></div>
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_description}:</div>
--- 83,90 ----
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_zipcode}:</div>
!                                 <div class="form-field"><input type="text" name="zipcode" size="5" maxlength="5"{xhtml}></div>
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_link}:</div>
!                                 <div class="form-field"><input type="text" size="48" maxlength="{max_url_length}" name="url" value="http://"{xhtml}></div>
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_description}:</div>
***************
*** 93,101 ****
                                  <div class="form-field">{lang_htmnotallowed}</div>
                                  <div class="form-field">
!                                     <input type="hidden" name="mode" value="{lang_submit}">
!                                     <input type="hidden" name="type" value="calendar">
!                                     <input type="hidden" name="calendar_type" value="{mode}">
!                                     <input type="hidden" name="hour_mode" value="{hour_mode}">
!                                     <input type="submit" value="{lang_submit}">
                                  </div>
                                  <div class="clear-left"></div>
--- 93,101 ----
                                  <div class="form-field">{lang_htmnotallowed}</div>
                                  <div class="form-field">
!                                     <input type="hidden" name="mode" value="{lang_submit}"{xhtml}>
!                                     <input type="hidden" name="type" value="calendar"{xhtml}>
!                                     <input type="hidden" name="calendar_type" value="{mode}"{xhtml}>
!                                     <input type="hidden" name="hour_mode" value="{hour_mode}"{xhtml}>
!                                     <input type="submit" value="{lang_submit}"{xhtml}>
                                  </div>
                                  <div class="clear-left"></div>

Index: events.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/events.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** events.thtml	19 May 2006 07:54:59 -0000	1.2
--- events.thtml	25 Nov 2007 06:56:04 -0000	1.3
***************
*** 1,3 ****
!                             [ <a href="{site_url}/submit.php?type=calendar{calendar_mode}">{lang_addevent}</a> ][ <a href="{site_url}/calendar/index.php">{lang_backtocalendar}</a> ]<br><br>
                              <h1>{lang_month} {event_year}</h1>
                              {event_details}
--- 1,3 ----
!                             [ <a href="{site_url}/submit.php?type=calendar{calendar_mode}">{lang_addevent}</a> ][ <a href="{site_url}/calendar/index.php">{lang_backtocalendar}</a> ]<br{xhtml}><br{xhtml}>
                              <h1>{lang_month} {event_year}</h1>
                              {event_details}




More information about the geeklog-cvs mailing list