aboutsummaryrefslogtreecommitdiff
path: root/de/platforms/ia64/index.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'de/platforms/ia64/index.xsl')
-rw-r--r--de/platforms/ia64/index.xsl36
1 files changed, 21 insertions, 15 deletions
diff --git a/de/platforms/ia64/index.xsl b/de/platforms/ia64/index.xsl
index 7c3062a7cd..391c8b0fd2 100644
--- a/de/platforms/ia64/index.xsl
+++ b/de/platforms/ia64/index.xsl
@@ -1,35 +1,37 @@
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
+<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
+ "http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
+<!ENTITY base "../..">
+<!ENTITY email "freebsd-ia64">
+<!ENTITY title "FreeBSD/ia64 Project">
+<!ENTITY % navinclude.developers "INCLUDE">
+]>
<!--
$FreeBSDde: de-www/platforms/ia64/index.xsl,v 1.6 2006/05/13 16:52:15 jkois Exp $
basiert auf: 1.5
-->
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+ <xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
- <xsl:import href="../../includes.xsl"/>
- <xsl:import href="includes.xsl"/>
- <xsl:variable name="base" select="'../..'"/>
- <xsl:variable name="enbase" select="'../../..'"/>
- <xsl:variable name="section" select="'developers'"/>
- <xsl:variable name="date" select="'$FreeBSD$'"/>
<xsl:output doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
encoding="iso-8859-1" method="html"/>
<xsl:template match="/">
<html>
- <xsl:copy-of select="$header1"/>
-
+ &header1;
<body>
<div id="CONTAINERWRAP">
<div id="CONTAINER">
- <xsl:copy-of select="$header2"/>
+ &header2;
<div id="CONTENT">
- <xsl:copy-of select="$sidenav"/>
+ <div id="SIDEWRAP">
+ &nav;
+ </div> <!-- SIDEWRAP -->
<div id="CONTENTWRAP">
- <xsl:copy-of select="$header3"/>
+ &header3;
- <img align="right" alt="McKinley die" src="{$enbase}/platforms/ia64/mckinley-die.png"/>
+ <img align="right" alt="McKinley die" src="&enbase;/platforms/ia64/mckinley-die.png"/>
<p>Das Archiv der ia64-Mailinglisten durchsuchen:</p>
@@ -95,7 +97,11 @@
<br class="clearboth" />
</div> <!-- CONTENT -->
- <xsl:copy-of select="$footer"/>
+
+ <div id="FOOTER">
+ &copyright;<br />
+ &date;
+ </div> <!-- FOOTER -->
</div> <!-- CONTAINER -->
</div> <!-- CONTAINERWRAP -->
</body>