phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default document.xsl,NONE,1.1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default document.xsl,NONE,1.1 search_field.xsl,NONE,1.1 vendor_view.xsl,NONE,1.1 location_view.xsl,1.3,1.4lookup.xsl,1.16,1.17
Date: Mon, 28 Apr 2003 06:26:48 -0400

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

Modified Files:
        location_form.xsl location_view.xsl lookup.xsl 
Added Files:
        document.xsl search_field.xsl vendor_view.xsl 
Log Message:
no message

***** Error reading new file: [Errno 2] No such file or directory: 
'document.xsl'
***** Error reading new file: [Errno 2] No such file or directory: 
'search_field.xsl'
***** Error reading new file: [Errno 2] No such file or directory: 
'vendor_view.xsl'
Index: location_form.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/location_form.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** location_form.xsl   27 Feb 2003 09:53:32 -0000      1.3
--- location_form.xsl   28 Apr 2003 10:26:46 -0000      1.4
***************
*** 222,225 ****
--- 222,232 ----
                                                </xsl:attribute>
                                                </input>
+                                               <input type="text" 
name="equipment_type" value="{value_equipment_type}"  
onClick="equipment_lookup();" readonly="readonly">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_select_equipment_help"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                               </input>
                                        </td>
                                </tr>
***************
*** 227,230 ****
--- 234,238 ----
                                <xsl:otherwise>
                                        <input type="hidden" 
name="equipment_id"></input>
+                                       <input type="hidden" 
name="equipment_type"></input>
                                </xsl:otherwise>
                        </xsl:choose>

Index: location_view.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/location_view.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** location_view.xsl   27 Feb 2003 09:53:32 -0000      1.3
--- location_view.xsl   28 Apr 2003 10:26:46 -0000      1.4
***************
*** 103,106 ****
--- 103,108 ----
                                        <td>
                                                <xsl:value-of 
select="value_equipment_id"/>
+                                               <xsl:text>  </xsl:text>
+                                               <xsl:value-of 
select="value_equipment_type"/>
                                        </td>
                                </tr>

Index: lookup.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/lookup.xsl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** lookup.xsl  23 Apr 2003 07:21:33 -0000      1.16
--- lookup.xsl  28 Apr 2003 10:26:46 -0000      1.17
***************
*** 1161,1164 ****
--- 1161,1165 ----
                                opener.document.form.tenant_phone.value         
= thisform.elements[10].value;
                                opener.document.form.equipment_id.value         
= thisform.elements[11].value;
+                               opener.document.form.equipment_type.value       
= thisform.elements[12].value;
                                window.close()
                        }
***************
*** 1226,1229 ****
--- 1227,1233 ----
                                        <a href="{$sort_address}"><xsl:value-of 
select="lang_address"/></a>
                                </td>
+                               <td class="th_text" width="5%" align="right">
+                                       <xsl:value-of select="//lang_select"/>
+                               </td>
                        </tr>
        </xsl:template>
***************
*** 1250,1277 ****
                        <xsl:choose>
                                <xsl:when test="equipment_id">
!                               <form>                  
!                                       <td valign="top">
!                                               <input type="hidden" 
name="hidden" value="{property_id}"></input>
!                                               <input type="hidden" 
name="hidden" value="{property_name}"></input>
!                                               <input type="hidden" 
name="hidden" value="{building_id}"></input>
!                                               <input type="hidden" 
name="hidden" value="{entrance_id}"></input>
!                                               <input type="hidden" 
name="hidden" value="{floor}"></input>
!                                               <input type="hidden" 
name="hidden" value="{apartment_id}"></input>
!                                               <input type="hidden" 
name="hidden" value="{address}"></input>
!                                               <input type="hidden" 
name="hidden" value=""></input>
!                                               <input type="hidden" 
name="hidden" value=""></input>
!                                               <input type="hidden" 
name="hidden" value=""></input>
!                                               <input type="hidden" 
name="hidden" value=""></input>
!                                               <input type="hidden" 
name="hidden" value="{equipment_id}"></input>
!                                               <xsl:variable 
name="equipment_id"><xsl:value-of select="equipment_id"/></xsl:variable>
!                                               <input type="button" 
name="convert" value="{$equipment_id}" onClick="Exchangeequipment(this.form);" 
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>
!                                       </td>
!                               </form>
                                <td align="right">
                                        <xsl:value-of select="descr"/>
--- 1254,1260 ----
                        <xsl:choose>
                                <xsl:when test="equipment_id">
!                               <td align="right">
!                                       <xsl:value-of select="equipment_id"/>
!                               </td>
                                <td align="right">
                                        <xsl:value-of select="descr"/>
***************
*** 1298,1306 ****
                                        <xsl:value-of select="address"/>
                                </td>
                                </xsl:when>
                        </xsl:choose>
                        </tr>
        </xsl:template>
- 
  
  
--- 1281,1313 ----
                                        <xsl:value-of select="address"/>
                                </td>
+                               <form>                  
+                                       <td valign="top">
+                                               <input type="hidden" 
name="hidden" value="{property_id}"></input>
+                                               <input type="hidden" 
name="hidden" value="{property_name}"></input>
+                                               <input type="hidden" 
name="hidden" value="{building_id}"></input>
+                                               <input type="hidden" 
name="hidden" value="{entrance_id}"></input>
+                                               <input type="hidden" 
name="hidden" value="{floor}"></input>
+                                               <input type="hidden" 
name="hidden" value="{apartment_id}"></input>
+                                               <input type="hidden" 
name="hidden" value="{address}"></input>
+                                               <input type="hidden" 
name="hidden" value=""></input>
+                                               <input type="hidden" 
name="hidden" value=""></input>
+                                               <input type="hidden" 
name="hidden" value=""></input>
+                                               <input type="hidden" 
name="hidden" value=""></input>
+                                               <input type="hidden" 
name="hidden" value="{equipment_id}"></input>
+                                               <input type="hidden" 
name="hidden" value="{category}"></input>
+                                               <xsl:variable 
name="lang_select"><xsl:value-of select="//lang_select"/></xsl:variable>
+                                               <input type="button" 
name="select" value="{$lang_select}" onClick="Exchangeequipment(this.form);" 
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>
+                                       </td>
+                               </form>
                                </xsl:when>
                        </xsl:choose>
                        </tr>
        </xsl:template>
  
  





reply via email to

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