pretty hideous if the display was wider than the graphic. Fix a couple things that looked less than stunning when viewed with Lynx.
40 lines
1.7 KiB
Text
40 lines
1.7 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>'>
|
|
<!ENTITY i.new '<img src="&base/gifs/new.gif" alt="[New!]">'>
|
|
|
|
<!-- Components making up the standard headers and footers. -->
|
|
<!-- Override in the prolog <em>before</em> including this -->
|
|
<!-- file if necessary. -->
|
|
<!ENTITY copyright 'Copyright © 1995, 1996 FreeBSD Inc.
|
|
All rights reserved.'>
|
|
<!ENTITY author '<a href="&base/mailto.html">www@freebsd.org</a><br>
|
|
©right;'>
|
|
<!ENTITY date ''>
|
|
<!ENTITY home '<a href="&base/"><img src="&base/gifs/home.gif"
|
|
alt="FreeBSD Home Page" border="0" align="right"></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=""></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.5R/notes.html">'>
|
|
<!ENTITY a.latest.ann '<a href="&base/releases/2.1.5R/announce.html">'>
|