www/89386: [PATCH] Another 4 *.xsl files with div id upper case
conversion
Rudolf Cejka
cejkar at fit.vutbr.cz
Mon Nov 21 18:21:09 GMT 2005
>Number: 89386
>Category: www
>Synopsis: [PATCH] Another 4 *.xsl files with div id upper case conversion
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-www
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Nov 21 18:20:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Rudolf Cejka
>Release: FreeBSD 5.3-STABLE i386
>Organization:
FIT, Brno University of Technology, Czech Republic
>Environment:
>Description:
There are four patches for another *.xsl files with remaining div id
upper case conversion - www/en/news/newsflash.xsl, www/en/news/press.xsl,
www/en/platforms/ia64/index.xsl and www/en/platforms/ia64/todo.xsl:
--- www/en/news/newsflash.xsl.orig Tue Oct 4 08:57:07 2005
+++ www/en/news/newsflash.xsl Mon Nov 21 19:07:37 2005
@@ -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>
--- www/en/news/press.xsl.orig Tue Oct 4 08:57:07 2005
+++ www/en/news/press.xsl Mon Nov 21 19:08:15 2005
@@ -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>
--- www/en/platforms/ia64/index.xsl.orig Tue Oct 11 16:28:05 2005
+++ www/en/platforms/ia64/index.xsl Mon Nov 21 19:09:12 2005
@@ -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>
--- www/en/platforms/ia64/todo.xsl.orig Mon Oct 17 12:43:24 2005
+++ www/en/platforms/ia64/todo.xsl Mon Nov 21 19:09:20 2005
@@ -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>
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-www
mailing list