phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/base nextmatchs.xsl,1.2


From: sigurdne
Subject: [Phpgroupware-cvs] property/templates/base nextmatchs.xsl,1.2
Date: Wed, 4 May 2005 14:14:00 +0200

Update of property/templates/base

Modified Files:
     Branch: MAIN
            nextmatchs.xsl lines: +14 -14

Log Message:
no message

====================================================
Index: property/templates/base/nextmatchs.xsl
diff -u property/templates/base/nextmatchs.xsl:1.1 
property/templates/base/nextmatchs.xsl:1.2
--- property/templates/base/nextmatchs.xsl:1.1  Mon Jan 17 10:03:18 2005
+++ property/templates/base/nextmatchs.xsl      Wed May  4 12:14:50 2005
@@ -16,12 +16,12 @@
                                <xsl:when test="number($cur_record) > 
number(1)">
                                <xsl:variable name="first"><xsl:value-of 
select="link_url"/>&amp;start=0</xsl:variable>
                                        <td width="25">
-                                               <a href="{$first}"><img 
src="{$img_path}/first.gif" border="1" width="12" height="12"/></a>
+                                               <a href="{$first}"><img 
src="{$img_path}/first.png" border="1" width="12" height="12"/></a>
                                        </td>
                                </xsl:when>
                                <xsl:otherwise>
                                        <td width="25">
-                                               <img 
src="{$img_path}/first-grey.gif" border="1" width="12" height="12"/>
+                                               <img 
src="{$img_path}/first-grey.png" border="1" width="12" height="12"/>
                                        </td>
                                </xsl:otherwise>
                        </xsl:choose>
@@ -36,27 +36,27 @@
                                                                <xsl:variable 
name="prev_number"><xsl:value-of select="number($cur_record) - 
number($record_limit)"/></xsl:variable>
                                                                <xsl:variable 
name="prev"><xsl:value-of select="link_url"/>&amp;start=<xsl:value-of 
select="number($prev_number) - number(1)"/></xsl:variable>
                                                                        <td 
width="25">
-                                                                               
<a href="{$prev}"><img src="{$img_path}/left.gif" border="1" width="12" 
height="12"/></a>
+                                                                               
<a href="{$prev}"><img src="{$img_path}/left.png" border="1" width="12" 
height="12"/></a>
                                                                        </td>
                                                                </xsl:when>
                                                                <xsl:otherwise>
                                                                <xsl:variable 
name="prev"><xsl:value-of select="link_url"/>&amp;start=0</xsl:variable>
                                                                        <td 
width="25">
-                                                                               
<a href="{$prev}"><img src="{$img_path}/left-grey.gif" border="1" width="12" 
height="12"/></a>
+                                                                               
<a href="{$prev}"><img src="{$img_path}/left-grey.png" border="1" width="12" 
height="12"/></a>
                                                                        </td>
                                                                </xsl:otherwise>
                                                        </xsl:choose>
                                                </xsl:when>
                                                <xsl:otherwise>
                                                        <td width="25">
-                                                               <img 
src="{$img_path}/left-grey.gif" border="1" width="12" height="12"/>
+                                                               <img 
src="{$img_path}/left-grey.png" border="1" width="12" height="12"/>
                                                        </td>
                                                </xsl:otherwise>
                                        </xsl:choose>
                                </xsl:when>
                                <xsl:otherwise>
                                        <td width="25">
-                                               <img 
src="{$img_path}/left-grey.gif" border="1" width="12" height="12"/>
+                                               <img 
src="{$img_path}/left-grey.png" border="1" width="12" height="12"/>
                                        </td>
                                </xsl:otherwise>
                        </xsl:choose>
@@ -90,19 +90,19 @@
                                                <xsl:when 
test="number($all_records) > number($next_num)-number(1)">
                                                <xsl:variable 
name="next"><xsl:value-of select="link_url"/>&amp;start=<xsl:value-of 
select="number($next_num) - number(1)"/></xsl:variable>
                                                        <td width="25" 
align="right">
-                                                               <a 
href="{$next}"><img src="{$img_path}/right.gif" border="1" width="12" 
height="12"/></a>
+                                                               <a 
href="{$next}"><img src="{$img_path}/right.png" border="1" width="12" 
height="12"/></a>
                                                        </td>
                                                </xsl:when>
                                                <xsl:otherwise>
                                                        <td width="25" 
align="right">
-                                                               <img 
src="{$img_path}/right-grey.gif" border="1" width="12" height="12"/>
+                                                               <img 
src="{$img_path}/right-grey.png" border="1" width="12" height="12"/>
                                                        </td>
                                                </xsl:otherwise>
                                        </xsl:choose>
                                </xsl:when>
                                <xsl:otherwise>
                                        <td width="25" align="right">
-                                               <img 
src="{$img_path}/right-grey.gif" border="1" width="12" height="12"/>
+                                               <img 
src="{$img_path}/right-grey.png" border="1" width="12" height="12"/>
                                        </td>
                                </xsl:otherwise>
                        </xsl:choose>
@@ -114,19 +114,19 @@
                                                <xsl:when 
test="number($last_num) > number($cur_record)">
                                                <xsl:variable 
name="last"><xsl:value-of select="link_url"/>&amp;start=<xsl:value-of 
select="number($last_num)-number(1)"/></xsl:variable>
                                                        <td width="25" 
align="right">
-                                                               <a 
href="{$last}"><img src="{$img_path}/last.gif" border="1" width="12" 
height="12"/></a>
+                                                               <a 
href="{$last}"><img src="{$img_path}/last.png" border="1" width="12" 
height="12"/></a>
                                                        </td>
                                                </xsl:when>
                                                <xsl:otherwise>
                                                        <td width="25" 
align="right">
-                                                               <img 
src="{$img_path}/last-grey.gif" border="1" width="12" height="12"/>
+                                                               <img 
src="{$img_path}/last-grey.png" border="1" width="12" height="12"/>
                                                        </td>
                                                </xsl:otherwise>
                                        </xsl:choose>
                                </xsl:when>
                                <xsl:otherwise>
                                        <td width="25" align="right">
-                                               <img 
src="{$img_path}/last-grey.gif" border="1" width="12" height="12"/>
+                                               <img 
src="{$img_path}/last-grey.png" border="1" width="12" height="12"/>
                                        </td>
                                </xsl:otherwise>
                        </xsl:choose>
@@ -138,13 +138,13 @@
                                                <xsl:variable 
name="all"><xsl:value-of select="link_url"/>&amp;start=0</xsl:variable>
                                                        <td width="25" 
align="right">
                                                                <xsl:value-of 
select="lang_delete"/>
-                                                               <a 
href="{$all}"><img src="{$img_path}/down.gif" border="1" width="12" 
height="12"/></a>
+                                                               <a 
href="{$all}"><img src="{$img_path}/down.png" border="1" width="12" 
height="12"/></a>
                                                        </td>
                                                </xsl:when>
                                                <xsl:otherwise>
                                                <xsl:variable 
name="all"><xsl:value-of select="link_url"/>&amp;allrows=1</xsl:variable>
                                                        <td width="25" 
align="right">
-                                                               <a 
href="{$all}"><img src="{$img_path}/down.gif" border="1" width="12" 
height="12"/></a>
+                                                               <a 
href="{$all}"><img src="{$img_path}/down.png" border="1" width="12" 
height="12"/></a>
                                                        </td>
                                                </xsl:otherwise>
                                        </xsl:choose>






reply via email to

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