doc/share/sgml/includes.header.sgml
Hiroki Sato 00616f3728 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.
2005-11-06 17:21:28 +00:00

132 lines
5 KiB
Text

<!-- $FreeBSD: www/share/sgml/includes.header.sgml,v 1.7 2005/10/06 19:27:37 ceri Exp $ -->
<!-- Images -->
<!ENTITY i.daemon '<img src="&base;/gifs/daemon.gif" alt="" align="left" width="80" height="76">'>
<!ENTITY i.new '<img src="&base;/gifs/new.gif" alt="[New!]" width="28" height="11">'>
<!-- Components making up the standard headers and footers. -->
<!-- Override in the prolog <em>before</em> including this -->
<!-- file if necessary. -->
<!ENTITY copyright '<a href="&base;/copyright/">Legal Notices</a> | &copy; 1995-2005 The FreeBSD Project.
All rights reserved.'>
<!ENTITY email 'freebsd-questions'>
<!ENTITY author '<a href="&base;/index.html">home</a> &nbsp; | &nbsp; <a href="&base;/mailto.html">contact</a> &nbsp; | &nbsp; <a href="&base;/copyright/index.html">legal</a> &nbsp; | &nbsp; &copyright;'>
<!ENTITY date ''>
<!ENTITY home '<a href="&base;/index.html"><img src="&base;/gifs/home.gif"
alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'>
<!ENTITY stylesheet '&base;/layout/css/fixed.css'>
<!ENTITY stylesheetlarge '&base;/layout/css/fixed_large.css'>
<!ENTITY nav ''>
<!-- Standard headers and footers -->
<!ENTITY header '<head><title>&title;</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<link rel="shortcut icon" href="&base;/favicon.ico" type="image/x-icon">
<link rel="icon" href="&base;/favicon.ico" type="image/x-icon">
<link rel="stylesheet" media="screen" href="&stylesheet;" type="text/css" title="Normal Text">
<link rel="alternate stylesheet" media="screen" href="&stylesheetlarge;" type="text/css" title="Large Text">
<script type="text/javascript" src="&base;/layout/js/styleswitcher.js"></script>
</head>
<body>
<div id="CONTAINERWRAP">
<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="#CONTENTWRAP" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span>
<div id="HEADERCONTAINER">
<div id="HEADER">
<h2 class="blockhide">Header And Logo</h2>
<div id="HEADERLOGOLEFT">
<a href="&base;" title="FreeBSD"><img src="&base;/layout/images/logo.png" width="360" height="40" alt="FreeBSD"></a>
</div> <!-- HEADERLOGOLEFT -->
<div id="HEADERLOGORIGHT">
<h2 class="blockhide">Peripheral Links</h2>
<div id="SEARCHNAV">
<ul id="SEARCHNAVLIST">
<li>
Text Size: <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet(&#39;Normal Text&#39;); return false;" title="Normal Text Size">Normal</a> / <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet(&#39;Large Text&#39;); return false;" title="Large Text Size">Large</a>
</li>
<li>
<a href="&base;/donations/" title="Donate">Donate</a>
</li>
<li class="last-child">
<a href="&base;/mailto.html" title="Contact">Contact</a>
</li>
</ul>
</div> <!-- SEARCHNAV -->
<div id="SEARCH">
<form action="&cgibase;/search.cgi" method="get">
<div>
<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=&#39;&#39;;" value="Search"> <input id="SUBMIT" name="submit" type="submit" value="Search">
</div>
</form>
</div> <!-- SEARCH -->
</div> <!-- HEADERLOGORIGHT -->
</div> <!-- HEADER -->
<h2 class="blockhide">Site Navigation</h2>
<div id="TOPNAV">
<ul id="TOPNAVLIST">
<li>
<a href="&base;/" title="Home">Home</a>
</li>
<li>
<a href="&base;/about.html" title="About">About</a>
</li>
<li>
<a href="&base;/where.html" title="Get FreeBSD">Get FreeBSD</a>
</li>
<li>
<a href="&base;/docs.html" title="Documentation">Documentation</a>
</li>
<li>
<a href="&base;/community.html" title="Community">Community</a>
</li>
<li>
<a href="&base;/projects/index.html" title="Developers">Developers</a>
</li>
<li>
<a href="&base;/support.html" title="Support">Support</a>
</li>
</ul>
</div> <!-- TOPNAV -->
</div> <!-- HEADERCONTAINER -->
<div id="CONTENT">
<div id="SIDEWRAP">
&nav;
</div> <!-- SIDEWRAP -->
<div id="CONTENTWRAP">
<h1>&title;</h1>'>
<!ENTITY footer '</div> <!-- CONTENTWRAP -->
<br class="clearboth">
</div> <!-- CONTENT -->
<div id="FOOTER">
&copyright;<br>
&date;
</div> <!-- FOOTER -->
</div> <!-- CONTAINER -->
</div> <!-- CONTAINERWRAP -->'>
<!-- macro for webbuild paper -->
<!ENTITY webbuild '
<p>This document describes how to build and update
the FreeBSD Web pages from the CVS repository by hand.</p>'>
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->