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, 5 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
history_xml hinzugefuegt

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

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