- |
-
-
-
- = __("Username") . ":" ?> |
- = $row["Username"] ?> |
-
-
-
- = __("Account Type") . ":" ?> |
-
-
+ |
+ = htmlspecialchars($row["Username"], ENT_QUOTES) ?>
+
+
+ = __("Username") . ":" ?>
+ | = $row["Username"] ?> |
+
+
+ = __("Account Type") . ":" ?>
+ |
+
+ |
+
+
+ = __("Email Address") . ":" ?>
+ | ">= htmlspecialchars($row["Email"], ENT_QUOTES) ?> |
+
+
+ = __("Real Name") . ":" ?>
+ | = htmlspecialchars($row["RealName"], ENT_QUOTES) ?> |
+
+
+ = __("IRC Nick") . ":" ?>
+ | = htmlspecialchars($row["IRCNick"], ENT_QUOTES) ?> |
+
+
+ = __("PGP Key Fingerprint") . ":" ?>
+ | = html_format_pgp_fingerprint($row["PGPKey"]) ?> |
+
+
+ = __("Last Voted") . ":" ?>
+ |
+ = $row["LastVoted"] ? date("Y-m-d", $row["LastVoted"]) : __("Never"); ?>
+ |
+
+
+ Links: |
+
+ = __("View this user's packages") ?>
+ |
+
+
|
-
-
- = __("Email Address") . ":" ?> |
- ">= htmlspecialchars($row["Email"], ENT_QUOTES) ?> |
-
-
-
- = __("Real Name") . ":" ?> |
- = htmlspecialchars($row["RealName"], ENT_QUOTES) ?> |
-
-
-
- = __("IRC Nick") . ":" ?> |
- = htmlspecialchars($row["IRCNick"], ENT_QUOTES) ?> |
-
-
-
- = __("PGP Key Fingerprint") . ":" ?> |
- = html_format_pgp_fingerprint($row["PGPKey"]) ?> |
-
-
-
- = __("Last Voted") . ":" ?> |
-
- = $row["LastVoted"] ? date("Y-m-d", $row["LastVoted"]) : __("Never"); ?>
- |
-
-
-
- = __("View this user's packages") ?> |
-
-