- web tweaks

svn path=/trunk/boinc/; revision=14450
This commit is contained in:
David Anderson 2007-12-31 22:56:39 +00:00
parent 7e44643172
commit 945b160992
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ function uotd_thumbnail($profile, $user) {
//
function show_uotd($profile) {
$user = lookup_user_id($profile->userid);
echo user_links($user)."<br>";
echo user_links($user, true)."<br>";
echo sub_sentence(strip_tags(output_transform($profile->response1)), ' ', 150, true);
}

View File

@ -94,10 +94,10 @@ function search_form() {
echo "<form method=get action=user_search.php>";
start_table();
row1("Search type", 2, "heading");
row2("Decreasing sign-up time", "<input type=radio name=search_type value=\"date\" checked>");
row2("User name starts with <input name=search_string>", "<input type=radio name=search_type value=\"name_prefix\" checked >");
row2("Decreasing sign-up time", "<input type=radio name=search_type value=\"date\">");
row2("Decreasing average credit", "<input type=radio name=search_type value=\"rac\">");
row2("Decreasing total credit", "<input type=radio name=search_type value=\"total\">");
row2("User name starts with <input name=search_string>", "<input type=radio name=search_type value=\"name_prefix\">");
row1("Filters", 2, "heading");
row2_init("Country", "<select name=country><option value=\"any\" selected>Any</option>");
print_country_select("asdf");