mirror of https://github.com/BOINC/boinc.git
parent
7e44643172
commit
945b160992
|
@ -18,7 +18,7 @@ function uotd_thumbnail($profile, $user) {
|
||||||
//
|
//
|
||||||
function show_uotd($profile) {
|
function show_uotd($profile) {
|
||||||
$user = lookup_user_id($profile->userid);
|
$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);
|
echo sub_sentence(strip_tags(output_transform($profile->response1)), ' ', 150, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -94,10 +94,10 @@ function search_form() {
|
||||||
echo "<form method=get action=user_search.php>";
|
echo "<form method=get action=user_search.php>";
|
||||||
start_table();
|
start_table();
|
||||||
row1("Search type", 2, "heading");
|
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 average credit", "<input type=radio name=search_type value=\"rac\">");
|
||||||
row2("Decreasing total credit", "<input type=radio name=search_type value=\"total\">");
|
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");
|
row1("Filters", 2, "heading");
|
||||||
row2_init("Country", "<select name=country><option value=\"any\" selected>Any</option>");
|
row2_init("Country", "<select name=country><option value=\"any\" selected>Any</option>");
|
||||||
print_country_select("asdf");
|
print_country_select("asdf");
|
||||||
|
|
Loading…
Reference in New Issue