\n";
- if ($SID) {
- if ($row["OutOfDate"]) {
- $c = "outofdate";
- }
- print " ";
- print "";
-# if ($i == 0) {
-# $all_ids = $row["ID"];
-# } else {
-# $all_ids .= ":".$row["ID"];
-# }
- if ($row["OutOfDate"]) {
- print "";
- }
- print " | \n";
- }
- print " ";
- print $locs[$row["LocationID"]]." | \n";
- print " ";
- print $cats[$row["CategoryID"]]." | \n";
- print " ";
- $url = "";
- $url.="";
- $url.=$row["Name"];
- $url.= " ".$row["Version"]."";
- print $url." | \n";
- print " ";
- print " ".$row["NumVotes"]." | \n";
- if ($SID) {
- print " ";
- if (isset($my_votes[$row["ID"]])) {
- print " ".__("Yes")." | \n";
- } else {
- print " \n";
- }
- }
- if ($SID) {
- print " ";
- if (isset($my_notify[$row["ID"]])) {
- print " ".__("Yes")." | \n";
- } else {
- print " \n";
- }
- }
- print " ";
- print $row["Description"]." | \n";
- print " ";
-
- # print the package manager, also determine if it is managed
- #
- $managed = 1;
- # if (isset($devs[$row["AURMaintainerUID"]])) {
- # print $devs[$row["AURMaintainerUID"]]["Username"];
- # } else
- # if (isset($tus[$row["MaintainerUID"]])) {
- # print $tus[$row["MaintainerUID"]]["Username"];
- if (isset($users[$row["MaintainerUID"]])) {
- # Add a link to the user packages, e.g, if you click on the Solve the sorting problem, so we can force the
- # maintainer name, you will be redirected to a page with the user packages.
- $user = $users[$row["MaintainerUID"]]["Username"];
- print "".$users[$row["MaintainerUID"]]["Username"]."";
- } else {
- print "";
- print __("orphan");
- print "";
- $managed = 0;
- }
- print " | \n";
-
-# REMOVED LINK TO 'pkgmgmnt.php'
-# # print the managed link if applicable
-# #
-# if (canManagePackage($myuid, $row["AURMaintainerUID"],
-# $row["MaintainerUID"], $row["SubmitterUID"], $managed)) {
-# $manage_url = "Manage";
-# print " ";
-# print $manage_url." | \n";
-# } else {
-# print " | \n";
-# }
-
- print "
\n";
-
- }
- print "