+
News
";
@@ -65,13 +65,6 @@ function show_participate() {
".sprintf(tr(HOME_P2), "", "", "", "", "", "")."
".sprintf(tr(HOME_P3), "", "")."
-
- ".tr(HOME_DOWNLOAD)."
- | ".tr(HOME_MORE_INFO)."
- | ".tr(HOME_WEB_SITES)."
- | ".tr(HOME_ADD_ONS)."
- | ".tr(HOME_SURVEY)."
-
|
";
}
@@ -81,16 +74,17 @@ function show_create() {
echo "
Compute with BOINC |
- A BOINC project with a single Linux server
- can provide computing power equivalent
- to a cluster with tens of thousands of CPUs.
Learn how to create
and operate a BOINC project.
- Scientists: if your group has moderate
programming, web, sysadmin, and hardware resources,
you can create your own BOINC project.
- Or organizations such as IBM World Community Grid may be able
+ A BOINC project with a single Linux server
+ can provide computing power equivalent
+ to a cluster with tens of thousands of CPUs.
+
-
+ Organizations such as IBM World Community Grid may be able
to host your project
(please contact us for information).
- Universities: use BOINC to create a
@@ -140,6 +134,36 @@ function show_nsf() {
";
}
+function language_form() {
+ echo "
+
+
+ ";
+}
+
html_tag();
if (defined("CHARSET")) {
header("Content-type: text/html; charset=".tr(CHARSET));
@@ -162,32 +186,19 @@ echo "
".sprintf(tr(HOME_BOINC_DESC), '', '', '', '')."
+
+
diff --git a/doc/versions.inc b/doc/versions.inc
index 874e31f314..1d2c66bcf9 100644
--- a/doc/versions.inc
+++ b/doc/versions.inc
@@ -715,14 +715,15 @@ function is_dev($v) {
return (strstr($v["status"], "Development") != null);
}
-switch(rand(0,5)) {
- case 0: $url_base = "http://boinc.berkeley.edu/dl/"; break;
- case 1: $url_base = "http://morel.mit.edu/download/boinc/dl/"; break;
- case 2: $url_base = "http://einstein.aei.mpg.de/download/boinc/dl/"; break;
- case 3: $url_base = "http://einstein.astro.gla.ac.uk/download/boinc/dl/"; break;
- case 4: $url_base = "http://albert.gravity.psu.edu/download/boinc/dl/"; break;
- case 5: $url_base = "http://einstein.ligo.caltech.edu/download/boinc/dl/"; break;
+$url_base = "http://boincdl.ssl.berkeley.edu/dl/";
+//switch(rand(0,5)) {
+ //case 0: $url_base = "http://boinc.berkeley.edu/dl/"; break;
+ //case 1: $url_base = "http://morel.mit.edu/download/boinc/dl/"; break;
+ //case 2: $url_base = "http://einstein.aei.mpg.de/download/boinc/dl/"; break;
+ //case 3: $url_base = "http://einstein.astro.gla.ac.uk/download/boinc/dl/"; break;
+ //case 4: $url_base = "http://albert.gravity.psu.edu/download/boinc/dl/"; break;
+ //case 5: $url_base = "http://einstein.ligo.caltech.edu/download/boinc/dl/"; break;
//case 6: $url_base = "http://einstein.phys.uwm.edu/download/boinc/dl/"; break;
-}
+//}
?>
diff --git a/doc/white.css b/doc/white.css
index c76023956f..7af88fcc1b 100644
--- a/doc/white.css
+++ b/doc/white.css
@@ -14,28 +14,24 @@ code {
a:link {
color: blue;
text-decoration: none;
-#font-weight: bold;
}
a:visited {
color: blue;
text-decoration: none;
-#font-weight: bold;
}
a:active {
color: blue;
-#font-weight: bold;
}
a:hover {
color: rgb(200,80,80);
-#font-weight: bold;
}
body , table , input , select {
font-family: "Trebuchet MS", Verdana, Arial, Sans Serif;
-#font-size: small;
+#font-size: 16px;
}
table.box {
@@ -115,3 +111,13 @@ img {
font-size: 80%;
font-weight: normal;
}
+
+select.selectbox {
+ font-size: 12px;
+ height:20px;
+}
+
+input.small {
+ font-size: 12px;
+ height:22px;
+}
|
|