summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xml/htdocs/xsl/guide.xsl2
-rwxr-xr-xxml/htdocs/xsl/guide2.xsl12
2 files changed, 14 insertions, 0 deletions
diff --git a/xml/htdocs/xsl/guide.xsl b/xml/htdocs/xsl/guide.xsl
index 446d6a11..7038e30e 100644
--- a/xml/htdocs/xsl/guide.xsl
+++ b/xml/htdocs/xsl/guide.xsl
@@ -1855,6 +1855,7 @@ Copyright 2001-<xsl:value-of select="substring(func:today(),1,4)"/> Gentoo Found
</p>
</td>
</tr>
+ <xsl:if test="number(translate(func:today(),'-','')) &lt;= 20080808">
<tr lang="en">
<td align="center" class="topsep">
<a href="http://www.linuxworldexpo.com" target="_top">
@@ -1865,6 +1866,7 @@ Copyright 2001-<xsl:value-of select="substring(func:today(),1,4)"/> Gentoo Found
</p>
</td>
</tr>
+ </xsl:if>
<tr>
<td align="center" class="topsep"/>
</tr>
diff --git a/xml/htdocs/xsl/guide2.xsl b/xml/htdocs/xsl/guide2.xsl
index 11ec6033..7d03563a 100755
--- a/xml/htdocs/xsl/guide2.xsl
+++ b/xml/htdocs/xsl/guide2.xsl
@@ -1996,6 +1996,18 @@ Copyright 2001-<xsl:value-of select="substring(func:today(),1,4)"/> Gentoo Found
<a href="http://www.gni.com">Global Netoptex Inc.</a>
</p>
</td>
+ <xsl:if test="number(translate(func:today(),'-','')) &lt;= 20080808">
+ <tr lang="en">
+ <td align="center" class="topsep">
+ <a href="http://www.linuxworldexpo.com" target="_top">
+ <img src="{concat($images,'images/Linuxworld125X125.gif')}" width="125" alt="Linux World Expo" border="0"/>
+ </a>
+ <p class="alttext">
+ <a href="http://www.linuxworldexpo.com">Linux World Expo</a>
+ </p>
+ </td>
+ </tr>
+ </xsl:if>
</tr>
<tr>
<td align="center" class="topsep"/>