Annotation of cdli/zpt/versionHistoryXML.zpt, revision 1.1

1.1     ! dwinter     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>