phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/default search_field.xsl,NONE


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default search_field.xsl,NONE,1.1 app_header.xsl,1.1,1.2 cat_select.xsl,1.2,1.3 filter_select.xsl,1.1,1.2
Date: Thu, 26 Sep 2002 20:15:11 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/default
In directory subversions:/tmp/cvs-serv18305

Modified Files:
        app_header.xsl cat_select.xsl filter_select.xsl 
Added Files:
        search_field.xsl 
Log Message:
added xsl tpl

***** Error reading new file: [Errno 2] No such file or directory: 
'search_field.xsl'
Index: app_header.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/app_header.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** app_header.xsl      26 Sep 2002 01:49:15 -0000      1.1
--- app_header.xsl      27 Sep 2002 00:15:09 -0000      1.2
***************
*** 4,8 ****
                <table border="0" cellpadding="2" cellspacing="4" width="98%" 
align="center">
                        <tr>
!                               <td><b><xsl:value-of select="appname"/></b></td>
                        </tr>
                        <xsl:apply-templates select="function_msg"/>
--- 4,8 ----
                <table border="0" cellpadding="2" cellspacing="4" width="98%" 
align="center">
                        <tr>
!                               <td class="appheader"><xsl:value-of 
select="appname"/></td>
                        </tr>
                        <xsl:apply-templates select="function_msg"/>
***************
*** 13,17 ****
        <xsl:template match="function_msg">
                <tr>
!                       <td><b><xsl:value-of select="."/></b></td>
                </tr>
        </xsl:template>
--- 13,17 ----
        <xsl:template match="function_msg">
                <tr>
!                       <td class="functionmsg"><xsl:value-of select="."/></td>
                </tr>
        </xsl:template>

Index: cat_select.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/cat_select.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** cat_select.xsl      26 Sep 2002 04:01:49 -0000      1.2
--- cat_select.xsl      27 Sep 2002 00:15:09 -0000      1.3
***************
*** 2,7 ****
  
        <xsl:template name="cat_select">
!               <option value=""><xsl:value-of 
select="lang_select_category"/></option>
!               <xsl:apply-templates select="cat_list"/>
        </xsl:template>
  
--- 2,17 ----
  
        <xsl:template name="cat_select">
!               <xsl:variable name="select_action"><xsl:value-of 
select="select_action"/></xsl:variable>
!               <xsl:variable name="lang_submit"><xsl:value-of 
select="lang_submit"/></xsl:variable>
!               <form method="post" action="{$select_action}">
!                       <select name="cat_id" class="forms" 
onChange="this.form.submit();">
!                               <option value=""><xsl:value-of 
select="lang_select_category"/></option>
!                                       <xsl:apply-templates select="cat_list"/>
!                       </select>
!                       <noscript>
!                               <xsl:text> </xsl:text>
!                               <input type="submit" class="forms" 
name="submit" value="{$lang_submit}"/> 
!                       </noscript>
!               </form>
        </xsl:template>
  

Index: filter_select.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/filter_select.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** filter_select.xsl   26 Sep 2002 04:01:49 -0000      1.1
--- filter_select.xsl   27 Sep 2002 00:15:09 -0000      1.2
***************
*** 2,6 ****
  
        <xsl:template name="filter_select">
!               <xsl:apply-templates select="filter_list"/>
        </xsl:template>
  
--- 2,16 ----
  
        <xsl:template name="filter_select">
!               <xsl:variable name="select_action"><xsl:value-of 
select="select_action"/></xsl:variable>
!               <xsl:variable name="lang_submit"><xsl:value-of 
select="lang_submit"/></xsl:variable>
!               <form method="post" action="{$select_action}">
!                       <select name="filter" class="forms" 
onChange="this.form.submit()">
!                               <xsl:apply-templates select="filter_list"/>
!                       </select>
!                       <noscript>
!                               <xsl:text> </xsl:text>
!                               <input type="submit" class="forms" 
name="submit" value="{$lang_submit}"/> 
!                       </noscript>
!               </form>
        </xsl:template>
  





reply via email to

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