comparison contrib/sawmill/web/templates/details.html @ 477:43bb1cc38fba

Added favicon derived from Kalle's saegeblatt.svg (http://wald.intevation.org/plugins/scmsvn/viewcvs.php/*checkout*/trunk/Logo/saegeblatt.svg?rev=2&root=saegewerk)
author Sascha Teichmann <teichmann@intevation.de>
date Tue, 14 Sep 2010 11:02:37 +0000
parents f3438708a2be
children 7504ed4437e1
comparison
equal deleted inserted replaced
476:f3438708a2be 477:43bb1cc38fba
7 from datetime import date, datetime 7 from datetime import date, datetime
8 %> 8 %>
9 <html> 9 <html>
10 <head> 10 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 11 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
12 <link rel="icon" href="img/favicon.ico" type="image/x-icon" />
12 <link rel="stylesheet" href="styles/style.css" type="text/css" media="screen" /> 13 <link rel="stylesheet" href="styles/style.css" type="text/css" media="screen" />
13 <title>S&auml;gewerk - <%= escape(description) %></title> 14 <title>S&auml;gewerk - <%= escape(description) %></title>
14 </head> 15 </head>
15 16
16 <body> 17 <body>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)