Rev 6518 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
539 | bpr | 1 | # record 1: header: parent, keywords |
2 | # record 2: calling parameters |
||
3 | # record 3: submit buttons |
||
4 | # record 4: html form content |
||
5 | |||
6 | :geometry, elementary geometry, euclidean geometry |
||
7 | circle, circle area, radius, diameter, circumference |
||
8 | |||
9 | :precision, 12 |
||
10 | operation, circle |
||
11 | |||
12 | :, Find |
||
13 | |||
6518 | bpr | 14 | :<td style="text-align:center;"> |
539 | bpr | 15 | $submit1 |
16 | the |
||
6518 | bpr | 17 | <select name="option2"> |
18 | <option value="radius">radius</option> |
||
19 | <option value="diameter">diameter</option> |
||
20 | <option value="circumference">circumference</option> |
||
21 | <option value="area" selected="selected">area</option> |
||
17232 | bpr | 22 | </select> of a circle with<br> |
6518 | bpr | 23 | <select name="option"> |
24 | <option value="radius" selected="selected">radius</option> |
||
25 | <option value="diameter">diameter</option> |
||
26 | <option value="circumference">circumference</option> |
||
27 | <option value="area">area</option> |
||
28 | </select> = |
||
17232 | bpr | 29 | <input type="text" size="15" maxlength="100" name="formula" value="35"> |
539 | bpr | 30 |