Rev 12720 | Rev 13057 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12720 | Rev 12845 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | !readproc adm/search_engine/names.$lang |
|
1 | 2 | ||
2 | !if $overflow=yes |
3 | !if $overflow=yes |
3 |
|
4 | <p> |
4 | !if $keyword = $empty |
5 | !if $keyword = $empty |
5 | $name_research1 |
6 | $name_research1 |
6 | !else |
7 | !else |
7 | $name_research2 |
8 | $name_research2 |
8 | !endif |
9 | !endif |
9 | </ |
10 | </p> |
10 | <div class="wimscenter wimssearch"> |
- | |
11 |
|
11 | !endif |
12 | <input size="20" name="keyword" value="$keyword" id="keyword"/> |
- | |
13 | <input type="submit" value="$wims_name_search" /> |
- | |
14 | 12 | ||
15 | !formend |
- | |
16 | </div> |
- | |
17 | !else |
- | |
18 |
|
13 | !if $overflow=yes or ($sccnt + $clcnt > 20 and $wims_user = $empty) or $keyword!=$empty |
- | 14 | <div class="search_box blockcenter halfwidth"> |
|
19 | !form reply |
15 | !form reply |
20 | <label for="keyword"> |
16 | <label for="keyword">$name_searchclass:</label> |
21 |
|
17 | <div class="input-group"> |
22 | </label> |
- | |
23 | <input size |
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"> |
|
24 |
|
22 | <span class="Searching">$wims_name_search</span> |
- | 23 | </button> |
|
- | 24 | </div> |
|
25 | 25 | </div> |
|
26 | !formend |
26 | !formend |
27 |
|
27 | </div> |
28 | !endif |
28 | !endif |
- | 29 |