summaryrefslogtreecommitdiff
path: root/docs/html/_tipue_results.html
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2010-08-11 17:58:49 +0200
committerGraeme Geldenhuys <graemeg@gmail.com>2010-08-14 14:12:20 +0200
commitbc547c2067046ab5c3199d14c45b7c698926b1de (patch)
tree29969dd7229986e9012c1d19efb9e70ea5880f93 /docs/html/_tipue_results.html
parent3a4afb8c0f24456796b9522ecae7150400cf3186 (diff)
downloadfpGUI-bc547c2067046ab5c3199d14c45b7c698926b1de.tar.xz
removed all old doc scripts and html content.
Diffstat (limited to 'docs/html/_tipue_results.html')
-rw-r--r--docs/html/_tipue_results.html53
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>