annotate zpt/JSONHTML_schema_table.zpt @ 63:7f008e782563

add gui files to product via FileSystemSite
author casties
date Fri, 05 Nov 2010 18:52:55 +0100
parents c6c47034d2a4
children 9ec7e32e8ad3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
44
c6c47034d2a4 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)
c6c47034d2a4 more refactoring of templates
casties
parents: 22
diff changeset
2 schema options/schema; table options/table; data python:here.getTable(schema=schema,table=table);">
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>
44
c6c47034d2a4 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>