From 3c939725cfa6f136526d61d80018fd183c2f4912 Mon Sep 17 00:00:00 2001 From: Tim Lan Date: Thu, 19 Jun 2003 22:38:53 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1550 --- client/win/res/icon.ico | 1331 ++--------------------- client/win/res/iconhigh.ico | 87 +- client/win/res/iconsmall.ico | 87 +- html/user/db.inc | 7 +- html/user/host.inc | 2 +- html/user/project_specific_prefs_ap.inc | 6 +- 6 files changed, 117 insertions(+), 1403 deletions(-) diff --git a/client/win/res/icon.ico b/client/win/res/icon.ico index 84125966db..117b854c9c 100755 --- a/client/win/res/icon.ico +++ b/client/win/res/icon.ico @@ -4,93 +4,63 @@ +ëmmë -ÿÿÿÿ -ððððð +ëCfmìì®m -Üÿ +ê<"); - if(!mysql_select_db($db_name)) return -1; + if(!mysql_select_db($db_name)) { + echo "Unable to select database - please try again later"; + exit(); + } return 0; } diff --git a/html/user/host.inc b/html/user/host.inc index caf5921be0..0d84235ecd 100644 --- a/html/user/host.inc +++ b/html/user/host.inc @@ -132,7 +132,7 @@ function show_host_row($host, $i, $private) { "; if ($private) { echo" - id> + id&private=1> $host->domain_name "; } else { diff --git a/html/user/project_specific_prefs_ap.inc b/html/user/project_specific_prefs_ap.inc index 19ceed9a5c..d48aa647b0 100755 --- a/html/user/project_specific_prefs_ap.inc +++ b/html/user/project_specific_prefs_ap.inc @@ -70,7 +70,7 @@ function project_specific_prefs_edit($prefs) { "; } echo " - URL of background (PPM format) + URL of background (PPM format)
This will show up as the background in the Astropulse animation. The file must be in PPM format, and the number of pixels in the height and the width must both be in powers of 2 (e.g. 128, 512, etc.). "; @@ -144,7 +144,7 @@ function project_specific_prefs_parse_form() { // show non-editable version of prefs // function project_specific_prefs_show($prefs) { - row2("Color scheme", $prefs->color_scheme); + row2("Color scheme
This determines how the Astropulse graphics are displayed", $prefs->color_scheme); if ($prefs->color_scheme == "Custom") { $dim = $prefs->two_dim?"2":"3"; row2("Start hue", $prefs->start_hue); @@ -155,7 +155,7 @@ function project_specific_prefs_show($prefs) { row2("Graph dimension", $dim); } if (strlen($prefs->background)) { - row2("Background", $prefs->background); + row2("Background
This image will show up as the background in the Astropulse animation.", $prefs->background); } else { row2("Background", "none"); }