view zpt/JSONHTML_index.zpt @ 63:7f008e782563

add gui files to product via FileSystemSite
author casties
date Fri, 05 Nov 2010 18:52:55 +0100
parents ed8db63fab4f
children 9ec7e32e8ad3
line wrap: on
line source

<html tal:define="layout python:request.get('layout','pre'); element_id python:request.get('element_id',None);
  data here/getListOfSchemas">
  <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>