Annotation of OSAS/OSA_system/zpt/searchResult_none.zpt, revision 1.1

1.1     ! casties     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>