Rev 7694 | 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 |
12477 | 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 |
||
11 | !!set key=!replace internal _ by $ $ in $t |
||
12 | !!set key=$supt,$key_l |
||
13 | !set key=$key_l |
||
14 | !set more=!lookup $t in $dir |
||
6910 | bpr | 15 | !if $more!=$empty |
12477 | bpr | 16 | !href module=$module&cmd=new&job=$job&parm=$t $(name_$t) |
6458 | bpr | 17 | !else |
12477 | bpr | 18 | $(name_$t) |
6458 | bpr | 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 |