phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default invoice.xsl,1.20,1.2


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default invoice.xsl,1.20,1.21 request.xsl,1.1,1.2
Date: Mon, 14 Apr 2003 03:24:24 -0400

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

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

Index: invoice.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/invoice.xsl,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** invoice.xsl 3 Apr 2003 19:12:45 -0000       1.20
--- invoice.xsl 14 Apr 2003 07:24:22 -0000      1.21
***************
*** 54,58 ****
                        <tr>
                                <td>
- 
                                <xsl:variable name="select_name"><xsl:value-of 
select="select_name"/></xsl:variable>
                                <select name="{$select_name}" class="forms" >
--- 54,57 ----
***************
*** 68,73 ****
                                </td>
                        </tr>
- 
- 
                </table>
                </div>
--- 67,70 ----

Index: request.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/request.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** request.xsl 12 Apr 2003 17:55:03 -0000      1.1
--- request.xsl 14 Apr 2003 07:24:22 -0000      1.2
***************
*** 9,12 ****
--- 9,15 ----
                                <xsl:apply-templates select="view"/>
                        </xsl:when>
+                       <xsl:when test="priority_key">
+                               <xsl:apply-templates select="priority_key"/>
+                       </xsl:when>
                        <xsl:otherwise>
                                <xsl:apply-templates select="list"/>
***************
*** 15,19 ****
--- 18,145 ----
        </xsl:template>
        
+       <xsl:template match="priority_key">
+               <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
+               <form method="post" action="{$form_action}">
+               <div align="left">
+               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+                       <tr>
+                               <td class="th_text" colspan="2" align="center">
+                                       <xsl:value-of select="message"/>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td valign="top">
+                                       <xsl:value-of select="lang_safety"/>
+                               </td>
+                               <td>
+                                       <input type="text" size="3" 
name="values[safety]" value="{safety}" onMouseout="window.status='';return 
true;">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_safety_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td valign="top">
+                                       <xsl:value-of select="lang_aesthetics"/>
+                               </td>
+                               <td>
+                                       <input type="text" size="3" 
name="values[aesthetics]" value="{aesthetics}" 
onMouseout="window.status='';return true;">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_aesthetics_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td valign="top">
+                                       <xsl:value-of 
select="lang_indoor_climate"/>
+                               </td>
+                               <td>
+                                       <input type="text" size="3" 
name="values[indoor_climate]" value="{indoor_climate}" 
onMouseout="window.status='';return true;">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_indoor_climate_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td valign="top">
+                                       <xsl:value-of 
select="lang_consequential_damage"/>
+                               </td>
+                               <td>
+                                       <input type="text" size="3" 
name="values[consequential_damage]" value="{consequential_damage}" 
onMouseout="window.status='';return true;">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_consequential_damage_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td valign="top">
+                                       <xsl:value-of 
select="lang_user_gratification"/>
+                               </td>
+                               <td>
+                                       <input type="text" size="3" 
name="values[user_gratification]" value="{user_gratification}" 
onMouseout="window.status='';return true;">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_user_gratification_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td valign="top">
+                                       <xsl:value-of 
select="lang_residential_environment"/>
+                               </td>
+                               <td>
+                                       <input type="text" size="3" 
name="values[residential_environment]" value="{residential_environment}" 
onMouseout="window.status='';return true;">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_residential_environment_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td valign="top">
+                                       <xsl:value-of 
select="lang_authorities_demands"/>
+                               </td>
+                               <td>
+                                       <input type="text" size="3" 
name="values[authorities_demands]" value="{authorities_demands}" 
onMouseout="window.status='';return true;">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_authorities_demands_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
+                               </td>
+                       </tr>
+                       <tr height="50">
+                               <td>
+                                       <xsl:variable 
name="lang_save"><xsl:value-of select="lang_save"/></xsl:variable>
+                                       <input type="submit" 
name="values[update]" value="{$lang_save}" >
+                                       </input>
+                               </td>
+                       </tr>
+               </table>
+               </div>
+               </form> 
+       </xsl:template>
+ 
        <xsl:template match="list">
+               <div id="overDiv" style="position:absolute; 
visibility:hide;z-index:1;"></div>
+               <xsl:variable name="overlib_source"><xsl:value-of 
select="overlib_source"/></xsl:variable>
+               <SCRIPT LANGUAGE="JavaScript" SRC="{$overlib_source}"></SCRIPT>
                <xsl:call-template name="app_header"/>
                <xsl:call-template name="menu"/> 
***************
*** 29,32 ****
--- 155,167 ----
                                        <xsl:call-template 
name="user_id_filter"/>
                                </td>
