Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv27567/public_html/templates/en/default
Modified Files:
searchPage.tpl
Log Message:
fixed bugs in search.php3 and it only uses ONE template file instead of five now
Index: searchPage.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/searchPage.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** searchPage.tpl 24 Jan 2002 13:27:09 -0000 1.4
--- searchPage.tpl 17 Mar 2002 01:00:08 -0000 1.5
***************
*** 1,3 ****
-
<!-- searchPage.tpl begin-->
--- 1,2 ----
***************
*** 39,44 ****
</tr>
</table><p>
- {MATCHES}
- <!-- searchPage.tpl end-->
--- 38,60 ----
</tr>
</table><p>
+ <!-- BEGIN previous_match -->
+ <a href="{PREV_MATCHES_URL}"><p>
+ <b>{PREV_COUNT} previous matches...</b></a><p>
+ <!-- END previous_match -->
+
+ <!-- BEGIN each_match -->
+ <font face="arial,helvetica"><a href="{STORY_URL}"><b>{STORY_TITLE}</b></a> <font size=1> by <a href="{AUTHOR_URL}">{AUTHOR_NAME}</a> on {DATE} <b>{COMMENTCOUNT}</b> comment.</font></font><br>
+ <!-- END each_match -->
+
+ <!-- BEGIN next_match -->
+ <a href="{MORE_MATCHES_URL}"><p><b> remaining matches...</b></font></a>
+ <p>
+ <!-- END next_match -->
+
+ <!-- BEGIN no_match -->
+ <font face="arial,helvetica">No Matches found to your query</font>
+ <!-- END no_match -->
+
+ <!-- searchPage.tpl end-->
|