Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
286 guerimand 1
<p>
14890 obado 2
  !if $overflow=yes
3
    !if $keyword = $empty
4
      $name_search1
5
    !else
6
      $name_search2
7
    !endif
8
  !endif
5874 bpr 9
</p>
286 guerimand 10
!if $keyword!=$empty or $overflow=yes
14890 obado 11
  <div class="wimscenter wimsform">
12
    !form reply
13
      <input size="20" name="keyword" value="$keyword" />
14
      <input type="submit" value="$wims_name_search" />
15
    !formend
5927 bpr 16
  </div>
286 guerimand 17
!endif