diff --git a/html/user/submit.php b/html/user/submit.php
index bc962ce50b..1069a67f13 100644
--- a/html/user/submit.php
+++ b/html/user/submit.php
@@ -74,7 +74,7 @@ function show_in_progress($batches, $limit, $user, $app) {
"# jobs",
"Progress",
"Submitted",
- "Logical end time
Determines priority
"
+ "Logical end time
Determines priority"
);
}
$pct_done = (int)($batch->fraction_done*100);
@@ -333,7 +333,7 @@ function handle_query_batch($user) {
}
switch ($batch->state) {
case BATCH_STATE_IN_PROGRESS:
- echo "
";
+ echo "";
show_button(
"submit.php?action=abort_batch_confirm&batch_id=$batch_id",
"Abort batch"
@@ -341,7 +341,7 @@ function handle_query_batch($user) {
break;
case BATCH_STATE_COMPLETE:
case BATCH_STATE_ABORTED:
- echo "
";
+ echo "";
show_button(
"submit.php?action=retire_batch_confirm&batch_id=$batch_id",
"Retire batch"
@@ -352,9 +352,9 @@ function handle_query_batch($user) {
echo "Jobs
\n";
start_table();
table_header(
- "Job ID and name
click for details or to get output files
",
+ "Job ID and name
click for details or to get output files",
"status",
- "Canonical instance
click to see result page on BOINC server
",
+ "Canonical instance
click to see result page on BOINC server",
"Download Results"
);
foreach($wus as $wu) {
@@ -406,7 +406,7 @@ function handle_query_job($user) {
$x = "".$wu->xml_doc."";
$x = simplexml_load_string($x);
start_table();
- table_header("Logical name
(click to view)
",
+ table_header("Logical name
(click to view)",
"Size (bytes)", "MD5"
);
foreach ($x->workunit->file_ref as $fr) {
@@ -428,8 +428,8 @@ function handle_query_job($user) {
echo "Instances
\n";
start_table();
table_header(
- "Instance ID
click for result page
",
- "State", "Output files
click to view the file
"
+ "Instance ID
click for result page",
+ "State", "Output files
click to view the file"
);
$results = BoincResult::enum("workunitid=$wuid");
$upload_dir = parse_config(get_config(), "");
diff --git a/html/user/submit_status.php b/html/user/submit_status.php
index 38622856f3..48249c96fc 100644
--- a/html/user/submit_status.php
+++ b/html/user/submit_status.php
@@ -17,6 +17,7 @@
// along with BOINC. If not, see .
// web interfaces for viewing and controlling batches
+// DEPRECATED: replaced by submit.php
ini_set('display_errors', 'stdout');
error_reporting(E_ALL);
diff --git a/html/user/team_manage.php b/html/user/team_manage.php
index 9d149aa0a3..7eea983e44 100644
--- a/html/user/team_manage.php
+++ b/html/user/team_manage.php
@@ -29,18 +29,18 @@ function show_admin_page($user, $team) {
echo "
- id>".tra("Edit team info")."
-
".tra("Change team name, URL, description, type, or country")."
+
".tra("Change team name, URL, description, type, or country")."
- id>".tra("Send message to team")."
-
".tra("Member list:")."
id>".tra("HTML")."
· id&plain=1>".tra("text")."
· id&xml=1>".tra("XML")."
-
".tra("View member info")."
+
".tra("View member info")."
- ".tra("View change history:")."
id>".tra("HTML")."
· id&xml=1>".tra("XML")."
-
".tra("See when members joined or quit this team")."
+
".tra("See when members joined or quit this team")."
";
// founder-only stuff follows
@@ -56,21 +56,19 @@ function show_admin_page($user, $team) {
}
echo "
- id>".tra("Remove members")."
-
".tra("Remove inactive or unwanted members from this team")."
+
".tra("Remove inactive or unwanted members from this team")."
- id>".tra("Change founder")."
-
".tra("Transfer foundership to another member")."
+
".tra("Transfer foundership to another member")."
- id>".tra("Add/remove Team Admins")."
-
".tra("Give selected team members Team Admin privileges")."
+
".tra("Give selected team members Team Admin privileges")."
- id&action=delete&$tokens>".tra("Remove team")."
-
".tra("Allowed only if team has no members")."
+
".tra("Allowed only if team has no members")."
- id&cmd=manage>".tra("Message board")."
-
".tra("Create or manage a team message board")."
+
".tra("Create or manage a team message board")."
";
}
echo "
-
-
-
".tra("To have this team created on all BOINC projects (current and future) you can make it into a %1 BOINC-wide team %2.", "", "")."
-