Rev 5928 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 127 | bpr | 1 | !! 问题可被放在这个文件里. 通常使用 html 格式. |
| 2 | !! 这里只是用户回答表格的一个例. 你可以任意修改. |
||
| 3 | |||
| 4 | !form reply |
||
| 12810 | bpr | 5 | <ul> |
| 6 | <li><label for="x">x = </label><input size="40" id="x" name="x" value="$x" /></li> |
||
| 7 | <li><label for="y">y = </label><input size="40" id="y" name="y" value="$y" /></li> |
||
| 8 | </ul> |
||
| 9 | <p class="send_answer"> |
||
| 10 | <input type="submit" value="$wims_name_send" /> |
||
| 11 | </p> |
||
| 127 | bpr | 12 | |
| 5928 | bpr | 13 | !formend |