+                               <td valign="top" align="right">
+                                       <xsl:variable 
name="link_priority_key"><xsl:value-of 
select="link_priority_key"/>&amp;voucher_id=<xsl:value-of 
select="voucher_id"/>&amp;period=<xsl:value-of select="period"/></xsl:variable>
+                                       <xsl:variable 
name="lang_priority_help"><xsl:value-of 
select="lang_priority_help"/></xsl:variable>
+                                       <xsl:variable 
name="lang_priority_key"><xsl:value-of 
select="lang_priority_key"/></xsl:variable>
+                                       <a href="javascript:var 
w=window.open('{$link_priority_key}','','width=300,height=300')"
+                                       
onMouseOver="overlib('{$lang_priority_help}', CAPTION, '{$lang_priority_key}')"
+                                       onMouseOut="nd()">
+                                       <xsl:value-of 
select="lang_priority_key"/></a>                                  
+                               </td>
                                <td align="right">
                                        <xsl:call-template name="search_field"/>
***************
*** 34,38 ****
                        </tr>
                        <tr>
!                               <td colspan="4" width="100%">
                                        <xsl:call-template name="nextmatchs"/>
                                </td>
--- 169,173 ----
                        </tr>
                        <tr>
!                               <td colspan="14" width="100%">
                                        <xsl:call-template name="nextmatchs"/>
                                </td>
***************
*** 54,57 ****
--- 189,193 ----
                <xsl:variable name="sort_property"><xsl:value-of 
select="sort_property"/></xsl:variable>
                <xsl:variable name="sort_address"><xsl:value-of 
select="sort_address"/></xsl:variable>
+               <xsl:variable name="sort_score"><xsl:value-of 
select="sort_score"/></xsl:variable>
                        <tr class="th">
                                <td class="th_text" width="5%" align="right">
***************
*** 59,63 ****
                                </td>
                                <td class="th_text" width="30%" align="left">
!                                       <xsl:value-of select="lang_name"/>
                                </td>
                                <td class="th_text" width="5%" align="right">
--- 195,199 ----
                                </td>
                                <td class="th_text" width="30%" align="left">
!                                       <xsl:value-of select="lang_title"/>
                                </td>
                                <td class="th_text" width="5%" align="right">
***************
*** 86,107 ****
                                        <xsl:value-of select="lang_start_date"/>
                                </td>
!                               <xsl:choose>
!                                       <xsl:when test="//lookup='true'">
!                                               <td class="th_text" width="5%" 
align="center">
!                                                       <xsl:value-of 
select="lang_select"/>
!                                               </td>
!                                       </xsl:when>
!                                       <xsl:otherwise>
!                                               <td class="th_text" width="5%" 
align="center">
!                                                       <xsl:value-of 
select="lang_view"/>
!                                               </td>
!                                               <td class="th_text" width="5%" 
align="center">
!                                                       <xsl:value-of 
select="lang_edit"/>
!                                               </td>
!                                               <td class="th_text" width="5%" 
align="center">
!                                                       <xsl:value-of 
select="lang_delete"/>
!                                               </td>
!                                       </xsl:otherwise>
!                               </xsl:choose>
                        </tr>
        </xsl:template>
--- 222,237 ----
                                        <xsl:value-of select="lang_start_date"/>
                                </td>
!                               <td class="th_text" width="5%" align="right">
!                                       <a href="{$sort_score}"><xsl:value-of 
select="lang_score"/></a>
!                               </td>
!                               <td class="th_text" width="5%" align="center">
!                                       <xsl:value-of select="lang_view"/>
!                               </td>
!                               <td class="th_text" width="5%" align="center">
!                                       <xsl:value-of select="lang_edit"/>
!                               </td>
!                               <td class="th_text" width="5%" align="center">
!                                       <xsl:value-of select="lang_delete"/>
!                               </td>
                        </tr>
        </xsl:template>
***************
*** 132,136 ****
                                </td>
                                <td align="left">
!                                       <xsl:value-of select="name"/>
                                </td>
                                <td align="right">
--- 262,266 ----
                                </td>
                                <td align="left">
!                                       <xsl:value-of select="title"/>
                                </td>
                                <td align="right">
***************
*** 158,192 ****
                                        <xsl:value-of select="start_date"/>
                                </td>
!                               <xsl:choose>
!                                       <xsl:when test="//lookup='true'">
!                                                       <td valign="top">
!                                                               <xsl:variable 
name="select_action"><xsl:value-of 
select="//lookup_action"/>&amp;request_id=<xsl:value-of 
select="request_id"/></xsl:variable>
!                                                               <xsl:variable 
name="lang_select"><xsl:value-of select="//lang_select"/></xsl:variable>
!                                                               <form 
method="post" action="{$select_action}">
!                                                               <input 
type="submit" class="forms" name="select" value="{$lang_select}" 
onMouseout="window.status='';return true;">
!                                                                       
<xsl:attribute name="onMouseover">
!                                                                               
<xsl:text>window.status='</xsl:text>
!                                                                               
        <xsl:value-of select="lang_select_statustext"/>
