Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

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