Subversion Repositories wimsdev

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
16121 bpr 1
!set name_otherhelp=Other help subjects
2
!set name_nosuphelp=There is no further help for this method.
3
!set name_noparthelp=This exercise has no particular help.
4
!set name_subjecthelp=Help subjects
20 reyssat 5
 
6
!if $help_subject iswordof methall status
17046 bpr 7
  !read deduc/$modu_lang/help/$help_subject.phtml
5763 bpr 8
  <div class="wimscenter">
16209 bpr 9
  !set wims_ref_class=wims_button
16121 bpr 10
  !href cmd=help $name_otherhelp
16114 bpr 11
  </div>
12
  !reset help_subject
13
  !exit
20 reyssat 14
!endif
15
 
16
!if $help_subject=meth and $method!=$empty
17046 bpr 17
  !read deduc/meth/$modu_lang/$method.def
16121 bpr 18
  !default methhelp=$name_nosuphelp
16114 bpr 19
  <p>
16118 bpr 20
  <b>$name_method</b>: <span style="color:blue; font-style=italic" class="bold">$methtit</span>
16114 bpr 21
  </p>
22
  $methhelp
23
  !reset help_subject
24
  !exit
20 reyssat 25
!endif
26
 
27
!if help iswordof $exo_has
16114 bpr 28
  !read $deffile help
20 reyssat 29
!else
16121 bpr 30
  $name_noparthelp
20 reyssat 31
!endif
32
!set random1=!randint 1,10^6
33
!set random2=!randint 1,10^6
34
!set random=$random1.$random2
16114 bpr 35
<p>
16121 bpr 36
$name_subjecthelp:
16209 bpr 37
!set wims_ref_class=wims_button
16118 bpr 38
!href cmd=help&help_subject=methall&special_parm=$thisexo $name_methods
20 reyssat 39
,
16209 bpr 40
!set wims_ref_class=wims_button
16118 bpr 41
!href cmd=help&help_subject=status&special_parm=$random $name_state
20 reyssat 42
.
16114 bpr 43
</p>
20 reyssat 44
!reset help_subject