mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
$NetBSD: patch-ab,v 1.2 2009/11/10 14:56:35 brook Exp $
|
|
|
|
--- templates/default/footer.tpl.orig 2009-01-28 16:23:20.000000000 -0700
|
|
+++ templates/default/footer.tpl
|
|
@@ -1,5 +1,12 @@
|
|
<HR>
|
|
<CENTER>
|
|
+<table border="0" cellspacing="5" cellpadding="5">
|
|
+ <tr>
|
|
+ <td>
|
|
+ <a href="http://www.netbsd.org/"><img src="http://www.netbsd.org/images/NetBSD-flag.png"
|
|
+ border="0" alt="Of course it runs NetBSD!"></a>
|
|
+ </td>
|
|
+ <td>
|
|
<FONT SIZE="-1" class=footer>
|
|
Ganglia Web Frontend version {webfrontend-version}
|
|
<A HREF="http://ganglia.sourceforge.net/downloads.php?component=ganglia-webfrontend&
|
|
@@ -11,6 +18,8 @@ version={webbackend-version}">Check for
|
|
|
|
Downloading and parsing ganglia's XML tree took {parsetime}.<BR>
|
|
Images created with <A HREF="http://www.rrdtool.org/">RRDTool</A> version {rrdtool-version}.<BR>
|
|
+Brought to you by <a href="http://www.pkgsrc.org/">pkgsrc - The NetBSD
|
|
+Packages collection</a>.<br>
|
|
Pages generated using <A HREF="http://templatepower.codocad.com/">TemplatePower</A> version {templatepower-version}.<BR>
|
|
</FONT>
|
|
</CENTER>
|