Rev 11655 | Rev 11660 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11655 | Rev 11658 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | 2 | ||
3 | !default search_lang=$lang |
3 | !default search_lang=$lang |
4 | !set wims_ref_anchor=#searchform |
4 | !set wims_ref_anchor=#searchform |
5 | 5 | ||
6 | <fieldset class="wims_search_engine" id="searchform"> |
6 | <fieldset class="wims_search_engine" id="searchform"> |
7 | <legend>$name_search_engine</legend> |
7 | <legend><label for="search_keywords">$name_search_engine</label></legend> |
8 | 8 | ||
9 | !set wims_form_method=post |
9 | !set wims_form_method=post |
10 | !form new |
10 | !form new |
11 | <input type="hidden" name="module" value="home" /> |
11 | <input type="hidden" name="module" value="home" /> |
12 | 12 | ||
Line 24... | Line 24... | ||
24 | value="$search_keywords" |
24 | value="$search_keywords" |
25 | class="wims_home_form multicomplete" |
25 | class="wims_home_form multicomplete" |
26 | placeholder="$name_keywords_enter" |
26 | placeholder="$name_keywords_enter" |
27 | results="5" |
27 | results="5" |
28 | autosave="search_keywords" |
28 | autosave="search_keywords" |
- | 29 | id="search_keywords" |
|
29 | /><button class="wims_button icon_button" |
30 | /><button class="wims_button icon_button" |
30 | type="submit"><span class="Searching">$N_Search</span></button> |
31 | type="submit"><span class="Searching">$N_Search</span></button> |
31 | <span class="text_icon browse" style="margin-left:2em;display:inline-block;"> |
32 | <span class="text_icon browse" style="margin-left:2em;display:inline-block;"> |
32 | !href module=adm/browse $wims_name_browse |
33 | !href module=adm/browse $wims_name_browse |
33 | </span> |
34 | </span> |