diff --git a/web/html/voters.php b/web/html/voters.php
new file mode 100644
index 00000000..a3b24690
--- /dev/null
+++ b/web/html/voters.php
@@ -0,0 +1,40 @@
+
+
+
+
+Votes for
+
+
+
+
+
+
+".$row["Category"]."";
+ $edit_cat .= $pkgid ."'>".$row["Category"]."";
$edit_cat .= " (";
$edit_cat .= __("change category").")";
}
@@ -21,6 +23,11 @@ if ($row["MaintainerUID"]) {
$maintainer = "None";
}
+$votes = __('Votes') . ': ' . $row['NumVotes'];
+if ($atype == "Developer" or $atype == "Trusted User") {
+ $votes = "$votes";
+}
+
# In case of wanting to put a custom message
$msg = __('unknown');
$license = empty($row['License']) ? $msg : $row['License'];
@@ -43,7 +50,11 @@ $submitted_time = ($row["SubmittedTS"] == 0) ? "(unknown)" : gmdate("r", intval(
-
+
+
+
+