Rev 5926 | Rev 8763 | 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 |
||
3 | !if $keyword = $empty |
||
2218 | bpr | 4 | $name_research1 |
5 | !else |
||
6 | $name_research2 |
||
23 | reyssat | 7 | !endif |
5827 | bpr | 8 | <div class="wimscenter wimssearch"> |
23 | reyssat | 9 | !form reply |
6235 | bpr | 10 | <input size="20" name="keyword" value="$keyword" /> |
11 | <input type="submit" value="$wims_name_tosave" /> |
||
5926 | bpr | 12 | |
13 | !formend |
||
14 | </div> |
||
23 | reyssat | 15 | !else |
16 | !if ($sccnt + $clcnt > 20 and $wims_user = $empty) or $keyword!=$empty |
||
17 | !form reply |
||
1741 | bpr | 18 | $name_searchclass: |
6235 | bpr | 19 | <input size="20" name="keyword" value="$keyword" /> |
20 | <input type="submit" value="$wims_name_tosave" /> |
||
5926 | bpr | 21 | |
22 | !formend |
||
23 | reyssat | 23 | !endif |
24 | !endif |
||
25 |