Subversion Repositories wimsdev

Rev

Rev 5928 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
386 bpr 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
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>
386 bpr 12
 
5928 bpr 13
!formend