- Convert more id's and references to lower case

- Drop upper case support from CSS

Approved by:	doceng (implicit)
This commit is contained in:
Gabor Kovesdan 2012-08-19 11:11:51 +00:00
parent 16e0394616
commit acb8333ccd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/sgml2xml/; revision=39396
28 changed files with 224 additions and 228 deletions

View file

@ -47,12 +47,12 @@
<div xmlns="http://www.w3.org/1999/xhtml">
<input type="hidden" name="max" value="25" />
<input type="hidden" name="source" value="www" />
<input id="WORDS" name="words" type="text" size="20"
<input id="words" name="words" type="text" size="20"
maxlength="255"
onfocus="if( this.value==this.defaultValue ) this.value=&#39;&#39;;"
value="&header2.word.search;" /><![CDATA[ ]]>
<span>&nbsp;</span>
<input id="SUBMIT" name="submit" type="submit" value="&header2.word.search;" />
<input id="submit" name="submit" type="submit" value="&header2.word.search;" />
</div>
'>
@ -136,8 +136,8 @@
<!ENTITY header2.searchnav.label '<h2 xmlns="http://www.w3.org/1999/xhtml" class="blockhide">Peripheral Links</h2>'>
<!ENTITY header2.searchnav '
<div xmlns="http://www.w3.org/1999/xhtml" id="SEARCHNAV">
<ul id="SEARCHNAVLIST">
<div xmlns="http://www.w3.org/1999/xhtml" id="searchnav">
<ul id="searchnavlist">
<li>&header2.word.textsize;: <a href="#" onkeypress="return false;"
onclick="setActiveStyleSheet(&#39;Normal Text&#39;); return false;"
title="&header2.word.normaltextsize;">&header2.word.normal;</a>
@ -155,8 +155,8 @@
<!ENTITY header2.skipnav '
<span xmlns="http://www.w3.org/1999/xhtml" class="txtoffscreen">
<a href="#CONTENT" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)
<a href="#CONTENTWRAP" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)
<a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)
<a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)
</span>'>
<!ENTITY header2 '
@ -175,10 +175,10 @@
&header2.searchnav;
<div id="SEARCH">
<div id="search">
<form action="&cgibase;/search.cgi" method="get">
<div>
<h2 class="blockhide"><label for="WORDS">&header2.word.search;</label></h2>
<h2 class="blockhide"><label for="words">&header2.word.search;</label></h2>
&header2.searchinputs;
</div>

View file

@ -1,7 +1,7 @@
<!-- $FreeBSD$ -->
<!ENTITY nav.about '
<div xmlns="http://www.w3.org/1999/xhtml" id="SIDENAV">
<div xmlns="http://www.w3.org/1999/xhtml" id="sidenav">
<h2 class="blockhide">Section Navigation</h2>
<ul>
@ -25,7 +25,7 @@
</div> <!-- SIDENAV -->'>
<!ENTITY nav.community '
<div xmlns="http://www.w3.org/1999/xhtml" id="SIDENAV">
<div xmlns="http://www.w3.org/1999/xhtml" id="sidenav">
<h2 class="blockhide">Section Navigation</h2>
<ul>
@ -42,7 +42,7 @@
</div> <!-- SIDENAV -->'>
<!ENTITY nav.developers '
<div xmlns="http://www.w3.org/1999/xhtml" id="SIDENAV">
<div xmlns="http://www.w3.org/1999/xhtml" id="sidenav">
<h2 class="blockhide">Section Navigation</h2>
<ul>
@ -58,7 +58,7 @@
</div> <!-- SIDENAV -->'>
<!ENTITY nav.docs '
<div xmlns="http://www.w3.org/1999/xhtml" id="SIDENAV">
<div xmlns="http://www.w3.org/1999/xhtml" id="sidenav">
<h2 class="blockhide">Section Navigation</h2>
<ul>
@ -75,7 +75,7 @@
</div> <!-- SIDENAV -->'>
<!ENTITY nav.download '
<div xmlns="http://www.w3.org/1999/xhtml" id="SIDENAV">
<div xmlns="http://www.w3.org/1999/xhtml" id="sidenav">
<h2 class="blockhide">Section Navigation</h2>
<ul>
<li><a href="&base;/where.html">Get FreeBSD</a></li>
@ -91,7 +91,7 @@
</div> <!-- SIDENAV -->'>
<!ENTITY nav.gnome '
<div xmlns="http://www.w3.org/1999/xhtml" id="SIDENAV">
<div xmlns="http://www.w3.org/1999/xhtml" id="sidenav">
<h2 class="blockhide">Section Navigation</h2>
<ul>
@ -118,7 +118,7 @@
</div> <!-- SIDENAV -->'>
<!ENTITY nav.ports '
<div xmlns="http://www.w3.org/1999/xhtml" id="SIDENAV">
<div xmlns="http://www.w3.org/1999/xhtml" id="sidenav">
<h2 class="blockhide">Section Navigation</h2>
<ul>
<li><a href="&base;/ports/index.html">About ports</a></li>
@ -136,7 +136,7 @@
</div> <!-- SIDENAV -->'>
<!ENTITY nav.support '
<div xmlns="http://www.w3.org/1999/xhtml" id="SIDENAV">
<div xmlns="http://www.w3.org/1999/xhtml" id="sidenav">
<h2 class="blockhide">Section Navigation</h2>
<ul>

View file

@ -76,10 +76,10 @@ parameters. Changing them will result in rendering errors.
&header2.searchnav;
<div id="SEARCH">
<div id="search">
<form action="&cgibase;/search.cgi" method="get">
<div>
<h2 class="blockhide"><label for="WORDS">&header2.word.search;</label></h2>
<h2 class="blockhide"><label for="words">&header2.word.search;</label></h2>
&header2.searchinputs;
</div>