Subversion Repositories wimsdev

Rev

Rev 12845 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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