From 1e35dc01cf94ba1ec4923b8f040e49b4dc399860 Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 18 Jun 2004 16:23:14 +0000 Subject: finishing touches on genpopo, started playing with _real_ PHP code and svn keywords --- web/lib/aur.inc | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 web/lib/aur.inc (limited to 'web/lib/aur.inc') diff --git a/web/lib/aur.inc b/web/lib/aur.inc new file mode 100644 index 0000000..c45e1dd --- /dev/null +++ b/web/lib/aur.inc @@ -0,0 +1,54 @@ +\n"; + print "\n"; + print "AUR\n"; + print "\n"; + print "\n"; + print "\n"; + print "\n"; + print "\n"; + print "\n"; + print " \n"; + print " \n"; + print " \n"; + print " \n"; + print " \n"; + print "
AUR: An "; + print "ArchLinux project
\n"; + print " \n"; + print " \n"; + print " \n"; + print " \n"; + print " \n"; + print "
"; + print ""; + print "ArchLinux User-community Repository
\n"; + print "
\n"; + print "\n\n"; + + return; +} + +# common footer +# +function html_footer($ver="") { + print "\n\n"; + print "

\n"; + if ($ver) { + print "\n"; + print "\n"; + print "
"; + print "".$ver."\n"; + print "
\n"; + } + print "\n"; + return; +} + +# vim: ts=2 sw=2 noet ft=php +?> -- cgit v1.2.3-54-g00ecf