!!##!! language independant
!if $job2=print and $job isitemof todo,work
!changeto print$job.phtml
!endif
!if $job=modpalier
!let js=!record 0 of js/chooselist.js
!let wims_html_header=!append line $js to $wims_html_header
!endif
!read adm/css.phtml
!header1
<script type="text/javascript" src="scripts/js/wz_tooltip.js"></script>\
!if $cmd=help
!changeto help.phtml
!endif
!headmenu
!if $error!=$empty
<div class="wims_alertmsg">
!read lang/msg.phtml.$moduclass_lang $error
</div>
!endif
!read $job.phtml
!if $wims_user=supervisor
!if config notin $job
!set wims_menu_items=!append line config,1,cmd=renew&job=config to $wims_menu_items
!endif
!if save notin $job
!set wims_menu_items=!append line save,1,cmd=renew&job=save to $wims_menu_items
!endif
!if userlist notin $job
!set wims_menu_items=!append line livret,1,cmd=renew&job=userlist to $wims_menu_items
!endif
!if $livret_nbcomp<$maxcomp
!set wims_menu_items=!append line add_competence,1,cmd=renew&job=addcomp&comp=$[$livret_nbcomp+1] to $wims_menu_items
!endif
!endif
!set wims_menu_items=!append line refresh,1,cmd=reply\
,0,\
to $wims_menu_items
!if $wims_user=supervisor
!set wims_menu_items=!append line usermanage,1,cmd=new&module=adm/class/usermanage\
Score1,1,cmd=new&module=adm/class/userscore\
to $wims_menu_items
!else
!set wims_menu_items=!append line myscore,1,cmd=new&module=adm/class/userscore\
to $wims_menu_items
!endif
!endif
!tail