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

michi at wyona.com michi at wyona.com
Wed Jul 6 23:42:55 CEST 2011


Author: michi
Date: 2011-07-06 23:42:55 +0200 (Wed, 06 Jul 2011)
New Revision: 59222

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app1/xslt/global.xsl
Log:
is mobile device parameter added

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app1/xslt/global.xsl
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app1/xslt/global.xsl	2011-07-06 21:34:35 UTC (rev 59221)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app1/xslt/global.xsl	2011-07-06 21:42:55 UTC (rev 59222)
@@ -18,6 +18,7 @@
   <xsl:param name="language" select="'LANGUAGE_IS_NULL'"/>
   <xsl:param name="content-language" select="'CONTENT_LANGUAGE_IS_NULL'"/>
   <xsl:param name="languages" select="'LANGUAGES_IS_NULL'"/>
+  <xsl:param name="is-mobile-device" select="'IS_MOBILE_IS_NULL'"/>
 
   <xsl:template match="/">
     <html>
@@ -64,6 +65,7 @@
 
 <xsl:comment>
 DEBUG:
+Is mobile device: <xsl:value-of select="$is-mobile-device"/>
 Localization: <xsl:value-of select="$language"/>
 Toolbar Status: <xsl:value-of select="$yanel.toolbar-status"/>
 Content Language: <xsl:value-of select="$content-language"/>



More information about the Yanel-commits mailing list