[Yanel-commits] rev 49549 - in public/yanel/trunk/src/contributions/resources/security-api: . htdocs

michi at wyona.com michi at wyona.com
Thu May 13 22:11:39 CEST 2010


Author: michi
Date: 2010-05-13 22:11:39 +0200 (Thu, 13 May 2010)
New Revision: 49549

Added:
   public/yanel/trunk/src/contributions/resources/security-api/htdocs/
   public/yanel/trunk/src/contributions/resources/security-api/htdocs/group-overview.xsl
Log:
XSLT for group overview started

Added: public/yanel/trunk/src/contributions/resources/security-api/htdocs/group-overview.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/security-api/htdocs/group-overview.xsl	                        (rev 0)
+++ public/yanel/trunk/src/contributions/resources/security-api/htdocs/group-overview.xsl	2010-05-13 20:11:39 UTC (rev 49549)
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+
+<xsl:stylesheet version="1.0" 
+  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+  xmlns:xhtml="http://www.w3.org/1999/xhtml" 
+  xmlns:i18n="http://www.wyona.org/yanel/i18n/1.0"
+  xmlns:xi="http://www.w3.org/2001/XInclude" 
+  xmlns:nazws="http://naz.ch/2007/welcomescreen" 
+  xmlns="http://www.w3.org/1999/xhtml"
+  xmlns:s="http://www.wyona.org/security/1.0"
+  >
+  
+  <xsl:param name="yanel.path.name" select="'NAME_IS_NULL'"/>
+  <xsl:param name="yanel.path" select="'PATH_IS_NULL'"/>
+  <xsl:param name="yanel.back2context" select="'BACK2CONTEXT_IS_NULL'"/>
+  <xsl:param name="yanel.back2realm" select="'BACK2REALM_IS_NULL'"/>
+  <xsl:param name="language" select="'en'"/>
+  
+  <xsl:template match="/">
+    <html xmlns="http://www.w3.org/1999/xhtml">
+      <head>
+        <title>Group Overview of <xsl:value-of select="/security-api/s:group/@id"/></title>
+      </head>
+      <body>
+        <h1>Group Overview of <xsl:value-of select="/security-api/s:group/@id"/></h1>
+      </body>
+    </html>
+  </xsl:template>
+  
+</xsl:stylesheet>



More information about the Yanel-commits mailing list