<html>
<head>
<title>Sample Search Page .HTX File</title>
</head>
<body bgcolor="#FFFFFF">
<h2>Sample Output</h2>
<%if CiMatchedRecordCount EQ 0%>
<p><b>No documents found. Please try
again.</b></p>
<%else%>
<p><b>Your query of
<I><%CiRestriction%></I> returned <%CiMatchedRecordCount%>
documents.</b></p>
<%endif%>
<%begindetail%>
<%if DocTitle ISEMPTY%>
<p><a href="<%EscapeURL
vpath%>"><%Filename%></a><br>
<%else%>
<p><a href="<%EscapeURL
vpath%>"><%DocTitle%></a><br>
<%endif%>
<%characterization%> <small><%write%> GMT <%size%>
bytes</small></p>
<%enddetail%>
<p><a href="index.htm">New Search</a></p>
</body>
</html>