mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
re-working pkgsearch, NumVotes add to Packages table
This commit is contained in:
parent
efcca46f26
commit
4b80bc34ff
7 changed files with 216 additions and 112 deletions
|
@ -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$");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue