Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
20 reyssat 1
!reset methremark
2
!form reply
16118 bpr 3
$name_step $currstep.
20 reyssat 4
 
17046 bpr 5
!read deduc/meth/$modu_lang/$meth.def form
20 reyssat 6
 
17187 bpr 7
<input type="submit" value="OK">
16114 bpr 8
<p>
16120 bpr 9
!set wims_ref_class=wims_button_help
16114 bpr 10
!href cmd=help&help_subject=meth&method=$meth $wims_name_help
11
</p>
20 reyssat 12
!set random1=!randint 1,10^6
13
!set random2=!randint 1,10^6
14
!set random=$random1.$random2
16120 bpr 15
!set wims_ref_class=wims_button
16118 bpr 16
!href cmd=help&help_subject=status&special_parm=$random $name_state
16120 bpr 17
!set wims_ref_class=wims_button
16118 bpr 18
!href cmd=reply&opt=newstep&gotostep=$currstep $name_methchange
5928 bpr 19
 
20
!formend
20 reyssat 21
!if $methremark!=$empty
16114 bpr 22
  <p>
16118 bpr 23
  <b>$name_remarks</b>. $methremark
16114 bpr 24
  </p>
20 reyssat 25
!endif