phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default investment.xsl,1.7,1.


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default investment.xsl,1.7,1.8 invoice.xsl,1.23,1.24
Date: Thu, 15 May 2003 07:18:24 -0400

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

Modified Files:
        investment.xsl invoice.xsl 
Log Message:
no message

Index: investment.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/investment.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** investment.xsl      23 Apr 2003 07:21:33 -0000      1.7
--- investment.xsl      15 May 2003 11:18:21 -0000      1.8
***************
*** 209,213 ****
                                </td>
                                <xsl:choose>
!                                       <xsl:when test="is_admin=1">
                                                <td align="center">
                                                        <xsl:variable 
name="link_history"><xsl:value-of select="link_history"/></xsl:variable>
--- 209,213 ----
                                </td>
                                <xsl:choose>
!                                       <xsl:when test="is_admin=16">
                                                <td align="center">
                                                        <xsl:variable 
name="link_history"><xsl:value-of select="link_history"/></xsl:variable>
***************
*** 471,475 ****
                                </td>
                                <xsl:choose>
!                                       <xsl:when test="is_admin=1 and 
current_index=1">
                                                <td align="center">
                                                        <xsl:variable 
name="link_delete"><xsl:value-of select="link_delete"/></xsl:variable>
--- 471,475 ----
                                </td>
                                <xsl:choose>
!                                       <xsl:when test="is_admin=16 and 
current_index=1">
                                                <td align="center">
                                                        <xsl:variable 
name="link_delete"><xsl:value-of select="link_delete"/></xsl:variable>
***************
*** 648,699 ****
                </table>
                </div>
-       </xsl:template>
- 
- <!-- view -->
- 
-       <xsl:template match="view">
-               
-               <table cellpadding="2" cellspacing="2" width="100%" 
align="center">
-                       <tr>
-                               <td>
-                                       <xsl:value-of 
select="lang_time_created"/>
-                               </td>
-                               <td>
-                                       <xsl:value-of select="value_date"/>
-                               </td>
-                       </tr>
-                       <tr>
-                               <td>
-                                       <xsl:value-of select="lang_category"/>
-                               </td>
-                               <td>
-                                       <xsl:value-of select="value_cat"/>
-                               </td>
-                       </tr>
-                       <tr>
-                               <td valign="top">
-                                       <xsl:value-of select="lang_name"/>
-                               </td>
-                               <td>
-                                       <xsl:value-of select="value_name"/>
-                               </td>
-                       </tr>
-                       <tr>
-                               <td>
-                                       <xsl:value-of select="lang_access"/>
-                               </td>
-                               <td>
-                                       <xsl:value-of select="value_access"/>
-                               </td>
-                       </tr>
-                       <tr height="50">
-                               <td>
-                                       <xsl:variable 
name="done_action"><xsl:value-of select="done_action"/></xsl:variable>
-                                       <xsl:variable 
name="lang_done"><xsl:value-of select="lang_done"/></xsl:variable>
-                                       <form method="post" 
action="{$done_action}">
-                                       <input type="submit" class="forms" 
name="done" value="{$lang_done}" onMouseover="window.status='Back to the 
list.';return true;" onMouseout="window.status='';return true;"/>
-                                       </form>
-                               </td>
-                       </tr>
-               </table>
        </xsl:template>
--- 648,650 ----

Index: invoice.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/invoice.xsl,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** invoice.xsl 9 May 2003 09:05:31 -0000       1.23
--- invoice.xsl 15 May 2003 11:18:22 -0000      1.24
***************
*** 1304,1478 ****
  <!-- add / edit -->
  
