swh:1:snp:79c9132b4a8931e989e318225e00e088ef6f383d
Raw File
Tip revision: a8fa8f03b50a72034009439908f1339f4ce94518 authored by Ron Burkey on 06 June 2021, 12:28:21 UTC
Fixed more hyperlinks.
Tip revision: a8fa8f0
TipueSearch.html
<!DOCTYPE doctype PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
  <head>
    <title>Virtual AGC G&amp;N Electrical/Mechanical Drawing Search Page</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="Author" content="Ronald Burkey">
    <link rel="icon" type="image/png" href="favicon.png">
    <script type="text/javascript">
    	ignoreGcse = true
    </script>
    <script type="text/javascript" src="Header.js"></script>
    <script src="TipueSearch/jquery.min.js"></script>
    <link href="TipueSearch/normalize.min.css">
    <script src="TipueSearch/tipuesearch_set.js"></script>
    <script src="TipueSearch/tipuesearch_content.js"></script>
    <link rel="stylesheet" href="TipueSearch/tipuesearch.css">
    <script src="TipueSearch/tipuesearch.js"></script>
  </head>
  <body style="background-image: url(gray3.jpg);">
    <script type="text/javascript">
document.write(headerTemplate.replace("@TITLE@","Electro-Mechanical Search Page").replace("@SUBTITLE@","Search for Apollo G&N Engineering Drawings"))</script>
    <h1>
      <center>Enter Search Terms</center>
    </h1>
    <form>
      <div class="tipue_search_group" style="width:50%;
        border-style:solid; margin:auto"> <input name="q"
          id="tipue_search_input" pattern=".{2,}" title="At least 2
          characters" required="" style="width:90%;" type="text"> <button
          type="submit" class="tipue_search_button">
          <div class="tipue_search_icon">⚲</div>
        </button> </div>
    </form>
    <div style="width:50%; margin:auto">
      <ul>
      </ul>
      &nbsp;<u>Extra search tricks:</u><br>
      <ul>
        <li>Use a dash before a word to exclude all results with that
          word in it.&nbsp; Example: -DSKY<br>
        </li>
        <li>Use enclosing quotes (single or double) to search for an
          exact phrase.&nbsp; Example:&nbsp; "TIMER MODULE"<br>
        </li>
        <li>Use enclosing quotes to search for a specific drawing
          number.&nbsp; Examples:</li>
        <ul>
          <li>"2005003-" finds specific revision 2005003-</li>
          <li>"2005003A" finds specific revision 2005003A</li>
          <li>"2005003" finds all revisions, 2005003-, 2005003A,
            2005003B, etc.<br>
          </li>
        </ul>
      </ul>
    </div>
    <h1>
      <center>Search Results</center>
    </h1>
    <div id="tipue_search_content" style="width:50%; border-style:solid;
      margin:auto"></div>
    <br>
    <hr style="width: 100%; height: 2px;">
    <center> <span style="color: rgb(84, 89, 93); font-family:
        sans-serif; font-size: 11.05px; font-style: normal;
        font-variant: normal; font-weight: normal; letter-spacing:
        normal; line-height: 16.575px; orphans: auto; text-align:
        center; text-indent: 0px; text-transform: none; white-space:
        normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width:
        0px; display: inline !important; float: none; background-color:
        rgb(255, 255, 255);">This page embeds slightly-modified software
        from <a href="https://necolas.github.io/normalize.css/">Normalize</a>,
        <a href="https://jquery.com/">jQuery</a>, and <a
          href="http://www.tipue.com/search/">TipueSearch</a>, all under
        the <a href="https://tldrlegal.com/license/mit-license">MIT
          License</a> </span><span style="color: rgb(84, 89, 93);
        font-family: sans-serif; font-size: 11.05px; font-style: normal;
        font-variant: normal; font-weight: normal; letter-spacing:
        normal; line-height: 16.575px; orphans: auto; text-align:
        center; text-indent: 0px; text-transform: none; white-space:
        normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width:
        0px; display: inline !important; float: none; background-color:
        rgb(255, 255, 255);"></span><br>
      <i><font size="-1">Drawing database last updated on <script type="text/javascript">
      	document.write(tipuesearch.date)
      </script>.<br>
          Page last modified by <a href="mailto:info@sandroid.org">Ronald
            Burkey</a> on 2019-06-14.<br>
          <br>
          <a href="http://www.ibiblio.org"><img style="border: 0px solid
              ; width: 300px; height: 100px;" alt="Virtual AGC is hosted
              by ibiblio.org" src="hosted.png" border="0" height="100"
              width="300"></a><br>
        </font></i> </center>
    <br>
    <br>
    <script>
	$(document).ready(function() {
    		$('#tipue_search_input').tipuesearch({
    			"contextBuffer": 1024,
    			"contextLength": 1024,
    			"contextStart": 1024,
    			"descriptiveWords": 100,
    			"minimumLength": 2,
    			"footerPages": 10,
    			"show": 10,
    			"showRelated": false
    		});
	});
    </script>
  </body>
</html>
back to top