blob: a8218120c682676e06fec3786b1d6a75a714aa46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
<form action="" method="post">
<fieldset>
<p>
<label>
Angel:
</label>
%angel%
</p>
<p>
<label>
Date/Duration:
</label>
%date%
</p>
<p>
<label>
Location:
</label>
%location%
</p>
<p>
<label>
Title:
</label>
%title%
</p>
<p>
<label>
Type:
</label>
%type%
</p>
<p>
<label>
Comment:
<br/>
(For your eyes only)
</label>
<textarea name="comment"></textarea>
</p>
<p>
<input type="submit" name="submit" value="Send" />
</p>
</fieldset>
</form>
|