Rev 10386 | Rev 12410 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10386 | Rev 10705 | ||
---|---|---|---|
Line 60... | Line 60... | ||
60 | !set wims_menu_items=!append line itemsep,0,\ |
60 | !set wims_menu_items=!append line itemsep,0,\ |
61 | config_restr,1,cmd=reply&job=access\ |
61 | config_restr,1,cmd=reply&job=access\ |
62 | config_score,1,cmd=reply&job=grestrict\ |
62 | config_score,1,cmd=reply&job=grestrict\ |
63 | to $wims_menu_items |
63 | to $wims_menu_items |
64 | 64 | ||
- | 65 | !if neighbor isitemof $joballowlist |
|
65 | !set wims_menu_items=!append line itemsep,0,\ |
66 | !set wims_menu_items=!append line itemsep,0,\ |
66 | config_neigh,1,cmd=reply&job=neighbor&job2=first&excls=no\ |
67 | config_neigh,1,cmd=reply&job=neighbor&job2=first&excls=no\ |
67 | config_otherserver,1,cmd=reply&job=connect&job2=first\ |
68 | config_otherserver,1,cmd=reply&job=connect&job2=first\ |
68 | to $wims_menu_items |
69 | to $wims_menu_items |
- | 70 | !else |
|
- | 71 | !set wims_menu_items=!append line itemsep,0,\ |
|
- | 72 | config_otherserver,1,cmd=reply&job=connect&job2=first\ |
|
- | 73 | to $wims_menu_items |
|
- | 74 | !endif |
|
69 | !else |
75 | !else |
70 | !if $job notwordof list new |
76 | !if $job notwordof list new |
71 | !set wims_menu_items=!append line config,1,cmd=renew&job=list\ |
77 | !set wims_menu_items=!append line config,1,cmd=renew&job=list\ |
72 | to $wims_menu_items |
78 | to $wims_menu_items |
73 | !endif |
79 | !endif |