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

1.1       casties     1: <!-- start archim result -->
                      2: <tal:block tal:define="res python:here.REQUEST.SESSION['result']">
1.3     ! casties     3: <p><b>Bibliographic item: Archimedes project item</b></p>
        !             4: <!-- elements block -->
        !             5: <table border="0">
        !             6: <tal:block tal:repeat="bibres python:res.getContentList()">
        !             7:   <tr>
        !             8:     <td><b tal:content="python:bibres[0]+':'"/></td>
        !             9:     <td><span tal:condition="python:res.hitTag==bibres[0]" style="color:red" tal:content="python:bibres[1]"/><span tal:condition="not:python:res.hitTag==bibres[0]" tal:content="python:bibres[1]"/></td>
        !            10:   </tr>
1.1       casties    11: </tal:block>
1.3     ! casties    12: </table>
        !            13: <!-- end elements block -->
        !            14: <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>
        !            15: <ul>
        !            16: <tal:block tal:repeat="url python:res.urls">
        !            17: <li><a tal:content="python:url[1]" tal:attributes="href python:url[0]" target="_blank"/></li>
        !            18: </tal:block>
        !            19: </ul>
1.2       casties    20: <div align="right"><b>file:</b> <span tal:replace="python:res.file"/></div>
1.1       casties    21: </tal:block>
                     22: <!-- end archim result -->

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