phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/skins/default/about.xsl, 1.1.1.1.2.3


From: nomail
Subject: [Phpgroupware-cvs] api/skins/default/about.xsl, 1.1.1.1.2.3
Date: Thu, 20 May 2004 21:35:29 -0000

Update of /api/skins/default
Modified Files:
        Branch: proposal-branch
          about.xsl

date: 2004/04/16 20:59:49;  author: seek3r;  state: Exp;  lines: +76 -13

Log Message:
bringing savannah cvs back up to date with what we were doing on our private 
cvs server. We will not be doing dev from this cvs tree
=====================================================================
Index: api/skins/default/about.xsl
diff -u api/skins/default/about.xsl:1.1.1.1.2.2 
api/skins/default/about.xsl:1.1.1.1.2.3
--- api/skins/default/about.xsl:1.1.1.1.2.2     Mon Oct 27 10:25:01 2003
+++ api/skins/default/about.xsl Fri Apr 16 20:59:49 2004
@@ -6,17 +6,80 @@
 <xsl:output indent="yes"/>
 
 <xsl:template match="APP">
-       <table border="0" align="left" cellspacing="4" cellpadding="4">
-               <tr>
-                       <td><img src="{$api_image_path}/about_logo.png" /></td>
-               </tr>
-               <tr>
-                       <td>This new phpGroupWare framework was brought to you 
by the outstanding and brilliant work of
-                               <br />Dan Kuykendall (Seek3r) and Joseph Engo 
(jengo).
-                                       <br />Details can be found at <a 
href="http://www.kuykendall.org/phpgroupware";>http://www.kuykendall.org/phpgroupware</a>
-                       </td>
-               </tr>
-       </table>
+
+<table border="0" width="90%" align="center">
+       <tr>
+               <td>
+                       <table border="0" align="left" cellspacing="4" 
cellpadding="4">
+                               <tr>
+                                       <td width="178" rowspan="2"><img 
src="{$api_image_path}/about_logo_a.png" /></td>
+                                       <td height="48" valign="top"><img 
src="{$api_image_path}/about_logo_b.png" /></td>
+                               </tr>
+                               <tr>
+                                       <td valign="top"><a 
href="http://nextgen.phpgroupware.org/";>phpGroupWare</a> version 1.9.0</td>
+                               </tr>
+                               <xsl:if test="/PHPGW/APP/name != 'api'">
+                                       <tr>
+                                               <td colspan="2">
+                                                       <hr /><b><xsl:value-of 
select="/PHPGW/APP/title" /> version <xsl:value-of select="/PHPGW/APP/version" 
/></b>
+                                                       <br /><xsl:value-of 
select="/PHPGW/APP/description" />
+                                                       <br />
+                                                       <br />Authors
+                                                       <ul>
+                                                               <xsl:choose>
+                                                                       
<xsl:when test="count(/PHPGW/APP/authors/author/author_item) > 1">
+                                                                               
<xsl:for-each select="/PHPGW/APP/authors/author/author_item">
+                                                                               
        <li><xsl:value-of select="name" /> 
+                                                                               
        <xsl:if test="email != ''">
+                                                                               
                &lt;<xsl:value-of select="email" />&gt;
+                                                                               
        </xsl:if>
+                                                                               
        </li>
+                                                                               
        </xsl:for-each>
+                                                                       
</xsl:when> 
+                                                                       
<xsl:otherwise>
+                                                                               
<xsl:for-each select="/PHPGW/APP/authors/author">
+                                                                               
        <li><xsl:value-of select="name" /> 
+                                                                               
        <xsl:if test="email != ''">
+                                                                               
                &lt;<xsl:value-of select="email" />&gt;
+                                                                               
        </xsl:if>
+                                                                               
        </li>
+                                                                               
</xsl:for-each>                                                                 
+                                                                       
</xsl:otherwise>
+                                                               </xsl:choose>
+                                                       </ul>
+                                                       Maintainers
+                                                       <ul>
+                                                               <xsl:choose>
+                                                                       
<xsl:when test="count(/PHPGW/APP/maintainers/maintainer/maintainer_item) > 1">
+                                                                               
<xsl:for-each select="/PHPGW/APP/maintainers/maintainer/maintainer_item">
+                                                                               
        <li><xsl:value-of select="name" /> 
+                                                                               
        <xsl:if test="email != ''">
+                                                                               
                &lt;<xsl:value-of select="email" />&gt;
+                                                                               
        </xsl:if>
+                                                                               
        </li>
+                                                                               
</xsl:for-each>
+                                                                       
</xsl:when>
+                                                                       
<xsl:otherwise>
+                                                                               
<xsl:for-each select="/PHPGW/APP/maintainers/maintainer">
+                                                                               
        <li><xsl:value-of select="name" />
+                                                                               
        <xsl:if test="email != ''">
+                                                                               
                &lt;<xsl:value-of select="email" />&gt;
+                                                                               
        </xsl:if>
+                                                                               
        </li>
+                                                                               
</xsl:for-each>
+                                                                       
</xsl:otherwise>
+                                                               </xsl:choose>
+                                                       </ul>
+                                                       <xsl:variable 
name="license_url" select="/PHPGW/APP/license_url" />
+                                                       <br />This application 
is released under the <a href="{$license_url}"><xsl:value-of 
select="/PHPGW/APP/license" /></a> license
+                                               </td>
+                                       </tr>
+                               </xsl:if>
+                       </table>
+               </td>
+       </tr>
+</table>
+
 </xsl:template> 
 
 </xsl:stylesheet>




reply via email to

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