diff options
author | abs <abs@pkgsrc.org> | 1999-12-06 23:06:45 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 1999-12-06 23:06:45 +0000 |
commit | 52deb13b482a30dc93f08c9caa0ec57938e04cc9 (patch) | |
tree | 3eb63b89d10b37b2906c796e3b354964f2165773 | |
parent | aec5e5eff2b198f9a8e0727428ef379de648bd45 (diff) | |
download | pkgsrc-52deb13b482a30dc93f08c9caa0ec57938e04cc9.tar.gz |
Include width= and height= tags for the image - speeds display of the rest
of the page
-rw-r--r-- | templates/README.all | 5 | ||||
-rw-r--r-- | templates/README.category | 5 | ||||
-rw-r--r-- | templates/README.pkg | 5 | ||||
-rw-r--r-- | templates/README.top | 5 |
4 files changed, 12 insertions, 8 deletions
diff --git a/templates/README.all b/templates/README.all index b61cc7f0033..b7770a17f7f 100644 --- a/templates/README.all +++ b/templates/README.all @@ -1,4 +1,4 @@ -<!-- $NetBSD: README.all,v 1.3 1999/10/22 00:54:24 hubertf Exp $ --> +<!-- $NetBSD: README.all,v 1.4 1999/12/06 23:06:45 abs Exp $ --> <html> <head> <title>All NetBSD Packages</title> @@ -6,7 +6,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" border=0> +<img align=right src="templates/pkg-daemon.gif" alt="Daemon Power" + width=127 height=121 border=0> </a> <h1>The NetBSD Packages Collection</h1> diff --git a/templates/README.category b/templates/README.category index a0bb1cc4fcb..f84b87e1e63 100644 --- a/templates/README.category +++ b/templates/README.category @@ -1,4 +1,4 @@ -<!-- $NetBSD: README.category,v 1.6 1999/08/22 01:30:16 hubertf Exp $ --> +<!-- $NetBSD: README.category,v 1.7 1999/12/06 23:06:45 abs Exp $ --> <html> <head> <title>The NetBSD Packages Collection: %%CATEGORY%%</title> @@ -6,7 +6,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" border=0> +<img align=right src="../templates/pkg-daemon.gif" alt="Daemon Power" + width=127 height=121 border=0> </a> <h1>The NetBSD Packages Collection: <i>%%CATEGORY%%</i></h1> diff --git a/templates/README.pkg b/templates/README.pkg index 97f760af121..af5c200fe90 100644 --- a/templates/README.pkg +++ b/templates/README.pkg @@ -1,4 +1,4 @@ -<!-- $NetBSD: README.pkg,v 1.12 1999/11/03 04:12:48 hubertf Exp $ --> +<!-- $NetBSD: README.pkg,v 1.13 1999/12/06 23:06:45 abs Exp $ --> <html> <head> <title>The NetBSD Packages Collection: %%PORT%%</title> @@ -6,7 +6,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" border=0> +<img align=right src="../../templates/pkg-daemon.gif" alt="Daemon Power" + width=127 height=121 border=0> </a> <h1>The NetBSD Packages Collection: <i>%%PORT%%</i></h1> diff --git a/templates/README.top b/templates/README.top index d7686a21d8c..0cba604ff51 100644 --- a/templates/README.top +++ b/templates/README.top @@ -1,4 +1,4 @@ -<!-- $NetBSD: README.top,v 1.8 1999/08/22 01:30:16 hubertf Exp $ --> +<!-- $NetBSD: README.top,v 1.9 1999/12/06 23:06:45 abs Exp $ --> <html> <head> <title>The NetBSD Packages Collection</title> @@ -6,7 +6,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" border=0> +<img align=right src="templates/pkg-daemon.gif" alt="Daemon Power" + width=127 height=121 border=0> </a> <h1>The NetBSD Packages Collection</h1> |