Subversion Repositories wimsdev

Rev

Rev 12810 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
35 reyssat 1
!! Questions can be put in this file. Usually it is by html forms.
2
!! Here is an example of the design of reply form. You are free to modify.
3
 
4
!form reply
16752 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>
35 reyssat 12
 
5928 bpr 13
!formend