phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default equipment.xsl, 1.16, 1.17


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] property/templates/default equipment.xsl, 1.16, 1.17 standard_entity.xsl, 1.12, 1.13 attributes_form.xsl, 1.6, 1.7 attributes_view.xsl, 1.5, 1.6 document.xsl, 1.5, 1.6
Date: Wed, 01 Oct 2003 19:26:48 +0000

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

Modified Files:
        equipment.xsl standard_entity.xsl attributes_form.xsl 
        attributes_view.xsl document.xsl 
Log Message:
no message

Index: document.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/document.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** document.xsl        26 Jun 2003 12:23:05 -0000      1.5
--- document.xsl        1 Oct 2003 19:26:46 -0000       1.6
***************
*** 292,297 ****
                        </tr>
  
- 
- 
                        <tr>
                                <td valign="top">
--- 292,295 ----
***************
*** 310,317 ****
                        <tr>
                                <td valign="top">
                                        <xsl:value-of select="lang_title"/>
                                </td>
                                <td>
!                                       <input type="text" name="values[title]" 
value="{value_title}" onMouseout="window.status='';return true;" >
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
--- 308,329 ----
                        <tr>
                                <td valign="top">
+                                       <xsl:value-of select="lang_link"/>
+                               </td>
+                               <td>
+                                       <input type="text" name="values[link]" 
value="{value_link}" size="50" onMouseout="window.status='';return true;" >
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_link_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>                        
+                               </td>
+                       </tr>
+                       <tr>
+                               <td valign="top">
                                        <xsl:value-of select="lang_title"/>
                                </td>
                                <td>
!                                       <input type="text" name="values[title]" 
value="{value_title}" size="50" onMouseout="window.status='';return true;" >
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>

Index: equipment.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/equipment.xsl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** equipment.xsl       29 Sep 2003 17:53:52 -0000      1.16
--- equipment.xsl       1 Oct 2003 19:26:46 -0000       1.17
***************
*** 50,54 ****
                                        <xsl:variable 
name="lang_columns_help"><xsl:value-of 
select="lang_columns_help"/></xsl:variable>
                                        <xsl:variable 
name="lang_columns"><xsl:value-of select="lang_columns"/></xsl:variable>
!                                       <a href="javascript:var 
w=window.open('{$link_columns}','','width=300,height=300')"
                                                
onMouseOver="overlib('{$lang_columns_help}', CAPTION, '{$lang_columns}')"
                                                onMouseOut="nd()">
--- 50,54 ----
                                        <xsl:variable 
name="lang_columns_help"><xsl:value-of 
select="lang_columns_help"/></xsl:variable>
                                        <xsl:variable 
name="lang_columns"><xsl:value-of select="lang_columns"/></xsl:variable>
!                                       <a href="javascript:var 
w=window.open('{$link_columns}','','width=300,height=600')"
                                                
onMouseOver="overlib('{$lang_columns_help}', CAPTION, '{$lang_columns}')"
                                                onMouseOut="nd()">

Index: attributes_view.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/attributes_view.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** attributes_view.xsl 24 Sep 2003 15:40:50 -0000      1.5
--- attributes_view.xsl 1 Oct 2003 19:26:46 -0000       1.6
***************
*** 63,67 ****
                                                                </xsl:when>
                                                                <xsl:otherwise>
!                                                                       <input 
type="text"  value="{value}" size="12"></input>
                                                                </xsl:otherwise>
                                                        </xsl:choose>
--- 63,67 ----
                                                                </xsl:when>
                                                                <xsl:otherwise>
!                                                                               
<xsl:value-of select="value"/>          
                                                                </xsl:otherwise>
                                                        </xsl:choose>

Index: attributes_form.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/attributes_form.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** attributes_form.xsl 24 Sep 2003 15:40:50 -0000      1.6
--- attributes_form.xsl 1 Oct 2003 19:26:46 -0000       1.7
***************
*** 4,8 ****
                <xsl:variable name="dateformat_source"><xsl:value-of 
