source: trunk/SRC/Documentation/idldoc_html_output/search-page.html @ 107

Last change on this file since 107 was 107, checked in by smasson, 18 years ago

bugfix in ead/write_oasis

File size: 4.3 KB
Line 
1
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5<!-- Template needs structure with the following fields:
6       header :
7       styles :
8       version : IDLdoc version
9       date : string containing date of file creation
10       embed : 0 for link to CSS, 1 for embed CSS
11       css_location : if embed then string filename of CSS file location, o/w href to CSS file
12       idldoc_syntax_filename : file containing IDLdoc output for the idldoc routine
13       navbar_filename : filename of navbar template
14       footer : filename of footer file to include
15       tagline_filename : filename of tagline template
16     Plus stuff needed by the templates: navbar, tagline
17-->
18
19<!-- Generated by IDLdoc 2.0 -->
20
21<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
22  <head>
23    <title>Search Library (SAXO Documentation)</title>
24
25   
26    <link rel="stylesheet" type="text/css" href=".//main_files.css" media="all"/>
27    <link rel="stylesheet" type="text/css" href=".//main_files_print.css" media="print"/>
28   
29
30      <script type="text/javascript">
31        function setTitle() {
32          document.formSearch.txtSearch.focus();
33          parent.document.title="Search Library (SAXO Documentation)";
34        }
35      </script>
36      <script type="text/javascript" src="./search.js"></script>
37  </head>
38
39  <body onload="setTitle();">
40
41    <div id="navbar_title">
42  <h1>SAXO Documentation</h1>
43</div>
44
45
46<div id="main_navbar">
47
48  <table cellspacing="0">
49    <tr>
50     
51      <td><a href="overview.html?format=raw" title="Overview of library">Overview</a></td>
52     
53
54     
55      <td >Directory</td>
56     
57
58     
59      <td><a href="idldoc-categories.html?format=raw" title="Browse library by category">Categories</a></td>
60     
61
62     
63      <td><a href="idldoc-index.html?format=raw" title="Index of files, routines, and parameters">Index</a></td>
64     
65
66     
67      <td id="selected">Search</td>
68     
69
70      <td >File</td>
71
72     
73      <td >Source</td>
74     
75
76     
77      <td><a href="idldoc-help.html?format=raw" title="Help on IDLdoc">Help</a></td>
78     
79
80      <td >Etc</td>
81
82      <td id="flexible">Developer&nbsp;documentation</td>
83    </tr>
84  </table>
85
86</div>
87
88<div id="secondary_navbar">
89
90&lt;&lt; prev file | next file &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="search-page.html?format=raw" target="_TOP">view single page</a> | <a href="index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: routine
91
92</div>
93
94
95    <div id="container">
96       
97      <h1>Search Library</h1>
98
99      <div id="search">
100       
101        <form name="formSearch" action="javascript:startsearch() //">
102          <input class="writein" name="txtSearch" size="50" />&nbsp; <input name="send" type="submit" value="Search" />
103              <table>
104                <tr>
105                  <td>
106                    <input class="checkbox" name="searchTitles" type="checkbox" checked="checked" value="searchTitles" onClick="javascript:toggleSearchTitles() //" />Search titles
107                  </td>
108                  <td>
109                    <input class="checkbox" name="showDescriptions" type="checkbox" checked="checked" value="showDescriptions" onClick="javascript:toggleOmitDescriptions() //" />Show descriptions
110                  </td>
111                </tr>
112                <tr>
113                  <td>
114                    <input class="checkbox" name="searchDescriptions" type="checkbox" checked="checked" value="searchDescriptions" onClick="javascript:toggleSearchDescriptions() //" />Search descriptions
115                  </td>
116                  <td>
117               
118                    <input class="checkbox" name="sortResults" type="checkbox" checked="checked" value="sortResults" onClick="javascript:toggleSortResults() //" />Sort results by type
119                  </td>
120                </tr>
121                <tr>
122                  <td>
123                    <input class="checkbox" name="searchContents" type="checkbox" checked="checked" value="searchContents" onClick="javascript:toggleSearchContent() //" />Search content
124                  </td>
125                  <td>
126                    <input class="checkbox" name="matchSummary" type="checkbox" checked="checked" value="matchSummary" onClick="javascript:toggleMatchSummary() //" />Match summary
127                  </td>
128                </tr>
129              </table>
130        </form>
131
132        <p>For best results enter just one or two words.  Searches on
133        more than one word will be treated "as a phrase".  Use the
134        asterisk (*) character for wildcard searches.</p>
135
136      </div>
137
138     
139
140      <div id="tagline">Produced by IDLdoc 2.0.</div>
141
142    </div>
143
144  </body>
145</html>
146
147
148
Note: See TracBrowser for help on using the repository browser.