-       <xsl:template match="edit">
-               <table cellpadding="2" cellspacing="2" width="100%" 
align="center">
-                       <tr>
-                               <td colspan="2" align="center">
-                                       <xsl:value-of select="message"/>
-                               </td>
-                       </tr>
-                       <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
-                       <form method="post" action="{$form_action}">
-                       <tr>
-                               <td valign="top">
-                                       <xsl:value-of 
select="lang_property_id"/>
-                               </td>
-                               <td>
-                                       <xsl:choose>
-                                               <xsl:when 
test="value_property_id != ''">
-                                                       <xsl:value-of 
select="value_property_id"/>
-                                               </xsl:when>
-                                               <xsl:otherwise>
-                                                       <input type="text" 
name="values[property_id]" value="{value_property_id}" 
onMouseout="window.status='';return true;">
-                                                               <xsl:attribute 
name="onMouseover">
-                                                                       
<xsl:text>window.status='</xsl:text>
-                                                                               
<xsl:value-of select="lang_property_id_statustext"/>
-                                                                       
<xsl:text>'; return true;</xsl:text>
-                                                               </xsl:attribute>
-                                                       </input>
-                                               </xsl:otherwise>
-                                       </xsl:choose>   
-                               </td>
-                       </tr>
-                       <tr>
-                               <td valign="top">
-                                       <xsl:value-of 
select="lang_building_id"/>
-                               </td>
-                               <td>
-                                       <xsl:choose>
-                                               <xsl:when 
test="value_building_id != ''">
-                                                       <xsl:value-of 
select="value_building_id"/>
-                                               </xsl:when>
-                                               <xsl:otherwise>
-                                                       <input type="text" 
name="values[building_id]" value="{value_building_id}" 
onMouseout="window.status='';return true;">
-                                                               <xsl:attribute 
name="onMouseover">
-                                                                       
<xsl:text>window.status='</xsl:text>
-                                                                               
<xsl:value-of select="lang_building_id_statustext"/>
-                                                                       
<xsl:text>'; return true;</xsl:text>
-                                                               </xsl:attribute>
-                                                       </input>
-                                               </xsl:otherwise>
-                                       </xsl:choose>   
-                               </td>
-                       </tr>
-                       <tr>
-                               <td>
-                                       <xsl:value-of select="lang_category"/>
-                               </td>
-                               <td>
-                                       <xsl:call-template name="cat_select"/>
-                               </td>
-                       </tr>
-                       <tr>
-                               <td>
-                                       <xsl:value-of 
select="lang_part_of_town"/>
-                               </td>
-                               <td>
-                                       <xsl:call-template 
name="select_part_of_town"/>
-                               </td>
-                       </tr>
-                       <tr>
-                               <td valign="top">
-                                       <xsl:value-of select="lang_name"/>
-                               </td>
-                               <td>
-                                       <input type="text" name="values[name]" 
value="{value_name}" onMouseout="window.status='';return true;">
-                                               <xsl:attribute 
name="onMouseover">
-                                                       
<xsl:text>window.status='</xsl:text>
-                                                               <xsl:value-of 
select="lang_name_statustext"/>
-                                                       <xsl:text>'; return 
true;</xsl:text>
-                                               </xsl:attribute>
-                                       </input>
- 
-                               </td>
-                       </tr>
-                       <tr>
-                               <td valign="top">
-                                       <xsl:value-of 
select="lang_generaladdress"/>
-                               </td>
-                               <td>
-                                       <input type="text" 
name="values[general_address]" value="{value_generaladdress}" 
onMouseout="window.status='';return true;">
-                                               <xsl:attribute 
name="onMouseover">
-                                                       
<xsl:text>window.status='</xsl:text>
-                                                               <xsl:value-of 
select="lang_generaladdress_statustext"/>
-                                                       <xsl:text>'; return 
true;</xsl:text>
-                                               </xsl:attribute>
-                                       </input>
- 
-                               </td>
-                       </tr>
-                       <tr>
-                               <td valign="top">
-                                       <xsl:value-of 
select="lang_generellinfo"/>
-                               </td>
-                               <td>
-                                       <textarea cols="60" rows="10" 
name="values[generellinfo]" wrap="virtual" onMouseout="window.status='';return 
true;">
-                                               <xsl:attribute 
name="onMouseover">
-                                                       
<xsl:text>window.status='</xsl:text>
-                                                               <xsl:value-of 
select="lang_name_statustext"/>
-                                                       <xsl:text>'; return 
true;</xsl:text>
-                                               </xsl:attribute>
-                                               <xsl:value-of 
select="value_generellinfo"/>             
-                                       </textarea>
- 
-                               </td>
-                       </tr>
-                       <tr>
-                               <td>
-                                       <xsl:value-of select="lang_access"/>
-                               </td>
-                               <td>
-                                       <xsl:choose>
-                                                       <xsl:when 
test="value_access = 'private'">
-                                                               <input 
type="checkbox" name="values[access]" value="True" checked="checked" 
onMouseout="window.status='';return true;">
-                                                                       
<xsl:attribute name="onMouseover">
-                                                                               
<xsl:text>window.status='</xsl:text>
-                                                                               
        <xsl:value-of select="lang_access_on_statustext"/>
-                                                                               
<xsl:text>'; return true;</xsl:text>
-                                                                       
</xsl:attribute>
-                                                               </input>
-                                                       </xsl:when>
-                                                       <xsl:otherwise>
-                                                               <input 
type="checkbox" name="values[access]" value="True" 
onMouseout="window.status='';return true;">
-                                                                       
<xsl:attribute name="onMouseover">
-                                                                               
<xsl:text>window.status='</xsl:text>
-                                                                               
        <xsl:value-of select="lang_access_off_statustext"/>
-                                                                               
<xsl:text>'; return true;</xsl:text>
-                                                                       
</xsl:attribute>
-                                                               </input>
-                                                       </xsl:otherwise>
-                                       </xsl:choose>
-                               </td>
-                       </tr>
-                       <tr height="50">
-                               <td>
-                                       <xsl:variable 
name="lang_save"><xsl:value-of select="lang_save"/></xsl:variable>
-                                       <input type="submit" 
name="values[save]" value="{$lang_save}" onMouseout="window.status='';return 
true;">
-                                               <xsl:attribute 
name="onMouseover">
-                                                       
<xsl:text>window.status='</xsl:text>
-                                                               <xsl:value-of 
select="lang_save_statustext"/>
-                                                       <xsl:text>'; return 
true;</xsl:text>
-                                               </xsl:attribute>
-                                       </input>
-                               </td>
-                       </tr>
-                       </form>
-                       <tr>
-                               <td>
-                                       <xsl:variable 
name="done_action"><xsl:value-of select="done_action"/></xsl:variable>
-                                       <xsl:variable 
name="lang_done"><xsl:value-of select="lang_done"/></xsl:variable>
-                                       <form method="post" 
action="{$done_action}">
-                                               <input type="submit" 
name="done" value="{$lang_done}" onMouseout="window.status='';return true;">
-                                                       <xsl:attribute 
name="onMouseover">
-                                                               
<xsl:text>window.status='</xsl:text>
-                                                                       
<xsl:value-of select="lang_done_statustext"/>
-                                                               <xsl:text>'; 
return true;</xsl:text>
-                                                       </xsl:attribute>
-                                               </input>
-                                       </form>
-                               </td>
-                       </tr>
-               </table>
-       </xsl:template>
- 
  <!-- import -->
  
--- 1304,1307 ----





reply via email to

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