[geeklog-cvs] geeklog-1.3/public_html/layout/Smooth_Blue/search resultAuthDateHits.thtml,NONE,1.1 resultSummary.thtml,NONE,1.1 resultTitle.thtml,NONE,1.1 resultrowEnhanced.thtml,NONE,1.1 searchform.thtml,1.1,1.2 searchresults.thtml,1.1,1.2

tony at geeklog.net tony at geeklog.net
Thu Jan 16 17:57:06 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Smooth_Blue/search
In directory internal.geeklog.net:/tmp/cvs-serv23027

Modified Files:
	searchform.thtml searchresults.thtml 
Added Files:
	resultAuthDateHits.thtml resultSummary.thtml resultTitle.thtml 
	resultrowEnhanced.thtml 
Log Message:
New templates files and edits to existing ones for new search features

--- NEW FILE: resultAuthDateHits.thtml ---
<tr>
<td class=searchAuth>{data}</td>
<td class=searchDate>{data2}</td>
<td class=searchHits width=100>{data3}</td>
</tr>
--- NEW FILE: resultSummary.thtml ---
<tr><td align="left" class=basicsm colspan = 3>{data}</td></tr>
--- NEW FILE: resultTitle.thtml ---
<tr><td align="left" class=basic colspan = 3>{data}</td></tr>
--- NEW FILE: resultrowEnhanced.thtml ---
                                <tr>
                                	<td>
                                		<table width = 100%>
                                    		{data_cols}
                                    	</table>
                                    </td>
                                </tr>
                                <tr>
                                	<td>
                                		 
                                    </td>
                                </tr>
Index: searchform.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Smooth_Blue/search/searchform.thtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** searchform.thtml	14 May 2002 05:44:47 -0000	1.1
--- searchform.thtml	16 Jan 2003 22:57:04 -0000	1.2
***************
*** 4,8 ****
                                      <tr>
                                          <td align="right">{lang_keywords}:</td>
!                                         <td><input type="text" name="query" size="35" maxlength="35"></td>
                                      </tr>
                                      <tr>
--- 4,13 ----
                                      <tr>
                                          <td align="right">{lang_keywords}:</td>
!                                         <td><input type="text" name="query" size="35" maxlength="35">
!                                         <select name="keyType">
!                                             <option value="phrase">{lang_exact_phrase}</option>
!                                             <option value="all">{lang_all_words}</option>
!                                             <option value="any">{lang_any_word}</option>
!                                         </select></td>
                                      </tr>
                                      <tr>
***************
*** 42,44 ****
                                      </tr>
                                  </table>
!                             </form>
--- 47,49 ----
                                      </tr>
                                  </table>
!                             </form>
\ No newline at end of file

Index: searchresults.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Smooth_Blue/search/searchresults.thtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** searchresults.thtml	14 May 2002 05:44:47 -0000	1.1
--- searchresults.thtml	16 Jan 2003 22:57:04 -0000	1.2
***************
*** 1,2 ****
!                             {lang_found} <b>{num_matches}</b> {lang_matchesfor} <b>{num_items_searched}</b> {lang_itemsin} {search_time} {lang_seconds}<br><br> 
                              {search_blocks}
--- 1,3 ----
!                             <span class = basic> {lang_matchesfor} {lang_found} <b>{num_matches}</b> ({search_time} {lang_seconds})</span><br /><br />
                              {search_blocks}
+                             {search_pager}
\ No newline at end of file





More information about the geeklog-cvs mailing list