Rev 4761 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4761 | Rev 6055 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | !form renew |
2 | !form renew |
3 | <table |
3 | <table class="wimsnoborder"> |
4 | <tr><td nowrap> |
4 | <tr><td nowrap> |
5 | Formule = |
5 | Formule = |
6 | <td nowrap><textarea rows="4" cols="40" name="formula" wrap="off">$formula</textarea> |
6 | <td nowrap><textarea rows="4" cols="40" name="formula" wrap="off">$formula</textarea> |
7 | <tr><td nowrap> |
7 | <tr><td nowrap> |
8 | Opération = |
8 | Opération = |
9 | <td nowrap><input size="20" name="operation" value="$operation"> |
9 | <td nowrap><input size="20" name="operation" value="$operation"/> |
10 | <tr><td colspan="2"> |
10 | <tr><td colspan="2"> |
11 | <input type="submit" value="Envoyer"> |
11 | <input type="submit" value="Envoyer"/> |
12 | <tr><td nowrap> |
12 | <tr><td nowrap> |
13 | Formule2 = <td nowrap><input size="40" name="formula2" value="$formula2"> |
13 | Formule2 = <td nowrap><input size="40" name="formula2" value="$formula2"/> |
14 | <tr><td nowrap> |
14 | <tr><td nowrap> |
15 | Option = <td nowrap><input size="40" name="option"> |
15 | Option = <td nowrap><input size="40" name="option"/> |
16 | <tr><td nowrap colspan="2"> |
16 | <tr><td nowrap colspan="2"> |
17 | variable = <input size="4" name="variable"> |
17 | variable = <input size="4" name="variable"/> |
18 | range1 = <input size="5" name="range1"> |
18 | range1 = <input size="5" name="range1"/> |
19 | range2 = <input size="5" name="range2"> |
19 | range2 = <input size="5" name="range2"/> |
20 | </table> |
20 | </table> |
21 |
|
21 | !formend |
22 | 22 |