[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: property/templates/default attributes_view.xsl,
From: |
Sigurd Nes <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: property/templates/default attributes_view.xsl,1.2,1.3 menu.xsl,1.8,1.9 tts.xsl,1.6,1.7 |
Date: |
Mon, 12 May 2003 17:45:34 -0400 |
Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv9770/templates/default
Modified Files:
attributes_view.xsl menu.xsl tts.xsl
Log Message:
no message
Index: attributes_view.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/attributes_view.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** attributes_view.xsl 18 Feb 2003 19:29:00 -0000 1.2
--- attributes_view.xsl 12 May 2003 21:45:31 -0000 1.3
***************
*** 10,23 ****
<xsl:template match="attributes_header">
<tr class="th">
! <td class="th_text" width="5%" align="left">
<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="2%" align="left">
<xsl:value-of select="lang_datatype"/>
! </td>
! <td class="th_text" width="2%" align="right">
<xsl:value-of select="lang_value"/>
</td>
--- 10,23 ----
<xsl:template match="attributes_header">
<tr class="th">
! <td class="th_text" width="15%" align="left">
<xsl:value-of select="lang_name"/>
</td>
! <!-- <td class="th_text" width="10%" align="left">
<xsl:value-of select="lang_descr"/>
! </td>
! <td class="th_text" width="10%" align="left">
<xsl:value-of select="lang_datatype"/>
! </td> -->
! <td class="th_text" width="75%" align="right">
<xsl:value-of select="lang_value"/>
</td>
***************
*** 44,54 ****
<xsl:value-of select="name"/>
</td>
! <td align="left">
<xsl:value-of select="descr"/>
! </td>
<td align="left">
<xsl:value-of select="datatype_text"/>
! </td>
! <td align="right">
<xsl:value-of select="value"/>
</td>
--- 44,54 ----
<xsl:value-of select="name"/>
</td>
! <!-- <td align="left">
<xsl:value-of select="descr"/>
! </td>
<td align="left">
<xsl:value-of select="datatype_text"/>
! </td> -->
! <td align="left">
<xsl:value-of select="value"/>
</td>
Index: menu.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/menu.xsl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** menu.xsl 8 Apr 2003 12:38:09 -0000 1.8
--- menu.xsl 12 May 2003 21:45:31 -0000 1.9
***************
*** 12,15 ****
--- 12,16 ----
<xsl:variable name="lang_pricebook"><xsl:value-of
select="lang_pricebook"/></xsl:variable>
<xsl:variable name="lang_documentation"><xsl:value-of
select="lang_documentation"/></xsl:variable>
+ <xsl:variable name="lang_report"><xsl:value-of
select="lang_report"/></xsl:variable>
<xsl:variable name="sublang_building"><xsl:value-of
select="sublang_building"/></xsl:variable>
<xsl:variable name="sublang_property"><xsl:value-of
select="sublang_property"/></xsl:variable>
***************
*** 62,65 ****
--- 63,69 ----
<xsl:variable
name="link_documentation"><xsl:value-of
select="link_documentation"/></xsl:variable>
<a href="{$link_documentation}"
onMouseover="window.status='{$lang_documentation}';return true;"
onMouseout="window.status='';return true;"><xsl:value-of
select="lang_documentation"/></a>
+ <xsl:text> </xsl:text>
+ <xsl:variable
name="link_report"><xsl:value-of select="link_report"/></xsl:variable>
+ <a href="{$link_report}"
onMouseover="window.status='{$lang_report}';return true;"
onMouseout="window.status='';return true;"><xsl:value-of
select="lang_report"/></a>
</td>
</tr>
Index: tts.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/tts.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** tts.xsl 23 Apr 2003 07:21:34 -0000 1.6
--- tts.xsl 12 May 2003 21:45:31 -0000 1.7
***************
*** 305,308 ****
--- 305,312 ----
Window1=window.open('<xsl:value-of
select="request_link"/>');
}
+ function start_report()
+ {
+ Window1=window.open('<xsl:value-of
select="report_link"/>');
+ }
</script>
<div align="left">
***************
*** 374,377 ****
--- 378,397 ----
</td>
</tr>
+ <xsl:choose>
+ <xsl:when test="value_report_id!=''">
+ <tr>
+ <td align="left" valign="top">
+ <xsl:value-of
select="//lang_report"/>
+ </td>
+ <td class="th_text"
align="left">
+ <xsl:for-each
select="value_report_id" >
+
<xsl:variable name="link_report"><xsl:value-of
select="//link_report"/>&id=<xsl:value-of select="id"/></xsl:variable>
+ <a
href="{$link_report}"
onMouseover="window.status='{//lang_report_statustext}';return true;"
onMouseout="window.status='';return true;"><xsl:value-of select="id"/></a>
+
<xsl:text> </xsl:text>
+ </xsl:for-each>
+ </td>
+ </tr>
+ </xsl:when>
+ </xsl:choose>
<tr>
<td class="th_text" valign="top">
***************
*** 504,507 ****
--- 524,537 ----
<xsl:text>window.status='</xsl:text>
<xsl:value-of
select="lang_generate_order_statustext"/>
+ <xsl:text>'; return
true;</xsl:text>
+ </xsl:attribute>
+ </input>
+ </td>
+ <td valign="top">
+ <xsl:variable
name="lang_start_report"><xsl:value-of
select="lang_start_report"/></xsl:variable>
+ <input type="button" name="location"
value="{$lang_start_report}" onClick="start_report();"
onMouseout="window.status='';return true;">
+ <xsl:attribute
name="onMouseover">
+
<xsl:text>window.status='</xsl:text>
+ <xsl:value-of
select="lang_start_report_statustext"/>
<xsl:text>'; return
true;</xsl:text>
</xsl:attribute>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: property/templates/default attributes_view.xsl,1.2,1.3 menu.xsl,1.8,1.9 tts.xsl,1.6,1.7,
Sigurd Nes <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: property/inc class.soequipment.inc.php,1.11,1.12 class.uiapartment.inc.php,1.8,1.9class.uibuilding.inc.php,1.16,1.17 class.uientrance.inc.php,1.9,1.10class.uiequipment.inc.php,1.19,1.20 class.uiproperty.inc.php,1.20,1.21
- Next by Date:
[Phpgroupware-cvs] CVS: property/inc class.bocommon.inc.php,1.43,1.44 class.socommon.inc.php,1.18,1.19class.sostandard_2.inc.php,1.14,1.15 class.sostandard_entity.inc.php,1.7,1.8 class.sotts.inc.php,1.13,1.14 class.uitts.inc.php,1.23,1.24 hook_admin.inc.php,1.30,1.31
- Previous by thread:
[Phpgroupware-cvs] CVS: property/inc class.soequipment.inc.php,1.11,1.12 class.uiapartment.inc.php,1.8,1.9class.uibuilding.inc.php,1.16,1.17 class.uientrance.inc.php,1.9,1.10class.uiequipment.inc.php,1.19,1.20 class.uiproperty.inc.php,1.20,1.21
- Next by thread:
[Phpgroupware-cvs] CVS: property/inc class.bocommon.inc.php,1.43,1.44 class.socommon.inc.php,1.18,1.19class.sostandard_2.inc.php,1.14,1.15 class.sostandard_entity.inc.php,1.7,1.8 class.sotts.inc.php,1.13,1.14 class.uitts.inc.php,1.23,1.24 hook_admin.inc.php,1.30,1.31
- Index(es):