Rev 20 | Rev 16120 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 5763 | ||
---|---|---|---|
Line 10... | Line 10... | ||
10 | !goto $wims_read_parm |
10 | !goto $wims_read_parm |
11 | !endif |
11 | !endif |
12 | 12 | ||
13 | !exit |
13 | !exit |
14 | :form |
14 | :form |
15 | Separate the cases according to the truth of the (in)équation <br> |
15 | Separate the cases according to the truth of the (in)équation <br/> |
16 | <input size=10 name=methparm1 value="$methparm1"> |
16 | <input size=10 name=methparm1 value="$methparm1"/> |
17 | !formselect methparm2 from 1 to 6 prompt =,!=,<,>,<=,>= |
17 | !formselect methparm2 from 1 to 6 prompt =,!=,<,>,<=,>= |
18 | <input size=10 name=methparm3 value="$methparm3"> |
18 | <input size=10 name=methparm3 value="$methparm3"/> |
19 | !exit |
19 | !exit |
20 | :check |
20 | :check |
21 | sign1=!item $methparm2 of =,!=,<,>,<=,>= |
21 | sign1=!item $methparm2 of =,!=,<,>,<=,>= |
22 | sign2=!item $methparm2 of !=,=,>=,<=,>,< |
22 | sign2=!item $methparm2 of !=,=,>=,<=,>,< |
23 | 23 |