[Treepkg-commits] r437 - in trunk/contrib/sawmill/web: img templates

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Sep 14 13:02:39 CEST 2010


Author: teichmann
Date: 2010-09-14 13:02:37 +0200 (Tue, 14 Sep 2010)
New Revision: 437

Added:
   trunk/contrib/sawmill/web/img/favicon.ico
Modified:
   trunk/contrib/sawmill/web/templates/details.html
   trunk/contrib/sawmill/web/templates/overview.html
Log:
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)


Added: trunk/contrib/sawmill/web/img/favicon.ico
===================================================================
(Binary files differ)


Property changes on: trunk/contrib/sawmill/web/img/favicon.ico
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/contrib/sawmill/web/templates/details.html
===================================================================
--- trunk/contrib/sawmill/web/templates/details.html	2010-09-12 08:05:59 UTC (rev 436)
+++ trunk/contrib/sawmill/web/templates/details.html	2010-09-14 11:02:37 UTC (rev 437)
@@ -9,6 +9,7 @@
 <html>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <link rel="icon" href="img/favicon.ico" type="image/x-icon" /> 
     <link rel="stylesheet" href="styles/style.css" type="text/css" media="screen" />
     <title>S&auml;gewerk - <%= escape(description) %></title>
   </head>

Modified: trunk/contrib/sawmill/web/templates/overview.html
===================================================================
--- trunk/contrib/sawmill/web/templates/overview.html	2010-09-12 08:05:59 UTC (rev 436)
+++ trunk/contrib/sawmill/web/templates/overview.html	2010-09-14 11:02:37 UTC (rev 437)
@@ -7,6 +7,7 @@
 <html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+   <link rel="icon" href="img/favicon.ico" type="image/x-icon" /> 
    <link rel="stylesheet" href="styles/style.css" type="text/css" media="screen" />
    <title>S&auml;gewerk - Free Software forestry</title>
  </head>



More information about the Treepkg-commits mailing list