Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

51 lines
1007 B

<html>
<title>Guestbook Entry Details</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>Guestbook Entry Details</h1>
<font size=2>
<%begindetail%>
<h2>Here are details for <%FirstName%> <%LastName%>:</h2>
<p>
<b><%FirstName%> <%LastName%></b><br>
<p>
<%if Email EQ " "%>
<%else%>
Email Address: <%Email%> <br>
<%endif%>
<%if Homepage EQ " "%>
<%else%>
Homepage: <%Homepage%>
<%endif%>
<p>
Primary Web Role: <%WebUse%>
<p>
<%if Comment EQ " "%>
<%else%>
Comments: <%Comment%>
<%endif%>
<p>
<%enddetail%>
<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>