diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-01-16 02:37:46 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-01-16 02:37:46 +0000 |
commit | 0f227f31f3fec297e9322ade476734344ff7c036 (patch) | |
tree | 5212cfc5915241eb7edf1aef43622a8c5585ec24 /templates | |
parent | 57dbe9994f91e648275c45b57f2357a02ab32cb7 (diff) | |
download | pkgsrc-0f227f31f3fec297e9322ade476734344ff7c036.tar.gz |
* Turn off browser-scaling of image
* While here, put all arguments into quotes
Diffstat (limited to 'templates')
-rw-r--r-- | templates/README.all | 10 | ||||
-rw-r--r-- | templates/README.category | 8 | ||||
-rw-r--r-- | templates/README.ipv6 | 10 | ||||
-rw-r--r-- | templates/README.pkg | 8 | ||||
-rw-r--r-- | templates/README.top | 8 |
5 files changed, 22 insertions, 22 deletions
diff --git a/templates/README.all b/templates/README.all index b7770a17f7f..ffe5780d695 100644 --- a/templates/README.all +++ b/templates/README.all @@ -1,13 +1,13 @@ -<!-- $NetBSD: README.all,v 1.4 1999/12/06 23:06:45 abs Exp $ --> +<!-- $NetBSD: README.all,v 1.5 2001/01/16 02:37:46 hubertf Exp $ --> <html> <head> <title>All NetBSD Packages</title> </head> -<body bgcolor=#ffffff> +<body bgcolor="#ffffff"> <a href="http://www.mckusick.com/beastie/mainpage/copyright.html"> -<img align=right src="templates/pkg-daemon.gif" alt="Daemon Power" - width=127 height=121 border=0> +<img align="right" src="templates/pkg-daemon.gif" alt="Daemon Power" + width="147" height="121" border="0"> </a> <h1>The NetBSD Packages Collection</h1> @@ -21,7 +21,7 @@ Please select an entry for more details! <hr noshade> <table> -<tr><th align=left>Package <th align=left>Category <th align=left> Package description +<tr><th align="left">Package <th align="left">Category <th align="left"> Package description %%PKGS%% </table> diff --git a/templates/README.category b/templates/README.category index e0d3ef5c542..d37f9666b09 100644 --- a/templates/README.category +++ b/templates/README.category @@ -1,13 +1,13 @@ -<!-- $NetBSD: README.category,v 1.9 1999/12/10 13:53:06 hubertf Exp $ --> +<!-- $NetBSD: README.category,v 1.10 2001/01/16 02:37:47 hubertf Exp $ --> <html> <head> <title>The NetBSD Packages Collection: %%CATEGORY%%</title> </head> -<body bgcolor=#ffffff> +<body bgcolor="#ffffff"> <a href="http://www.mckusick.com/beastie/mainpage/copyright.html"> -<img align=right src="../templates/pkg-daemon.gif" alt="Daemon Power" - width=127 height=121 border=0> +<img align="right" src="../templates/pkg-daemon.gif" alt="Daemon Power" + width="147" height="121" border="0"> </a> <h1>The NetBSD Packages Collection: <i>%%CATEGORY%%</i></h1> diff --git a/templates/README.ipv6 b/templates/README.ipv6 index ae9089cb77a..a5bde064a54 100644 --- a/templates/README.ipv6 +++ b/templates/README.ipv6 @@ -1,13 +1,13 @@ -<!-- $NetBSD: README.ipv6,v 1.1 2000/02/09 03:51:23 hubertf Exp $ --> +<!-- $NetBSD: README.ipv6,v 1.2 2001/01/16 02:37:47 hubertf Exp $ --> <html> <head> <title>NetBSD: IPv6 enabled Packages</title> </head> -<body bgcolor=#ffffff> +<body bgcolor="#ffffff"> <a href="http://www.mckusick.com/beastie/mainpage/copyright.html"> -<img align=right src="templates/pkg-daemon.gif" alt="Daemon Power" - width=127 height=121 border=0> +<img align="right" src="templates/pkg-daemon.gif" alt="Daemon Power" + width="147" height="121" border="0"> </a> <h1>IPv6 ready packages in the NetBSD Packages Collection</h1> @@ -21,7 +21,7 @@ Please select an entry for more details! <hr noshade> <table> -<tr><th align=left>Package <th align=left>Category <th align=left> Package description +<tr><th align="left">Package <th align="left">Category <th align="left"> Package description %%TRS%% </table> diff --git a/templates/README.pkg b/templates/README.pkg index 2c426a46536..8315f15efc5 100644 --- a/templates/README.pkg +++ b/templates/README.pkg @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- $NetBSD: README.pkg,v 1.16 2000/11/09 23:46:30 hubertf Exp $ --> +<!-- $NetBSD: README.pkg,v 1.17 2001/01/16 02:37:47 hubertf Exp $ --> <html> <head> <title>The NetBSD Packages Collection: %%PORT%%</title> @@ -7,8 +7,8 @@ <body bgcolor="#ffffff"> <a href="http://www.mckusick.com/beastie/mainpage/copyright.html"> -<img align=right src="../../templates/pkg-daemon.gif" alt="Daemon Power" - width=127 height=121 border=0> +<img align="right" src="../../templates/pkg-daemon.gif" alt="Daemon Power" + width="147" height="121" border="0"> </a> <h1>The NetBSD Packages Collection: <i>%%PORT%%</i></h1> @@ -64,7 +64,7 @@ This package requires the following package(s) to run: </p> <p> -Select one of the links below to <FONT COLOR=red>download</FONT> the +Select one of the links below to <FONT COLOR="red">download</FONT> the package in precompiled binary form for the following machine architectures: <TABLE> diff --git a/templates/README.top b/templates/README.top index dd58a05119f..f39da3d7334 100644 --- a/templates/README.top +++ b/templates/README.top @@ -1,13 +1,13 @@ -<!-- $NetBSD: README.top,v 1.10 2000/06/26 01:27:29 hubertf Exp $ --> +<!-- $NetBSD: README.top,v 1.11 2001/01/16 02:37:47 hubertf Exp $ --> <html> <head> <title>The NetBSD Packages Collection</title> </head> -<body bgcolor=#ffffff> +<body bgcolor="#ffffff"> <a href="http://www.mckusick.com/beastie/mainpage/copyright.html"> -<img align=right src="templates/pkg-daemon.gif" alt="Daemon Power" - width=127 height=121 border=0> +<img align="right" src="templates/pkg-daemon.gif" alt="Daemon Power" + width="147" height="121" border="0"> </a> <h1>The NetBSD Packages Collection</h1> |