[Yanel-commits] rev 30091 - public/yanel/contributions/realms/foaf/data/xslt

michi at wyona.com michi at wyona.com
Fri Dec 21 23:33:36 CET 2007


Author: michi
Date: 2007-12-21 23:33:35 +0100 (Fri, 21 Dec 2007)
New Revision: 30091

Modified:
   public/yanel/contributions/realms/foaf/data/xslt/foaf2xhtml.xsl
Log:
FOAF image added

Modified: public/yanel/contributions/realms/foaf/data/xslt/foaf2xhtml.xsl
===================================================================
--- public/yanel/contributions/realms/foaf/data/xslt/foaf2xhtml.xsl	2007-12-21 22:33:20 UTC (rev 30090)
+++ public/yanel/contributions/realms/foaf/data/xslt/foaf2xhtml.xsl	2007-12-21 22:33:35 UTC (rev 30091)
@@ -116,13 +116,15 @@
 
 
 <xsl:template match="wyona:source" mode="original">
-<a href="{$yarep.back2realm}{@href}">FOAF RDF</a>
 <br/>
+<a href="{$yarep.back2realm}{@href}"><img src="{$yarep.back2realm}foafTiny.gif" alt="FOAF RDF" border="0"/></a>
+<br/><br/>
 </xsl:template>
 
 <xsl:template match="wyona:third-party-source" mode="original">
-<a href="{@href}">Original FOAF RDF</a>
 <br/>
+<a href="{@href}"><img src="{$yarep.back2realm}foafTiny.gif" alt="Original FOAF RDF" border="0"/></a>
+<br/><br/>
 </xsl:template>
 
 <xsl:template match="wyona:source" mode="atom">



More information about the Yanel-commits mailing list