Do not print <hr noshade> in last line, thats the jobs of

the &footer macro.
This commit is contained in:
Wolfram Schneider 1998-05-26 16:36:47 +00:00
parent b2be5b52ee
commit a30dd1c09c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2852
4 changed files with 8 additions and 12 deletions

View file

@ -4,7 +4,7 @@
# atoz - create automatically an `A-Z Index' from a pre-sorted database # atoz - create automatically an `A-Z Index' from a pre-sorted database
# (sort -uf) with the format `<titel>|<url>' # (sort -uf) with the format `<titel>|<url>'
# #
# $Id: atoz.pl,v 1.3 1998-02-12 10:38:22 wosch Exp $ # $Id: atoz.pl,v 1.4 1998-05-26 16:36:47 wosch Exp $
if ($ARGV[0] eq '-u' && $#ARGV > 0) { if ($ARGV[0] eq '-u' && $#ARGV > 0) {
$urlprefix = $ARGV[1]; shift; shift; # prefix for relative URLs $urlprefix = $ARGV[1]; shift; shift; # prefix for relative URLs
@ -45,6 +45,6 @@ foreach (@az) {
} }
} }
print "</TR></TABLE>\n" if $table; print "</TR></TABLE>\n" if $table;
print $hr; print @list; print $hr; print $hr; print @list;
#print qq{<link ref="made" href="http://www.de.freebsd.org/~wosch/">\n}; #print qq{<link ref="made" href="http://www.de.freebsd.org/~wosch/">\n};

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-03-24 11:18:55 $"> <!ENTITY date "$Date: 1998-05-26 16:36:47 $">
<!ENTITY title "Mailing list Message-ID Search"> <!ENTITY title "Mailing list Message-ID Search">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- Created at 1998-03-21 by Wolfram Schneider <wosch@FreeBSD.org> --> <!-- Created at 1998-03-21 by Wolfram Schneider <wosch@FreeBSD.org> -->
<!-- $Id: search-mid.sgml,v 1.2 1998-03-24 11:18:55 wosch Exp $ --> <!-- $Id: search-mid.sgml,v 1.3 1998-05-26 16:36:47 wosch Exp $ -->
<html> <html>
@ -35,8 +35,6 @@ Message-ID database will be updated every hour.<p>
<a href="search.html#mailinglists">Full text mailing list archives</a>. <a href="search.html#mailinglists">Full text mailing list archives</a>.
<hr noshade>
&footer; &footer;
</body> </body>
</html> </html>

View file

@ -4,7 +4,7 @@
# atoz - create automatically an `A-Z Index' from a pre-sorted database # atoz - create automatically an `A-Z Index' from a pre-sorted database
# (sort -uf) with the format `<titel>|<url>' # (sort -uf) with the format `<titel>|<url>'
# #
# $Id: atoz.pl,v 1.3 1998-02-12 10:38:22 wosch Exp $ # $Id: atoz.pl,v 1.4 1998-05-26 16:36:47 wosch Exp $
if ($ARGV[0] eq '-u' && $#ARGV > 0) { if ($ARGV[0] eq '-u' && $#ARGV > 0) {
$urlprefix = $ARGV[1]; shift; shift; # prefix for relative URLs $urlprefix = $ARGV[1]; shift; shift; # prefix for relative URLs
@ -45,6 +45,6 @@ foreach (@az) {
} }
} }
print "</TR></TABLE>\n" if $table; print "</TR></TABLE>\n" if $table;
print $hr; print @list; print $hr; print $hr; print @list;
#print qq{<link ref="made" href="http://www.de.freebsd.org/~wosch/">\n}; #print qq{<link ref="made" href="http://www.de.freebsd.org/~wosch/">\n};

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1998-03-24 11:18:55 $"> <!ENTITY date "$Date: 1998-05-26 16:36:47 $">
<!ENTITY title "Mailing list Message-ID Search"> <!ENTITY title "Mailing list Message-ID Search">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- Created at 1998-03-21 by Wolfram Schneider <wosch@FreeBSD.org> --> <!-- Created at 1998-03-21 by Wolfram Schneider <wosch@FreeBSD.org> -->
<!-- $Id: search-mid.sgml,v 1.2 1998-03-24 11:18:55 wosch Exp $ --> <!-- $Id: search-mid.sgml,v 1.3 1998-05-26 16:36:47 wosch Exp $ -->
<html> <html>
@ -35,8 +35,6 @@ Message-ID database will be updated every hour.<p>
<a href="search.html#mailinglists">Full text mailing list archives</a>. <a href="search.html#mailinglists">Full text mailing list archives</a>.
<hr noshade>
&footer; &footer;
</body> </body>
</html> </html>