Rev 16752 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
35 | reyssat | 1 | !! Le domande possono essere inserite in questo file. Possono essere utilizzate |
2 | !! form in html. |
||
3 | !! Qui c'č un esempio di form per una risposta, che puņ essere modificato come |
||
4 | !! necessario. |
||
5 | |||
6 | !form reply |
||
16752 | bpr | 7 | <ul> |
18491 | bpr | 8 | <li><label for="x">x = </label><input size="40" id="x" name="x" value="$x"></li> |
9 | <li><label for="y">y = </label><input size="40" id="y" name="y" value="$y"></li> |
||
16752 | bpr | 10 | </ul> |
11 | <p class="send_answer"> |
||
18491 | bpr | 12 | <input type="submit" value="$wims_name_send"> |
16752 | bpr | 13 | </p> |
35 | reyssat | 14 | |
5928 | bpr | 15 | !formend |