Annotation of kupuMPIWG/plone/kupu_plone_layer/kupublank.html.html, revision 1.1.1.1

1.1       dwinter     1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
                      2: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
                      3:       lang="en"
                      4: tal:define="last_modified python:DateTime()-14;
                      5:  expires python:DateTime()+7;
                      6:  response request/response;
                      7:  h1 python:response.setHeader('Content-Type', 'text/html' );
                      8:  h2 python:response.setHeader('Last-Modified', last_modified.toZone('GMT').rfc822());
                      9:  h3 python:response.setHeader('Cache-Control', 'max-age=36000, must-revalidate');
                     10:  h4 python:response.setHeader('Expires', expires.toZone('GMT').rfc822());" >
                     11: <title></title><body></body></html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>