Rev 1280 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1280 | Rev 1532 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | <p> |
- | |
3 | <a name="searchform" id="searchform"></a> |
- | |
4 | !set wims_ref_anchor=#searchform |
- | |
5 | !form new |
- | |
6 | <input type=hidden name=module value=home> |
- | |
7 | <center> |
- | |
8 | !!goto skip |
- | |
9 | - | ||
10 | !if $wims_accessright!=$empty |
- | |
11 | <table border=0 cellpadding=0 cellspacing=0 bgcolor="$bgcolor2"> |
- | |
12 | !set bgcolort=#808080 |
- | |
13 | <tr> |
- | |
14 | !if $search_package=bases/site |
- | |
15 | <td bgcolor="$bgcolort"> <small>$search_package </small> </td> |
- | |
16 | !else |
- | |
17 | <td><small> |
- | |
18 | !href cmd=new&search_package=bases/site bases/site |
- | |
19 | </small></td> |
- | |
20 | !endif |
- | |
21 | !set acr=!words2items $wims_accessright |
- | |
22 | !for d_ in $acr |
- | |
23 | !if $search_package=$d_ |
- | |
24 | <td bgcolor="$bgcolort"> <small>$d_ </small> </td> |
- | |
25 | !else |
- | |
26 | <td><small> |
- | |
27 | !href cmd=new&search_package=$d_ $d_ |
- | |
28 | </small></td> |
- | |
29 | !endif |
- | |
30 | !next d |
- | |
31 | </tr></table> |
- | |
32 | !endif |
- | |
33 | - | ||
34 | :skip |
- | |
35 | <table border=0 cellpadding=6 cellspacing=0 bgcolor="$bgcolor2"> |
- | |
36 | <tr><td nowrap> |
- | |
37 | <input type=submit value=$N_Search class="wims_home_button"> |
- | |
38 | <input size=20 name=search_keywords value="$search_keywords" class="wims_home_form"> |
- | |
39 | $N_within |
- | |
40 | !formselect search_category list $slist prompt $plist |
- | |
41 | </td><td nowrap align=center> |
- | |
42 | !if $s_keywords!=$empty or $gotcnt>0 |
- | |
43 | !href session=$wims_session.1&list=clear $N_clear |
- | |
44 | !if $has_browse=yes |
- | |
45 | <br> |
- | |
46 | !endif |
- | |
47 | !endif |
- | |
48 | !if $has_browse=yes and $wims_theme_version=0 |
- | |
49 | !href module=adm/browse.$lang&$browse_parm $N_browse |
- | |
50 | !endif |
- | |
51 | </td></tr> |
- | |
52 | </table></center></form> <p> |
- | |
53 | - | ||
54 | ! |
2 | !changeto adm/search_engine/form.phtml |
55 | !reset search_category, search_keywords |
- | |
56 | - |