From 6102759b7cb9fd23f4e7fa5f12137334ff30a410 Mon Sep 17 00:00:00 2001
From: Lukas Fleischer
-
-
+ = __("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"); ?>
-
diff --git a/web/template/account_edit_form.php b/web/template/account_edit_form.php
index b1cb749..a1887eb 100644
--- a/web/template/account_edit_form.php
+++ b/web/template/account_edit_form.php
@@ -1,13 +1,13 @@
-
+ = __("View this user's packages") ?>
diff --git a/web/template/header.php b/web/template/header.php index d87ddfe..3179a53 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -1,14 +1,14 @@ -'; ?> += ''; ?> + xml:lang="= htmlspecialchars($LANG, ENT_QUOTES) ?>" lang="= htmlspecialchars($LANG, ENT_QUOTES) ?>">
-
+
- ' /> + ' />