Subversion Repositories oidinfo_new_design

Compare Revisions

Regard whitespace Rev 1 → Rev 2

/trunk/basic-search.raw.htm
0,0 → 1,122
<div id="global_content">
 
<div id="table_search_in_basic_search">
 
<table cellspacing="0" cellpadding="0" border="0" width="100%">
 
<tr>
<td valign="middle" width="55%">
<span class="page_title">Basic search</span>
</td>
 
<td width="28%" valign="middle" align="right">
<div id="menu">
<ul>
<li>
<a href="advanced-search.htm">Advanced search</a>
</li>
</ul>
</div>
</td>
</tr>
</table>
<form method="post" action="/cgi-bin/display" enctype="multipart/form-data">
 
<table cellspacing="0" cellpadding="0" border="0" width="100%" align="center">
<tr>
<td align="left">
<p>This form allows for a quick search in the description
of OIDs and their associated identifier(s). It works like a <b>web
search</b>:</p>
<ul>
<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>
<li>Words between quote marks (<code>&quot;</code>) are grouped together during the search.</li>
<li>Results containing a word preceded by a hyphen (<code>-</code>) will be excluded.</li>
<li>Stop words (like &quot;and&quot;, &quot;of&quot;, &quot;from&quot;, etc.) are ignored.</li>
<li>Words are converted to a (shorter) normalized form based on an English dictionary.</li>
</ul>
<p>For a more detailed search, consider doing an <a href="advanced-search.htm">advanced search</a>.</p>
</td>
</tr>
<tr>
<td height="5">&nbsp;</td>
</tr>
<tr>
<td align="center" bgcolor="#CCCCCC" colspan="3" height="45">
<p>Search for <input type="text" name="keywords" size="75"></p>
</td>
</tr>
<tr>
<td height="5">&nbsp;</td>
</tr>
<tr align="center">
<td>
<input type="hidden" name="action" value="basic-search"><input type="reset" name="reset" value="Reset">&nbsp;&nbsp;
<input type="submit" style="font-weight: bold;" name="submit" value="Search"></td>
</tr>
</table>
 
<!--
<table cellspacing="0" cellpadding="0" border="0" width="100%" align="center">
<tr align="left">
<td colspan="2" align="left" width="98%">
<p style="margin-left:2%;">
<span size="2">
This form allows for a quick search in the OID repository.
However, please note that <strong>this basic search is approximative and
does not necessarily display all expected results</strong>. For a more
detailed (but more time-consuming) search, consider doing an <a href="advanced-search.htm">advanced
search</a>.
</span>
</p>
</td>
</tr>
 
<tr align="center">
<td valign="middle" colspan="3" height="6%">
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>
<div id="info-search-mobile" style="display:none; text-align:left;">
<br><p style="margin-left:2%;">
<span size="2">
Fields &quot;Description&quot;, &quot;Information&quot;,
&quot;Current Registration Authority&quot; and &quot;First Registration
Authority&quot; as well as the list of identifiers associated with
each OID are searched. Text that appears as parameters of HTML tags
(such as a URL given as the <code>href</code> parameter of an <code>&lt;a&gt;</code>
tag) is ignored. Full email adresses can be searched, but not a part
of them. The <a href="advanced-search.htm">advanced search</a> is also the
only way to search for <a href="faq.htm#iri">Unicode labels</a>.
</span>
</p>
</div>
</td>
</tr>
<tr>
<td colspan="2" valign="top" align="center" height="5">&nbsp;</td>
<td valign="middle" width="21%" align="center">&nbsp; </td>
</tr>
<tr valign="middle" align="center">
<td>
<div align="center">
<select name="select">
<option value="and" selected>Matches on all words (AND)</option>
<option value="or">Matches on any words (OR)</option>
</select>
</div><br></td>
</tr>
<tr>
<td>
<div align="center">
<input type="hidden" name="action" value="basic-search"><input type="reset" name="reset" value="Reset" style="font-weight:bold;">&nbsp;&nbsp;
<input type="submit" name="submit" value="Search" style="font-weight:bold;"></span>
 
</div><br></td>
 
</tr>
</table>
-->
</form>
 
</div>
<div class="clear"></div>
</div>