Mercurial > hg > ChinaGisRestApi
annotate zpt/XML_list_tables.zpt @ 7:bd52d9445a41
trying to rework
author | casties |
---|---|
date | Tue, 20 Jul 2010 15:09:32 +0200 |
parents | 61a3764cd5fb |
children |
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"> |
61a3764cd5fb
new version RestDbInterface with working traversal and templates
casties
parents:
diff
changeset
|
3 <table tal:repeat="tbl options/data"> |
61a3764cd5fb
new version RestDbInterface with working traversal and templates
casties
parents:
diff
changeset
|
4 <name tal:content="tbl/relname"/> |
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> |