slitaz-forge annotate 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
rev   line source
pankso@64 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
pankso@64 2 <html>
pankso@64 3 <head>
pankso@64 4 <link rel="stylesheet" type="text/css" href="@@file/style.css" />
pankso@64 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8;" />
pankso@64 6 <title tal:content="string:Roundup Calendar"></title>
pankso@64 7 <script language="Javascript"
pankso@64 8 type="text/javascript"
pankso@64 9 tal:content="structure string:
pankso@64 10 // this is the name of the field in the original form that we're working on
pankso@64 11 form = window.opener.document.${request/form/form/value};
pankso@64 12 field = '${request/form/property/value}';" >
pankso@64 13 </script>
pankso@64 14 </head>
pankso@64 15 <body class="body"
pankso@64 16 tal:content="structure python:utils.html_calendar(request)">
pankso@64 17 </body>
pankso@64 18 </html>
pankso@64 19 <!-- SHA: 3c1535fe01902cf3fa7115c982c45f7b0674b590 -->