Rev 6685 | Rev 10228 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6685 | Rev 8232 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | blocklist,1,cmd=reply&job=list\ |
38 | blocklist,1,cmd=reply&job=list\ |
39 | doch_main,1,cmd=reply&job=read&block=main\ |
39 | doch_main,1,cmd=reply&job=read&block=main\ |
40 | to $wims_menu_items |
40 | to $wims_menu_items |
41 | 41 | ||
42 | !if $(readhist[-1;2])!=main |
42 | !if $(readhist[-1;2])!=main |
43 | !set wims_menu_items=!append line " |
43 | !set wims_menu_items=!append line "$(readhist[-1;2])",1,cmd=reply&job=read&block=$(readhist[-1;2])\ |
44 | to $wims_menu_items |
44 | to $wims_menu_items |
45 | !endif |
45 | !endif |
46 | 46 | ||
47 | 47 |