- Convert these stylesheets to static pages since there is no actual
dynamic content Approved by: doceng (implicit)
This commit is contained in:
parent
9977e32c49
commit
1a3bce7da0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/sgml2xml/; revision=39318
10 changed files with 97 additions and 194 deletions
|
@ -1,26 +1,21 @@
|
|||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY base "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY email "freebsd-ia64">
|
||||
<!ENTITY title "FreeBSD/ia64 Project">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
$FreeBSDde: de-www/platforms/ia64/index.xsl,v 1.8 2006/10/20 20:09:25 jkois Exp $
|
||||
basiert auf: 1.7
|
||||
-->
|
||||
<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="http://www.FreeBSD.org/XML/www/share/sgml/xhtml.xsl"/>
|
||||
|
||||
<xsl:template names="process.content">
|
||||
<div id="SIDEWRAP">
|
||||
&nav;
|
||||
</div> <!-- SIDEWRAP -->
|
||||
|
||||
<div id="CONTENTWRAP">
|
||||
&header3;
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><title>&title;</title></head>
|
||||
|
||||
<body class="navinclude.developers">
|
||||
<img align="right" alt="McKinley die" src="&enbase;/platforms/ia64/mckinley-die.png"/>
|
||||
|
||||
<p>Das Archiv der ia64-Mailinglisten durchsuchen:</p>
|
||||
|
@ -83,6 +78,5 @@
|
|||
zweckdienlich, auf Rückwärtskompatibilität
|
||||
achten zu müssen.</p>
|
||||
|
||||
</div> <!-- CONTENTWRAP -->
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,30 +1,22 @@
|
|||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY base "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY email "freebsd-ia64">
|
||||
<!ENTITY title "FreeBSD/ia64 Project">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
$FreeBSDde: de-www/platforms/ia64/todo.xsl,v 1.16 2011/06/05 17:57:18 jkois Exp $
|
||||
$FreeBSD$
|
||||
basiert auf: 1.11
|
||||
-->
|
||||
|
||||
<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="http://www.FreeBSD.org/XML/www/share/sgml/xhtml.xsl"/>
|
||||
|
||||
<xsl:variable name="date" select="'$FreeBSD$'"/>
|
||||
|
||||
<xsl:template names="process.content">
|
||||
<div id="SIDEWRAP">
|
||||
&nav;
|
||||
</div> <!-- SIDEWRAP -->
|
||||
|
||||
<div id="CONTENTWRAP">
|
||||
&header3;
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><title>&title;</title></head>
|
||||
|
||||
<body class="navinclude.developers">
|
||||
<img align="right" alt="Montecito die" src="&enbase;/platforms/ia64/montecito-die.png"/>
|
||||
|
||||
<p>Die FreeBSD/ia64-PR-Datenbank durchsuchen:</p>
|
||||
|
@ -135,6 +127,5 @@
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
</div> <!-- CONTENTWRAP -->
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,28 +1,19 @@
|
|||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY base "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY email "freebsd-ia64">
|
||||
<!ENTITY title "Proyecto FreeBSD/ia64">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!-- The FreeBSD Spanish Documentation Project
|
||||
Original Revision: r1.7 -->
|
||||
Original Revision: r1.7 -->
|
||||
|
||||
<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="http://www.FreeBSD.org/XML/www/share/sgml/xhtml.xsl"/>
|
||||
|
||||
<xsl:variable name="date" select="'$FreeBSD$'"/>
|
||||
|
||||
<xsl:template name="process.content">
|
||||
<div id="SIDEWRAP">
|
||||
&nav;
|
||||
</div> <!-- SIDEWRAP -->
|
||||
|
||||
<div id="CONTENTWRAP">
|
||||
&header3;
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><title>&title;</title></head>
|
||||
|
||||
<body class="navinclude.developers">
|
||||
<img align="right" alt="McKinley" src="&enbase;/platforms/mckinley-die.png"/>
|
||||
|
||||
<p>Buscar en los archivos de la lista de distribución de
|
||||
|
@ -85,6 +76,6 @@
|
|||
mantener la compatibilidad con versiones anteriores en
|
||||
una etapa tan temprana de de la vida del port no es lo
|
||||
ideal.</p>
|
||||
</div> <!-- CONTENTWRAP -->
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,28 +1,16 @@
|
|||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY base "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY email "freebsd-ia64">
|
||||
<!ENTITY title "Proyecto FreeBSD/ia64">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!-- The FreeBSD Spanish Documentation Project
|
||||
Original Revision: r1.9 -->
|
||||
|
||||
<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="http://www.FreeBSD.org/XML/www/share/sgml/xhtml.xsl"/>
|
||||
|
||||
<xsl:variable name="date" select="'$FreeBSD$'"/>
|
||||
|
||||
<xsl:template names="process.content">
|
||||
<div id="SIDEWRAP">
|
||||
&nav;
|
||||
</div> <!-- SIDEWRAP -->
|
||||
|
||||
<div id="CONTENTWRAP">
|
||||
&header3;
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><title>&title;</title></head>
|
||||
|
||||
<body class="navinclude.developers">
|
||||
<img align="right" alt="Montecito die" src="montecito-die.png"/>
|
||||
|
||||
<p>Búsquedas en la base de datos de PR de FreeBSD/ia64:</p>
|
||||
|
@ -147,6 +135,5 @@
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
</div> <!-- CONTENTWRAP -->
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY base "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY email "freebsd-ia64">
|
||||
<!ENTITY title "FreeBSD/ia64 Project">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD French Documentation Project
|
||||
|
@ -12,20 +14,10 @@
|
|||
Original revision: 1.7
|
||||
-->
|
||||
|
||||
<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="http://www.FreeBSD.org/XML/www/share/sgml/xhtml.xsl"/>
|
||||
|
||||
<xsl:variable name="date" select="'$FreeBSD$'"/>
|
||||
|
||||
<xsl:template name="process.content">
|
||||
<div id="SIDEWRAP">
|
||||
&nav;
|
||||
</div> <!-- SIDEWRAP -->
|
||||
|
||||
<div id="CONTENTWRAP">
|
||||
&header3;
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><title>&title;</title></head>
|
||||
|
||||
<body class="navinclude.developers">
|
||||
<img align="right" alt="McKinley die" src="&enbase;/platforms/ia64/mckinley-die.png"/>
|
||||
|
||||
<p>Rechercher dans les archives de la liste de diffusion
|
||||
|
@ -88,6 +80,6 @@
|
|||
importants au niveau de l'ABI et devoir maintenir une
|
||||
compatibilité aussi tôt dans la vie du port
|
||||
ne serait pas très pratique.</p>
|
||||
</div> <!-- CONTENTWRAP -->
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY base "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY email "freebsd-ia64">
|
||||
<!ENTITY title "FreeBSD/ia64 Project">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
@ -13,20 +14,10 @@
|
|||
Original revision: 1.9
|
||||
-->
|
||||
|
||||
<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="http://www.FreeBSD.org/XML/www/share/sgml/xhtml.xsl"/>
|
||||
|
||||
<xsl:variable name="date" select="'$FreeBSD$'"/>
|
||||
|
||||
<xsl:template name="process.content">
|
||||
<div id="SIDEWRAP">
|
||||
&nav;
|
||||
</div> <!-- SIDEWRAP -->
|
||||
|
||||
<div id="CONTENTWRAP">
|
||||
&header3;
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><title>&title;</title></head>
|
||||
|
||||
<body class="navinclude.developers">
|
||||
<img align="right" alt="Montecito die" src="&enbase;/platforms/ia64/montecito-die.png"/>
|
||||
|
||||
<p>Rechercher dans la base de PRs de FreeBSD/ia64:</p>
|
||||
|
@ -156,6 +147,5 @@
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
</div> <!-- CONTENTWRAP -->
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
||||
<?xml version="1.0" encoding="iso-8859-2"?>
|
||||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY base "../..">
|
||||
<!ENTITY enbase "../../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY email "freebsd-ia64">
|
||||
<!ENTITY title "A &os;/ia64 projekt">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!-- FreeBSD Hungarian Documentation Project
|
||||
|
@ -13,20 +13,10 @@
|
|||
%SRCID% 1.7
|
||||
-->
|
||||
|
||||
<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="http://www.FreeBSD.org/XML/www/share/sgml/xhtml.xsl"/>
|
||||
|
||||
<xsl:variable name="date" select="'$FreeBSD$'"/>
|
||||
|
||||
<xsl:template names="process.content">
|
||||
<div id="SIDEWRAP">
|
||||
&nav;
|
||||
</div> <!-- SIDEWRAP -->
|
||||
|
||||
<div id="CONTENTWRAP">
|
||||
&header3;
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><title>&title;</title></head>
|
||||
|
||||
<body class="navinclude.developers">
|
||||
<img align="right" alt="McKinley die" src="&enbase;/platforms/ia64/mckinley-die.png"/>
|
||||
|
||||
<p>Keresés az ia64 levelezési lista
|
||||
|
@ -90,6 +80,6 @@
|
|||
folyamatban, és a kompatibilitás
|
||||
feltétlen megtartása még nem
|
||||
célszerû ebben a kezdeti szakaszban.</p>
|
||||
</div> <!-- CONTENTWRAP -->
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
||||
<?xml version="1.0" encoding="iso-8859-2"?>
|
||||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY base "../..">
|
||||
<!ENTITY enbase "../../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY email "freebsd-ia64">
|
||||
<!ENTITY title "A &os;/ia64 projekt — További
|
||||
teendõk">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
<!ENTITY title "A &os;/ia64 projekt">
|
||||
]>
|
||||
|
||||
<!-- FreeBSD Hungarian Documentation Project
|
||||
|
@ -14,20 +13,10 @@
|
|||
%SRCID% 1.9
|
||||
-->
|
||||
|
||||
<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="http://www.FreeBSD.org/XML/www/share/sgml/xhtml.xsl"/>
|
||||
|
||||
<xsl:variable name="date" select="'$FreeBSD$'"/>
|
||||
|
||||
<xsl:template name="process.content">
|
||||
<div id="SIDEWRAP">
|
||||
&nav;
|
||||
</div> <!-- SIDEWRAP -->
|
||||
|
||||
<div id="CONTENTWRAP">
|
||||
&header3;
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><title>&title;</title></head>
|
||||
|
||||
<body class="navinclude.developers">
|
||||
<img align="right" alt="Montecito die" src="$enbase;/platforms/ia64/montecito-die.png"/>
|
||||
|
||||
<p>A &os;/ia64 porttal kapcsolatos hibajelentések
|
||||
|
@ -159,6 +148,5 @@
|
|||
memóriarészeket.</li>
|
||||
</ul>
|
||||
|
||||
</div> <!-- CONTENTWRAP -->
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,27 +1,19 @@
|
|||
<?xml version="1.0" encoding="EUC-JP" ?>
|
||||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
||||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY base "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY email "freebsd-ia64">
|
||||
<!ENTITY title "FreeBSD/ia64 プロジェクト">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.7 -->
|
||||
|
||||
<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="http://www.FreeBSD.org/XML/www/share/sgml/xhtml.xsl"/>
|
||||
|
||||
<xsl:template name="process.content">
|
||||
<div id="SIDEWRAP">
|
||||
&nav;
|
||||
</div> <!-- SIDEWRAP -->
|
||||
|
||||
<div id="CONTENTWRAP">
|
||||
&header3;
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><title>&title;</title></head>
|
||||
|
||||
<body class="navinclude.developers">
|
||||
<img align="right" alt="McKinley die" src="&enbase;/platforms/ia64/mckinley-die.png"/>
|
||||
|
||||
<p>freebsd-ia64 メーリングリストのアーカイブを検索:</p>
|
||||
|
@ -76,6 +68,5 @@
|
|||
移植のこんなに初期から後方互換性を維持しなければならないというのは、
|
||||
理想的とはとてもいえないからです。</p>
|
||||
|
||||
</div> <!-- CONTENTWRAP -->
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,29 +1,19 @@
|
|||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
||||
<?xml version="1.0" encoding="EUC-JP" ?>
|
||||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY base "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY email "freebsd-ia64">
|
||||
<!ENTITY title "FreeBSD/ia64 プロジェクト">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.11 -->
|
||||
|
||||
<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="http://www.FreeBSD.org/XML/www/share/sgml/xhtml.xsl"/>
|
||||
|
||||
<xsl:variable name="date" select="'$FreeBSD$'"/>
|
||||
|
||||
<xsl:template name="process.content">
|
||||
<div id="SIDEWRAP">
|
||||
&nav;
|
||||
</div> <!-- SIDEWRAP -->
|
||||
|
||||
<div id="CONTENTWRAP">
|
||||
&header3;
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><title>&title;</title></head>
|
||||
|
||||
<body class="navinclude.developers">
|
||||
<img align="right" alt="Montecito die" src="&enbase;/platforms/ia64/montecito-die.png"/>
|
||||
|
||||
<p>FreeBSD/ia64 障害報告データベースを検索する:</p>
|
||||
|
@ -133,6 +123,5 @@
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
</div> <!-- CONTENTWRAP -->
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue