File:  [Repository] / ImageArchive / zpt / changedColTimesRow.zpt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Mar 11 19:37:15 2004 UTC (20 years, 4 months ago) by dwinter
Branches: dwinter, MAIN
CVS tags: first, HEAD
zpt order neu

    1: <html>
    2: <body tal:define="colRows here/getColTimesRow">
    3: <h2>Thumbnail display is now set to <span tal:replace="python:colRows[0]"/> x 
    4: 
    5: 
    6: <span tal:condition="python:colRows[1]" tal:replace="python:colRows[1]"/>
    7: <span tal:condition="not:python:colRows[1]" tal:replace="python:'all'"/></h2>
    8: 
    9: </body>
   10: </html>

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