Subversion Repositories wimsdev

Rev

Rev 16204 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16204 Rev 17187
Line 12... Line 12...
12
!endif
12
!endif
13
 
13
 
14
:number
14
:number
15
 !default 1_=10
15
 !default 1_=10
16
:input
16
:input
17
 <input size="$1_" name="methparm$n_" value="$(methparm$n_)" />
17
 <input size="$1_" name="methparm$n_" value="$(methparm$n_)">
18
!exit
18
!exit
19
 
19
 
20
:function
20
:function
21
 !default 1_=22
21
 !default 1_=22
22
 !goto input
22
 !goto input
Line 48... Line 48...
48
    !set p0=$ch_choose
48
    !set p0=$ch_choose
49
  !endif
49
  !endif
50
  !formselect methparm$n_ from 0 to $N_ prompt $p0,$P_
50
  !formselect methparm$n_ from 0 to $N_ prompt $p0,$P_
51
!else
51
!else
52
  !if $N_=1
52
  !if $N_=1
53
    <input type="hidden" name="methparm$n_" value="1" />
53
    <input type="hidden" name="methparm$n_" value="1">
54
    !set l=!item 2 to -1 of $(mtobj$n_)
54
    !set l=!item 2 to -1 of $(mtobj$n_)
55
    !set l=!items2words $l
55
    !set l=!items2words $l
56
    !insmath $l
56
    !insmath $l
57
  !else
57
  !else
58
    <span class="tt">$ch_optional</span>
58
    <span class="tt">$ch_optional</span>