Mercurial > p > roundup > code
comparison templates/classic/html/page.html @ 3716:4cbbf9210edd
fix
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 03 Oct 2006 23:18:25 +0000 |
| parents | 6c35e658c2c6 |
| children | b11142bb2aa2 |
comparison
equal
deleted
inserted
replaced
| 3715:50add98cbbac | 3716:4cbbf9210edd |
|---|---|
| 4 <html> | 4 <html> |
| 5 <head> | 5 <head> |
| 6 <title metal:define-slot="head_title">title goes here</title> | 6 <title metal:define-slot="head_title">title goes here</title> |
| 7 <link rel="stylesheet" type="text/css" href="@@file/style.css"> | 7 <link rel="stylesheet" type="text/css" href="@@file/style.css"> |
| 8 <meta http-equiv="Content-Type" | 8 <meta http-equiv="Content-Type" |
| 9 tal:attributes="content string:text/html; charset=${request/client/charset}" /> | 9 tal:attributes="content string:text/html;; charset=${request/client/charset}" /> |
| 10 <script tal:replace="structure request/base_javascript"> | 10 <script tal:replace="structure request/base_javascript"> |
| 11 </script> | 11 </script> |
| 12 <metal:x define-slot="more-javascript" /> | 12 <metal:x define-slot="more-javascript" /> |
| 13 | 13 |
| 14 </head> | 14 </head> |
