Rev 8768 | Rev 12845 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !if $overflow=yes |
||
12720 | bpr | 3 | <label for="keyword"> |
4 | !if $keyword = $empty |
||
5 | $name_research1 |
||
2218 | bpr | 6 | !else |
12720 | bpr | 7 | $name_research2 |
8 | !endif |
||
9 | </label> |
||
10 | <div class="wimscenter wimssearch"> |
||
23 | reyssat | 11 | !form reply |
12720 | bpr | 12 | <input size="20" name="keyword" value="$keyword" id="keyword"/> |
8763 | bpr | 13 | <input type="submit" value="$wims_name_search" /> |
14 | |||
12720 | bpr | 15 | !formend |
16 | </div> |
||
17 | !else |
||
18 | !if ($sccnt + $clcnt > 20 and $wims_user = $empty) or $keyword!=$empty |
||
19 | !form reply |
||
20 | <label for="keyword"> |
||
21 | $name_searchclass: |
||
22 | </label> |
||
23 | <input size="20" name="keyword" value="$keyword" id="keyword" /> |
||
24 | <input type="submit" value="$wims_name_search" /> |
||
25 | |||
26 | !formend |
||
27 | !endif |
||
23 | reyssat | 28 | !endif |