File: form.psp

package info (click to toggle)
psp 0.5.5-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 4,820 kB
  • ctags: 2,333
  • sloc: perl: 21,074; ansic: 4,553; sh: 2,407; makefile: 461; php: 11; pascal: 6
file content (39 lines) | stat: -rw-r--r-- 904 bytes parent folder | download | duplicates (3)
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
<html>
 <head>
  <title>A Sample PSP Form</title>
 </head>
 <body>
<a href="[- $pile->url() -]/intro">click here to return to intro.</a><br><br>

<psp:form method="POST" action="rcvform" fieldspace="bugreport">

<psp:include src="standard_err.inc">

<center>
<table border="1" width="%60" cellpadding="0" cellspacing="0">

<tr><td align="center" colspan="2">
 <font size="+3"><b>A PSP Bug Reporter</b></font>
</td></tr>

 <tr><th>Subject</th><td><psp:input name="subject"></td></tr>
 <tr><th>Category:</th><td><psp:input name="category"></td></tr>
 <tr><th>Description:</th><td><psp:input name="description"></td></tr>

 <tr><th colspan="2">

 <input type="submit" name="submit" value="submit">
 <psp:submit name="submit">
  <vinstantiated>
 </psp:submit>

 <input type="submit" name="dump" value="dump">
 <psp:submit name="dump" goto="dump"/>

</th></tr></table>
</center>

</psp:form>

</body>
</html>