Rev 13931 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13931 | Rev 17186 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | <fieldset class="wims_search_engine" id="searchform"> |
6 | <fieldset class="wims_search_engine" id="searchform"> |
7 | <legend><label for="search_keywords">$name_search_engine</label></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 | ||
13 | !if $wims_accessright!=$empty |
13 | !if $wims_accessright!=$empty |
14 | !read adm/search_engine/search_accessright.phtml |
14 | !read adm/search_engine/search_accessright.phtml |
15 | !endif |
15 | !endif |
16 | 16 | ||
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" |
- | |
30 |
|
29 | id="search_keywords"><button class="wims_button icon_button" |
31 | type="submit"><span class="Searching">$N_Search</span></button> |
30 | type="submit"><span class="Searching">$N_Search</span></button> |
32 | <span style="margin-left:2em;display:inline-block;"> |
31 | <span style="margin-left:2em;display:inline-block;"> |
33 | !set wims_ref_class=text_icon browse |
32 | !set wims_ref_class=text_icon browse |
34 | !href module=adm/browse $wims_name_browse |
33 | !href module=adm/browse $wims_name_browse |
35 | </span> |
34 | </span> |