summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneysx <neysx>2009-02-01 15:00:31 +0000
committerneysx <neysx>2009-02-01 15:00:31 +0000
commit94fef0fe44d862b2d2a0684b8fdcf3a69cfa98e5 (patch)
tree20bc5884fc1b8fcf4923b3cb7b0a58ea18e7d98f
parentRemoved extraneous text under ads (diff)
downloadwww-redesign-94fef0fe44d862b2d2a0684b8fdcf3a69cfa98e5.tar.gz
www-redesign-94fef0fe44d862b2d2a0684b8fdcf3a69cfa98e5.tar.bz2
www-redesign-94fef0fe44d862b2d2a0684b8fdcf3a69cfa98e5.zip
Extracted ads into single file
-rw-r--r--xml/htdocs/xsl/guide.xsl65
1 files changed, 5 insertions, 60 deletions
diff --git a/xml/htdocs/xsl/guide.xsl b/xml/htdocs/xsl/guide.xsl
index 55096ee3..0daddcd6 100644
--- a/xml/htdocs/xsl/guide.xsl
+++ b/xml/htdocs/xsl/guide.xsl
@@ -32,6 +32,8 @@
<xsl:include href="/xsl/doc-struct.xsl" />
+<xsl:include href="/xsl/ads.xsl" />
+
<!-- When using <pre>, whitespaces should be preserved -->
<xsl:preserve-space elements="pre script"/>
@@ -1870,66 +1872,9 @@ Copyright 2001-<xsl:value-of select="substring(func:today(),1,4)"/> Gentoo Found
</form>
</td>
</tr>
- <!-- VR -->
- <tr lang="en">
- <td align="center" class="topsep">
- <a href="http://www.vr.org">
- <img src="{concat($images,'images/vr-ad.png')}" width="125" height="144" alt="Gentoo Centric Hosting: vr.org" border="0"/>
- </a>
- <p class="alttext">
- <a href="http://www.vr.org/">VR Hosted</a>
- </p>
- </td>
- </tr>
- <!-- /VR -->
- <!-- Tek -->
- <tr lang="en">
- <td align="center" class="topsep">
- <a href="http://www.tek.net" target="_top">
- <img src="{concat($images,'images/tek-gentoo.gif')}" width="125" height="125" alt="Tek Alchemy" border="0"/>
- </a>
- <p class="alttext">
- <a href="http://www.tek.net/">Tek Alchemy</a>
- </p>
- </td>
- </tr>
- <!-- /Tek -->
- <!-- SevenL -->
- <tr lang="en">
- <td align="center" class="topsep">
- <a href="http://www.sevenl.net" target="_top">
- <img src="{concat($images,'images/sponsors/sevenl.gif')}" width="125" height="144" alt="SevenL.net" border="0"/>
- </a>
- <p class="alttext">
- <a href="http://www.sevenl.net/">SevenL.net</a>
- </p>
- </td>
- </tr>
- <!-- /SevenL -->
- <!-- bytemark -->
- <tr lang="en">
- <td align="center" class="topsep">
- <a href="http://www.bytemark.co.uk/r/gentoo-home" target="_top">
- <img src="{concat($images,'images/sponsors/bytemark_ad.png')}" width="125" alt="Bytemark" border="0"/>
- </a>
- <p class="alttext">
- <a href="http://www.bytemark.co.uk/r/gentoo-home">Bytemark</a>
- </p>
- </td>
- </tr>
- <!-- /bytemark -->
- <!-- GNi -->
- <tr lang="en">
- <td align="center" class="topsep">
- <a href="http://www.gni.com" target="_top">
- <img src="{concat($images,'images/gni_logo.png')}" width="125" alt="Global Netoptex Inc." border="0"/>
- </a>
- <p class="alttext">
- <a href="http://www.gni.com">Global Netoptex Inc.</a>
- </p>
- </td>
- </tr>
- <!-- /GNi -->
+ <xsl:call-template name="ads">
+ <xsl:with-param name="images" select="$images"/>
+ </xsl:call-template>
<tr>
<td align="center" class="topsep"/>
</tr>