!                                                                               
<xsl:text>'; return true;</xsl:text>
!                                                                       
</xsl:attribute>
!                                                               </input>
!                                                               </form>
!                                                       </td>
!                                       </xsl:when>
!                                       <xsl:otherwise>
!                                               <td align="center">
!                                                       <xsl:variable 
name="link_view"><xsl:value-of select="link_view"/></xsl:variable>
!                                                       <a href="{$link_view}" 
onMouseover="window.status='{$lang_view_statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_view"/></a>
!                                               </td>
!                                               <td align="center">
!                                                       <xsl:variable 
name="link_edit"><xsl:value-of select="link_edit"/></xsl:variable>
!                                                       <a href="{$link_edit}" 
onMouseover="window.status='{$lang_edit_statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_edit"/></a>
!                                               </td>
!                                               <td align="center">
!                                                       <xsl:variable 
name="link_delete"><xsl:value-of select="link_delete"/></xsl:variable>
!                                                       <a 
href="{$link_delete}" 
onMouseover="window.status='{$lang_delete_statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_delete"/></a>
!                                               </td>
!                                       </xsl:otherwise>
!                               </xsl:choose>
                        </tr>
        </xsl:template>
--- 288,306 ----
                                        <xsl:value-of select="start_date"/>
                                </td>
!                               <td align="right">
!                                       <xsl:value-of select="score"/>
!                               </td>
!                               <td align="center">
!                                       <xsl:variable 
name="link_view"><xsl:value-of select="link_view"/></xsl:variable>
!                                       <a href="{$link_view}" 
onMouseover="window.status='{$lang_view_statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_view"/></a>
!                               </td>
!                               <td align="center">
!                                       <xsl:variable 
name="link_edit"><xsl:value-of select="link_edit"/></xsl:variable>
!                                       <a href="{$link_edit}" 
onMouseover="window.status='{$lang_edit_statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_edit"/></a>
!                               </td>
!                               <td align="center">
!                                       <xsl:variable 
name="link_delete"><xsl:value-of select="link_delete"/></xsl:variable>
!                                       <a href="{$link_delete}" 
onMouseover="window.status='{$lang_delete_statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_delete"/></a>
!                               </td>
                        </tr>
        </xsl:template>
***************
*** 668,676 ****
                        <td align="center">
                                <xsl:choose>
!                                       <xsl:when test="auth_demand='1'">
!                                               <input type="checkbox" 
name="values[auth_demand]" value="1" checked="checked" 
onMouseout="window.status='';return true;">
                                                        <xsl:attribute 
name="onMouseover">
                                                                
<xsl:text>window.status='</xsl:text>
!                                                                       
<xsl:value-of select="lang_auth_demand_statustext"/>
                                                                <xsl:text>'; 
return true;</xsl:text>
                                                        </xsl:attribute>
--- 782,790 ----
                        <td align="center">
                                <xsl:choose>
!                                       <xsl:when 
test="authorities_demands='1'">
!                                               <input type="checkbox" 
name="values[authorities_demands]" value="1" checked="checked" 
onMouseout="window.status='';return true;">
                                                        <xsl:attribute 
name="onMouseover">
                                                                
<xsl:text>window.status='</xsl:text>
!                                                                       
<xsl:value-of select="lang_authorities_demands_statustext"/>
                                                                <xsl:text>'; 
return true;</xsl:text>
                                                        </xsl:attribute>
***************
*** 678,685 ****
                                        </xsl:when>
                                        <xsl:otherwise>
!                                               <input type="checkbox" 
name="values[auth_demand]" value="1"  onMouseout="window.status='';return 
true;">
                                                        <xsl:attribute 
name="onMouseover">
                                                                
<xsl:text>window.status='</xsl:text>
!                                                                       
<xsl:value-of select="lang_auth_demand_statustext"/>
                                                                <xsl:text>'; 
return true;</xsl:text>
                                                        </xsl:attribute>
--- 792,799 ----
                                        </xsl:when>
                                        <xsl:otherwise>
!                                               <input type="checkbox" 
name="values[authorities_demands]" value="1"  
onMouseout="window.status='';return true;">
                                                        <xsl:attribute 
name="onMouseover">
                                                                
<xsl:text>window.status='</xsl:text>
!                                                                       
<xsl:value-of select="lang_authorities_demands_statustext"/>
                                                                <xsl:text>'; 
return true;</xsl:text>
                                                        </xsl:attribute>





reply via email to

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