From b235bae1f8a085b8a25d176ef7d5f8b490da8eca Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 15 Jun 2003 20:28:29 +0000 Subject: [PATCH] user web svn path=/trunk/boinc/; revision=1492 --- html/user/project.inc | 8 +++---- html/user/project_ap.inc | 26 ++++++++++++++++------ html/user/project_beta.inc | 44 -------------------------------------- 3 files changed, 24 insertions(+), 54 deletions(-) delete mode 100644 html/user/project_beta.inc diff --git a/html/user/project.inc b/html/user/project.inc index 22b8775c23..a8fab09818 100755 --- a/html/user/project.inc +++ b/html/user/project.inc @@ -2,14 +2,14 @@ // This is a sample project file. Replace it with your own. -define("PROJECT", "TestBOINC@home"); +define("PROJECT", "Test Project"); define("MASTER_URL", "http://boinc.berkeley.edu/"); +define("URL_BASE", ""); function project_intro() { echo" -This is a test project of -the Berkeley Open Infrastructure for Network Computing (BOINC) -"; + This is a test project for BOINC. + "; } function project_banner($user) { diff --git a/html/user/project_ap.inc b/html/user/project_ap.inc index 71f9933648..fd47da7d57 100755 --- a/html/user/project_ap.inc +++ b/html/user/project_ap.inc @@ -1,24 +1,38 @@ black hole evaporation + and other phenomena. + "; + + echo "

+ Astropulse is based on BOINC, + which is being beta-tested. + We currently have enough volunteers for the beta test. + Stay tuned for an expanded beta test in the upcoming months. +

+ Beta testers: click here + for instructions and news. + "; } function project_banner($user) { - echo " + echo " +
Astropulse \n "; + if ($user) { echo "Logged in as $user->name"; } else { diff --git a/html/user/project_beta.inc b/html/user/project_beta.inc deleted file mode 100644 index 6dc9e86027..0000000000 --- a/html/user/project_beta.inc +++ /dev/null @@ -1,44 +0,0 @@ -black hole evaporation - -and other phenomena. -"; - - echo "

-Astropulse is based on BOINC, -which is being beta-tested. -We currently have enough volunteers for the beta test. -Stay tuned for an expanded beta test in the upcoming months. -

-Beta testers: click here -for instructions and news. -"; -} - -function project_banner($user) { - - echo " - -
- Astropulse - - \n - "; - - if ($user) { - echo "Logged in as $user->name"; - } else { - echo "
"; - } - echo "


\n"; -} - -?>