Mercurial > hg > MPIWGWeb
comparison zpt/project/all_projects_xml.zpt @ 283:37b89e8a8828
merging...
author | casties |
---|---|
date | Thu, 25 Jun 2015 13:43:50 +0200 |
parents | c886c0cb3455 |
children |
comparison
equal
deleted
inserted
replaced
282:d83971b49b26 | 283:37b89e8a8828 |
---|---|
1 <?xml version="1.0"?> | |
2 <projects xmlns:tal="http://xml.zope.org/namespaces/tal" | |
3 xmlns:metal="http://xml.zope.org/namespaces/metal"> | |
4 <project tal:define="start python:int(request.get('start', 0)); end python:int(request.get('end', 10000));" | |
5 tal:repeat="project python:here.getProjectsAsList(start=None, active=0, archived=0)[start:end]" | |
6 tal:replace="structure python:project.index_xml()[22:]"/> | |
7 </projects> |