diff options
Diffstat (limited to 'docs/html/_tipue_results.html')
-rw-r--r-- | docs/html/_tipue_results.html | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/docs/html/_tipue_results.html b/docs/html/_tipue_results.html deleted file mode 100644 index 0584f1dc..00000000 --- a/docs/html/_tipue_results.html +++ /dev/null @@ -1,53 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> - -<html> -<head> -<title>Search Results</title> - -<link rel="StyleSheet" type="text/css" href="fpdoc.css"> - -<!-- The following lines are required and must be in the <head> section of your HTML document --> - -<script language="JavaScript1.3" type="text/javascript" src="tip_data.js"></script> -<script language="JavaScript1.3" type="text/javascript" src="tip_search.js"></script> - -<!-- End of required <head> section --> - -<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> - - -</head> -<body> - -<div> - -<!-- The following JavaScript uses the tip_Num variable to return the number of matches found --> - -<script language="JavaScript1.3" type="text/javascript"> -if (tip_Num == 0) { - document.write('No matches found'); -} -if (tip_Num == 1) { - document.write('1 match found'); -} -if (tip_Num > 1) { - document.write(tip_Num, ' matches found'); -} -</script> - -<hr> - -<!-- The following line returns the results --> - -<script language="JavaScript1.3" type="text/javascript">tip_out()</script> - -<hr> - -<p> -Return to <a href="index.html">main index page.</a> -<p> -<a href="http://www.tipue.com" target="_parent"><img src="tipue_b1.png" title="Tipue" alt="Tipue" border=0 width=138 height=32></a> -</div> - -</body> -</html> |