Rev 3095 | Rev 4527 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1479 | bpr | 1 | !!##!! language independant |
1319 | guerimand | 2 | !if $job2=print and $job isitemof todo,work |
3 | !changeto print$job.phtml |
||
4 | !endif |
||
2790 | guerimand | 5 | !if $job=modpalier |
6 | !let js=!record 0 of js/chooselist.js |
||
7 | !let wims_html_header=!append line $js to $wims_html_header |
||
8 | !endif |
||
1326 | bpr | 9 | !header1 |
10 | <script type="text/javascript" src="scripts/js/wz_tooltip.js" language="Javascript"></script>\ |
||
1319 | guerimand | 11 | |
2051 | guerimand | 12 | !if $cmd=help |
13 | !changeto help.phtml |
||
14 | !endif |
||
1319 | guerimand | 15 | |
16 | !headmenu |
||
17 | |||
3212 | guerimand | 18 | !if $error!=$empty |
2365 | bpr | 19 | !read lang/msg.phtml.$moduclass_lang $error |
3212 | guerimand | 20 | !reset job |
1319 | guerimand | 21 | !endif |
22 | |||
23 | !read $job.phtml |
||
24 | |||
25 | !if $wims_user=supervisor |
||
1400 | guerimand | 26 | !if config notin $job |
27 | !set wims_menu_items=!append line config,1,cmd=renew&job=config to $wims_menu_items |
||
28 | !endif |
||
3212 | guerimand | 29 | !if save notin $job |
30 | !set wims_menu_items=!append line save,1,cmd=renew&job=save to $wims_menu_items |
||
31 | !endif |
||
1400 | guerimand | 32 | !if userlist notin $job |
33 | !set wims_menu_items=!append line cls_livret,1,cmd=renew&job=userlist to $wims_menu_items |
||
34 | !endif |
||
3212 | guerimand | 35 | !if $livret_nbcomp<$maxcomp |
36 | !set wims_menu_items=!append line add_competence,1,cmd=renew&job=addcomp&comp=$[$livret_nbcomp+1] to $wims_menu_items |
||
37 | !endif |
||
1400 | guerimand | 38 | !endif |
39 | !set wims_menu_items=!append line refresh,1,cmd=reply\ |
||
40 | ,0,\ |
||
2031 | bpr | 41 | to $wims_menu_items |
42 | !if $wims_user=supervisor |
||
43 | !set wims_menu_items=!append line part_list,1,cmd=new&module=adm/class/userlist\ |
||
44 | to $wims_menu_items |
||
45 | !else |
||
46 | !set wims_menu_items=!append line myscore,1,cmd=new&module=adm/class/userlist\ |
||
47 | to $wims_menu_items |
||
48 | !endif |
||
1400 | guerimand | 49 | |
2031 | bpr | 50 | |
1319 | guerimand | 51 | !endif |
52 | |||
53 | !tail |
||
54 |