Changeset 13732
- Timestamp:
- 10/01/07 20:31:43 (1 year ago)
- Files:
-
- trunk/boinc/html/user/team_search.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/boinc/html/user/team_search.php
r13731 r13732 8 8 db_init(); 9 9 10 function print_form() { 11 $user = get_logged_in_user(false); 10 function print_form($user) { 12 11 echo " 13 12 <form action=team_search.php> … … 15 14 start_table(); 16 15 row2("Key words<br><span class=note>Find teams with these words in their names or descriptions</span>", "<input name=keywords>"); 17 row2_init("Country" );16 row2_init("Country", ""); 18 17 echo "<select name=country><option value=\"\" selected>---</option>"; 19 18 $country = $user->country; … … 143 142 search(); 144 143 } else { 144 $user = get_logged_in_user(false); 145 145 page_head("Find a team"); 146 146 echo " … … 151 151 <p> 152 152 "; 153 print_form( );153 print_form($user); 154 154 if (isset($_COOKIE['init'])) { 155 155 echo "
