Subversion Repositories wimsdev

Rev

Rev 17055 | Details | Compare with Previous | Last modification | View Log | RSS feed

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