select="dateformat_source"/></xsl:variable>
                <SCRIPT LANGUAGE="JavaScript" 
SRC="{$dateformat_source}"></SCRIPT>
!               <table width="100%"  cellpadding="2" cellspacing="2" 
align="center">
                <xsl:apply-templates select="attributes_header"/>
                <xsl:apply-templates select="attributes_values"/>
--- 4,8 ----
                <xsl:variable name="dateformat_source"><xsl:value-of 
select="dateformat_source"/></xsl:variable>
                <SCRIPT LANGUAGE="JavaScript" 
SRC="{$dateformat_source}"></SCRIPT>
!               <table width="80%"  cellpadding="2" cellspacing="2" 
align="center">
                <xsl:apply-templates select="attributes_header"/>
                <xsl:apply-templates select="attributes_values"/>
***************
*** 15,25 ****
                                        <xsl:value-of select="lang_name"/>
                                </td>
!                       <!--    <td class="th_text" width="30%" align="left">
!                                       <xsl:value-of select="lang_descr"/>
!                               </td> -->
!                               <td class="th_text" width="30%" align="left">
!                                       <xsl:value-of select="lang_datatype"/>
!                               </td>
!                               <td class="th_text" width="15%" align="right">
                                        <xsl:value-of select="lang_value"/>
                                </td>
--- 15,19 ----
                                        <xsl:value-of select="lang_name"/>
                                </td>
!                               <td class="th_text" width="55%" align="right">
                                        <xsl:value-of select="lang_value"/>
                                </td>
***************
*** 46,52 ****
                                <td align="left" valign="top">
                                        <xsl:value-of select="name"/>
-                               </td>
-                               <td align="left" valign="top">
-                                       <xsl:value-of select="datatype_text"/>
                                        <xsl:choose>
                                                <xsl:when test="datatype='D'">
--- 40,43 ----
***************
*** 89,93 ****
                                                                </xsl:when>
                                                                <xsl:otherwise>
!                                                                       <input 
type="text" name="values_attribute[{counter}][value]" value="{value}" size="12" 
onMouseout="window.status='';return true;" >
                                                                                
<xsl:attribute name="onMouseover">
                                                                                
        <xsl:text>window.status='</xsl:text>
--- 80,84 ----
                                                                </xsl:when>
                                                                <xsl:otherwise>
!                                                                       <input 
type="text" name="values_attribute[{counter}][value]" value="{value}" size="30" 
onMouseout="window.status='';return true;" >
                                                                                
<xsl:attribute name="onMouseover">
                                                                                
        <xsl:text>window.status='</xsl:text>
***************
*** 106,110 ****
        <xsl:template name="choice">
                <xsl:variable name="counter"><xsl:value-of 
select="counter"/></xsl:variable>
!                       <table cellpadding="2" cellspacing="2" width="80%" 
align="left">
                                <xsl:for-each select="choice" >
                                        <tr>
--- 97,101 ----
        <xsl:template name="choice">
                <xsl:variable name="counter"><xsl:value-of 
select="counter"/></xsl:variable>
!                       <table cellpadding="2" cellspacing="2" width="50%" 
align="left">
                                <xsl:for-each select="choice" >
                                        <tr>

Index: standard_entity.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/standard_entity.xsl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** standard_entity.xsl 26 Sep 2003 18:57:11 -0000      1.12
--- standard_entity.xsl 1 Oct 2003 19:26:46 -0000       1.13
***************
*** 525,529 ****
                                </xsl:when>
                        </xsl:choose>
!                       <tr>
                                <td>
                                        <xsl:value-of select="lang_list"/>
--- 525,529 ----
                                </xsl:when>
                        </xsl:choose>
! <!--                  <tr>
                                <td>
                                        <xsl:value-of select="lang_list"/>
***************
*** 551,555 ****
                                        </xsl:choose>
                                </td>
!                       </tr>
                        <tr height="50">
                                <td>
--- 551,555 ----
                                        </xsl:choose>
                                </td>
!                       </tr>   -->
                        <tr height="50">
                                <td>





reply via email to

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