File:  [Repository] / cdli / zpt / versionHistoryXML.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Dec 5 12:39:31 2011 UTC (12 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
history_xml hinzugefuegt

    1: <versions xmlns:tal="http://xml.zope.org/namespaces/tal" xmlns:xlink="http://www.w3.org/1999/xlink">
    2:     <version tal:repeat="version python:here.getVersions()">
    3: 	<version-id tal:content="python:version[1].getId()"></version-id>
    4: 	<version-number tal:content="python:version[1].versionNumber"/>
    5: 	<time tal:content="python:version[1].getTime()"/>
    6: 	<editor tal:content="python:version[1].lastEditor()"/>
    7: 	<comment tal:content="python:version[1].versionComment"/>
    8: 	<versionComment tal:content="python:version[1].getVComment()"/>
    9: 	<versionURL xlink:type="simple" tal:attributes="xlink:href python:version[1].absolute_url()"/>
   10:    </version>
   11: </versions>

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