";
print "";
print "\n";
+ print "";
print "";
print " ";
print "";
- print "".$row["Username"]." | ";
+ print "".$row["Username"]."";
print "";
print "".$row["AccountType"];
print " | ";
@@ -495,7 +496,7 @@ function search_results_page($UTYPE,$O=0,$SB="",$U="",$T="",
#
print " ";
} else {
- $edit_url = "account.php?Action=DisplayAccount&ID=".$row["ID"];
+ $edit_url = "account.php?Action=DisplayAccount&ID=".$row["ID"];
print "";
print "Edit";
}
@@ -508,39 +509,42 @@ function search_results_page($UTYPE,$O=0,$SB="",$U="",$T="",
print " ";
print "";
print "\n";
print " | ";
print "";
print "\n";
print " | ";
print " \n";
print " \n";
- print "\n";
} else {
- print "\n";
+ print "\n";
print __("No more results to display.");
- print " \n";
+ print "\n";
}
}
return;
@@ -557,8 +561,7 @@ function display_account_info($U="", $T="", $E="", $R="", $I="") {
global $SUPPORTED_LANGS;
- print "\n";
- print "\n";
+ print "\n";
print " \n";
print " | \n";
print " \n";
@@ -578,7 +581,8 @@ function display_account_info($U="", $T="", $E="", $R="", $I="") {
} elseif ($T == "Developer") {
print __("Developer");
}
- print "\n";
+ print " \n";
+ print " \n";
print " \n";
print " ".__("Email Address").": | \n";
@@ -596,11 +600,10 @@ function display_account_info($U="", $T="", $E="", $R="", $I="") {
print " \n";
print " \n";
- print " ".__("View this user's packages")." | \n";
+ print " ".__("View this user's packages")." | \n";
print " \n";
print " \n";
- print "\n";
return;
}
diff --git a/web/template/actions_form.php b/web/template/actions_form.php
index 5eab2340..45bc09bc 100644
--- a/web/template/actions_form.php
+++ b/web/template/actions_form.php
@@ -1,7 +1,8 @@
diff --git a/web/template/header.php b/web/template/header.php
index 8169df17..4939b574 100644
--- a/web/template/header.php
+++ b/web/template/header.php
@@ -37,8 +37,8 @@
-
- ">
+
+ ">
diff --git a/web/template/pkg_comment_form.php b/web/template/pkg_comment_form.php
index 368d49bf..346fb6a8 100644
--- a/web/template/pkg_comment_form.php
+++ b/web/template/pkg_comment_form.php
@@ -57,11 +57,11 @@ if (isset($_REQUEST['comment'])) {
echo '' . __('Comment has been added.') . '';
}
?>
-
+
-
- ">
- ">
+
+ " />
+ " />
diff --git a/web/template/pkg_comments.php b/web/template/pkg_comments.php
index dce3a171..8e64e11a 100644
--- a/web/template/pkg_comments.php
+++ b/web/template/pkg_comments.php
@@ -8,15 +8,17 @@ while (list($indx, $carr) = each($comments)) { ?>
$carr['UserName'] = "{$carr['UserName']}";
}
- $commentHeader =__('Comment by: %s on %s', $carr['UserName'], gmdate('r', $carr['CommentTS']));
+ $commentHeader = '' . __('Comment by: %s on %s', $carr['UserName'], gmdate('r', $carr['CommentTS'])) . ' ';
if (canDeleteCommentArray($carr, $atype, $uid)) {
- $durl = '";
}
diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php
index 6a624e9c..3b96791f 100644
--- a/web/template/pkg_details.php
+++ b/web/template/pkg_details.php
@@ -5,23 +5,25 @@ if ($uid == $row["MaintainerUID"] or
($atype == "Developer" or $atype == "Trusted User")) {
$catarr = pkgCategories();
- $edit_cat = "";
}
else {
- $edit_cat = "Category: ".$row['Category'];
+ $edit_cat = "Category: " . $row['Category'] . "";
}
if ($row["SubmitterUID"]) {
@@ -69,8 +71,9 @@ $out_of_date_time = ($row["OutOfDateTS"] == 0) ? $msg : gmdate("r", intval($row[
+
+
-
diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php
index c8c29f2c..40ad029f 100644
--- a/web/template/pkg_search_results.php
+++ b/web/template/pkg_search_results.php
@@ -54,7 +54,7 @@ for ($i = 0; $row = mysql_fetch_assoc($result); $i++) {
?>
- |
+ |
|
|
@@ -62,15 +62,15 @@ for ($i = 0; $row = mysql_fetch_assoc($result); $i++) {
- |
+
-
+
- |
+
-
+
diff --git a/web/template/search_accounts_form.php b/web/template/search_accounts_form.php
index 17be75ee..9d6c40d0 100644
--- a/web/template/search_accounts_form.php
+++ b/web/template/search_accounts_form.php
@@ -1,78 +1,76 @@
diff --git a/web/template/tu_details.php b/web/template/tu_details.php
index 315e1b90..7d6c305d 100644
--- a/web/template/tu_details.php
+++ b/web/template/tu_details.php
@@ -65,10 +65,12 @@ if (!$isrunning) { ?>
diff --git a/web/template/tu_list.php b/web/template/tu_list.php
index f64d3834..3a927d9a 100644
--- a/web/template/tu_list.php
+++ b/web/template/tu_list.php
@@ -1,5 +1,5 @@
| |