svn commit: samba-web r343 - in trunk/news: .

deryck at samba.org deryck at samba.org
Tue Sep 21 02:25:43 GMT 2004


Author: deryck
Date: 2004-09-21 02:25:43 +0000 (Tue, 21 Sep 2004)
New Revision: 343

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-web&path=/trunk/news&rev=343&nolog=1

Log:

Fix link to logo images in IE work around.

--deryck

Modified:
   trunk/news/about.html
   trunk/news/header2.html
   trunk/news/submit.html
   trunk/news/success.html


Changeset:
Modified: trunk/news/about.html
===================================================================
--- trunk/news/about.html	2004-09-21 02:16:22 UTC (rev 342)
+++ trunk/news/about.html	2004-09-21 02:25:43 UTC (rev 343)
@@ -11,7 +11,7 @@
 <!--[if gte IE 5.5]>
         <style type="text/css">
         .news_logo_hack {
-        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/news/images/news_logo.p
+        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/samba/news/images/news_logo.p
 ng',sizingMethod='scale');
         }
         </style>
@@ -20,7 +20,7 @@
 <!--[if lte IE 5]>
         <style type="text/css">
         .news_logo_hack {
-        background-image:url(/news/images/news_logo.gif);
+        background-image:url(/samba/news/images/news_logo.gif);
         background-position:center;
         background-repeat:no-repeat;
         }

Modified: trunk/news/header2.html
===================================================================
--- trunk/news/header2.html	2004-09-21 02:16:22 UTC (rev 342)
+++ trunk/news/header2.html	2004-09-21 02:25:43 UTC (rev 343)
@@ -6,7 +6,7 @@
 <!--[if gte IE 5.5]>
 	<style type="text/css">
 	.news_logo_hack { 
-	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/news/images/news_logo.png',sizingMethod='scale');
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/samba/news/images/news_logo.png',sizingMethod='scale');
 	}
 	</style>
 <![endif]-->
@@ -14,7 +14,7 @@
 <!--[if lte IE 5]>
 	<style type="text/css">
 	.news_logo_hack {
-	background-image:url(/news/images/news_logo.gif);
+	background-image:url(/samba/news/images/news_logo.gif);
 	background-position:center;
 	background-repeat:no-repeat;
 	}

Modified: trunk/news/submit.html
===================================================================
--- trunk/news/submit.html	2004-09-21 02:16:22 UTC (rev 342)
+++ trunk/news/submit.html	2004-09-21 02:25:43 UTC (rev 343)
@@ -14,7 +14,7 @@
         <style type="text/css">
         .news_logo_hack {
        
-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/news/images/news
+filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/samba/news/images/news
 _logo.png',sizingMethod='scale');
         }
         </style>
@@ -23,7 +23,7 @@
 <!--[if lte IE 5]>
         <style type="text/css">
         .news_logo_hack {
-        background-image:url(/news/images/news_logo.gif);
+        background-image:url(/samba/news/images/news_logo.gif);
         background-position:center;
         background-repeat:no-repeat;
         }

Modified: trunk/news/success.html
===================================================================
--- trunk/news/success.html	2004-09-21 02:16:22 UTC (rev 342)
+++ trunk/news/success.html	2004-09-21 02:25:43 UTC (rev 343)
@@ -13,7 +13,7 @@
 <!--[if gte IE 5.5]>
         <style type="text/css">
         .news_logo_hack {
-        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/news/images/news_logo.png',sizingMethod='scale');
+        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/samba/news/images/news_logo.png',sizingMethod='scale');
         }
         </style>
 <![endif]-->
@@ -21,7 +21,7 @@
 <!--[if lte IE 5]>
         <style type="text/css">
         .news_logo_hack {
-        background-image:url(/news/images/news_logo.gif);
+        background-image:url(/samba/news/images/news_logo.gif);
         background-position:center;
         background-repeat:no-repeat;
         }



More information about the samba-cvs mailing list