Subversion Repositories oidinfo_new_design

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 14
Line 4... Line 4...
4
 
4
 
5
                <table cellspacing="0" cellpadding="0" border="0" width="100%">
5
                <table cellspacing="0" cellpadding="0" border="0" width="100%">
6
 
6
 
7
                        <tr>
7
                        <tr>
8
                                <td valign="middle" width="55%">
8
                                <td valign="middle" width="55%">
9
                                        <span class="page_title">Basic search</span>
9
                                        <span class="page_title">Quick search</span>
10
                                </td>
10
                                </td>
11
 
11
 
12
                                <td width="28%" valign="middle" align="right">
12
                                <td width="28%" valign="middle" align="right">
13
                                        <div id="menu">
13
                                        <div id="menu">
14
                                                <ul>
14
                                                <ul>
15
                                                        <li>
15
                                                        <li>
16
                                                                <a href="advanced-search.htm">Advanced search</a>
16
                                                                <a href="advanced-search.htm">Advanced search</a>
17
                                                        </li>
17
                                                        </li>
-
 
18
                                                        <li>
-
 
19
                                                                <a href="/cgi-bin/display?a=count_nodes">Number of OIDs <!--in the database-->recorded</a><!-- DM: Written "recorded" because it is shorter to fit in a single line -->
-
 
20
                                                        </li>
18
                                                </ul>
21
                                                </ul>
19
                                        </div>
22
                                        </div>
20
                                </td>
23
                                </td>
21
                        </tr>
24
                        </tr>
22
                </table>
25
                </table>
23
                <form method="post" action="/cgi-bin/display" enctype="multipart/form-data">
26
                <form method="post" action="/cgi-bin/display" enctype="multipart/form-data">
24
 
27
 
25
                        <table cellspacing="0" cellpadding="0" border="0" width="100%" align="center">
28
                        <table cellspacing="0" cellpadding="0" border="0" width="100%" align="center">
26
                         <tr>
29
                         <tr>
27
                          <td align="left">
30
                          <td align="left">
28
                           <p>This form allows for a quick search in the description
31
                           <p>This form allows for a quick search in the description
29
                           of OIDs and their associated identifier(s). It works like a <b>web
32
                           of OIDs and their associated identifier(s). It works like a <b>web
30
                           search</b>:</p>
33
                           search</b>:</p>
31
                           <ul>
34
                           <ul>
32
                            <li>Spaces between words are interpreted as &quot;AND&quot; (so all listed words do appear in the results) except if an explicit &quot;<code>OR</code>&quot; is mentioned between words.</li>
35
                            <li>Spaces between words are interpreted as &quot;AND&quot; (so all listed words do appear in the results) except if an explicit &quot;<code>OR</code>&quot; is mentioned between words.</li>
33
                            <li>Words between quote marks (<code>&quot;</code>) are grouped together during the search.</li>
36
                            <li>Words between quote marks (<code>&quot;</code>) are grouped together during the search.</li>
34
                            <li>Results containing a word preceded by a hyphen (<code>-</code>) will be excluded.</li>
37
                            <li>Results containing a word preceded by a hyphen (<code>-</code>) will be excluded.</li>
Line 36... Line 39...
36
                            <li>Words are converted to a (shorter) normalized form based on an English dictionary.</li>
39
                            <li>Words are converted to a (shorter) normalized form based on an English dictionary.</li>
37
                           </ul>
40
                           </ul>
38
                           <p>For a more detailed search, consider doing an <a href="advanced-search.htm">advanced search</a>.</p>
41
                           <p>For a more detailed search, consider doing an <a href="advanced-search.htm">advanced search</a>.</p>
39
                          </td>
42
                          </td>
40
                         </tr>
43
                         </tr>
41
                         <tr>
44
                         <tr>
42
                          <td height="5">&nbsp;</td>
45
                          <td height="5">&nbsp;</td>
43
                         </tr>
46
                         </tr>
44
                          <tr>
47
                          <tr>
45
                          <td align="center" bgcolor="#CCCCCC" colspan="3" height="45">
48
                          <td align="center" bgcolor="#CCCCCC" colspan="3" height="45">
46
                           <p>Search for <input type="text" name="keywords" size="75"></p>
49
                           <p>Search for <input type="text" name="keywords" size="75"></p>
47
                          </td>
50
                          </td>
48
                         </tr>
51
                         </tr>
49
                         <tr>
52
                         <tr>
50
                          <td height="5">&nbsp;</td>
53
                          <td height="5">&nbsp;</td>
51
                         </tr>
54
                         </tr>
52
                         <tr align="center">
55
                         <tr align="center">
53
                          <td>
56
                          <td>
54
                           <input type="hidden" name="action" value="basic-search"><input type="reset" name="reset" value="Reset">&nbsp;&nbsp;
57
                           <input type="hidden" name="action" value="basic-search"><input type="reset" name="reset" value="Reset">&nbsp;&nbsp;
55
                           <input type="submit" style="font-weight: bold;" name="submit" value="Search"></td>
58
                           <input type="submit" style="font-weight: bold;" name="submit" value="Search"></td>
56
                         </tr>
59
                         </tr>
57
                        </table>
60
                        </table>
58
 
61