phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] property/templates/base no_access.xsl


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/templates/base no_access.xsl
Date: Wed, 03 Jan 2007 17:37:50 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   07/01/03 17:37:50

Added files:
        templates/base : no_access.xsl 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/templates/base/no_access.xsl?cvsroot=phpgroupware&rev=1.1

Patches:
Index: no_access.xsl
===================================================================
RCS file: no_access.xsl
diff -N no_access.xsl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ no_access.xsl       3 Jan 2007 17:37:49 -0000       1.1
@@ -0,0 +1,29 @@
+<!-- $Id: no_access.xsl,v 1.1 2007/01/03 17:37:49 sigurdne Exp $ -->
+
+       <xsl:template name="app_data">
+               <xsl:choose>
+                       <xsl:when test="no_access">
+                               <xsl:apply-templates select="no_access"/>
+                       </xsl:when>
+               </xsl:choose>
+       </xsl:template>
+       
+       <xsl:template match="no_access">
+               
+               <xsl:choose>
+                       <xsl:when test="links !=''">
+                               <xsl:call-template name="menu"/> 
+                       </xsl:when>
+               </xsl:choose>
+               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+                       <xsl:choose>
+                               <xsl:when test="msgbox_data != ''">
+                                       <tr>
+                                               <td align="left" colspan="3">
+                                                       <xsl:call-template 
name="msgbox"/>
+                                               </td>
+                                       </tr>
+                               </xsl:when>
+                       </xsl:choose>
+               </table>
+       </xsl:template>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]