Rev 6880 | Rev 7694 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6910 | bpr | 1 | !distribute items $wims_read_parm into t, supt |
2 | !! for the moment we do not use supt, plane for the future |
||
6458 | bpr | 3 | !!keep key - use in search_addr. |
6910 | bpr | 4 | !! supt should be a father of t |
6458 | bpr | 5 | !reset key |
6 | !set key=!lookup $t in $dir |
||
7 | !default key=$t |
||
8 | !set key_l=!lookup $t in $dir_lang |
||
9 | !set name_$t=!lookup $t in $dir_lang |
||
10 | !default name_$t=$t |
||
6880 | bpr | 11 | !!set key=!replace internal _ by $ $ in $t |
6910 | bpr | 12 | !!set key=$supt,$key_l |
6880 | bpr | 13 | !set key=$key_l |
6458 | bpr | 14 | !set more=!lookup $t in $dir |
6910 | bpr | 15 | !if $more!=$empty |
6458 | bpr | 16 | !href module=$module&cmd=new&job=$job&parm=$t $(name_$t) |
17 | !else |
||
18 | $(name_$t) |
||
19 | !endif |
||
20 | !set wims_ref_class=wims_button |
||
21 | !href $search_addr >>>> |
||
22 | !set tt=!lookup $t in $dir |
||
23 | !set cnt=!itemcnt $tt |
||
24 |