You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/10/02 06:00:43 UTC

svn commit: rev 51790 - in forrest/trunk/src/core/context/skins: leather-dev/xslt/html pelt/xslt/html tigris/xslt/html

Author: crossley
Date: Fri Oct  1 21:00:41 2004
New Revision: 51790

Modified:
   forrest/trunk/src/core/context/skins/leather-dev/xslt/html/site2xhtml.xsl
   forrest/trunk/src/core/context/skins/pelt/xslt/html/site2xhtml.xsl
   forrest/trunk/src/core/context/skins/tigris/xslt/html/site2xhtml.xsl
Log:
Add "title" attribute to credit logs, better text for "alt" attribute.


Modified: forrest/trunk/src/core/context/skins/leather-dev/xslt/html/site2xhtml.xsl
==============================================================================
--- forrest/trunk/src/core/context/skins/leather-dev/xslt/html/site2xhtml.xsl	(original)
+++ forrest/trunk/src/core/context/skins/leather-dev/xslt/html/site2xhtml.xsl	Fri Oct  1 21:00:41 2004
@@ -110,7 +110,7 @@
      +++++++++++++++++++++++++++
      +-->
 <!--+
-  |branding with logo's
+  |branding with logos
   +-->
     <div id="branding">
 <xsl:comment>+
@@ -282,7 +282,7 @@
                   <xsl:variable name="width" select="width"/>
                   <xsl:variable name="height" select="height"/>
                   <a href="{$url}">
-                    <img alt="{$name} logo" border="0">
+                    <img alt="{$name} - logo" title="{$name}" border="0">
                       <xsl:attribute name="src">
                         <xsl:if test="not(starts-with($image, 'http://'))"><xsl:value-of select="$root"/></xsl:if>
                         <xsl:value-of select="$image"/>
@@ -388,7 +388,7 @@
                   <xsl:variable name="width" select="width"/>
                   <xsl:variable name="height" select="height"/>
                   <a href="{$url}">
-                    <img alt="{$name} logo" border="0">
+                    <img alt="{$name} - logo" title="{$name}" border="0">
                       <xsl:attribute name="src">
                         <xsl:if test="not(starts-with($image, 'http://'))"><xsl:value-of select="$root"/></xsl:if>
                         <xsl:value-of select="$image"/>
@@ -406,7 +406,7 @@
         <div class="roundbottom-left">&#160;
         </div>
         <xsl:comment>+
-  |alternativ credits
+  |alternative credits
   +</xsl:comment>
       </div>
 <xsl:comment>+

Modified: forrest/trunk/src/core/context/skins/pelt/xslt/html/site2xhtml.xsl
==============================================================================
--- forrest/trunk/src/core/context/skins/pelt/xslt/html/site2xhtml.xsl	(original)
+++ forrest/trunk/src/core/context/skins/pelt/xslt/html/site2xhtml.xsl	Fri Oct  1 21:00:41 2004
@@ -108,7 +108,7 @@
      +++++++++++++++++++++++++++
      +-->
 <!--+
-  |topstrip with logo's and search box 
+  |topstrip with logos and search box 
   +-->
     <div id="top">
 <!--breadcrumbs org location-->
@@ -293,7 +293,7 @@
                   <xsl:variable name="width" select="width"/>
                   <xsl:variable name="height" select="height"/>
                   <a href="{$url}">
-                    <img alt="{$name} logo" border="0">
+                    <img alt="{$name} - logo" title="{$name}" border="0">
                       <xsl:attribute name="src">
                         <xsl:if test="not(starts-with($image, 'http://'))"><xsl:value-of select="$root"/></xsl:if>
                         <xsl:value-of select="$image"/>
@@ -396,7 +396,7 @@
                   <xsl:variable name="width" select="width"/>
                   <xsl:variable name="height" select="height"/>
                   <a href="{$url}">
-                    <img alt="{$name} logo" border="0">
+                    <img alt="{$name} - logo" title="{$name}" border="0">
                       <xsl:attribute name="src">
                         <xsl:if test="not(starts-with($image, 'http://'))"><xsl:value-of select="$root"/></xsl:if>
                         <xsl:value-of select="$image"/>
@@ -417,7 +417,7 @@
                 style="display: none" />
         </div>
         <xsl:comment>+
-  |alternativ credits
+  |alternative credits
   +</xsl:comment>
       </div>
 <xsl:comment>+

Modified: forrest/trunk/src/core/context/skins/tigris/xslt/html/site2xhtml.xsl
==============================================================================
--- forrest/trunk/src/core/context/skins/tigris/xslt/html/site2xhtml.xsl	(original)
+++ forrest/trunk/src/core/context/skins/tigris/xslt/html/site2xhtml.xsl	Fri Oct  1 21:00:41 2004
@@ -368,7 +368,7 @@
 		            <td></td>
 		            <td colspan="4" height="5" class="logos">
 		              <a href="{$url}">
-		                <img alt="{$name} logo" border="0">
+		                <img alt="{$name} logo" title="{$name}" border="0">
 		                  <xsl:attribute name="src">
 		                    <xsl:if test="not(starts-with($image, 'http://'))"><xsl:value-of select="$root"/></xsl:if>
 		                    <xsl:value-of select="$image"/>
@@ -450,7 +450,7 @@
           <xsl:variable name="width" select="width"/>
           <xsl:variable name="height" select="height"/>
           <a href="{$url}">
-            <img alt="{$name} logo" border="0">
+            <img alt="{$name} logo" title="{$name}" border="0">
               <xsl:attribute name="src">
                 <xsl:if test="not(starts-with($image, 'http://'))"><xsl:value-of select="$root"/></xsl:if>
                 <xsl:value-of select="$image"/>