comparison contrib/sawmill/web/templates/header.inc @ 487:f208b139190b

sawmill: Made html head elements HTML 4.01 compatible. Small tweak while finding tree packager in detail view.
author Sascha Teichmann <teichmann@intevation.de>
date Sun, 26 Sep 2010 07:43:26 +0000
parents a55a521b7a31
children 73a2e603a23b
comparison
equal deleted inserted replaced
486:283154e189d9 487:f208b139190b
2 from cgi import escape 2 from cgi import escape
3 from xml.sax.saxutils import quoteattr 3 from xml.sax.saxutils import quoteattr
4 %> 4 %>
5 <head> 5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <link rel="icon" href="img/favicon.ico" type="image/x-icon" /> 7 <link rel="icon" href="img/favicon.ico" type="image/x-icon">
8 <link rel="stylesheet" href="styles/style.css" type="text/css" media="screen" /> 8 <link rel="stylesheet" href="styles/style.css" type="text/css" media="screen">
9 <title>S&auml;gewerk - <%= escape(page_title) %></title> 9 <title>S&auml;gewerk - <%= escape(page_title) %></title>
10 </head> 10 </head>
11 <body> 11 <body>
12 <table border="0" width="100%" cellspacing="0" cellpadding="0"> 12 <table border="0" width="100%" cellspacing="0" cellpadding="0">
13 <tr> 13 <tr>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)