You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by fe...@apache.org on 2007/05/16 09:31:01 UTC

svn commit: r538453 - in /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/src/main/resources/COB-INF: common/style/xsl/html/ resources/samples/common/style/xsl/html/

Author: felixk
Date: Wed May 16 00:30:56 2007
New Revision: 538453

URL: http://svn.apache.org/viewvc?view=rev&rev=538453
Log:
fix favicon.ico warning

Modified:
    cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/src/main/resources/COB-INF/common/style/xsl/html/complex-page2html.xsl
    cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/src/main/resources/COB-INF/common/style/xsl/html/simple-samples2html.xsl
    cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/src/main/resources/COB-INF/resources/samples/common/style/xsl/html/simple-samples2html.xsl

Modified: cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/src/main/resources/COB-INF/common/style/xsl/html/complex-page2html.xsl
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/src/main/resources/COB-INF/common/style/xsl/html/complex-page2html.xsl?view=diff&rev=538453&r1=538452&r2=538453
==============================================================================
--- cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/src/main/resources/COB-INF/common/style/xsl/html/complex-page2html.xsl (original)
+++ cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/src/main/resources/COB-INF/common/style/xsl/html/complex-page2html.xsl Wed May 16 00:30:56 2007
@@ -28,7 +28,7 @@
     <html>
       <head>
         <title>Apache Cocoon @version@</title>
-        <link rel="SHORTCUT ICON" href="favicon.ico"/>
+        <link rel="SHORTCUT ICON" href="servlet:/icons/cocoon.ico"/>
         <link href="servlet:/styles/main.css" type="text/css" rel="stylesheet"/>
         <xsl:apply-templates select="document/header/style"/>
         <xsl:apply-templates select="document/header/script"/>

Modified: cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/src/main/resources/COB-INF/common/style/xsl/html/simple-samples2html.xsl
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/src/main/resources/COB-INF/common/style/xsl/html/simple-samples2html.xsl?view=diff&rev=538453&r1=538452&r2=538453
==============================================================================
--- cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/src/main/resources/COB-INF/common/style/xsl/html/simple-samples2html.xsl (original)
+++ cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/src/main/resources/COB-INF/common/style/xsl/html/simple-samples2html.xsl Wed May 16 00:30:56 2007
@@ -32,7 +32,7 @@
     <html>
       <head>
         <title>Apache Cocoon @version@</title>
-        <link rel="SHORTCUT ICON" href="favicon.ico"/>
+        <link rel="SHORTCUT ICON" href="servlet:/icons/cocoon.ico"/>
         <link href="servlet:/styles/main.css" type="text/css" rel="stylesheet"/>
       </head>
       <body>

Modified: cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/src/main/resources/COB-INF/resources/samples/common/style/xsl/html/simple-samples2html.xsl
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/src/main/resources/COB-INF/resources/samples/common/style/xsl/html/simple-samples2html.xsl?view=diff&rev=538453&r1=538452&r2=538453
==============================================================================
--- cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/src/main/resources/COB-INF/resources/samples/common/style/xsl/html/simple-samples2html.xsl (original)
+++ cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/src/main/resources/COB-INF/resources/samples/common/style/xsl/html/simple-samples2html.xsl Wed May 16 00:30:56 2007
@@ -32,14 +32,14 @@
     <html>
       <head>
         <title>Apache Cocoon @version@</title>
-        <link rel="SHORTCUT ICON" href="favicon.ico"/>
-        <link href="{$contextPath}/styles/main.css" type="text/css" rel="stylesheet"/>
+        <link rel="SHORTCUT ICON" href="servlet:/icons/cocoon.ico"/>
+        <link href="servlet:/styles/main.css" type="text/css" rel="stylesheet"/>
       </head>
       <body>
        <table border="0" cellspacing="2" cellpadding="2" align="center" width="100%">
          <tr>
            <td width="*">The Apache Software Foundation is proud to present...</td>
-           <td width="40%" align="center"><img border="0" src="{$contextPath}/images/cocoon.gif"/></td>
+           <td width="40%" align="center"><img border="0" src="servlet:/images/cocoon.gif"/></td>
            <td width="30%" align="center">Version: <b>@version@</b></td>
          </tr>
        </table>