Cosmetic fixes to page headers -- center the top bar. It looked
pretty hideous if the display was wider than the graphic. Fix a couple things that looked less than stunning when viewed with Lynx.
This commit is contained in:
parent
63f3fa9182
commit
ba67687523
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=575
12 changed files with 36 additions and 43 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: cgi-style.pl,v 1.5 1996-09-29 02:34:13 jfieber Exp $
|
||||
# $Id: cgi-style.pl,v 1.6 1996-10-06 03:49:03 jfieber Exp $
|
||||
#
|
||||
# Perl routines to encapsulate various elements of HTML page style.
|
||||
|
||||
|
@ -29,7 +29,7 @@ sub html_header {
|
|||
|
||||
return "Content-type: text/html\n\n" .
|
||||
"<html>\n<title>$title</title>\n</head>\n$t_body\n" .
|
||||
"<img src=\"$hsty_base/gifs/topbar.gif\" alt=\"\">" .
|
||||
"<center><img src=\"$hsty_base/gifs/topbar.gif\" alt=\"\"></center>" .
|
||||
"$i_daemon <h1 align=right>$title</h1><br clear=all><hr noshade>\n";
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
<img src="../gifs/topbar.gif" alt="">
|
||||
<center><img src="../gifs/topbar.gif" alt=""></center>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<!-- Standard headers and footers -->
|
||||
<!ENTITY header '<head><title>&title;</title></head>
|
||||
<body text="#000000" bgcolor="#ffffff">
|
||||
<img src="&base/gifs/topbar.gif" alt="">
|
||||
<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>'>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<center>
|
||||
<a href="daemon.html"><img src="gifs/freebsd-advert.gif"
|
||||
alt="The FreeBSD Home Page" border="0"></a>
|
||||
alt="" border="0"></a>
|
||||
</center>
|
||||
|
||||
<p></p>
|
||||
|
@ -70,8 +70,8 @@ Select a server near you:<br>
|
|||
</select>
|
||||
<br><input type=submit value=" Go ">
|
||||
</form>
|
||||
<br><a href="http://www.cdrom.com/"><img src="gifs/wclogo.gif" border="0" alt="Sponsored By Walnut Creek CDROM / "></a>
|
||||
<br><A HREF="http://www.ugu.com"><img src="gifs/ugu_icon.gif" border=0 alt="Sponsored by UGU / "></A>
|
||||
<br><a href="http://www.cdrom.com/"><img src="gifs/wclogo.gif" border="0" alt="Sponsored By Walnut Creek CDROM"></a>
|
||||
<br><A HREF="http://www.ugu.com"><img src="gifs/ugu_icon.gif" border=0 alt="Sponsored by UGU"></A>
|
||||
<br><a href="http://www.apache.org/"><img src="gifs/apache.gif" border="0" alt="Powered By Apache"></a>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -81,11 +81,9 @@ Select a server near you:<br>
|
|||
<tr>
|
||||
<td align=center>
|
||||
<address>
|
||||
<!--#config timefmt="Updated %B %e, %Y at %H:%M (%Z)" -->
|
||||
<a href="about.html"><!--#exec cgi="/cgi-bin/pagecount" --></a><br>
|
||||
<!--#echo var="LAST_MODIFIED" --><br>
|
||||
Copyright © 1995, 1996 FreeBSD Inc. All rights reserved.<br>
|
||||
<a href="mailto.html">www@freebsd.org</a>
|
||||
Copyright © 1995, 1996 FreeBSD Inc. All rights reserved.<br>
|
||||
<a href="mailto.html">www@freebsd.org</a><br>
|
||||
$Date: 1996-10-06 03:48:49 $
|
||||
</address>
|
||||
</td>
|
||||
<td align=center>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1996-09-28 23:51:41 $">
|
||||
<!ENTITY date "$Date: 1996-10-06 03:48:51 $">
|
||||
<!ENTITY title "User and Developer Resources">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -63,18 +63,17 @@
|
|||
see the <a href="./When/newsflash.html">Newsflash</a> page.
|
||||
|
||||
<h2><a
|
||||
href="http://www.cs.utah.edu/csinfo/texinfo/gnats/gnats.html">GNATS</a>
|
||||
Problem Report Database</h2>
|
||||
href="http://www.cs.utah.edu/csinfo/texinfo/gnats/gnats.html">GNATS</a>Problem Report Database</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.freebsd.org/cgi/query-pr-summary.cgi">
|
||||
View the open problem reports</a>.</li>
|
||||
<li><a href="http://www.freebsd.org/cgi/query-pr-summary.cgi">View
|
||||
the open problem reports</a>.</li>
|
||||
|
||||
<li><a href="http://www.freebsd.org/send-pr.html">Submit a Problem
|
||||
Report</a>.</li>
|
||||
</ul>
|
||||
|
||||
<p> Problem reports may also be submitted to the
|
||||
<p>Problem reports may also be submitted to the
|
||||
development team using the <a href="http://www.freebsd.org/send-pr.html">
|
||||
send-pr(1)</a> command on a FreeBSD system or by sending an email
|
||||
message to <a href="mailto:bugs@freebsd.org">bugs@freebsd.org</a>.
|
||||
|
|
|
@ -1 +1 @@
|
|||
<img src="../../gifs/topbar.gif" alt="">
|
||||
<center><img src="../../gifs/topbar.gif" alt=""></center>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: cgi-style.pl,v 1.5 1996-09-29 02:34:13 jfieber Exp $
|
||||
# $Id: cgi-style.pl,v 1.6 1996-10-06 03:49:03 jfieber Exp $
|
||||
#
|
||||
# Perl routines to encapsulate various elements of HTML page style.
|
||||
|
||||
|
@ -29,7 +29,7 @@ sub html_header {
|
|||
|
||||
return "Content-type: text/html\n\n" .
|
||||
"<html>\n<title>$title</title>\n</head>\n$t_body\n" .
|
||||
"<img src=\"$hsty_base/gifs/topbar.gif\" alt=\"\">" .
|
||||
"<center><img src=\"$hsty_base/gifs/topbar.gif\" alt=\"\"></center>" .
|
||||
"$i_daemon <h1 align=right>$title</h1><br clear=all><hr noshade>\n";
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
<img src="../gifs/topbar.gif" alt="">
|
||||
<center><img src="../gifs/topbar.gif" alt=""></center>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<!-- Standard headers and footers -->
|
||||
<!ENTITY header '<head><title>&title;</title></head>
|
||||
<body text="#000000" bgcolor="#ffffff">
|
||||
<img src="&base/gifs/topbar.gif" alt="">
|
||||
<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>'>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<center>
|
||||
<a href="daemon.html"><img src="gifs/freebsd-advert.gif"
|
||||
alt="The FreeBSD Home Page" border="0"></a>
|
||||
alt="" border="0"></a>
|
||||
</center>
|
||||
|
||||
<p></p>
|
||||
|
@ -70,8 +70,8 @@ Select a server near you:<br>
|
|||
</select>
|
||||
<br><input type=submit value=" Go ">
|
||||
</form>
|
||||
<br><a href="http://www.cdrom.com/"><img src="gifs/wclogo.gif" border="0" alt="Sponsored By Walnut Creek CDROM / "></a>
|
||||
<br><A HREF="http://www.ugu.com"><img src="gifs/ugu_icon.gif" border=0 alt="Sponsored by UGU / "></A>
|
||||
<br><a href="http://www.cdrom.com/"><img src="gifs/wclogo.gif" border="0" alt="Sponsored By Walnut Creek CDROM"></a>
|
||||
<br><A HREF="http://www.ugu.com"><img src="gifs/ugu_icon.gif" border=0 alt="Sponsored by UGU"></A>
|
||||
<br><a href="http://www.apache.org/"><img src="gifs/apache.gif" border="0" alt="Powered By Apache"></a>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -81,11 +81,9 @@ Select a server near you:<br>
|
|||
<tr>
|
||||
<td align=center>
|
||||
<address>
|
||||
<!--#config timefmt="Updated %B %e, %Y at %H:%M (%Z)" -->
|
||||
<a href="about.html"><!--#exec cgi="/cgi-bin/pagecount" --></a><br>
|
||||
<!--#echo var="LAST_MODIFIED" --><br>
|
||||
Copyright © 1995, 1996 FreeBSD Inc. All rights reserved.<br>
|
||||
<a href="mailto.html">www@freebsd.org</a>
|
||||
Copyright © 1995, 1996 FreeBSD Inc. All rights reserved.<br>
|
||||
<a href="mailto.html">www@freebsd.org</a><br>
|
||||
$Date: 1996-10-06 03:48:49 $
|
||||
</address>
|
||||
</td>
|
||||
<td align=center>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1996-09-28 23:51:41 $">
|
||||
<!ENTITY date "$Date: 1996-10-06 03:48:51 $">
|
||||
<!ENTITY title "User and Developer Resources">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -63,18 +63,17 @@
|
|||
see the <a href="./When/newsflash.html">Newsflash</a> page.
|
||||
|
||||
<h2><a
|
||||
href="http://www.cs.utah.edu/csinfo/texinfo/gnats/gnats.html">GNATS</a>
|
||||
Problem Report Database</h2>
|
||||
href="http://www.cs.utah.edu/csinfo/texinfo/gnats/gnats.html">GNATS</a>Problem Report Database</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.freebsd.org/cgi/query-pr-summary.cgi">
|
||||
View the open problem reports</a>.</li>
|
||||
<li><a href="http://www.freebsd.org/cgi/query-pr-summary.cgi">View
|
||||
the open problem reports</a>.</li>
|
||||
|
||||
<li><a href="http://www.freebsd.org/send-pr.html">Submit a Problem
|
||||
Report</a>.</li>
|
||||
</ul>
|
||||
|
||||
<p> Problem reports may also be submitted to the
|
||||
<p>Problem reports may also be submitted to the
|
||||
development team using the <a href="http://www.freebsd.org/send-pr.html">
|
||||
send-pr(1)</a> command on a FreeBSD system or by sending an email
|
||||
message to <a href="mailto:bugs@freebsd.org">bugs@freebsd.org</a>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1996-09-28 23:51:41 $">
|
||||
<!ENTITY date "$Date: 1996-10-06 03:48:51 $">
|
||||
<!ENTITY title "User and Developer Resources">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -63,18 +63,17 @@
|
|||
see the <a href="./When/newsflash.html">Newsflash</a> page.
|
||||
|
||||
<h2><a
|
||||
href="http://www.cs.utah.edu/csinfo/texinfo/gnats/gnats.html">GNATS</a>
|
||||
Problem Report Database</h2>
|
||||
href="http://www.cs.utah.edu/csinfo/texinfo/gnats/gnats.html">GNATS</a>Problem Report Database</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.freebsd.org/cgi/query-pr-summary.cgi">
|
||||
View the open problem reports</a>.</li>
|
||||
<li><a href="http://www.freebsd.org/cgi/query-pr-summary.cgi">View
|
||||
the open problem reports</a>.</li>
|
||||
|
||||
<li><a href="http://www.freebsd.org/send-pr.html">Submit a Problem
|
||||
Report</a>.</li>
|
||||
</ul>
|
||||
|
||||
<p> Problem reports may also be submitted to the
|
||||
<p>Problem reports may also be submitted to the
|
||||
development team using the <a href="http://www.freebsd.org/send-pr.html">
|
||||
send-pr(1)</a> command on a FreeBSD system or by sending an email
|
||||
message to <a href="mailto:bugs@freebsd.org">bugs@freebsd.org</a>.
|
||||
|
|
Loading…
Reference in a new issue