[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/search searchblock.thtml, 1.3, 1.4 searchform.thtml, 1.8, 1.9

Oliver ospiess at qs1489.pair.com
Sun Nov 25 01:59:36 EST 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/search
In directory qs1489.pair.com:/tmp/cvs-serv10260/search

Modified Files:
	searchblock.thtml searchform.thtml 
Log Message:
XHTML optional updates

Index: searchblock.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/search/searchblock.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** searchblock.thtml	13 Jan 2007 17:48:58 -0000	1.3
--- searchblock.thtml	25 Nov 2007 06:59:34 -0000	1.4
***************
*** 1,4 ****
                                  {start_block_results}
!                                 <br><br>
                                  <table cellpadding="0" cellspacing="1" width="99%">
                                      <tr>
--- 1,4 ----
                                  {start_block_results}
!                                 <br{xhtml}><br{xhtml}>
                                  <table cellpadding="0" cellspacing="1" width="99%">
                                      <tr>
***************
*** 6,9 ****
                                      </tr>
                                      {results}
!                                 </table><br>
                                  {end_block}
--- 6,9 ----
                                      </tr>
                                      {results}
!                                 </table><br{xhtml}>
                                  {end_block}

Index: searchform.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/search/searchform.thtml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** searchform.thtml	13 Jan 2007 17:48:58 -0000	1.8
--- searchform.thtml	25 Nov 2007 06:59:34 -0000	1.9
***************
*** 4,8 ****
                                      <tr>
                                          <td class="alignright">{lang_keywords}:</td>
!                                         <td><input type="text" name="query" size="35" maxlength="35" value="{query}">
                                          <select name="keyType">
                                              <option value="phrase" {key_phrase_selected}>{lang_exact_phrase}</option>
--- 4,8 ----
                                      <tr>
                                          <td class="alignright">{lang_keywords}:</td>
!                                         <td><input type="text" name="query" size="35" maxlength="35" value="{query}"{xhtml}>
                                          <select name="keyType">
                                              <option value="phrase" {key_phrase_selected}>{lang_exact_phrase}</option>
***************
*** 14,18 ****
                                          <td class="alignright">{lang_date}:</td>
                                          <td>
!                                             <input type="text" name="datestart" size="10" maxlength="10" value="{datestart}"> {lang_to} <input type="text" name="dateend" size="10" maxlength="10" value="{dateend}"> {date_format}
                                          </td>
                                      </tr>
--- 14,18 ----
                                          <td class="alignright">{lang_date}:</td>
                                          <td>
!                                             <input type="text" name="datestart" size="10" maxlength="10" value="{datestart}"{xhtml}> {lang_to} <input type="text" name="dateend" size="10" maxlength="10" value="{dateend}"{xhtml}> {date_format}
                                          </td>
                                      </tr>
***************
*** 50,55 ****
                                      <tr>
                                          <td colspan="2">
!                                             <input type="submit" value="{lang_search}">
!                                             <input type="hidden" name="mode" value="search">
                                          </td>
                                      </tr>
--- 50,55 ----
                                      <tr>
                                          <td colspan="2">
!                                             <input type="submit" value="{lang_search}"{xhtml}>
!                                             <input type="hidden" name="mode" value="search"{xhtml}>
                                          </td>
                                      </tr>




More information about the geeklog-cvs mailing list