File:  [Repository] / OSAS / OSA_system / zpt / searchResult_none.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Jul 9 16:55:19 2004 UTC (20 years ago) by casties
Branches: MAIN
CVS tags: HEAD
more refinements

    1: <html>
    2: <head>
    3:    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    4:    <title tal:content="here/title">The title</title>
    5: </head>
    6: <body>
    7: 
    8: <h2 tal:content="python:'Search Results for (%s) \'%s\''%(here.REQUEST.SESSION['searchtype'],here.REQUEST.SESSION['searchstring'])"/>
    9: 
   10: <p><a href="index_html">New search</a></p>
   11: <!-- no results block -->
   12: <p> <b>No results were found for your search query. You may want to <a href="index_html">modify your query</a>.</b></p>
   13: <!-- end of no results block -->
   14: </body>
   15: </html>
   16: 
   17: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>