phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/templates/default form.xsl,1.4,1.5 list.xsl,1.4,1.5
Date: Wed, 25 Sep 2002 21:49:48 -0400

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

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

Index: form.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/form.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** form.xsl    25 Sep 2002 04:05:06 -0000      1.4
--- form.xsl    26 Sep 2002 01:49:46 -0000      1.5
***************
*** 1,11 ****
  <!-- $Id$ -->
  
-       <xsl:template match="app_header">
-               <p>
-                       <xsl:value-of select="."/>
-               </p>
-       </xsl:template>
- 
        <xsl:template match="form_data">
                <table border="0" cellpadding="2" cellspacing="2" width="80%" 
align="center">
                        <tr>
--- 1,6 ----
  <!-- $Id$ -->
  
        <xsl:template match="form_data">
+               <xsl:call-template name="app_header"/>
                <table border="0" cellpadding="2" cellspacing="2" width="80%" 
align="center">
                        <tr>

Index: list.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/list.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** list.xsl    23 Sep 2002 17:02:59 -0000      1.4
--- list.xsl    26 Sep 2002 01:49:46 -0000      1.5
***************
*** 1,11 ****
  <!-- $Id$ -->
  
-       <xsl:template match="app_header">
-               <p>
-                       <xsl:value-of select="."/>
-               </p>
-       </xsl:template>
- 
        <xsl:template match="list">
                <table border="0" cellpadding="2" cellspacing="4" width="80%" 
align="center">
                                <xsl:apply-templates select="table_header"/>
--- 1,18 ----
  <!-- $Id$ -->
  
        <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>
+                               </td>
+                       </tr>
+               </table>
                <table border="0" cellpadding="2" cellspacing="4" width="80%" 
align="center">
                                <xsl:apply-templates select="table_header"/>
***************
*** 24,30 ****
                                </td>
                                <td width="20%" align="center">
!                                       <xsl:value-of select="lang_date"/>
                                </td>
!                               <td width="10%">
                                        <xsl:value-of select="lang_owner"/>
                                </td>
--- 31,37 ----
                                </td>
                                <td width="20%" align="center">
!                                       <xsl:value-of 
select="lang_time_created"/>
                                </td>
!                               <td width="10%" align="center">
                                        <xsl:value-of select="lang_owner"/>
                                </td>
***************
*** 52,56 ****
                                        <xsl:value-of select="date"/>
                                </td>
!                               <td>
                                        <xsl:value-of select="owner"/>
                                </td>
--- 59,63 ----
                                        <xsl:value-of select="date"/>
                                </td>
!                               <td align="center">
                                        <xsl:value-of select="owner"/>
                                </td>





reply via email to

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