- user web: change "host" to "computer" in a few places

svn path=/trunk/boinc/; revision=13946
This commit is contained in:
David Anderson 2007-10-24 17:59:08 +00:00
parent 05542a460f
commit d4cd3ac853
3 changed files with 14 additions and 5 deletions

View File

@ -9838,3 +9838,12 @@ David 24 Oct 2007
html/user/
merge_by_name.php
hosts_user.php
David 24 Oct 2007
- user web: change "host" to "computer" in a few places
html/
inc/
host.inc
user/
hosts_user.php

View File

@ -142,11 +142,11 @@ function show_host($host, $private, $ipprivate, $user) {
}
row2("Location", location_form($host));
if ($nresults == 0) {
$x = " | <a href=host_delete.php?hostid=$host->id".url_tokens($user->authenticator).">Delete this host</a> ";
$x = " | <a href=host_delete.php?hostid=$host->id".url_tokens($user->authenticator).">Delete this computer</a> ";
} else {
$x = "";
}
row2("Click to", "<a href=host_edit_form.php?hostid=$host->id>merge this computer</a> $x");
row2("Click to", "<a href=host_edit_form.php?hostid=$host->id>Merge this computer</a> $x");
//row2("Click to", "<a href=host_update_credit.php?hostid=$host->id>recompute credit</a>");
}
echo "</table>\n";

View File

@ -9,9 +9,9 @@ require_once("../inc/cache.inc");
function more_or_less($show_all) {
if ($show_all) {
echo "<p>Show: All hosts | ".link_with_GET_variables("Only hosts active in past 30 days<p>", "hosts_user.php", 'show_all', '0');
echo "<p>Show: All computers | ".link_with_GET_variables("Only computers active in past 30 days<p>", "hosts_user.php", 'show_all', '0');
} else {
echo "<p>Show: ".link_with_GET_variables("All hosts", "hosts_user.php", 'show_all', '1')." | Only hosts active in past 30 days<p>";;
echo "<p>Show: ".link_with_GET_variables("All computers", "hosts_user.php", 'show_all', '1')." | Only computers active in past 30 days<p>";;
}
}
@ -134,7 +134,7 @@ if ($old_hosts>0) {
}
echo "
<a href=merge_by_name.php>Merge hosts by name</a>
<a href=merge_by_name.php>Merge computers by name</a>
";
if ($caching) {