Mercurial > hg > MPIWGWeb
diff zpt/project/all_projects_xml.zpt @ 283:37b89e8a8828
merging...
author | casties |
---|---|
date | Thu, 25 Jun 2015 13:43:50 +0200 |
parents | c886c0cb3455 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zpt/project/all_projects_xml.zpt Thu Jun 25 13:43:50 2015 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<projects xmlns:tal="http://xml.zope.org/namespaces/tal" + xmlns:metal="http://xml.zope.org/namespaces/metal"> + <project tal:define="start python:int(request.get('start', 0)); end python:int(request.get('end', 10000));" + tal:repeat="project python:here.getProjectsAsList(start=None, active=0, archived=0)[start:end]" + tal:replace="structure python:project.index_xml()[22:]"/> +</projects> \ No newline at end of file