File: submit.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 (34 lines) | stat: -rw-r--r-- 581 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
<html>
<head>
 <title>Address Submit Example</title>
</head>
<body>
<a href="[- $pile->url() -]/intro">click here to return to intro.</a><br><br>

<psp:use_fieldspace name="address_fs">
<psp:include src="standard_err.inc">

<psp:script>
  $pf_box{view}=1;
</psp:script>

<table border="1" width="60%">
 <tr><td colspan="2">

   <font size="+2"><b>You Entered this Address:</b></font>

 </td></tr>

 <psp:include src="address/address.inc">

 <tr><td colspan="+2">

   <a href="form">Click here to add a new address.</a>

 </td></tr>
</table>

</psp:use_fieldspace>

</body>
</html>