annotate zpt/JSONHTML_schema.zpt @ 37:b356b86773a1

Merge with falks stuff b915bce653725bd0690605119fc9b3123253e560
author casties
date Wed, 01 Sep 2010 18:47:06 +0200
parents 1a4b56716902
children ed8db63fab4f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
1a4b56716902 NEW - # 12: create table and upload data
casties
parents:
diff changeset
1 <html tal:define="layout python:request.get('layout','pre'); element_id python:request.get('element_id',None)">
1a4b56716902 NEW - # 12: create table and upload data
casties
parents:
diff changeset
2 <head>
1a4b56716902 NEW - # 12: create table and upload data
casties
parents:
diff changeset
3 <meta http-equiv="content-type" content="text/html;charset=utf-8">
1a4b56716902 NEW - # 12: create table and upload data
casties
parents:
diff changeset
4 <title tal:content="template/title">The title</title>
1a4b56716902 NEW - # 12: create table and upload data
casties
parents:
diff changeset
5 </head>
1a4b56716902 NEW - # 12: create table and upload data
casties
parents:
diff changeset
6 <body>
1a4b56716902 NEW - # 12: create table and upload data
casties
parents:
diff changeset
7 <pre tal:attributes="id element_id" tal:content="python:here.getJsonString(options['data'])"></pre>
1a4b56716902 NEW - # 12: create table and upload data
casties
parents:
diff changeset
8 </body>
1a4b56716902 NEW - # 12: create table and upload data
casties
parents:
diff changeset
9 </html>