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

michi at wyona.com michi at wyona.com
Wed Dec 27 12:40:06 CET 2006


Author: michi
Date: 2006-12-27 12:40:04 +0100 (Wed, 27 Dec 2006)
New Revision: 21183

Modified:
   public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl
Log:
not viewable added

Modified: public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl	2006-12-27 11:39:39 UTC (rev 21182)
+++ public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl	2006-12-27 11:40:04 UTC (rev 21183)
@@ -110,9 +110,16 @@
           <li>Revisions: <xsl:apply-templates select="revisions"/></li>
          </xsl:if>
       </ul>
+      <xsl:apply-templates/>
     </p>    
   </xsl:template>
   
+  <xsl:template match="not-viewable">
+    <p>
+      Resource is not viewable: <xsl:apply-templates/>
+    </p>
+  </xsl:template>
+
   <xsl:template match="revisions">
     <p>
       <ul>




More information about the Yanel-commits mailing list