phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/skins/default/b_account_view.xsl, 1.1.2.1


From: nomail
Subject: [Phpgroupware-cvs] property/skins/default/b_account_view.xsl, 1.1.2.1
Date: Sat, 19 Jun 2004 23:46:07 +0200

Update of /property/skins/default
Added Files:
        Branch: proposal-branch
          b_account_view.xsl

date: 2004/06/19 21:46:07;  author: sigurdne;  state: Exp;  lines: +23 -0

Log Message:
no message
=====================================================================
<?xml version="1.0"?>   
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
<xsl:output indent="yes"/>
<!-- $Id: b_account_view.xsl,v 1.1.2.1 2004/06/19 21:46:07 sigurdne Exp $ -->

        <xsl:template name="b_account_view">
                <xsl:apply-templates select="b_account_data"/>
        </xsl:template>

        <xsl:template match="b_account_data">
                        <tr>
                                <td valign="top">
                                        <xsl:value-of select="lang_b_account"/>
                                </td>
                                <td>
                                        <xsl:value-of 
select="value_b_account_id"/>
                                        <xsl:text> [</xsl:text>
                                        <xsl:value-of 
select="value_b_account_name"/>
                                        <xsl:text>]</xsl:text>
                                </td>
                        </tr>
        </xsl:template>
</xsl:stylesheet>




reply via email to

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