Subversion Repositories wimsdev

Rev

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

Rev 6055 Rev 6553
Line 1... Line 1...
1
 
1
 
2
!form renew
2
!form renew
3
<table class="wimsnoborder">
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><td class="nowrap"><textarea rows="4" cols="40" name="formula" wrap="off">$formula</textarea>
7
<tr><td nowrap>
7
</td></tr><tr><td class="nowrap">
8
Opération =
8
Opération =
9
<td nowrap><input size="20" name="operation" value="$operation"/>
9
</td><td class="nowrap"><input size="20" name="operation" value="$operation" />
10
<tr><td colspan="2">
10
</td></tr><tr><td colspan="2">
11
<input type="submit" value="Envoyer"/>
11
<input type="submit" value="Envoyer" />
12
<tr><td nowrap>
12
</td></tr><tr><td class="nowrap">
13
Formule2 = <td nowrap><input size="40" name="formula2" value="$formula2"/>
13
Formule2 = <td class="nowrap"><input size="40" name="formula2" value="$formula2" />
14
<tr><td nowrap>
14
</td></tr><tr><td class="nowrap">
15
Option = <td nowrap><input size="40" name="option"/>
15
Option = <td class="nowrap"><input size="40" name="option" />
16
<tr><td nowrap colspan="2">
16
</td></tr><tr><td class="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
</td></tr></table>
21
!formend
21
!formend
22
 
-