|
|
Choosing A Webhost: |
svn commit: r201777 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/de: msg#00262cms.lenya.cvs
Author: gregor Date: Sat Jun 25 11:25:30 2005 New Revision: 201777 URL: http://svn.apache.org/viewcvs?rev=201777&view=rev Log: Explicitly set alt tags for images, and title for assets. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35412 Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/xslt/xhtml2xhtml.xsl Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/xslt/xhtml2xhtml.xsl URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/xslt/xhtml2xhtml.xsl?rev=201777&r1=201776&r2=201777&view=diff ============================================================================== --- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/xslt/xhtml2xhtml.xsl (original) +++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/xslt/xhtml2xhtml.xsl Sat Jun 25 11:25:30 2005 @@ -74,7 +74,7 @@ </xsl:variable> <div class="asset"> <xsl:text> </xsl:text> - <a href="{$nodeid}/{@src}"> + <a href="{$nodeid}/{@src}" title="{text()}"> <xsl:value-of select="text()"/> </a> (<xsl:value-of select="number($extent)"/>KB) @@ -104,6 +104,9 @@ <xsl:choose> <xsl:when test="@name != ''"> <xsl:value-of select="@name"/> + </xsl:when> + <xsl:when test="@title != ''"> + <xsl:value-of select="@title"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="dc:metadata/dc:title"/>
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | svn commit: r201778 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/lenya/xslt/navigation/search.xsl, gregor |
|---|---|
| Next by Date: | svn commit: r201799 - /lenya/branches/BRANCH_1_2_X/src/targets/dist-build.xml, gregor |
| Previous by Thread: | svn commit: r201778 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/lenya/xslt/navigation/search.xsl, gregor |
| Next by Thread: | svn commit: r201799 - /lenya/branches/BRANCH_1_2_X/src/targets/dist-build.xml, gregor |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |