Subversion Repositories wimsdev

Rev

Rev 10355 | Rev 10562 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10355 Rev 10407
Line 90... Line 90...
90
!endif
90
!endif
91
 
91
 
92
!!********* Link #9 : "About"
92
!!********* Link #9 : "About"
93
!if $window != embeded \
93
!if $window != embeded \
94
        and $module_has_about=yes \
94
        and $module_has_about=yes \
95
        and tool notin $module and home notin $module \
95
        and _tool notin $module and home notin $module \
96
        and $cmd notwordof help and _exam notin $session\
96
        and $cmd notwordof help and _exam notin $session\
97
        and (adm notin $module or $wims_user iswordof supervisor developper or $wims_user=$empty)
97
        and (adm notin $module or $wims_user iswordof supervisor developper or $wims_user=$empty)
98
                !set 1_=!append line about,4,module=$module&cmd=help&special_parm=about,mhelp,,$wims_name_module_infos ($module) to $1_
98
                !set 1_=!append line about,4,module=$module&cmd=help&special_parm=about,mhelp,,$wims_name_module_infos ($module) to $1_
99
!endif
99
!endif
100
 
100