Rev 12809 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12809 | Rev 16752 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !! form in html. |
2 | !! form in html. |
3 | !! Qui c'è un esempio di form per una risposta, che può essere modificato come |
3 | !! Qui c'è un esempio di form per una risposta, che può essere modificato come |
4 | !! necessario. |
4 | !! necessario. |
5 | 5 | ||
6 | !form reply |
6 | !form reply |
7 |
|
7 | <ul> |
8 |
|
8 | <li><label for="x">x = </label><input size="40" id="x" name="x" value="$x" /></li> |
9 |
|
9 | <li><label for="y">y = </label><input size="40" id="y" name="y" value="$y" /></li> |
10 |
|
10 | </ul> |
11 |
|
11 | <p class="send_answer"> |
12 |
|
12 | <input type="submit" value="$wims_name_send" /> |
13 |
|
13 | </p> |
14 | 14 | ||
15 | !formend |
15 | !formend |