Rev 6868 | Rev 10008 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6868 | bpr | 1 | !! classe, student login, job, name of the variable used for the login |
2 | |||
3 | !distribute items $wims_read_parm into gn_cl_,gn_st,gn_job,gn_getu_ |
||
4 | |||
5 | !default gn_getu_=gn_job |
||
6 | !default gn_cl_=$wims_class |
||
7 | |||
8 | !set prevuser=!lookup $gn_st in wimshome/log/classes/$wims_class/.userprevlist |
||
9 | !if $prevuser!=$empty |
||
10 | !set wims_menu_items=!append line prev_participant,1,cmd=reply&job=$gn_job&$gn_getu_=$prevuser\ |
||
11 | to $wims_menu_items |
||
12 | !endif |
||
7042 | bpr | 13 | !set nextuser=!lookup $gn_st in wimshome/log/classes/$wims_class/.usernextlist |
14 | !if $nextuser!=$empty |
||
15 | !set wims_menu_items=!append line next_participant,1,cmd=reply&job=$gn_job&$gn_getu_=$nextuser\ |
||
16 | to $wims_menu_items |
||
17 | !endif |