File:  [Repository] / ImageArchive / Attic / thumb2.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Wed Dec 10 19:01:58 2003 UTC (20 years, 7 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD

Navigation verändert auswahl wird jetzt beibehalten, nlaettern durch alle moeglich

    1: <html>
    2: <body>
    3: <table>
    4: <tr tal:repeat="i python:here.show_thumbs_rows(3)">
    5:   <td tal:repeat="thumb python:here.show_thumbs_columns(i,3)">
    6: 	<a tal:attributes="id thumb;href python:here.absolute_url()+'?filename='+thumb" target="_top">
    7: 	<span tal:replace="structure python:getattr(getattr(here,thumb),'thumb')()"/><br/>
    8: 	<span tal:replace="structure python:getattr(getattr(here,thumb),'title')"/>
    9: 	</a>
   10: 	<span tal:condition="python:hasattr(getattr(here,thumb),'meta')">
   11: 	<span tal:condition="not:python:getattr(here,thumb).getMeta()==None">
   12: 	<br>
   13: 	<a tal:attributes="href python:getattr(getattr(here,thumb),'getMeta')()" target="right">
   14:  Meta</a>
   15: 	</span></span>
   16:   </td>
   17: </tr>
   18: </table>
   19: </body>
   20: </html>

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