phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default wo_hour.xsl, 1.17, 1.18 te


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] property/templates/default wo_hour.xsl, 1.17, 1.18 template.xsl, 1.3, 1.4
Date: Tue, 28 Oct 2003 15:14:46 +0000

Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv30636/templates/default

Modified Files:
        wo_hour.xsl template.xsl 
Log Message:
no message

Index: wo_hour.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/wo_hour.xsl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** wo_hour.xsl 30 Sep 2003 17:31:24 -0000      1.17
--- wo_hour.xsl 28 Oct 2003 15:14:43 -0000      1.18
***************
*** 760,763 ****
--- 760,764 ----
                                        </xsl:choose>                           
                
                                </table>
+                               <table  align="left">
                                        <tr height="50">
                                                <td>
***************
*** 772,777 ****
                                                </td>
                                        </tr>
                                </form>
!               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
                <hr noshade="noshade" width="100%" align="center" size="1"/>
                        <tr >
--- 773,779 ----
                                                </td>
                                        </tr>
+                               </table>
                                </form>
!               <table width="100%" cellpadding="2" cellspacing="2" 
align="left">
                <hr noshade="noshade" width="100%" align="center" size="1"/>
                        <tr >
***************
*** 933,936 ****
--- 935,939 ----
                                        <xsl:apply-templates 
select="values_prizebook"/>
                                </table>
+                               <table align="left">
                                        <tr height="50">
                                                <td>
***************
*** 945,953 ****
                                                </td>
                                        </tr>
                                </form>
                        </xsl:when>
                </xsl:choose>                                           
  
!               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
                <hr noshade="noshade" width="100%" align="center" size="1"/>
                        <tr >
--- 948,957 ----
                                                </td>
                                        </tr>
+                               </table>
                                </form>
                        </xsl:when>
                </xsl:choose>                                           
  
!               <table width="100%" cellpadding="2" cellspacing="2" 
align="left">
                <hr noshade="noshade" width="100%" align="center" size="1"/>
                        <tr >
***************
*** 1429,1433 ****
  
        <xsl:template match="table_done">
!               <table width="80%" >
                        <tr>
                                <td height="50">
--- 1433,1437 ----
  
        <xsl:template match="table_done">
!               <table align="left" valign="top">
                        <tr>
                                <td height="50">

Index: template.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/template.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** template.xsl        21 May 2003 12:46:39 -0000      1.3
--- template.xsl        28 Oct 2003 15:14:43 -0000      1.4
***************
*** 47,50 ****
--- 47,51 ----
                                </xsl:choose>   
                        </table>
+                       <table  align="left">
                        <xsl:choose>
                                <xsl:when test="lookup='true'">
***************
*** 55,58 ****
--- 56,60 ----
                                </xsl:otherwise>
                        </xsl:choose>
+                       </table>
        </xsl:template>
  
***************
*** 77,81 ****
  
        <xsl:template match="table_done">
-               <table width="80%" >
                        <tr>
                                <td height="50">
--- 79,82 ----
***************
*** 93,97 ****
                                </td>
                        </tr>
-               </table>
        </xsl:template>
  
--- 94,97 ----
***************
*** 249,254 ****
                </table>
                <hr noshade="noshade" width="100%" align="center" size="1"/>
!               <xsl:apply-templates select="table_add"/>
!               <xsl:apply-templates select="table_done"/>
  
        </xsl:template>
--- 249,256 ----
                </table>
                <hr noshade="noshade" width="100%" align="center" size="1"/>
!               <table align="left">
!                       <xsl:apply-templates select="table_add"/>
!                       <xsl:apply-templates select="table_done"/>
!               </table>
  
        </xsl:template>
***************
*** 342,364 ****
        </xsl:template>
  
- 
- 
-       <xsl:template match="table_add">
-                       <tr>
-                               <td height="50">
-                                       <xsl:variable 
name="add_action"><xsl:value-of select="add_action"/></xsl:variable>
-                                       <xsl:variable 
name="lang_add"><xsl:value-of select="lang_add"/></xsl:variable>
-                                       <form method="post" 
action="{$add_action}">
-                                               <input type="submit" name="add" 
value="{$lang_add}" onMouseout="window.status='';return true;">
-                                                       <xsl:attribute 
name="onMouseover">
-                                                               
<xsl:text>window.status='</xsl:text>
-                                                                       
<xsl:value-of select="lang_add_statustext"/>
-                                                               <xsl:text>'; 
return true;</xsl:text>
-                                                       </xsl:attribute>
-                                               </input>
-                                       </form>
-                               </td>
-                       </tr>
-       </xsl:template>
  
  <!-- add / edit  -->
--- 344,347 ----





reply via email to

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