mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
800 B
32 lines
800 B
<html>
|
|
<title>Guestbook Contents</title>
|
|
<BODY BACKGROUND="/samples/images/backgrnd.gif">
|
|
<BODY BGCOLOR="FFFFFF">
|
|
<TABLE>
|
|
<TR>
|
|
<TD><IMG SRC="/samples/images/SPACE.gif" ALIGN="top" ALT=" "></TD>
|
|
<TD><A HREF="/samples/IMAGES/db_mh.map"><IMG SRC="/SAMPLES/images/db_mh.gif" ismap BORDER=0 ALIGN="top" ALT=" "></A></TD>
|
|
</TR>
|
|
<tr>
|
|
<TD></TD>
|
|
<TD>
|
|
<hr>
|
|
<font size=2>
|
|
<h1>Guestbook Contents</h1>
|
|
<h2>Here are are the people in the guestbook. Click a name to get details:</h2>
|
|
<p>
|
|
<%begindetail%>
|
|
Name: <a href="/scripts/samples/details.idc?FName=<%FirstName%>&LName=<%LastName%>"><b><%FirstName%> <%LastName%></b></a>
|
|
<p>
|
|
<%enddetail%>
|
|
<p>
|
|
<hr>
|
|
<a href="/samples/gbook/query.htm">Query Guestbook</a>
|
|
<p>
|
|
<a href="/samples/gbook/register.htm">Add New Entries</a>
|
|
</font>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|