annotate zpt/JSONHTML_index.zpt @ 60:9fdadb60529f
working on authentication and authorization
author |
casties |
date |
Mon, 25 Oct 2010 23:24:19 +0200 |
parents |
ed8db63fab4f |
children |
9ec7e32e8ad3 |
rev |
line source |
45
|
1 <html tal:define="layout python:request.get('layout','pre'); element_id python:request.get('element_id',None);
|
|
2 data here/getListOfSchemas">
|
22
|
3 <head>
|
|
4 <meta http-equiv="content-type" content="text/html;charset=utf-8">
|
|
5 <title tal:content="template/title">The title</title>
|
|
6 </head>
|
|
7 <body>
|
45
|
8 <pre tal:attributes="id element_id" tal:content="python:here.getJsonString(data)"></pre>
|
22
|
9 </body>
|
|
10 </html> |