comparison templates/classic/html/page.html @ 1823:5f25bf57efb8

added DOCTYPE
author Richard Jones <richard@users.sourceforge.net>
date Tue, 30 Sep 2003 23:57:02 +0000
parents d4c0c65adb2c
children 24819ee5dfbc
comparison
equal deleted inserted replaced
1822:7e32c7663781 1823:5f25bf57efb8
1 <html metal:define-macro="icing"> 1 <tal:block metal:define-macro="icing">
2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
3 "http://www.w3.org/TR/html4/strict.dtd">
4 <html>
2 <head> 5 <head>
3 <title metal:define-slot="head_title">title goes here</title> 6 <title metal:define-slot="head_title">title goes here</title>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8;"> 7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8;">
5 8
6 <link rel="stylesheet" type="text/css" href="_file/style.css"> 9 <link rel="stylesheet" type="text/css" href="_file/style.css">
106 <pre tal:condition="request/form/debug | nothing" tal:content="request"> 109 <pre tal:condition="request/form/debug | nothing" tal:content="request">
107 </pre> 110 </pre>
108 111
109 </body> 112 </body>
110 </html> 113 </html>
114 </tal:block>
111 115
112 <td metal:define-macro="search_input"> 116 <td metal:define-macro="search_input">
113 <input tal:attributes="value python:request.form.getvalue(name) or nothing; 117 <input tal:attributes="value python:request.form.getvalue(name) or nothing;
114 name name"> 118 name name">
115 </td> 119 </td>

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