view website/issues/html/_generic.calendar.html @ 4632:4f25640b5521

Unified all copies of detectors/userauditor.py The only functional change for the minimal and classic template is that the error message for invalid addresses now contains the address that caused the error. For the devel and website trackers the print command probably used while debugging was removed. Everything else is comment and vim modeline.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 01 Jun 2012 17:25:45 +0200
parents c2d0d3e9099d
children a099ff2ceff3
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>
 <head>
  <link rel="stylesheet" type="text/css" href="@@file/style.css" />
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8;" />
  <title tal:content="string:Roundup Calendar"></title>
  <script language="Javascript"
          type="text/javascript"
          tal:content="structure string:
          // this is the name of the field in the original form that we're working on
          form  = window.opener.document.${request/form/form/value};
          field = '${request/form/property/value}';" >
  </script>
 </head>
 <body class="body"
       tal:content="structure python:utils.html_calendar(request)">
 </body>
</html>

Roundup Issue Tracker: http://roundup-tracker.org/