Author: sshafroi
Date: 2008-10-06 14:59:37 +0200 (Mon, 06 Oct 2008)
New Revision: 6864

Modified:
   branches/2.17/generic.sesam/war/src/main/templates/pages/403.vm
   branches/2.17/generic.sesam/war/src/main/templates/pages/404.vm
   branches/2.17/generic.sesam/war/src/main/templates/pages/500.vm
   branches/2.17/generic.sesam/war/src/main/templates/pages/501.vm
   branches/2.17/generic.sesam/war/src/main/templates/pages/503.vm
Log:
SEARCH-4890 - Favicon fungerer ikke i Opera

Make use of new #favicon(.. vm directive



Modified: branches/2.17/generic.sesam/war/src/main/templates/pages/403.vm
===================================================================
--- branches/2.17/generic.sesam/war/src/main/templates/pages/403.vm     
2008-10-06 12:30:47 UTC (rev 6863)
+++ branches/2.17/generic.sesam/war/src/main/templates/pages/403.vm     
2008-10-06 12:59:37 UTC (rev 6864)
@@ -4,12 +4,11 @@
     <head>
         <title>403 - Forbidden</title>
         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-        <link rel="icon" href="/images/favicon.gif" type="image/x-icon" />
-        <link rel="shortcut icon" href="/images/favicon.gif" 
type="image/x-icon" />
+        #favicon("/images/favicon.gif")
     </head>
     <body style="margin:0; padding:0;" text="#ffffff" bgcolor="#000000">
         <div style="padding-left:30px; font-size:12px; font-family: arial, 
sans-serif;">
             The requested URL was forbidden.
         </div>
     </body>
-</html>
\ No newline at end of file
+</html>

Modified: branches/2.17/generic.sesam/war/src/main/templates/pages/404.vm
===================================================================
--- branches/2.17/generic.sesam/war/src/main/templates/pages/404.vm     
2008-10-06 12:30:47 UTC (rev 6863)
+++ branches/2.17/generic.sesam/war/src/main/templates/pages/404.vm     
2008-10-06 12:59:37 UTC (rev 6864)
@@ -4,12 +4,11 @@
     <head>
         <title>404 - Not found</title>
         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-        <link rel="icon" href="/images/favicon.gif" type="image/x-icon" />
-        <link rel="shortcut icon" href="/images/favicon.gif" 
type="image/x-icon" />
+        #favicon("/images/favicon.gif")
     </head>
     <body style="margin:0; padding:0;">
         <div style="padding-left:30px; font-size:12px; font-family: arial, 
sans-serif;">
             The requested URL was not found on this server.
         </div>
     </body>
-</html>
\ No newline at end of file
+</html>

Modified: branches/2.17/generic.sesam/war/src/main/templates/pages/500.vm
===================================================================
--- branches/2.17/generic.sesam/war/src/main/templates/pages/500.vm     
2008-10-06 12:30:47 UTC (rev 6863)
+++ branches/2.17/generic.sesam/war/src/main/templates/pages/500.vm     
2008-10-06 12:59:37 UTC (rev 6864)
@@ -4,12 +4,11 @@
     <head>
         <title>500 - Internal error</title>
         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-        <link rel="icon" href="/images/favicon.gif" type="image/x-icon" />
-        <link rel="shortcut icon" href="/images/favicon.gif" 
type="image/x-icon" />
+        #favicon("/images/favicon.gif")
     </head>
     <body style="margin:0; padding:0;">
         <div style="padding-left:30px; font-size:12px; font-family: arial, 
sans-serif;">
             Internal error
         </div>
     </body>
-</html>
\ No newline at end of file
+</html>

Modified: branches/2.17/generic.sesam/war/src/main/templates/pages/501.vm
===================================================================
--- branches/2.17/generic.sesam/war/src/main/templates/pages/501.vm     
2008-10-06 12:30:47 UTC (rev 6863)
+++ branches/2.17/generic.sesam/war/src/main/templates/pages/501.vm     
2008-10-06 12:59:37 UTC (rev 6864)
@@ -4,12 +4,11 @@
     <head>
         <title>501 - Internal error</title>
         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-        <link rel="icon" href="/images/favicon.gif" type="image/x-icon" />
-        <link rel="shortcut icon" href="/images/favicon.gif" 
type="image/x-icon" />
+        #favicon("/images/favicon.gif")
     </head>
     <body style="margin:0; padding:0;">
         <div style="padding-left:30px; font-size:12px; font-family: arial, 
sans-serif;">
             Internal error
         </div>
     </body>
-</html>
\ No newline at end of file
+</html>

Modified: branches/2.17/generic.sesam/war/src/main/templates/pages/503.vm
===================================================================
--- branches/2.17/generic.sesam/war/src/main/templates/pages/503.vm     
2008-10-06 12:30:47 UTC (rev 6863)
+++ branches/2.17/generic.sesam/war/src/main/templates/pages/503.vm     
2008-10-06 12:59:37 UTC (rev 6864)
@@ -4,12 +4,11 @@
     <head>
         <title>503 - Internal error</title>
         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-        <link rel="icon" href="/images/favicon.gif" type="image/x-icon" />
-        <link rel="shortcut icon" href="/images/favicon.gif" 
type="image/x-icon" />
+        #favicon("/images/favicon.gif")
     </head>
     <body style="margin:0; padding:0;">
         <div style="padding-left:30px; font-size:12px; font-family: arial, 
sans-serif;">
             Internal error
         </div>
     </body>
-</html>
\ No newline at end of file
+</html>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to