Rev 5734 | Rev 5926 | 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 |
5734 | bpr | 10 | <input size="20" name="keyword" value="$keyword"/> |
11 | <input type="submit" value="$wims_name_tosave"/> |
||
5827 | bpr | 12 | </form></div> |
23 | reyssat | 13 | !else |
14 | !if ($sccnt + $clcnt > 20 and $wims_user = $empty) or $keyword!=$empty |
||
15 | !form reply |
||
1741 | bpr | 16 | $name_searchclass: |
5734 | bpr | 17 | <input size="20" name="keyword" value="$keyword"/> |
18 | <input type="submit" value="$wims_name_tosave"/> |
||
23 | reyssat | 19 | </form> |
20 | !endif |
||
21 | !endif |
||
22 |