annotate zpt/JSONHTML_index.zpt @ 8:17b19345d011

added autocommit option.
author casties
date Thu, 17 Feb 2011 19:25:16 +0100
parents 09361041be51
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
09361041be51 first checkin
casties
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
09361041be51 first checkin
casties
parents:
diff changeset
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
09361041be51 first checkin
casties
parents:
diff changeset
3 <html xmlns="http://www.w3.org/1999/xhtml"
09361041be51 first checkin
casties
parents:
diff changeset
4 tal:define="layout python:request.get('layout','pre'); element_id python:request.get('element_id',None);
09361041be51 first checkin
casties
parents:
diff changeset
5 data here/getListOfSchemas">
09361041be51 first checkin
casties
parents:
diff changeset
6 <head>
09361041be51 first checkin
casties
parents:
diff changeset
7 <meta http-equiv="content-type" content="text/html;charset=utf-8">
09361041be51 first checkin
casties
parents:
diff changeset
8 <title tal:content="template/title">The title</title>
09361041be51 first checkin
casties
parents:
diff changeset
9 </head>
09361041be51 first checkin
casties
parents:
diff changeset
10 <body>
09361041be51 first checkin
casties
parents:
diff changeset
11 <pre tal:attributes="id element_id" tal:content="python:here.getJsonString(data)"></pre>
09361041be51 first checkin
casties
parents:
diff changeset
12 </body>
09361041be51 first checkin
casties
parents:
diff changeset
13 </html>