Subversion Repositories wimsdev

Rev

Rev 5894 | Rev 5988 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2670 bpr 1
!! --------- ce fichier est une copie intégrale du fichier form.phtml du module home.
1532 guerimand 2
!! ---------
3
 
5894 bpr 4
<a id="searchform"></a>
5774 bpr 5
 
1532 guerimand 6
!set wims_ref_anchor=#searchform
7
!form new
5745 bpr 8
<input type="hidden" name="module" value="home"/>
1532 guerimand 9
 
10
!if $wims_accessright!=$empty
4029 bpr 11
 <table border="0" cellpadding="0" cellspacing="0" bgcolor="$bgcolor2">
1532 guerimand 12
 !set bgcolort=#808080
13
 <tr>
14
 !if $search_package=bases/site
2472 bpr 15
  <td bgcolor="$bgcolort"> <small>$search_package&nbsp;</small></td>
1532 guerimand 16
 !else
17
  <td><small>
18
  !href cmd=new&search_package=bases/site bases/site
19
  &nbsp;</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_&nbsp;</small> </td>
25
  !else
26
   <td><small>
27
   !href cmd=new&search_package=$d_ $d_
28
   &nbsp;</small></td>
29
  !endif
30
 !next d
31
 </tr></table>
32
!endif
2745 bpr 33
 <div class="wims_search_engine">
5774 bpr 34
 <table class="wimscenter wims_search_engine"><tr>
2745 bpr 35
 <td>$name_search_engine</td>
5796 bpr 36
 <td>
3073 bpr 37
 !set wims_ref_class=wims_button_help
3053 bpr 38
!href module=adm/light&phtml=search_engine.phtml.$lang $name_search_help
3073 bpr 39
</td>
5796 bpr 40
 <td>
1532 guerimand 41
!if $s_keywords!=$empty or $gotcnt>0
3053 bpr 42
 !set wims_ref_class=wims_button
1532 guerimand 43
 !href session=$wims_session.1&list=clear $N_clear
2787 zjchen 44
 &nbsp;
1532 guerimand 45
!endif
46
!if $has_browse=yes and $wims_theme_version=0
2472 bpr 47
 !href module=adm/browse&$browse_parm $N_browse
1532 guerimand 48
!endif
5796 bpr 49
</td>
3073 bpr 50
</tr><tr>
5796 bpr 51
<td>
5745 bpr 52
  <input size="20" name="search_keywords" value="$search_keywords" class="wims_home_form"/>
5796 bpr 53
</td><td>
2745 bpr 54
 !formselect search_category list $slist prompt $plist
2670 bpr 55
!default search_lang=$lang
56
!set L_language=!words2items $wims_site_languages
57
!formselect search_lang list $L_language
5796 bpr 58
</td><td>
5745 bpr 59
 <input type="submit" value="$N_Search"/>
3073 bpr 60
</td></tr>
5928 bpr 61
</table></div>
62
!formend
2745 bpr 63
 
1532 guerimand 64
!set srchl=$search_keywords
65
!reset search_category, search_keywords
66