Annotation of OSAS/OSA_system/zpt/searchResult_any.zpt, revision 1.2

1.1       casties     1: <!-- result block -->
                      2: <tal:block tal:define="res python:here.REQUEST.SESSION['result']">
                      3: <p>
                      4: <b>Other item:</b> <span tal:replace="python:res.type"/> <br/>
                      5: <tal:block tal:repeat="bibres python:res.content.keys()">
                      6: <b tal:content="python:bibres"/> <span tal:replace="python:res.content[bibres]"/> <br/>
                      7: </tal:block>
                      8: </p>
1.2     ! casties     9: <div align="right"><b>file:</b> <span tal:replace="python:res.file"/></div>
1.1       casties    10: </tal:block>
                     11: <!-- end of result block -->

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