Mercurial > hg > ChinaGisRestApi
view zpt/JSONHTML_schema_table.zpt @ 57:b47314bcff37
connect lines works now
author | casties |
---|---|
date | Wed, 20 Oct 2010 18:27:24 +0200 |
parents | c6c47034d2a4 |
children | 9ec7e32e8ad3 |
line wrap: on
line source
<html tal:define="layout python:request.get('layout','pre'); element_id python:request.get('element_id',None) schema options/schema; table options/table; data python:here.getTable(schema=schema,table=table);"> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <title tal:content="template/title">The title</title> </head> <body> <pre tal:attributes="id element_id" tal:content="python:here.getJsonString(data)"></pre> </body> </html>