| Summary: | [PATCH] Another 4 *.xsl files with div id upper case conversion | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Rudolf Čejka <cejkar> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Committed, thanks! |
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>