[Yanel-commits] rev 22164 - public/yanel/trunk/src/webapp/xslt

michi at wyona.com michi at wyona.com
Thu Jan 25 15:21:24 CET 2007


Author: michi
Date: 2007-01-25 15:21:23 +0100 (Thu, 25 Jan 2007)
New Revision: 22164

Modified:
   public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl
Log:
descriptor fixed

Modified: public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl	2007-01-25 14:01:27 UTC (rev 22163)
+++ public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl	2007-01-25 14:21:23 UTC (rev 22164)
@@ -130,7 +130,7 @@
   </xsl:template>
   
   <xsl:template match="view">
-    <li>View: <xsl:apply-templates/></li>
+    <li>View (Version <xsl:value-of select="@yanel:version"/>): <xsl:apply-templates/></li>
   </xsl:template>
   
   <xsl:template match="last-modified">
@@ -177,4 +177,8 @@
     </p>
   </xsl:template> 
 
+  <xsl:template match="descriptor">
+    <br/>Descriptor: <a href="?yanel.resource.viewid={@yanel:id}"><xsl:value-of select="."/></a>
+  </xsl:template> 
+
 </xsl:stylesheet>




More information about the Yanel-commits mailing list