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

1.1     ! casties     1: <html>
        !             2: <head>
        !             3:    <title tal:content="here/title">The title</title>
        !             4: </head>
        !             5: <body>
        !             6: 
        !             7: <h1>MPIWG Archive and Storage System</h1>
        !             8: 
        !             9: <h2 tal:content="python:'Search Result for \'%s\''%here.REQUEST.SESSION['searchstring']"/>
        !            10: 
        !            11: <!-- result block -->
        !            12: <tal:block tal:repeat="res python:here.REQUEST.SESSION['results']">
        !            13: <!-- <span tal:content="python:res.rank"/> -->
        !            14: <p tal:replace="structure python:here.renderResult(res)"/>
        !            15: <hr/>
        !            16: </tal:block>
        !            17: <!-- end of result block -->
        !            18: 
        !            19: 
        !            20: </body>
        !            21: </html>
        !            22: 
        !            23: 

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