doc/en/includes.sgml
1997-01-01 09:04:27 +00:00

40 lines
1.8 KiB
Text

<!--
Base is the absolute URL for the given page, minus the actual page
part. It should either be specified as a fully qualified URL, or
relative to the server root. It should be defined in the prolog
<em>before</em> including this file if the page does not live at the
default location below.
When making a link, use <a href="&base/mypage.html">foo</a> and
&base will be expanded appropriately. Base is also used in the
definition of standard boilerplate entities in this file, so be sure
base is correct!
-->
<!ENTITY base CDATA ".">
<!-- 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 'Copyright &#169; 1995, 1996, 1997 FreeBSD Inc.
All rights reserved.'>
<!ENTITY author '<a href="&base/mailto.html">www@FreeBSD.ORG</a><br>
&copyright;'>
<!ENTITY date ''>
<!ENTITY home '<a href="&base/"><img src="&base/gifs/home.gif"
alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'>
<!-- Standard headers and footers -->
<!ENTITY header '<head><title>&title;</title></head>
<body text="#000000" bgcolor="#ffffff">
<center><img src="&base/gifs/topbar.gif" alt="" width="576" height="14"></center>
&i.daemon; <h1 align=right>&title;</h1><br clear=all><hr noshade>'>
<!ENTITY footer '<hr noshade>&home;<address>&author;<br>&date;</address>'>
<!-- Short names for various anchor points -->
<!ENTITY a.latest.not '<a href="&base/releases/2.1.6R/notes.html">'>
<!ENTITY a.latest.ann '<a href="&base/releases/2.1.6R/announce.html">'>