Mercurial > hg > ChinaGisRestApi
annotate zpt/XML_schema.zpt @ 75:20ba7e626692
htmlHead() included
author | fknauft |
---|---|
date | Thu, 02 Sep 2010 11:44:27 +0200 |
parents | b8922e13e7b5 |
children | ed8db63fab4f |
rev | line source |
---|---|
2
61a3764cd5fb
new version RestDbInterface with working traversal and templates
casties
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="utf-8"?> |
61a3764cd5fb
new version RestDbInterface with working traversal and templates
casties
parents:
diff
changeset
|
2 <tablelist xmlns:tal="http://xml.zope.org/namespaces/tal"> |
11 | 3 <table tal:repeat="row options/data/rows"> |
4 <name tal:content="python:row[0]"/> | |
2
61a3764cd5fb
new version RestDbInterface with working traversal and templates
casties
parents:
diff
changeset
|
5 </table> |
61a3764cd5fb
new version RestDbInterface with working traversal and templates
casties
parents:
diff
changeset
|
6 </tablelist> |