- Style: uppercase div id attributes
PR: www/89386 Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
This commit is contained in:
parent
2f963d3e07
commit
7fe7752276
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26484
4 changed files with 36 additions and 36 deletions
en
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/en/news/newsflash.xsl,v 1.13 2005/03/24 23:08:47 jcamou Exp $ -->
|
||||
<!-- $FreeBSD: www/en/news/newsflash.xsl,v 1.14 2005/10/04 06:22:24 murray Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||
|
@ -27,16 +27,16 @@
|
|||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<div id="CONTAINERWRAP">
|
||||
<div id="CONTAINER">
|
||||
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<div id="content">
|
||||
<div id="CONTENT">
|
||||
|
||||
<xsl:copy-of select="$sidenav"/>
|
||||
|
||||
<div id="contentwrap">
|
||||
<div id="CONTENTWRAP">
|
||||
|
||||
<xsl:copy-of select="$header3"/>
|
||||
|
||||
|
@ -86,15 +86,15 @@
|
|||
|
||||
<xsl:copy-of select="$newshome"/>
|
||||
|
||||
</div> <!-- contentwrap -->
|
||||
</div> <!-- CONTENTWRAP -->
|
||||
<br class="clearboth" />
|
||||
|
||||
</div> <!-- content -->
|
||||
</div> <!-- CONTENT -->
|
||||
|
||||
<xsl:copy-of select="$footer"/>
|
||||
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->
|
||||
</div> <!-- CONTAINER -->
|
||||
</div> <!-- CONTAINERWRAP -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/en/news/press.xsl,v 1.10 2004/12/30 17:53:43 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/en/news/press.xsl,v 1.11 2005/10/04 06:22:24 murray Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||
|
@ -27,16 +27,16 @@
|
|||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<div id="CONTAINERWRAP">
|
||||
<div id="CONTAINER">
|
||||
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<div id="content">
|
||||
<div id="CONTENT">
|
||||
|
||||
<xsl:copy-of select="$sidenav"/>
|
||||
|
||||
<div id="contentwrap">
|
||||
<div id="CONTENTWRAP">
|
||||
|
||||
<xsl:copy-of select="$header3"/>
|
||||
|
||||
|
@ -52,15 +52,15 @@
|
|||
|
||||
<xsl:copy-of select="$newshome"/>
|
||||
|
||||
</div> <!-- contentwrap -->
|
||||
</div> <!-- CONTENTWRAP -->
|
||||
<br class="clearboth" />
|
||||
|
||||
</div> <!-- content -->
|
||||
</div> <!-- CONTENT -->
|
||||
|
||||
<xsl:copy-of select="$footer"/>
|
||||
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->
|
||||
</div> <!-- CONTAINER -->
|
||||
</div> <!-- CONTAINERWRAP -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:import href="../../includes.xsl"/>
|
||||
<xsl:import href="includes.xsl"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/platforms/ia64/index.xsl,v 1.1 2004/09/25 17:36:31 marcel Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/platforms/ia64/index.xsl,v 1.2 2005/10/04 19:43:49 hrs Exp $'"/>
|
||||
<xsl:variable name="section" select="'developers'"/>
|
||||
<xsl:output doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
encoding="iso-8859-1" method="html"/>
|
||||
|
@ -11,15 +11,15 @@
|
|||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<div id="CONTAINERWRAP">
|
||||
<div id="CONTAINER">
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<div id="content">
|
||||
<div id="CONTENT">
|
||||
|
||||
<xsl:copy-of select="$sidenav"/>
|
||||
|
||||
<div id="contentwrap">
|
||||
<div id="CONTENTWRAP">
|
||||
<xsl:copy-of select="$header3"/>
|
||||
|
||||
<img align="right" alt="McKinley die" src="mckinley-die.png"/>
|
||||
|
@ -74,13 +74,13 @@
|
|||
of ABI breaking changes in the pipeline and having to maintain
|
||||
backward compatibility this early in a ports life is less than
|
||||
ideal.</p>
|
||||
</div> <!-- contentwrap -->
|
||||
</div> <!-- CONTENTWRAP -->
|
||||
|
||||
<br class="clearboth" />
|
||||
</div> <!-- content -->
|
||||
</div> <!-- CONTENT -->
|
||||
<xsl:copy-of select="$footer"/>
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->
|
||||
</div> <!-- CONTAINER -->
|
||||
</div> <!-- CONTAINERWRAP -->
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:import href="../../includes.xsl"/>
|
||||
<xsl:import href="includes.xsl"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/platforms/ia64/todo.xsl,v 1.4 2005/10/04 19:43:49 hrs Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/platforms/ia64/todo.xsl,v 1.5 2005/10/15 08:53:59 blackend Exp $'"/>
|
||||
<xsl:variable name="section" select="'developers'"/>
|
||||
<xsl:output doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
encoding="iso-8859-1" method="html"/>
|
||||
|
@ -11,14 +11,14 @@
|
|||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<div id="CONTAINERWRAP">
|
||||
<div id="CONTAINER">
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<div id="content">
|
||||
<div id="CONTENT">
|
||||
<xsl:copy-of select="$sidenav"/>
|
||||
|
||||
<div id="contentwrap">
|
||||
<div id="CONTENTWRAP">
|
||||
<xsl:copy-of select="$header3"/>
|
||||
<img align="right" alt="Montecito die" src="montecito-die.png"/>
|
||||
|
||||
|
@ -131,13 +131,13 @@
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
</div> <!-- contentwrap -->
|
||||
</div> <!-- CONTENTWRAP -->
|
||||
|
||||
<br class="clearboth" />
|
||||
</div> <!-- content -->
|
||||
</div> <!-- CONTENT -->
|
||||
<xsl:copy-of select="$footer"/>
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->
|
||||
</div> <!-- CONTAINER -->
|
||||
</div> <!-- CONTAINERWRAP -->
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
|
Loading…
Reference in a new issue