back and next buttons appear on this template if there are more/previoud search results
authorjohn <john>
Fri, 29 Nov 2002 13:52:21 +0000 (13:52 +0000)
committerjohn <john>
Fri, 29 Nov 2002 13:52:21 +0000 (13:52 +0000)
etc/open/search_results.template

index b712a7f..61dc957 100755 (executable)
 
 
 <br>
-<input type="submit" value="Search!" />
-Previous Lucene Query was: ${data.queryString}
+<input type="submit" name="search_submit" value="Search!" />
+Previous Lucene Query was: ${data.queryString} <br>
+<if data.hasPrevious=="y">     
+<input type="submit" name="search_submit" value="Back" />      
+</if>
+<if data.hasNext=="y"> 
+<input type="submit" name="search_submit" value="Forward" />   
+</if>
 </form>
 
 <br>
@@ -103,7 +109,7 @@ Title: <a href='/${lang("langcode")}${h.where}'>${h.title}</a>
 </if>
 <br >
 Author: ${h.creator}<br >
-Date: ${h.webdb_create}<br>
+Date: ${h.webdb_create_formatted}<br>
 Description: ${h.description}<br >
 <list h.images as image>
 <img src="${image}">