Mercurial > hg > ChinaGisRestApi
annotate zpt/JSONHTML_schema_table.zpt @ 54:54940a99f12d
more work on json store
author | casties |
---|---|
date | Mon, 20 Sep 2010 15:39:58 +0200 |
parents | c6c47034d2a4 |
children | 9ec7e32e8ad3 |
rev | line source |
---|---|
44 | 1 <html tal:define="layout python:request.get('layout','pre'); element_id python:request.get('element_id',None) |
2 schema options/schema; table options/table; data python:here.getTable(schema=schema,table=table);"> | |
22 | 3 <head> |
4 <meta http-equiv="content-type" content="text/html;charset=utf-8"> | |
5 <title tal:content="template/title">The title</title> | |
6 </head> | |
7 <body> | |
44 | 8 <pre tal:attributes="id element_id" tal:content="python:here.getJsonString(data)"></pre> |
22 | 9 </body> |
10 </html> |