annotate zpt/JSONHTML_schema.zpt @ 76:e0a79d926902

Path for kml included
author fknauft
date Tue, 19 Oct 2010 12:56:34 +0200
parents ed8db63fab4f
children 9ec7e32e8ad3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
45
ed8db63fab4f more refactoring of templates
casties
parents: 22
diff changeset
1 <html tal:define="layout python:request.get('layout','pre'); element_id python:request.get('element_id',None);
ed8db63fab4f more refactoring of templates
casties
parents: 22
diff changeset
2 schema options/schema; data python:here.getListOfTables(schema)">
22
1a4b56716902 NEW - # 12: create table and upload data
casties
parents:
diff changeset
3 <head>
1a4b56716902 NEW - # 12: create table and upload data
casties
parents:
diff changeset
4 <meta http-equiv="content-type" content="text/html;charset=utf-8">
1a4b56716902 NEW - # 12: create table and upload data
casties
parents:
diff changeset
5 <title tal:content="template/title">The title</title>
1a4b56716902 NEW - # 12: create table and upload data
casties
parents:
diff changeset
6 </head>
1a4b56716902 NEW - # 12: create table and upload data
casties
parents:
diff changeset
7 <body>
45
ed8db63fab4f more refactoring of templates
casties
parents: 22
diff changeset
8 <pre tal:attributes="id element_id" tal:content="python:here.getJsonString(data)"></pre>
22
1a4b56716902 NEW - # 12: create table and upload data
casties
parents:
diff changeset
9 </body>
1a4b56716902 NEW - # 12: create table and upload data
casties
parents:
diff changeset
10 </html>