Rev 10199 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10199 | Rev 10878 | ||
---|---|---|---|
Line 68... | Line 68... | ||
68 | !if $job=subject |
68 | !if $job=subject |
69 | !set parm_father=!lookup $parm in $treefile |
69 | !set parm_father=!lookup $parm in $treefile |
70 | !if $parm_father!=$empty |
70 | !if $parm_father!=$empty |
71 | !set wims_ariane=!append line back2 $parm_father,1,module=$module&cmd=new&job=subject&parm=$parm_father\ |
71 | !set wims_ariane=!append line back2 $parm_father,1,module=$module&cmd=new&job=subject&parm=$parm_father\ |
72 | to $wims_ariane |
72 | to $wims_ariane |
- | 73 | !else |
|
- | 74 | !set wims_ariane=!append line "$(name_by_$job)",8 to $wims_ariane |
|
- | 75 | !endif |
|
- | 76 | !else |
|
- | 77 | !if $job isitemof subject,taxo,level,type |
|
- | 78 | !set wims_ariane=!append line "$(name_by_$job)",8 to $wims_ariane |
|
- | 79 | !else |
|
- | 80 | !set wims_ariane=!append line "$(name_$job)",8 to $wims_ariane |
|
73 | !endif |
81 | !endif |
74 | !endif |
82 | !endif |
75 | 83 | ||
76 | !if $job!=home |
84 | !if $job!=home |
77 | wims_module_log=$job $parm |
85 | wims_module_log=$job $parm |