Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
12845 obado 1
!readproc adm/search_engine/names.$lang
23 reyssat 2
 
3
!if $overflow=yes
12845 obado 4
  <p>
13057 bpr 5
  !if $keyword = $empty
6
    $name_research1
7
  !else
8
    $name_research2
9
  !endif
12845 obado 10
  </p>
11
!endif
8763 bpr 12
 
12845 obado 13
!if $overflow=yes or ($sccnt + $clcnt > 20 and $wims_user = $empty) or $keyword!=$empty
14
  <div class="search_box blockcenter halfwidth">
13057 bpr 15
  !form reply
12845 obado 16
    <label for="keyword">$name_searchclass:</label>
17
    <div class="input-group">
18
      <input size="20" name="keyword" value="$keyword" id="keyword" type="search"
19
             class="input-group-field" placeholder="$name_keywords_enter"/>
20
      <div class="input-group-button">
21
        <button class="wims_button icon_button" type="submit">
22
          <span class="Searching">$wims_name_search</span>
23
        </button>
24
      </div>
25
    </div>
13057 bpr 26
  !formend
12845 obado 27
  </div>
23 reyssat 28
!endif