Convert a string in the id attribute to the upper case to avoid
confusion. Rationale: The ISO 8879 (SGML) specification defines this as case-insensitive and it must always be treated as one in the upper case when the SGML declaration does not include "NAMECASE GENERAL NO." On the other hand, in the XML specification (REC-xml-20040204) it is case-sensitive and no normalization with regard to the case must not be performed by an XML parser. We use HTML 4.01 (SGML) DTD in most of the files in the www tree and convert them into XHTML 1.0 (XML) DTD forcibly by using tidy. So, as long as we use both SGML and XML DTD in this way it is better to use upper case only for the id attribute to avoid the case sensitivity problem.
This commit is contained in:
parent
8040e9198a
commit
00616f3728
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26262
10 changed files with 136 additions and 136 deletions
114
en/index.xsl
114
en/index.xsl
|
@ -1,4 +1,4 @@
|
||||||
<!-- $FreeBSD: www/en/index.xsl,v 1.136 2005/10/09 16:14:38 ceri Exp $ -->
|
<!-- $FreeBSD: www/en/index.xsl,v 1.137 2005/10/12 19:25:12 murray Exp $ -->
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
||||||
<xsl:import href="news/includes.xsl"/>
|
<xsl:import href="news/includes.xsl"/>
|
||||||
|
|
||||||
<xsl:variable name="base" select="'.'"/>
|
<xsl:variable name="base" select="'.'"/>
|
||||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.136 2005/10/09 16:14:38 ceri Exp $'"/>
|
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.137 2005/10/12 19:25:12 murray Exp $'"/>
|
||||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||||
|
|
||||||
<!-- these params should be externally bound. The values
|
<!-- these params should be externally bound. The values
|
||||||
|
@ -54,30 +54,30 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="containerwrap">
|
<div id="CONTAINERWRAP">
|
||||||
<div id="container">
|
<div id="CONTAINER">
|
||||||
<xsl:copy-of select="$header2"/>
|
<xsl:copy-of select="$header2"/>
|
||||||
<div id="content">
|
<div id="CONTENT">
|
||||||
|
|
||||||
<div id="frontcontainer">
|
<div id="FRONTCONTAINER">
|
||||||
<div id="frontmain">
|
<div id="FRONTMAIN">
|
||||||
<div id="frontfeaturecontainer">
|
<div id="FRONTFEATURECONTAINER">
|
||||||
|
|
||||||
<div id="frontfeatureleft">
|
<div id="FRONTFEATURELEFT">
|
||||||
<div id="frontfeaturecontent">
|
<div id="FRONTFEATURECONTENT">
|
||||||
<h1>
|
<h1>
|
||||||
Based on BSD UNIX®
|
Based on BSD UNIX®
|
||||||
</h1>
|
</h1>
|
||||||
<p>
|
<p>
|
||||||
FreeBSD is an advanced operating system for x86 compatible (including Pentium® and Athlon ™), amd64 compatible (including Opteron ™, Athlon 64, and EM64T), Alpha/AXP, IA-64, PC-98 and UltraSPARC® architectures. It is derived from BSD, the version of UNIX® developed at the University of California, Berkeley. It is developed and maintained by a <a href="{$base}/doc/en_US.ISO8859-1/articles/contributors/index.html">large team of individuals</a>. Additional <a href="{$base}/platforms/">platforms</a> are in various stages of development.
|
FreeBSD is an advanced operating system for x86 compatible (including Pentium® and Athlon ™), amd64 compatible (including Opteron ™, Athlon 64, and EM64T), Alpha/AXP, IA-64, PC-98 and UltraSPARC® architectures. It is derived from BSD, the version of UNIX® developed at the University of California, Berkeley. It is developed and maintained by a <a href="{$base}/doc/en_US.ISO8859-1/articles/contributors/index.html">large team of individuals</a>. Additional <a href="{$base}/platforms/">platforms</a> are in various stages of development.
|
||||||
</p>
|
</p>
|
||||||
<div id="txtfrontfeaturelink">
|
<div id="TXTFRONTFEATURELINK">
|
||||||
»<a href="{$base}/about.html" title="Learn More">Learn More</a>
|
»<a href="{$base}/about.html" title="Learn More">Learn More</a>
|
||||||
</div> <!-- txtfrontfeaturelink -->
|
</div> <!-- TXTFRONTFEATURELINK -->
|
||||||
</div> <!-- frontfeaturecontent -->
|
</div> <!-- FRONTFEATURECONTENT -->
|
||||||
</div> <!-- frontfeatureleft -->
|
</div> <!-- FRONTFEATURELEFT -->
|
||||||
|
|
||||||
<div id="frontfeaturemiddle">
|
<div id="FRONTFEATUREMIDDLE">
|
||||||
<div class="frontgetroundbox">
|
<div class="frontgetroundbox">
|
||||||
<div class="frontgettop"><div><b style="display: none">.</b></div></div>
|
<div class="frontgettop"><div><b style="display: none">.</b></div></div>
|
||||||
<div class="frontgetcontent">
|
<div class="frontgetcontent">
|
||||||
|
@ -86,10 +86,10 @@
|
||||||
<div class="frontgetbot"><div><b style="display: none">.</b></div></div>
|
<div class="frontgetbot"><div><b style="display: none">.</b></div></div>
|
||||||
</div> <!-- frontgetroundbox -->
|
</div> <!-- frontgetroundbox -->
|
||||||
|
|
||||||
<div id="frontreleases">
|
<div id="FRONTRELEASES">
|
||||||
<div id="frontreleasescontent" class="txtshortcuts">
|
<div id="FRONTRELEASESCONTENT" class="txtshortcuts">
|
||||||
<h2>LATEST RELEASES</h2>
|
<h2>LATEST RELEASES</h2>
|
||||||
<ul id="frontreleaseslist">
|
<ul id="FRONTRELEASESLIST">
|
||||||
<li>
|
<li>
|
||||||
<a href="{$u.rel.announce}">Production Release <xsl:value-of select="$rel.current"/></a>
|
<a href="{$u.rel.announce}">Production Release <xsl:value-of select="$rel.current"/></a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -103,14 +103,14 @@
|
||||||
</li>
|
</li>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
</ul>
|
</ul>
|
||||||
</div> <!-- frontreleasescontent -->
|
</div> <!-- FRONTRELEASESCONTENT -->
|
||||||
</div> <!-- frontreleases -->
|
</div> <!-- FRONTRELEASES -->
|
||||||
</div> <!-- frontfeaturemiddle -->
|
</div> <!-- FRONTFEATUREMIDDLE -->
|
||||||
|
|
||||||
<div id="frontfeatureright">
|
<div id="FRONTFEATURERIGHT">
|
||||||
<h2 class="blockhide">Language Links</h2>
|
<h2 class="blockhide">Language Links</h2>
|
||||||
<div id="languagenav">
|
<div id="LANGUAGENAV">
|
||||||
<ul id="languagenavlist">
|
<ul id="LANGUAGENAVLIST">
|
||||||
<li>
|
<li>
|
||||||
<a href="{$base}/de/" title="German">de</a>
|
<a href="{$base}/de/" title="German">de</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -135,11 +135,11 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div> <!-- languagenav -->
|
</div> <!-- languagenav -->
|
||||||
|
|
||||||
<div id="mirror">
|
<div id="MIRROR">
|
||||||
<form action="{$cgibase}/mirror.cgi" method="get">
|
<form action="{$cgibase}/mirror.cgi" method="get">
|
||||||
<div>
|
<div>
|
||||||
<h2 class="blockhide"><label for="mirrorsel">Mirror</label></h2>
|
<h2 class="blockhide"><label for="mirrorsel">Mirror</label></h2>
|
||||||
<select id="mirrorsel" name="goto">
|
<select id="MIRRORSEL" name="goto">
|
||||||
<xsl:call-template name="html-index-mirrors-options-list">
|
<xsl:call-template name="html-index-mirrors-options-list">
|
||||||
<xsl:with-param name="mirrors.xml" select="$mirrors.xml" />
|
<xsl:with-param name="mirrors.xml" select="$mirrors.xml" />
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
|
@ -147,12 +147,12 @@
|
||||||
</div> <!-- unnamed -->
|
</div> <!-- unnamed -->
|
||||||
<input type="submit" value="Go" />
|
<input type="submit" value="Go" />
|
||||||
</form>
|
</form>
|
||||||
</div> <!-- mirror -->
|
</div> <!-- MIRROR -->
|
||||||
|
|
||||||
<div id="frontshortcuts">
|
<div id="FRONTSHORTCUTS">
|
||||||
<div id="frontshortcutscontent" class="txtshortcuts">
|
<div id="FRONTSHORTCUTSCONTENT" class="txtshortcuts">
|
||||||
<h2>SHORTCUTS</h2>
|
<h2>SHORTCUTS</h2>
|
||||||
<ul id="frontshortcutslist">
|
<ul id="FRONTSHORTCUTSLIST">
|
||||||
<li>
|
<li>
|
||||||
<a href="{$base}/community/mailinglists.html" title="Mailing Lists">Mailing Lists</a>
|
<a href="{$base}/community/mailinglists.html" title="Mailing Lists">Mailing Lists</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -173,8 +173,8 @@
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div> <!-- frontshortcutscontent -->
|
</div> <!-- FRONTSHORTCUTSCONTENT -->
|
||||||
</div> <!-- frontshortcuts -->
|
</div> <!-- FRONTSHORTCUTS -->
|
||||||
|
|
||||||
<div class="frontnewroundbox">
|
<div class="frontnewroundbox">
|
||||||
<div class="frontnewtop"><div><b style="display: none">.</b></div></div>
|
<div class="frontnewtop"><div><b style="display: none">.</b></div></div>
|
||||||
|
@ -183,14 +183,14 @@
|
||||||
</div> <!-- frontnewcontent -->
|
</div> <!-- frontnewcontent -->
|
||||||
<div class="frontnewbot"><div><b style="display: none">.</b></div></div>
|
<div class="frontnewbot"><div><b style="display: none">.</b></div></div>
|
||||||
</div> <!-- frontnewroundbox -->
|
</div> <!-- frontnewroundbox -->
|
||||||
</div> <!-- featureright -->
|
</div> <!-- FEATURERIGHT -->
|
||||||
|
|
||||||
</div> <!-- frontfeaturecontainer -->
|
</div> <!-- FRONTFEATURECONTAINER -->
|
||||||
|
|
||||||
<br class="clearboth" />
|
<br class="clearboth" />
|
||||||
<div id="frontnemscontainer">
|
<div id="FRONTNEMSCONTAINER">
|
||||||
<div id="frontnews">
|
<div id="FRONTNEWS">
|
||||||
<div id="frontnewscontent" class="txtnewsevent">
|
<div id="FRONTNEWSCONTENT" class="txtnewsevent">
|
||||||
<h2>LATEST NEWS</h2>
|
<h2>LATEST NEWS</h2>
|
||||||
<div class="newseventswrap">
|
<div class="newseventswrap">
|
||||||
|
|
||||||
|
@ -214,8 +214,8 @@
|
||||||
</div> <!-- frontnewscontent -->
|
</div> <!-- frontnewscontent -->
|
||||||
</div> <!-- frontnews -->
|
</div> <!-- frontnews -->
|
||||||
<div class="frontseparator"><b style="display: none">.</b></div>
|
<div class="frontseparator"><b style="display: none">.</b></div>
|
||||||
<div id="frontevents">
|
<div id="FRONTEVENTS">
|
||||||
<div id="fronteventscontent" class="txtnewsevent">
|
<div id="FRONTEVENTSCONTENT" class="txtnewsevent">
|
||||||
|
|
||||||
<h2>UPCOMING EVENTS</h2>
|
<h2>UPCOMING EVENTS</h2>
|
||||||
<div class="newseventswrap">
|
<div class="newseventswrap">
|
||||||
|
@ -235,11 +235,11 @@
|
||||||
</div> <!-- unnamed -->
|
</div> <!-- unnamed -->
|
||||||
</div> <!-- newseventswrap -->
|
</div> <!-- newseventswrap -->
|
||||||
|
|
||||||
</div> <!-- frontnewsevents -->
|
</div> <!-- FRONTNEWSEVENTS -->
|
||||||
</div> <!-- frontevents -->
|
</div> <!-- FRONTEVENTS -->
|
||||||
<div class="frontseparator"><b style="display: none">.</b></div>
|
<div class="frontseparator"><b style="display: none">.</b></div>
|
||||||
<div id="frontmedia">
|
<div id="FRONTMEDIA">
|
||||||
<div id="frontmediacontent" class="txtnewsevent">
|
<div id="FRONTMEDIACONTENT" class="txtnewsevent">
|
||||||
|
|
||||||
<h2>IN THE MEDIA</h2>
|
<h2>IN THE MEDIA</h2>
|
||||||
<div class="newseventswrap">
|
<div class="newseventswrap">
|
||||||
|
@ -258,11 +258,11 @@
|
||||||
</div> <!-- unnamed -->
|
</div> <!-- unnamed -->
|
||||||
</div> <!-- newseventswrap -->
|
</div> <!-- newseventswrap -->
|
||||||
|
|
||||||
</div> <!-- frontmediacontent -->
|
</div> <!-- FRONTMEDIACONTENT -->
|
||||||
</div> <!-- frontmedia -->
|
</div> <!-- FRONTMEDIA -->
|
||||||
<div class="frontseparator"><b style="display: none">.</b></div>
|
<div class="frontseparator"><b style="display: none">.</b></div>
|
||||||
<div id="frontsecurity">
|
<div id="FRONTSECURITY">
|
||||||
<div id="frontsecuritycontent" class="txtnewsevent">
|
<div id="FRONTSECURITYCONTENT" class="txtnewsevent">
|
||||||
|
|
||||||
<h2>SECURITY ADVISORIES</h2>
|
<h2>SECURITY ADVISORIES</h2>
|
||||||
<div class="newseventswrap">
|
<div class="newseventswrap">
|
||||||
|
@ -298,22 +298,22 @@
|
||||||
|
|
||||||
</div> <!-- newseventswrap -->
|
</div> <!-- newseventswrap -->
|
||||||
|
|
||||||
</div> <!-- frontsecuritycontent -->
|
</div> <!-- FRONTSECURITYCONTENT -->
|
||||||
</div> <!-- frontsecurity -->
|
</div> <!-- FRONTSECURITY -->
|
||||||
|
|
||||||
<br class="clearboth" />
|
<br class="clearboth" />
|
||||||
|
|
||||||
</div> <!-- frontnemscontainer -->
|
</div> <!-- FRONTNEMSCONTAINER -->
|
||||||
</div> <!-- frontmain -->
|
</div> <!-- FRONTMAIN -->
|
||||||
</div> <!-- frontcontainer -->
|
</div> <!-- FRONTCONTAINER -->
|
||||||
|
|
||||||
</div> <!-- content -->
|
</div> <!-- CONTENT -->
|
||||||
<div id="footer">
|
<div id="FOOTER">
|
||||||
<xsl:copy-of select="$copyright"/><br />
|
<xsl:copy-of select="$copyright"/><br />
|
||||||
<xsl:copy-of select="$date"/>
|
<xsl:copy-of select="$date"/>
|
||||||
</div> <!-- footer -->
|
</div> <!-- FOOTER -->
|
||||||
</div> <!-- container -->
|
</div> <!-- CONTAINER -->
|
||||||
</div> <!-- containerwrap -->
|
</div> <!-- CONTAINERWRAP -->
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $FreeBSD: www/share/sgml/includes.header.sgml,v 1.6 2005/10/04 06:13:33 murray Exp $ -->
|
<!-- $FreeBSD: www/share/sgml/includes.header.sgml,v 1.7 2005/10/06 19:27:37 ceri Exp $ -->
|
||||||
|
|
||||||
<!-- Images -->
|
<!-- Images -->
|
||||||
<!ENTITY i.daemon '<img src="&base;/gifs/daemon.gif" alt="" align="left" width="80" height="76">'>
|
<!ENTITY i.daemon '<img src="&base;/gifs/daemon.gif" alt="" align="left" width="80" height="76">'>
|
||||||
|
@ -30,21 +30,21 @@
|
||||||
<script type="text/javascript" src="&base;/layout/js/styleswitcher.js"></script>
|
<script type="text/javascript" src="&base;/layout/js/styleswitcher.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="containerwrap">
|
<div id="CONTAINERWRAP">
|
||||||
<div id="container">
|
<div id="CONTAINER">
|
||||||
<span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)</span>
|
<span class="txtoffscreen"><a href="#CONTENT" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)</span>
|
||||||
<span class="txtoffscreen"><a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span>
|
<span class="txtoffscreen"><a href="#CONTENTWRAP" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span>
|
||||||
<div id="headercontainer">
|
<div id="HEADERCONTAINER">
|
||||||
|
|
||||||
<div id="header">
|
<div id="HEADER">
|
||||||
<h2 class="blockhide">Header And Logo</h2>
|
<h2 class="blockhide">Header And Logo</h2>
|
||||||
<div id="headerlogoleft">
|
<div id="HEADERLOGOLEFT">
|
||||||
<a href="&base;" title="FreeBSD"><img src="&base;/layout/images/logo.png" width="360" height="40" alt="FreeBSD"></a>
|
<a href="&base;" title="FreeBSD"><img src="&base;/layout/images/logo.png" width="360" height="40" alt="FreeBSD"></a>
|
||||||
</div> <!-- headerlogoleft -->
|
</div> <!-- HEADERLOGOLEFT -->
|
||||||
<div id="headerlogoright">
|
<div id="HEADERLOGORIGHT">
|
||||||
<h2 class="blockhide">Peripheral Links</h2>
|
<h2 class="blockhide">Peripheral Links</h2>
|
||||||
<div id="searchnav">
|
<div id="SEARCHNAV">
|
||||||
<ul id="searchnavlist">
|
<ul id="SEARCHNAVLIST">
|
||||||
<li>
|
<li>
|
||||||
Text Size: <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Normal Text'); return false;" title="Normal Text Size">Normal</a> / <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Large Text'); return false;" title="Large Text Size">Large</a>
|
Text Size: <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Normal Text'); return false;" title="Normal Text Size">Normal</a> / <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Large Text'); return false;" title="Large Text Size">Large</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -55,22 +55,22 @@
|
||||||
<a href="&base;/mailto.html" title="Contact">Contact</a>
|
<a href="&base;/mailto.html" title="Contact">Contact</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div> <!-- searchnav -->
|
</div> <!-- SEARCHNAV -->
|
||||||
<div id="search">
|
<div id="SEARCH">
|
||||||
<form action="&cgibase;/search.cgi" method="get">
|
<form action="&cgibase;/search.cgi" method="get">
|
||||||
<div>
|
<div>
|
||||||
<h2 class="blockhide"><label for="words">Search</label></h2>
|
<h2 class="blockhide"><label for="words">Search</label></h2>
|
||||||
<input type="hidden" name="max" value="25"> <input type="hidden" name="source" value="www"><input id="words" name="words" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search"> <input id="submit" name="submit" type="submit" value="Search">
|
<input type="hidden" name="max" value="25"> <input type="hidden" name="source" value="www"><input id="WORDS" name="words" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search"> <input id="SUBMIT" name="submit" type="submit" value="Search">
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div> <!-- search -->
|
</div> <!-- SEARCH -->
|
||||||
</div> <!-- headerlogoright -->
|
</div> <!-- HEADERLOGORIGHT -->
|
||||||
|
|
||||||
</div> <!-- header -->
|
</div> <!-- HEADER -->
|
||||||
|
|
||||||
<h2 class="blockhide">Site Navigation</h2>
|
<h2 class="blockhide">Site Navigation</h2>
|
||||||
<div id="topnav">
|
<div id="TOPNAV">
|
||||||
<ul id="topnavlist">
|
<ul id="TOPNAVLIST">
|
||||||
<li>
|
<li>
|
||||||
<a href="&base;/" title="Home">Home</a>
|
<a href="&base;/" title="Home">Home</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -93,29 +93,29 @@
|
||||||
<a href="&base;/support.html" title="Support">Support</a>
|
<a href="&base;/support.html" title="Support">Support</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div> <!-- topnav -->
|
</div> <!-- TOPNAV -->
|
||||||
</div> <!-- headercontainer -->
|
</div> <!-- HEADERCONTAINER -->
|
||||||
|
|
||||||
<div id="content">
|
<div id="CONTENT">
|
||||||
<div id="sidewrap">
|
<div id="SIDEWRAP">
|
||||||
&nav;
|
&nav;
|
||||||
</div> <!-- sidewrap -->
|
</div> <!-- SIDEWRAP -->
|
||||||
|
|
||||||
<div id="contentwrap">
|
<div id="CONTENTWRAP">
|
||||||
|
|
||||||
<h1>&title;</h1>'>
|
<h1>&title;</h1>'>
|
||||||
|
|
||||||
<!ENTITY footer '</div> <!-- contentwrap -->
|
<!ENTITY footer '</div> <!-- CONTENTWRAP -->
|
||||||
<br class="clearboth">
|
<br class="clearboth">
|
||||||
|
|
||||||
</div> <!-- content -->
|
</div> <!-- CONTENT -->
|
||||||
<div id="footer">
|
<div id="FOOTER">
|
||||||
©right;<br>
|
©right;<br>
|
||||||
&date;
|
&date;
|
||||||
</div> <!-- footer -->
|
</div> <!-- FOOTER -->
|
||||||
|
|
||||||
</div> <!-- container -->
|
</div> <!-- CONTAINER -->
|
||||||
</div> <!-- containerwrap -->'>
|
</div> <!-- CONTAINERWRAP -->'>
|
||||||
|
|
||||||
<!-- macro for webbuild paper -->
|
<!-- macro for webbuild paper -->
|
||||||
<!ENTITY webbuild '
|
<!ENTITY webbuild '
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||||
|
|
||||||
<!-- $FreeBSD: www/share/sgml/includes.header.xsl,v 1.8 2005/10/08 00:09:20 marcel Exp $ -->
|
<!-- $FreeBSD: www/share/sgml/includes.header.xsl,v 1.9 2005/10/14 09:12:17 ale Exp $ -->
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||||
|
|
||||||
|
@ -45,19 +45,19 @@
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
|
|
||||||
<xsl:variable name="header2">
|
<xsl:variable name="header2">
|
||||||
<span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)</span>
|
<span class="txtoffscreen"><a href="#CONTENT" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)</span>
|
||||||
<span class="txtoffscreen"><a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span>
|
<span class="txtoffscreen"><a href="#CONTENTWRAP" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span>
|
||||||
<div id="headercontainer">
|
<div id="HEADERCONTAINER">
|
||||||
|
|
||||||
<div id="header">
|
<div id="HEADER">
|
||||||
<h2 class="blockhide">Header And Logo</h2>
|
<h2 class="blockhide">Header And Logo</h2>
|
||||||
<div id="headerlogoleft">
|
<div id="HEADERLOGOLEFT">
|
||||||
<a href="{$base}" title="FreeBSD"><img src="{$base}/layout/images/logo.png" width="360" height="40" alt="FreeBSD" /></a>
|
<a href="{$base}" title="FreeBSD"><img src="{$base}/layout/images/logo.png" width="360" height="40" alt="FreeBSD" /></a>
|
||||||
</div> <!-- headerlogoleft -->
|
</div> <!-- HEADERLOGOLEFT -->
|
||||||
<div id="headerlogoright">
|
<div id="HEADERLOGORIGHT">
|
||||||
<h2 class="blockhide">Peripheral Links</h2>
|
<h2 class="blockhide">Peripheral Links</h2>
|
||||||
<div id="searchnav">
|
<div id="SEARCHNAV">
|
||||||
<ul id="searchnavlist">
|
<ul id="SEARCHNAVLIST">
|
||||||
<li>
|
<li>
|
||||||
Text Size: <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Normal Text'); return false;" title="Normal Text Size">Normal</a> / <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Large Text'); return false;" title="Large Text Size">Large</a>
|
Text Size: <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Normal Text'); return false;" title="Normal Text Size">Normal</a> / <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Large Text'); return false;" title="Large Text Size">Large</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -68,22 +68,22 @@
|
||||||
<a href="{$base}/mailto.html" title="Contact">Contact</a>
|
<a href="{$base}/mailto.html" title="Contact">Contact</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div> <!-- searchnav -->
|
</div> <!-- SEARCHNAV -->
|
||||||
<div id="search">
|
<div id="SEARCH">
|
||||||
<form action="{$cgibase}/search.cgi" method="get">
|
<form action="{$cgibase}/search.cgi" method="get">
|
||||||
<div>
|
<div>
|
||||||
<h2 class="blockhide"><label for="words">Search</label></h2>
|
<h2 class="blockhide"><label for="words">Search</label></h2>
|
||||||
<input type="hidden" name="max" value="25" /> <input type="hidden" name="source" value="www" /><input id="words" name="words" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" /> <input id="submit" name="submit" type="submit" value="Search" />
|
<input type="hidden" name="max" value="25" /> <input type="hidden" name="source" value="www" /><input id="WORDS" name="words" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" /> <input id="SUBMIT" name="submit" type="submit" value="Search" />
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div> <!-- search -->
|
</div> <!-- SEARCH -->
|
||||||
</div> <!-- headerlogoright -->
|
</div> <!-- HEADERLOGORIGHT -->
|
||||||
|
|
||||||
</div> <!-- header -->
|
</div> <!-- HEADER -->
|
||||||
|
|
||||||
<h2 class="blockhide">Site Navigation</h2>
|
<h2 class="blockhide">Site Navigation</h2>
|
||||||
<div id="topnav">
|
<div id="TOPNAV">
|
||||||
<ul id="topnavlist">
|
<ul id="TOPNAVLIST">
|
||||||
<li>
|
<li>
|
||||||
<a href="{$base}/" title="Home">Home</a>
|
<a href="{$base}/" title="Home">Home</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -106,8 +106,8 @@
|
||||||
<a href="{$base}/support.html" title="Support">Support</a>
|
<a href="{$base}/support.html" title="Support">Support</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div> <!-- topnav -->
|
</div> <!-- TOPNAV -->
|
||||||
</div> <!-- headercontainer -->
|
</div> <!-- HEADERCONTAINER -->
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
|
|
||||||
<xsl:variable name="header3">
|
<xsl:variable name="header3">
|
||||||
|
@ -115,9 +115,9 @@
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
|
|
||||||
<xsl:variable name="sidenav">
|
<xsl:variable name="sidenav">
|
||||||
<div id="sidewrap">
|
<div id="SIDEWRAP">
|
||||||
|
|
||||||
<div id="sidenav">
|
<div id="SIDENAV">
|
||||||
<h2 class="blockhide">Section Navigation</h2>
|
<h2 class="blockhide">Section Navigation</h2>
|
||||||
|
|
||||||
<xsl:if test="$section = 'about'" >
|
<xsl:if test="$section = 'about'" >
|
||||||
|
@ -229,16 +229,16 @@
|
||||||
</ul>
|
</ul>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
|
||||||
</div> <!-- sidenav -->
|
</div> <!-- SIDENAV -->
|
||||||
|
|
||||||
</div> <!-- sidewrap -->
|
</div> <!-- SIDEWRAP -->
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
|
|
||||||
<xsl:variable name="footer">
|
<xsl:variable name="footer">
|
||||||
<div id="footer">
|
<div id="FOOTER">
|
||||||
<xsl:copy-of select="$copyright"/><br />
|
<xsl:copy-of select="$copyright"/><br />
|
||||||
<xsl:copy-of select="$date"/>
|
<xsl:copy-of select="$date"/>
|
||||||
</div> <!-- footer -->
|
</div> <!-- FOOTER -->
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
|
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!-- $FreeBSD: www/share/sgml/includes.navabout.sgml,v 1.1 2005/10/04 07:37:03 murray Exp $ -->
|
<!-- $FreeBSD: www/share/sgml/includes.navabout.sgml,v 1.2 2005/10/06 15:27:30 simon Exp $ -->
|
||||||
|
|
||||||
<!ENTITY nav '<div id="sidenav">
|
<!ENTITY nav '<div id="SIDENAV">
|
||||||
<h2 class="blockhide">Section Navigation</h2>
|
<h2 class="blockhide">Section Navigation</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="&base;/about.html">About</a></li>
|
<li><a href="&base;/about.html">About</a></li>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!-- $FreeBSD: www/share/sgml/includes.navcommunity.sgml,v 1.1 2005/10/04 07:37:03 murray Exp $ -->
|
<!-- $FreeBSD: www/share/sgml/includes.navcommunity.sgml,v 1.2 2005/10/06 15:27:30 simon Exp $ -->
|
||||||
|
|
||||||
<!ENTITY nav '<div id="sidenav">
|
<!ENTITY nav '<div id="SIDENAV">
|
||||||
<h2 class="blockhide">Section Navigation</h2>
|
<h2 class="blockhide">Section Navigation</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="&base;/community.html">Community</a></li>
|
<li><a href="&base;/community.html">Community</a></li>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!-- $FreeBSD: www/share/sgml/includes.navdevelopers.sgml,v 1.3 2005/10/08 00:09:20 marcel Exp $ -->
|
<!-- $FreeBSD: www/share/sgml/includes.navdevelopers.sgml,v 1.4 2005/10/14 08:59:22 flz Exp $ -->
|
||||||
|
|
||||||
<!ENTITY nav '<div id="sidenav">
|
<!ENTITY nav '<div id="SIDENAV">
|
||||||
<h2 class="blockhide">Section Navigation</h2>
|
<h2 class="blockhide">Section Navigation</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="&base;/projects/index.html">Developers</a></li>
|
<li><a href="&base;/projects/index.html">Developers</a></li>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!-- $FreeBSD: www/share/sgml/includes.navdocs.sgml,v 1.3 2005/10/06 15:30:24 simon Exp $ -->
|
<!-- $FreeBSD: www/share/sgml/includes.navdocs.sgml,v 1.4 2005/10/06 19:27:37 ceri Exp $ -->
|
||||||
|
|
||||||
<!ENTITY nav '<div id="sidenav">
|
<!ENTITY nav '<div id="SIDENAV">
|
||||||
<h2 class="blockhide">Section Navigation</h2>
|
<h2 class="blockhide">Section Navigation</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="&base;/docs.html">Documentation</a></li>
|
<li><a href="&base;/docs.html">Documentation</a></li>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<!-- $FreeBSD: www/share/sgml/includes.navdownload.sgml,v 1.2 2005/10/06 15:27:30 simon Exp $ -->
|
<!-- $FreeBSD: www/share/sgml/includes.navdownload.sgml,v 1.3 2005/10/07 14:15:48 ceri Exp $ -->
|
||||||
|
|
||||||
<!ENTITY % relincludes SYSTEM "includes.release.sgml"> %relincludes;
|
<!ENTITY % relincludes SYSTEM "includes.release.sgml"> %relincludes;
|
||||||
|
|
||||||
<!ENTITY nav '<div id="sidenav">
|
<!ENTITY nav '<div id="SIDENAV">
|
||||||
<h2 class="blockhide">Section Navigation</h2>
|
<h2 class="blockhide">Section Navigation</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="&base;/where.html">Get FreeBSD</a></li>
|
<li><a href="&base;/where.html">Get FreeBSD</a></li>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!-- $FreeBSD: www/share/sgml/includes.navsupport.sgml,v 1.1 2005/10/04 07:37:03 murray Exp $ -->
|
<!-- $FreeBSD: www/share/sgml/includes.navsupport.sgml,v 1.2 2005/10/06 15:27:30 simon Exp $ -->
|
||||||
|
|
||||||
<!ENTITY nav '<div id="sidenav">
|
<!ENTITY nav '<div id="SIDENAV">
|
||||||
<h2 class="blockhide">Section Navigation</h2>
|
<h2 class="blockhide">Section Navigation</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="&base;/support.html">Support</a></li>
|
<li><a href="&base;/support.html">Support</a></li>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
<!-- $FreeBSD: www/share/sgml/templates.usergroups.xsl,v 1.2 2005/09/18 06:25:01 hrs Exp $ -->
|
<!-- $FreeBSD: www/share/sgml/templates.usergroups.xsl,v 1.3 2005/10/04 17:18:41 hrs Exp $ -->
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
|
xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
|
||||||
|
@ -25,14 +25,14 @@
|
||||||
<xsl:copy-of select="$header1"/>
|
<xsl:copy-of select="$header1"/>
|
||||||
|
|
||||||
<body xsl:use-attribute-sets="att.body">
|
<body xsl:use-attribute-sets="att.body">
|
||||||
<div id="containerwrap">
|
<div id="CONTAINERWRAP">
|
||||||
<div id="container">
|
<div id="CONTAINER">
|
||||||
<xsl:copy-of select="$header2"/>
|
<xsl:copy-of select="$header2"/>
|
||||||
|
|
||||||
<div id="content">
|
<div id="CONTENT">
|
||||||
<xsl:copy-of select="$sidenav"/>
|
<xsl:copy-of select="$sidenav"/>
|
||||||
|
|
||||||
<div id="contentwrap">
|
<div id="CONTENTWRAP">
|
||||||
<xsl:copy-of select="$header3"/>
|
<xsl:copy-of select="$header3"/>
|
||||||
|
|
||||||
<xsl:call-template name="html-usergroups-list-header" />
|
<xsl:call-template name="html-usergroups-list-header" />
|
||||||
|
@ -47,14 +47,14 @@
|
||||||
<xsl:with-param name="usergroups-local.xml" select="$usergroups-local.xml" />
|
<xsl:with-param name="usergroups-local.xml" select="$usergroups-local.xml" />
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
|
|
||||||
</div> <!-- contentwrap -->
|
</div> <!-- CONTENTWRAP -->
|
||||||
<br class="clearboth" />
|
<br class="clearboth" />
|
||||||
</div> <!-- content -->
|
</div> <!-- CONTENT -->
|
||||||
|
|
||||||
<xsl:copy-of select="$footer"/>
|
<xsl:copy-of select="$footer"/>
|
||||||
|
|
||||||
</div> <!-- container -->
|
</div> <!-- CONTAINER -->
|
||||||
</div> <!-- containerwrap -->
|
</div> <!-- CONTAINERWRAP -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
Loading…
Reference in a new issue