Subversion Repositories oidinfo_new_design

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
<div id="global_content">
2
 
3
        <div id="table_search_in_basic_search">
4
 
5
                <table cellspacing="0" cellpadding="0" border="0" width="100%">
6
 
7
                        <tr>
8
                                <td valign="middle" width="55%">
9
                                        <span class="page_title">Basic search</span>
10
                                </td>
11
 
12
                                <td width="28%" valign="middle" align="right">
13
                                        <div id="menu">
14
                                                <ul>
15
                                                        <li>
16
                                                                <a href="advanced-search.htm">Advanced search</a>
17
                                                        </li>
18
                                                </ul>
19
                                        </div>
20
                                </td>
21
                        </tr>
22
                </table>
23
                <form method="post" action="/cgi-bin/display" enctype="multipart/form-data">
24
 
25
                        <table cellspacing="0" cellpadding="0" border="0" width="100%" align="center">
26
                         <tr>
27
                          <td align="left">
28
                           <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
30
                           search</b>:</p>
31
                           <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>
33
                            <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>
35
                            <li>Stop words (like &quot;and&quot;, &quot;of&quot;, &quot;from&quot;, etc.) are ignored.</li>
36
                            <li>Words are converted to a (shorter) normalized form based on an English dictionary.</li>
37
                           </ul>
38
                           <p>For a more detailed search, consider doing an <a href="advanced-search.htm">advanced search</a>.</p>
39
                          </td>
40
                         </tr>
41
                         <tr>
42
                          <td height="5">&nbsp;</td>
43
                         </tr>
44
                          <tr>
45
                          <td align="center" bgcolor="#CCCCCC" colspan="3" height="45">
46
                           <p>Search for <input type="text" name="keywords" size="75"></p>
47
                          </td>
48
                         </tr>
49
                         <tr>
50
                          <td height="5">&nbsp;</td>
51
                         </tr>
52
                         <tr align="center">
53
                          <td>
54
                           <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>
56
                         </tr>
57
                        </table>
58
 
59
                        <!--
60
                        <table cellspacing="0" cellpadding="0" border="0" width="100%" align="center">
61
                                <tr align="left">
62
                                        <td colspan="2" align="left" width="98%">
63
                                                <p style="margin-left:2%;">
64
                                                        <span size="2">
65
                                                                This form allows for a quick search in the OID repository.
66
                                                                However, please note that <strong>this basic search is approximative and
67
                                                                        does not necessarily display all expected results</strong>. For a more
68
                                                                detailed (but more time-consuming) search, consider doing an <a href="advanced-search.htm">advanced
69
                                                                        search</a>.
70
                                                        </span>
71
                                                </p>
72
                                        </td>
73
                                </tr>
74
 
75
                                <tr align="center">
76
                                        <td valign="middle" colspan="3" height="6%">
77
                                                Search for:<br><input type="text" name="keywords" size="40"><a href="javascript: switchInfoPerso('info-search-mobile');"><img src="images/Info.png" alt="" width="20" height="20" /></a>
78
                                                <div id="info-search-mobile" style="display:none; text-align:left;">
79
                                                        <br><p style="margin-left:2%;">
80
                                                                <span size="2">
81
                                                                        Fields &quot;Description&quot;, &quot;Information&quot;,
82
                                                                        &quot;Current Registration Authority&quot; and &quot;First Registration
83
                                                                        Authority&quot; as well as the list of identifiers associated with
84
                                                                        each OID are searched. Text that appears as parameters of HTML tags
85
                                                                        (such as a URL given as the <code>href</code> parameter of an <code>&lt;a&gt;</code>
86
                                                                        tag) is ignored. Full email adresses can be searched, but not a part
87
                                                                        of them. The <a href="advanced-search.htm">advanced search</a> is also the
88
                                                                        only way to search for <a href="faq.htm#iri">Unicode labels</a>.
89
                                                                </span>
90
                                                        </p>
91
                                                </div>
92
                                        </td>
93
                                </tr>
94
                                <tr>
95
                                        <td colspan="2" valign="top" align="center" height="5">&nbsp;</td>
96
                                        <td valign="middle" width="21%" align="center">&nbsp; </td>
97
                                </tr>
98
                                <tr valign="middle" align="center">
99
                                        <td>
100
                                                <div align="center">
101
                                                        <select name="select">
102
                                                                <option value="and" selected>Matches on all words (AND)</option>
103
                                                                <option value="or">Matches on any words (OR)</option>
104
                                                        </select>
105
                                                </div><br></td>
106
                                </tr>
107
                                <tr>
108
                                        <td>
109
                                                <div align="center">
110
                                                        <input type="hidden" name="action" value="basic-search"><input type="reset" name="reset" value="Reset" style="font-weight:bold;">&nbsp;&nbsp;
111
                                                        <input type="submit" name="submit" value="Search" style="font-weight:bold;"></span>
112
 
113
                                                </div><br></td>
114
 
115
                                </tr>
116
                        </table>
117
                        -->
118
                </form>
119
 
120
        </div>
121
        <div class="clear"></div>
122
</div>