phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/templates/default/sitemgr/


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/templates/default/sitemgr/appdir list.xsl,NONE,1.1
Date: Thu, 16 Jan 2003 22:37:55 -0500

Update of 
/cvsroot/phpgroupware/sitemgr/sitemgr-site/templates/default/sitemgr/appdir
In directory 
subversions:/tmp/cvs-serv24731/sitemgr-site/templates/default/sitemgr/appdir

Added Files:
        list.xsl 
Log Message:
First commit of a new modularized architecture for sitemgr 


--- NEW FILE ---
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                version="1.0">

 <xsl:output method="html"/>
 
 <xsl:template match="directory">
  <dl>
        <xsl:apply-templates/>
  </dl>
 </xsl:template>

 <xsl:template match="app">
  <dt>
   <xsl:value-of select="name"/>
  </dt>
  <dd>
   <xsl:value-of select="description"/>
   <br />
   <b>URL</b>: 
   <a>
        <xsl:attribute name="href">
         <xsl:value-of select="url"/>
        </xsl:attribute>
        <xsl:value-of select="url"/>
   </a>
   <br />
   <b>Maintainer:</b>
   <xsl:text> </xsl:text>
   <xsl:value-of select="maintainer"/>
  </dd>
 </xsl:template>
</xsl:stylesheet>





reply via email to

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