[Yanel-commits] rev 37949 - public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app/xslt

michi at wyona.com michi at wyona.com
Wed Aug 13 16:39:20 CEST 2008


Author: michi
Date: 2008-08-13 16:39:20 +0200 (Wed, 13 Aug 2008)
New Revision: 37949

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app/xslt/global.xsl
Log:
use dynamic introspection if no introspection specified

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app/xslt/global.xsl
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app/xslt/global.xsl	2008-08-13 14:24:04 UTC (rev 37948)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app/xslt/global.xsl	2008-08-13 14:39:20 UTC (rev 37949)
@@ -18,7 +18,7 @@
   <xsl:template match="/">
     <html>
       <head>
-        <META http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
         <link type="text/css" href="{$yarep.back2realm}app/css/page.css" media="screen" rel="stylesheet"/>
         <link type="text/css" href="{$yarep.back2realm}app/css/print.css" media="print" rel="stylesheet"/>
 
@@ -29,7 +29,10 @@
           </xsl:when>
           <xsl:otherwise>
             <!-- TODO: Maybe one should better not cut-off the suffix! -->
+            <link rel="neutron-introspection" type="application/neutron+xml" href="?yanel.resource.usecase=introspection"/>
+<!--
             <link rel="neutron-introspection" type="application/neutron+xml" href="introspection-{$name-without-suffix}.xml"/>
+-->
           </xsl:otherwise>
         </xsl:choose>
         <title>



More information about the Yanel-commits mailing list