phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/templates/default list.xsl,1.5,1.6


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/templates/default list.xsl,1.5,1.6
Date: Wed, 25 Sep 2002 23:56:25 -0400

Update of /cvsroot/phpgroupware/notes/templates/default
In directory subversions:/tmp/cvs-serv21410/templates/default

Modified Files:
        list.xsl 
Log Message:
added xsl functions

Index: list.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/list.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** list.xsl    26 Sep 2002 01:49:46 -0000      1.5
--- list.xsl    26 Sep 2002 03:56:23 -0000      1.6
***************
*** 2,13 ****
  
        <xsl:template match="list">
                <xsl:call-template name="app_header"/>
                <table border="0" cellpadding="2" cellspacing="4" width="80%" 
align="center">
                        <tr>
                                <td>
!                                       <xsl:variable 
name="cat_action"><xsl:value-of select="cat_action"/></xsl:variable>
!                                       <form method="post" 
action="{$cat_action}">
                                        <select name="cat_id" 
onChange="this.form.submit();">
                                                <xsl:call-template 
name="cat_select"/>
                                        </select>
                                        </form>
--- 2,20 ----
  
        <xsl:template match="list">
+       <xsl:variable name="select_action"><xsl:value-of 
select="select_action"/></xsl:variable>
                <xsl:call-template name="app_header"/>
                <table border="0" cellpadding="2" cellspacing="4" width="80%" 
align="center">
                        <tr>
                                <td>
!                                       <form method="post" 
action="{$select_action}">
                                        <select name="cat_id" 
onChange="this.form.submit();">
                                                <xsl:call-template 
name="cat_select"/>
+                                       </select>
+                                       </form>
+                               </td>
+                               <td>
+                                       <form method="post" 
action="{$select_action}">
+                                       <select name="filter" 
onChange="this.form.submit()">
+                                               <xsl:call-template 
name="filter_select"/>
                                        </select>
                                        </form>





reply via email to

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