[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: property/templates/default project.xsl,1.7,1.8 r
From: |
Sigurd Nes <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: property/templates/default project.xsl,1.7,1.8 request.xsl,1.4,1.5 tts.xsl,1.7,1.8 |
Date: |
Tue, 13 May 2003 07:03:09 -0400 |
Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv6111/templates/default
Modified Files:
project.xsl request.xsl tts.xsl
Log Message:
no message
Index: project.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/project.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** project.xsl 23 Apr 2003 07:21:33 -0000 1.7
--- project.xsl 13 May 2003 11:03:07 -0000 1.8
***************
*** 280,283 ****
--- 280,292 ----
</xsl:when>
</xsl:choose>
+ <xsl:choose>
+ <xsl:when test="value_origin_id!=''">
+ <tr>
+ <td>
+ <a href="{link_origin}"
onMouseover="window.status='{lang_origin_statustext}';return true;"
onMouseout="window.status='';return true;"><xsl:value-of
select="lang_origin"/></a>
+ </td>
+ </tr>
+ </xsl:when>
+ </xsl:choose>
<tr>
<td valign="top">
***************
*** 285,288 ****
--- 294,299 ----
</td>
<td>
+ <input type="hidden"
name="values[origin]" value="{value_origin}"></input>
+ <input type="hidden"
name="values[origin_id]" value="{value_origin_id}"></input>
<input type="text" name="values[name]"
value="{value_name}" onMouseout="window.status='';return true;">
<xsl:attribute
name="onMouseover">
***************
*** 778,781 ****
--- 789,801 ----
</td>
</tr>
+ <xsl:choose>
+ <xsl:when test="value_origin_id!=''">
+ <tr>
+ <td>
+ <a href="{link_origin}"
onMouseover="window.status='{lang_origin_statustext}';return true;"
onMouseout="window.status='';return true;"><xsl:value-of
select="lang_origin"/></a>
+ </td>
+ </tr>
+ </xsl:when>
+ </xsl:choose>
<tr>
<td valign="top">
Index: request.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/request.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** request.xsl 23 Apr 2003 07:21:33 -0000 1.4
--- request.xsl 13 May 2003 11:03:07 -0000 1.5
***************
*** 375,378 ****
--- 375,380 ----
<xsl:variable name="form_action"><xsl:value-of
select="form_action"/></xsl:variable>
<form method="post" name="form" action="{$form_action}">
+ <input type="hidden" name="values[origin]"
value="{value_origin}"></input>
+ <input type="hidden" name="values[origin_id]"
value="{value_origin_id}"></input>
<xsl:choose>
<xsl:when test="value_request_id!=''">
***************
*** 401,404 ****
--- 403,415 ----
</xsl:when>
</xsl:choose>
+ <xsl:choose>
+ <xsl:when test="value_origin_id!=''">
+ <tr>
+ <td>
+ <a href="{link_origin}"
onMouseover="window.status='{lang_origin_statustext}';return true;"
onMouseout="window.status='';return true;"><xsl:value-of
select="lang_origin"/></a>
+ </td>
+ </tr>
+ </xsl:when>
+ </xsl:choose>
<tr>
<td valign="top">
***************
*** 1130,1133 ****
--- 1141,1153 ----
</td>
</tr>
+ <xsl:choose>
+ <xsl:when test="value_origin_id!=''">
+ <tr>
+ <td>
+ <a href="{link_origin}"
onMouseover="window.status='{lang_origin_statustext}';return true;"
onMouseout="window.status='';return true;"><xsl:value-of
select="lang_origin"/></a>
+ </td>
+ </tr>
+ </xsl:when>
+ </xsl:choose>
<tr>
<td valign="top">
Index: tts.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/tts.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** tts.xsl 12 May 2003 21:45:31 -0000 1.7
--- tts.xsl 13 May 2003 11:03:07 -0000 1.8
***************
*** 394,397 ****
--- 394,429 ----
</xsl:when>
</xsl:choose>
+ <xsl:choose>
+ <xsl:when test="value_request_id!=''">
+ <tr>
+ <td align="left" valign="top">
+ <xsl:value-of
select="//lang_request"/>
+ </td>
+ <td class="th_text"
align="left">
+ <xsl:for-each
select="value_request_id" >
+
<xsl:variable name="link_request"><xsl:value-of
select="//link_request"/>&id=<xsl:value-of select="id"/></xsl:variable>
+ <a
href="{$link_request}"
onMouseover="window.status='{//lang_request_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>
+ <xsl:choose>
+ <xsl:when test="value_project_id!=''">
+ <tr>
+ <td align="left" valign="top">
+ <xsl:value-of
select="//lang_project"/>
+ </td>
+ <td class="th_text"
align="left">
+ <xsl:for-each
select="value_project_id" >
+
<xsl:variable name="link_project"><xsl:value-of
select="//link_project"/>&id=<xsl:value-of select="id"/></xsl:variable>
+ <a
href="{$link_project}"
onMouseover="window.status='{//lang_project_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">
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: property/templates/default project.xsl,1.7,1.8 request.xsl,1.4,1.5 tts.xsl,1.7,1.8,
Sigurd Nes <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: property/inc class.soproject.inc.php,1.9,1.10 class.sorequest.inc.php,1.4,1.5 class.sotts.inc.php,1.14,1.15 class.uiproject.inc.php,1.17,1.18 class.uirequest.inc.php,1.11,1.12 class.uitts.inc.php,1.24,1.25
- Next by Date:
[Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.48,1.49 tables_current.inc.php,1.75,1.76
- Previous by thread:
[Phpgroupware-cvs] CVS: property/inc class.soproject.inc.php,1.9,1.10 class.sorequest.inc.php,1.4,1.5 class.sotts.inc.php,1.14,1.15 class.uiproject.inc.php,1.17,1.18 class.uirequest.inc.php,1.11,1.12 class.uitts.inc.php,1.24,1.25
- Next by thread:
[Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.48,1.49 tables_current.inc.php,1.75,1.76
- Index(es):