phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default entity.xsl, 1.7, 1.8 tts.x


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] property/templates/default entity.xsl, 1.7, 1.8 tts.xsl, 1.15, 1.16
Date: Mon, 10 Nov 2003 17:24:03 +0000

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

Modified Files:
        entity.xsl tts.xsl 
Log Message:
no message

Index: tts.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/tts.xsl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** tts.xsl     9 Nov 2003 20:25:10 -0000       1.15
--- tts.xsl     10 Nov 2003 17:24:00 -0000      1.16
***************
*** 417,420 ****
--- 417,436 ----
                                </xsl:when>
                        </xsl:choose>
+ 
+                       <xsl:for-each select="entity_origin_list" >
+                       <tr>
+                               <td class="th_text">
+                                       <xsl:value-of select="name"/>
+                               </td>
+                               <td class="th_text">
+                                       <xsl:for-each select="link_info" >
+                                               <xsl:variable 
name="link_entity_origin"><xsl:value-of select="link"/>&amp;id=<xsl:value-of 
select="id"/></xsl:variable>
+                                                       <a 
href="{$link_entity_origin}"><xsl:value-of select="id"/></a>
+                                                       <xsl:text> </xsl:text>
+                                       </xsl:for-each>
+                               </td>
+                       </tr>                           
+                       </xsl:for-each>
+ 
                        <tr>
                                <td class="th_text" valign="top">
***************
*** 579,597 ****
                                        </form>
                                </td>
!                               <xsl:for-each select="link_entity" >
!                               <td valign="top">
!                                       <xsl:variable name="link"><xsl:value-of 
select="link"/></xsl:variable>
!                                       <form method="post" action="{$link}">
!                                       <xsl:variable name="name"><xsl:value-of 
select="name"/></xsl:variable>
!                                       <input type="submit" name="location" 
value="{$name}" onMouseout="window.status='';return true;">
!                                               <xsl:attribute 
name="onMouseover">
!                                                       
<xsl:text>window.status='</xsl:text>
!                                                               <xsl:value-of 
select="lang_start_statustext"/>
!                                                       <xsl:text>'; return 
true;</xsl:text>
!                                               </xsl:attribute>
!                                       </input>
!                                       </form>
!                               </td>
!                               </xsl:for-each>
                        </tr>
                </table>
--- 595,617 ----
                                        </form>
                                </td>
!                               <xsl:choose>
!                                       <xsl:when test="link_entity!=''">
!                                               <xsl:for-each 
select="link_entity" >
!                                               <td valign="top">
!                                                       <xsl:variable 
name="link"><xsl:value-of select="link"/></xsl:variable>
!                                                       <form method="post" 
action="{$link}">
!                                                       <xsl:variable 
name="name"><xsl:value-of select="name"/></xsl:variable>
!                                                       <input type="submit" 
name="location" value="{$name}" onMouseout="window.status='';return true;">
!                                                               <xsl:attribute 
name="onMouseover">
!                                                                       
<xsl:text>window.status='</xsl:text>
!                                                                               
<xsl:value-of select="lang_start_statustext"/>
!                                                                       
<xsl:text>'; return true;</xsl:text>
!                                                               </xsl:attribute>
!                                                       </input>
!                                                       </form>
!                                               </td>
!                                               </xsl:for-each>
!                                       </xsl:when>
!                               </xsl:choose>   
                        </tr>
                </table>

Index: entity.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/entity.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** entity.xsl  9 Nov 2003 20:25:10 -0000       1.7
--- entity.xsl  10 Nov 2003 17:23:58 -0000      1.8
***************
*** 187,194 ****
                                <xsl:variable name="link"><xsl:value-of 
select="link"/>&amp;id=<xsl:value-of select="id"/></xsl:variable>
                                <tr>
!                                       <td>
                                                <xsl:value-of select="name"/>
                                        </td>
!                                       <td>                                    
        
                                                <a href="{$link}"  
onMouseover="window.status='{statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of select="id"/></a>
                                        </td>
--- 187,194 ----
                                <xsl:variable name="link"><xsl:value-of 
select="link"/>&amp;id=<xsl:value-of select="id"/></xsl:variable>
                                <tr>
!                                       <td class="th_text">
                                                <xsl:value-of select="name"/>
                                        </td>
!                                       <td class="th_text">
                                                <a href="{$link}"  
onMouseover="window.status='{statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of select="id"/></a>
                                        </td>
***************
*** 312,315 ****
--- 312,326 ----
                
                <table cellpadding="2" cellspacing="2" width="80%" 
align="center">
+                       <xsl:for-each select="origin_list" >
+                               <xsl:variable name="link"><xsl:value-of 
select="link"/>&amp;id=<xsl:value-of select="id"/></xsl:variable>
+                               <tr>
+                                       <td class="th_text">
+                                               <xsl:value-of select="name"/>
+                                       </td>
+                                       <td class="th_text">
+                                               <a href="{$link}"  
onMouseover="window.status='{statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of select="id"/></a>
+                                       </td>
+                               </tr>
+                       </xsl:for-each>
                        <tr>
                                <td class="th_text">





reply via email to

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