File:  [Repository] / ZSQLExtend / zpt / viewUpdates.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sun Jan 23 15:16:12 2005 UTC (19 years, 5 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
added updating mechanism for databases

    1: <html>
    2: <body>
    3: <p tal:repeat="item python:here.findUpdater()">
    4: <a tal:content="python:item[0]" tal:attributes="href python:here.absolute_url()+'/update?xmlobject='+item[0]"/>
    5: </p>
    6: </body>
    7: </html>

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