Mercurial > p > roundup > code
comparison website/issues/html/page.html @ 4858:22d57206a93b
website/issues: move tracker.css into style.css (as done in the devel template)
| author | Thomas Arendsen Hein <thomas@intevation.de> |
|---|---|
| date | Tue, 11 Mar 2014 09:31:08 +0100 |
| parents | 24b8011cd2dc |
| children | ca692423e401 |
comparison
equal
deleted
inserted
replaced
| 4857:5e24a2d7078f | 4858:22d57206a93b |
|---|---|
| 3 <html> | 3 <html> |
| 4 <head> | 4 <head> |
| 5 <title metal:define-slot="head_title">title goes here</title> | 5 <title metal:define-slot="head_title">title goes here</title> |
| 6 <link media="screen" href="http://python.org/styles/defaultfonts.css" type="text/css" rel="alternate stylesheet" title="default fonts" /> | 6 <link media="screen" href="http://python.org/styles/defaultfonts.css" type="text/css" rel="alternate stylesheet" title="default fonts" /> |
| 7 <link rel="stylesheet" type="text/css" href="@@file/style.css" /> | 7 <link rel="stylesheet" type="text/css" href="@@file/style.css" /> |
| 8 <link rel="stylesheet" type="text/css" href="@@file/tracker.css" /> | |
| 9 <meta http-equiv="Content-Type" | 8 <meta http-equiv="Content-Type" |
| 10 tal:attributes="content string:text/html;; charset=${request/client/charset}" /> | 9 tal:attributes="content string:text/html;; charset=${request/client/charset}" /> |
| 11 <script tal:replace="structure request/base_javascript"> | 10 <script tal:replace="structure request/base_javascript"> |
| 12 </script> | 11 </script> |
| 13 <metal:x define-slot="more-javascript" /> | 12 <metal:x define-slot="more-javascript" /> |
