view zpt/JSONHTML_index.zpt @ 237:35c3d0ce2914

show line and polygon-layer
author fknauft
date Tue, 06 Sep 2011 09:52:15 +0200
parents 9ec7e32e8ad3
children
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
  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>