Rev 1032 | Rev 1280 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
33 | reyssat | 1 | |
2 | <p> |
||
1117 | bpr | 3 | <a name="searchform" id="searchform"></a> |
33 | reyssat | 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 |
||
1032 | bpr | 11 | <table border=0 cellpadding=0 cellspacing=0 bgcolor="$bgcolor2"> |
33 | reyssat | 12 | !set bgcolort=#808080 |
13 | <tr> |
||
14 | !if $search_package=bases/site |
||
1032 | bpr | 15 | <td bgcolor="$bgcolort"> <small>$search_package </small> </td> |
33 | reyssat | 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_ |
||
1032 | bpr | 24 | <td bgcolor="$bgcolort"> <small>$d_ </small> </td> |
33 | reyssat | 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 |
||
1032 | bpr | 35 | <table border=0 cellpadding=6 cellspacing=0 bgcolor="$bgcolor2"> |
33 | reyssat | 36 | <tr><td nowrap> |
263 | bpr | 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"> |
||
33 | reyssat | 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 |
||
49 | !href module=adm/browse.$lang&$browse_parm $N_browse |
||
50 | !endif |
||
51 | </td></tr> |
||
52 | </table></center></form> <p> |
||
53 | |||
54 | !set srchl=$search_keywords |
||
55 | !reset search_category, search_keywords |
||
56 |