re-working pkgsearch, NumVotes add to Packages table

This commit is contained in:
eric 2004-06-28 19:37:02 +00:00
parent efcca46f26
commit 4b80bc34ff
7 changed files with 216 additions and 112 deletions

View file

@ -6,10 +6,12 @@ check_sid(); # see if they're still logged in
html_header(); # print out the HTML header
# Any text you print out to the visitor, use the __() function
# for i18n support. See 'testpo.php' for more details.
# vistor has requested package management for a specific package
#
print __("Manage package ID: %s", array($_REQUEST["ID"])) . "<br />\n";
# NOTE: managing an orphaned package will automatically force adoption
#
print __("Under construction...")."<br />\n";
html_footer("\$Id$");