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 "