slitaz-forge view bugs/templates/slitaz/html/_generic.calendar.html @ rev 64

Add bugs template and WSGI handler (may be buggy --> fallback to CGI or roundup-server)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 14 01:13:16 2011 +0200 (2011-04-14)
parents
children
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html>
3 <head>
4 <link rel="stylesheet" type="text/css" href="@@file/style.css" />
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8;" />
6 <title tal:content="string:Roundup Calendar"></title>
7 <script language="Javascript"
8 type="text/javascript"
9 tal:content="structure string:
10 // this is the name of the field in the original form that we're working on
11 form = window.opener.document.${request/form/form/value};
12 field = '${request/form/property/value}';" >
13 </script>
14 </head>
15 <body class="body"
16 tal:content="structure python:utils.html_calendar(request)">
17 </body>
18 </html>
19 <!-- SHA: 3c1535fe01902cf3fa7115c982c45f7b0674b590 -->