Subversion Repositories wimsdev

Rev

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

Rev 9307 Rev 10199
Line 54... Line 54...
54
  !if $lang_exists=yes
54
  !if $lang_exists=yes
55
    !set script_keywords=yes
55
    !set script_keywords=yes
56
  !endif
56
  !endif
57
 
57
 
58
!read $job.proc
58
!read $job.proc
-
 
59
!set wims_ariane_self=no
-
 
60
!if $job=home
-
 
61
  !set wims_ariane=!append line browse,8\
-
 
62
to $wims_ariane
-
 
63
!else
-
 
64
  !set wims_ariane=!append line browse,1,module=$module&cmd=new\
-
 
65
to $wims_ariane
-
 
66
!endif
-
 
67
 
-
 
68
!if $job=subject
-
 
69
  !set parm_father=!lookup $parm in $treefile
-
 
70
  !if $parm_father!=$empty
-
 
71
    !set wims_ariane=!append line back2 $parm_father,1,module=$module&cmd=new&job=subject&parm=$parm_father\
-
 
72
to $wims_ariane
-
 
73
  !endif
-
 
74
!endif
59
 
75
 
60
!if $job!=home
76
!if $job!=home
61
 wims_module_log=$job $parm
77
 wims_module_log=$job $parm
62
!endif
78
!endif
63
 
79