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

Last change on this file since 187 was 168, checked in by pinsard, 18 years ago

Main document available on top directory, Source links available in idldoc html output

File size: 14.5 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    <style type="text/css" media="all">
27         
28/* CSS for all files which appear in the "main" viewing area: overview,
29   directory overviews, warnings, index, search, pro files, source
30   code, help, and etc files. */
31
32/* Link styles --------------------------------------------------------------- */
33
34a { text-decoration: none; }
35
36a:link, a:visited { 
37  color: #660000; 
38  border-bottom: 1px dotted #C0C0F0;   
39}
40
41a:hover, a:focus { 
42  color: #993333; 
43  background: #FFFFCC; 
44  border-bottom: 1px dotted #303099; 
45}
46
47
48/* Main styles --------------------------------------------------------------- */
49p.preformat {
50  font-family: Courier;
51}
52
53body {
54  margin: 0;
55  padding: 0;
56  font-size: 10pt;
57  font-family: Verdana, Helvetica, Arial, sans-serif;
58  background-color: #FFFFFF;
59}
60
61p {
62  margin-top: 0.5em;
63  margin-bottom: 0;
64}
65
66#container { margin: 1em; }
67
68code.section { white-space: pre; }
69
70pre.snippet {
71  margin-left: 5%;
72  background: #F0F0F0;
73  border: 1px dashed #999999;
74  width: 43em;
75  padding: 0.5em 0.5em 0.5em 0.5em;
76  white-space: pre;
77}
78
79/* Navbar styles ------------------------------------------------------------- */
80
81#navbar_title {
82  color: #000033;
83  background-color: #F0F0FF;
84  font-family: Arial, Helvetica, sans-serif;
85  padding: 20px 30px;
86  border-bottom: 1px solid #000033;
87}
88
89#navbar_title * {
90  margin: 0;
91  padding: 0;
92}
93
94#navbar_title h1 {
95  letter-spacing: 0.1em;
96  font-variant: small-caps;
97  font-size: 250%;
98  text-indent: -1em;
99  padding-left: 1em; 
100}
101
102#navbar_title h2 {
103  font-size: 110%;
104  font-weight: normal;
105  color: #333399;
106}
107
108#main_navbar table {
109  width: 100%;
110  border-bottom: 1px solid #666699;
111}
112
113#main_navbar td {
114  background: #CCCCFF;
115  font-size: 80%;
116  font-weight: bold;
117  font-family: Arial, Helvetica, sans-serif;
118  border-top: 3px solid #CCCCFF;
119  border-bottom: 3px solid #CCCCFF;
120  padding-left: 6px;
121  padding-right: 6px;
122  margin: 0;
123}
124
125#main_navbar td#selected {
126  background: #CCCCFF;
127  font-size: 80%;
128  font-weight: bold;
129  font-family: Arial, Helvetica, sans-serif;
130  border-top: 3px solid #333399;
131  border-bottom: 3px solid #CCCCFF;
132  padding-left: 6px;
133  padding-right: 6px;
134  margin: 0;
135}
136
137#main_navbar td#flexible {
138  width: 100%;
139  text-align: right;
140  padding-right: 1em;
141  background: #CCCCFF;
142  font-size: 70%;
143  font-weight: normal;
144  font-family: Arial, Helvetica, sans-serif;
145  text-transform: uppercase;
146  border-top: 3px solid #CCCCFF;
147  border-bottom: 3px solid #CCCCFF;
148}
149
150#main_navbar a:link, #main_navbar a:visited { color: #660000; border: 0; }
151
152#main_navbar a:hover, #main_navbar a:focus {
153  color: #FFFF66;
154  background: #CCCCFF;
155  border-bottom: 1px none #606099; 
156  border: 0;
157}
158
159#secondary_navbar {
160  font-size: 80%;
161  font-weight: normal;
162  font-family: Arial, Helvetica, sans-serif;
163  margin-top: 4px;
164  margin-left: 20px;
165  white-space: nowrap;
166}
167
168
169/* Tagline and footer styles ------------------------------------------------- */
170
171div#tagline {
172  margin-top: 6px;
173  border-top: 1px dotted lightsteelblue;
174  padding-top: 6px;
175  font-size: 66%;
176  font-style: italic;
177}
178
179div#footer {
180  margin-top: 6px;
181  border-top: 1px dotted lightsteelblue;
182  padding-top: 6px;
183  font-size: 66%;
184  font-style: italic;
185}
186
187/* Basic data presenation styles -------------------------------------------- */
188
189.index_letter { 
190  font-size: 300%;
191  font-weight: bold;
192  color: #000066; 
193  margin: 0.5em 0 0 -0.1em;
194}
195
196h1, h2, h3, h4 {
197  font-weight: normal;
198  color: #3333CC;
199}
200
201h1 {
202  padding-top: 0.75em;
203  font-size: 160%;
204}
205
206h2 {
207  padding-top: 1em;
208  font-size: 120%;
209  }
210
211h3 {
212  padding-top: 0.75em;
213  margin-bottom: 0.25em;
214  font-size: 100%;
215}
216
217h4 {
218  padding: 0;
219  margin: 0.5em 0 0 0;
220  font-size: 80%;
221}
222
223table.basic {
224  empty-cells: show;
225  margin: 1.5em 1em 0 1em;
226  border: 1px dotted #CFCFFF;
227  font-size: 80%;
228}
229
230table.basic th {
231  background-color: #F0F0FF;
232  font-weight: bold;
233  text-align: left;
234  padding: 4px 1em 4px 4px;
235  border-bottom: 1px dotted #666699;
236}
237
238table.basic td {
239  vertical-align: top;
240  padding: 4px 1em 4px 4px;
241}
242
243dd {
244  margin-bottom: 0.25em;
245  font-size: 80%;
246}
247
248
249/* Warnings styles ----------------------------------------------------------- */
250
251
252#todo dl, #bugs dl { 
253  margin: 0 0 0 1.5em;
254  font-size: 80%;
255}
256
257#todo dd, #bugs dd { 
258  margin-left: 3em; 
259  font-size: 100%;
260}
261
262#undoc table, #obsolete table, #statistics table {
263  width: 80%;
264  margin-left: 2em;
265}
266
267#undoc td, #obsolete td, #statistics td { 
268  padding: 0 0 0 0;
269  font-size: 80%;
270  white-space: nowrap;
271}
272
273#undoc td.docroutine, #obsolete td.obsroutine, #statistics td.statroutine { width: 50%; }
274
275#undoc td.docstat, #statistics td.stat { 
276  width: 50%;
277  text-align: right;
278}
279
280#undoc td.partialdoc, #statistics td.caution { color: #CC6600; }
281
282#undoc td.notdoc, #statistics td.warning { color: #993333; }
283
284/* File + routine styles ----------------------------------------------------- */
285
286h1.directory { 
287  padding: 1em 0 0 0;
288  margin: 0;
289  font-size: 66%;
290}
291
292h1.directory a { border-bottom: 0; }
293
294h2.pro_file { 
295  padding: 0;
296  margin: 0;
297  font-size: 140%;
298}
299
300div#file_attr {
301  padding: 0 1em 0 1em;
302  margin: 1em;
303  background: #F6F6F6;
304  border: 1px dotted #999999;
305}
306
307div#file_attr dt {
308  font-size: 80%;
309  font-weight: bold;
310}
311
312div#file_attr dd {
313  font-size: 80%;
314}
315
316div#class_diagram { 
317  padding: 1em 0 1em 0; 
318  white-space: pre;
319  font-family: 'Courier New';
320}
321
322table#sav_attr { 
323  font-size: 90%; 
324  margin: 1em; 
325  padding: 1em 1em 1em 1em;
326  background: #F6F6F6;
327  border: 1px dotted #999999;
328}
329
330table#sav_attr th { text-align: left; }
331
332table#sav_attr td { vertical-align: top; padding-right: 2em; }
333
334table#sav_attr td.value { width: 20em; padding-right: 0em; font-style: italic; }
335
336p.sav_warning { margin-left: 4em; font-family: 80%; }
337
338table.variables { 
339  font-family: 'Courier New', monospace; 
340  font-size: 80%; 
341  text-indent: -2em; 
342  padding-left: 2em; 
343}
344
345table.variables td.image { width: 64px; }
346
347div#file_comments { white-space: pre; 
348  margin: 2em;
349  font-size: 80%;
350}
351
352
353div.field_summary {
354  padding: 0 1em 0 1em;
355  margin: 1em;
356  background: #FFFFF0;
357  border: 1px dotted #C0C000;
358}
359
360div#routine_summary { 
361  padding: 0 1em 0 1em;
362  margin: 1em;
363  background: #F0F0FF;
364  border: 1px dotted #9999FF;
365}
366
367div.field_summary h2, div#routine_summary h2 { 
368  padding: 0.5em 0 0 0;
369  margin: 0;
370}
371
372div.field_summary table, div.field_summary p { 
373  margin: 1em 1em;
374}
375
376div.field_summary td.name { 
377  vertical-align: top;
378  padding-bottom: 0.25em;
379  color: #3333CC;
380}
381
382div.field_summary span.field_type { 
383  font-weight: normal;
384  font-size: 80%;
385  color: black;
386}
387
388div.field_summary td.comments { 
389  vertical-align: top;
390  padding-left: 2em;
391  font-size: 80%;
392}
393
394p.commaList { 
395  margin: 1em 1em 1em 1em;
396}
397
398span.warning { 
399  color: #CC6633;
400  font-weight: bold;
401  font-size: 66%;
402  text-transform: uppercase;
403}
404
405span.categories { 
406  color: #006633;
407  font-weight: bold;
408  font-size: 66%;
409  text-transform: uppercase;
410}
411
412span.undoc { 
413  color: #FF6633;
414  font-weight: bold;
415  font-size: 80%;
416  text-transform: uppercase;
417}
418
419span.attr { 
420  color: #006633;
421  font-weight: bold;
422  font-size: 80%;
423  text-transform: uppercase;
424}
425
426span.value { 
427  color: #006633;
428  font-weight: normal;
429  text-transform: none;
430}
431
432a.top { 
433  font-weight: bold;
434  font-size: 66%;
435  text-transform: uppercase;
436  float: right;
437}
438
439span.result { 
440  font-family: Verdana, Arial, Helvetica, sans-serif;
441  font-style: italic;
442  font-size: 80%;
443}
444
445div#routine_summary p, div.routine_details p.header { 
446  padding-top: 0.5em;
447  margin-left: 1.5em;
448  text-indent: -1.5em;
449  font-family: 'Courier New', monospace;
450}
451
452div.routine_details { 
453  padding: 0.5em 1em 0.5em 1em;
454  margin: 1em;
455  border: 1px dotted #CCCCCC;
456}
457
458div.routine_details h2 { 
459  padding-top: 0;
460  margin-top: 0;
461}
462
463div.routine_details div.value { 
464  margin: 0 1em 0 1em;
465  font-size: 80%;
466}
467
468div.routine_details div.comments { 
469  font-size: 80%;
470  margin: 0.75em 1em 1em 1em;
471}
472
473div.routine_details div.preformat { 
474  white-space: pre;
475}
476
477table.statistics { 
478  font-size: 80%;
479  margin-left: 1em;
480}
481
482table.statistics td { 
483  padding: 0 2em 0 0;
484}
485
486/* Overview styles ----------------------------------------------------------- */
487
488div.overview { 
489  width: 100%;
490  margin-top: 1em;
491  clear: both;
492}
493
494div.overview table {
495  empty-cells: show;
496  font-size: 90%;
497  margin: 1em 1em 1em 1em;
498  padding: 1em 0.5em 1em 0.5em;
499  background: #F6F6F6;
500  border: 1px dotted #999999;
501}
502
503div.overview td {
504  padding: 3px 1em 3px 1em;
505}
506
507div.overview td.dir {
508  width: 1%;
509  vertical-align: top;
510  text-align: right;
511  padding-right: 1em;
512}
513
514
515/* Navigation list styles for tree structures -------------------------------- */
516
517#tree {
518  text-align: left;
519  font-size: 90%;
520  margin: 0.75em 0 0.75em 0;
521  padding: 0;
522}
523
524#tree ul {
525  text-align: left;
526  margin: 0;
527  padding: 0;
528}
529
530#tree li {
531  margin: 0 0 0 15px;
532  padding: 0;
533  list-style-type: none;
534}
535
536#tree .symbols {
537  float: left;
538  width: 12px;
539  height: 1em;
540  padding-left: 4px;
541  background-position: 0 100%;
542  background-repeat: no-repeat;
543}
544
545/* Search styles ------------------------------------------------------------- */
546
547input.writein { 
548  padding-left: 0.5em;
549  border: 1px solid #CCCCCC;
550  font-family: 'Courier New';
551  background: #FFFFF3;
552}
553
554#search form { 
555  margin-left: 2em;
556}
557
558#search table { 
559  margin: 1em 1em 0 2em;
560  padding: 1em 2em 1em 2em;
561  background: #F6F6F6;
562  border: 1px dotted #999999;
563}
564
565#search tr { 
566  text-align: center;
567}
568
569#search td { 
570  font-size: 80%; 
571  text-align: left;
572}
573
574#search td * { 
575  vertical-align: middle;
576}
577
578#search p { 
579  font-size: 66%;
580  margin: 0 3em 2em 3em;
581}
582
583/* Help styles --------------------------------------------------------------- */
584
585div.toc { 
586  padding: 0 1em 0 1em;
587  margin: 1em;
588  background: #F0F0FF;
589  border: 1px dotted #9999FF; 
590  width: 19em;
591}
592
593div.right { 
594  float: right;
595  width: 22em;
596}
597
598ol.toc { 
599  list-style-type: upper-roman;
600}
601
602ol.toc ol { 
603  padding-left: 3em;
604  margin-left: 0;
605  list-style-type: lower-alpha;
606}
607
608dl.variables dt { font-size: 80%; }
609dl.variables dd { margin-bottom: 0.5em; }
610
611    </style>   
612    <style type="text/css" media="print">
613         #navbar_title { 
614  background-color: #FFFFFF; 
615}
616
617#main_navbar td {
618  background: #FFFFFF;
619  border-top: 0.25em solid #FFFFFF;
620  border-bottom: 0.25em solid #FFFFFF;
621}
622
623#main_navbar td#selected {
624  background: #FFFFFF;
625  border-top: 0.25em solid #333399;
626  border-bottom: 0.25em solid #FFFFFF;
627}
628
629#main_navbar td#flexible {
630  background: #FFFFFF;
631  border-top: 0.25em solid #FFFFFF;
632  border-bottom: 0.25em solid #FFFFFF;
633}
634
635#secondary_navbar {
636  display: none;
637}
638
639    </style>
640   
641
642      <script type="text/javascript">
643        function setTitle() {
644          document.formSearch.txtSearch.focus();
645          parent.document.title="Search Library (SAXO Documentation)";
646        }
647      </script>
648      <script type="text/javascript" src="./search.js"></script>
649  </head>
650
651  <body onload="setTitle();">
652
653    <div id="navbar_title">
654  <h1>SAXO Documentation</h1>
655</div>
656
657
658<div id="main_navbar">
659
660  <table cellspacing="0">
661    <tr>
662     
663      <td><a href="overview.html?format=raw" title="Overview of library">Overview</a></td>
664     
665
666     
667      <td >Directory</td>
668     
669
670     
671      <td><a href="idldoc-categories.html?format=raw" title="Browse library by category">Categories</a></td>
672     
673
674     
675      <td><a href="idldoc-index.html?format=raw" title="Index of files, routines, and parameters">Index</a></td>
676     
677
678     
679      <td id="selected">Search</td>
680     
681
682      <td >File</td>
683
684     
685      <td><a href=".//search-page.pro?format=raw" title="Source code of a file">Source</a></td>
686     
687
688     
689      <td><a href="idldoc-help.html?format=raw" title="Help on IDLdoc">Help</a></td>
690     
691
692      <td >Etc</td>
693
694      <td id="flexible">Developer&nbsp;documentation</td>
695    </tr>
696  </table>
697
698</div>
699
700<div id="secondary_navbar">
701
702&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
703
704</div>
705
706
707    <div id="container">
708       
709      <h1>Search Library</h1>
710
711      <div id="search">
712       
713        <form name="formSearch" action="javascript:startsearch() //">
714          <input class="writein" name="txtSearch" size="50" />&nbsp; <input name="send" type="submit" value="Search" />
715              <table>
716                <tr>
717                  <td>
718                    <input class="checkbox" name="searchTitles" type="checkbox" checked="checked" value="searchTitles" onClick="javascript:toggleSearchTitles() //" />Search titles
719                  </td>
720                  <td>
721                    <input class="checkbox" name="showDescriptions" type="checkbox" checked="checked" value="showDescriptions" onClick="javascript:toggleOmitDescriptions() //" />Show descriptions
722                  </td>
723                </tr>
724                <tr>
725                  <td>
726                    <input class="checkbox" name="searchDescriptions" type="checkbox" checked="checked" value="searchDescriptions" onClick="javascript:toggleSearchDescriptions() //" />Search descriptions
727                  </td>
728                  <td>
729               
730                    <input class="checkbox" name="sortResults" type="checkbox" checked="checked" value="sortResults" onClick="javascript:toggleSortResults() //" />Sort results by type
731                  </td>
732                </tr>
733                <tr>
734                  <td>
735                    <input class="checkbox" name="searchContents" type="checkbox" checked="checked" value="searchContents" onClick="javascript:toggleSearchContent() //" />Search content
736                  </td>
737                  <td>
738                    <input class="checkbox" name="matchSummary" type="checkbox" checked="checked" value="matchSummary" onClick="javascript:toggleMatchSummary() //" />Match summary
739                  </td>
740                </tr>
741              </table>
742        </form>
743
744        <p>For best results enter just one or two words.  Searches on
745        more than one word will be treated "as a phrase".  Use the
746        asterisk (*) character for wildcard searches.</p>
747
748      </div>
749
750     
751
752      <div id="tagline">Produced by IDLdoc 2.0.</div>
753
754    </div>
755
756  </body>
757</html>
758
759
760
Note: See TracBrowser for help on using the repository browser.