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.
39 lines
1008 B
39 lines
1008 B
<html>
|
|
<title>Guestbook Query Results</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>
|
|
<h1>Selected Guestbook Contents</h1>
|
|
<font size=2>
|
|
<%begindetail%>
|
|
<%if CurrentRecord EQ 0 %>
|
|
<h2>Here are the selected contents of the guestbook. Click a name to get details:</h2>
|
|
<p>
|
|
<%endif%>
|
|
Name: <a href="/scripts/samples/details.idc?FName=<%FirstName%>&LName=<%LastName%>"><b><%FirstName%> <%LastName%></b></a>
|
|
<p>
|
|
<%enddetail%>
|
|
<%if CurrentRecord EQ 0 %>
|
|
<h2>Sorry, no entries match those criteria.</h2>
|
|
<%endif%>
|
|
<p>
|
|
<hr>
|
|
<a href="/scripts/samples/viewbook.idc?">View Guestbook</a>
|
|
<p>
|
|
<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>
|