Mercurial > p > roundup > code
comparison website/issues/html/page.html @ 4932:d24e156f9069
website/issues: Add missing defaultfonts.css
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Wed, 01 Oct 2014 05:58:51 +0300 |
| parents | ca692423e401 |
| children | 07617c8d4efc |
comparison
equal
deleted
inserted
replaced
| 4931:577b375a1ec2 | 4932:d24e156f9069 |
|---|---|
| 1 <tal:block metal:define-macro="icing"> | 1 <tal:block metal:define-macro="icing"> |
| 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 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="@@file/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 <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> |
