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

1.1       casties     1: <!-- result block -->
                      2: <tal:block tal:define="res python:here.REQUEST.SESSION['result']">
1.3     ! casties     3: <p><b>Other item type:</b> <span tal:replace="python:res.type"/></p>
        !             4: <table border="0">
1.1       casties     5: <tal:block tal:repeat="bibres python:res.content.keys()">
1.3     ! casties     6: <tr>
        !             7:   <td><b tal:content="python:bibres+':'"/> <span tal:condition="python:res.hitTag == bibres" style="color:red" tal:content="python:res.content[bibres]"/><span tal:condition="not:python:res.hitTag == bibres" tal:content="python:res.content[bibres]"/></td>
        !             8: </tr>
1.1       casties     9: </tal:block>
1.3     ! casties    10: </table>
        !            11: <p><b>Status:</b> <span tal:condition="python:res.status=='archive'" style="color:red" tal:content="python:res.status"/><span tal:condition="not:python:res.status=='archive'" tal:content="python:res.status"/></p>
        !            12: <p align="right"><b>file:</b> <span tal:replace="python:res.file"/></p>
1.1       casties    13: </tal:block>
                     14: <!-- end of result block -->

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