Ignore:
Timestamp:
06/14/06 14:54:32 (18 years ago)
Author:
pinsard
Message:

modification of savesaxo.sh to fix ticket 17

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/idldoc-warnings.html

    r107 r109  
    4646 
    4747     
    48     <link rel="stylesheet" type="text/css" href=".//main_files.css" media="all"/> 
    49     <link rel="stylesheet" type="text/css" href=".//main_files_print.css" media="print"/> 
     48    <style type="text/css" media="all"> 
     49          
     50/* CSS for all files which appear in the "main" viewing area: overview, 
     51   directory overviews, warnings, index, search, pro files, source 
     52   code, help, and etc files. */ 
     53 
     54/* Link styles --------------------------------------------------------------- */ 
     55 
     56a { text-decoration: none; } 
     57 
     58a:link, a:visited {  
     59  color: #660000;  
     60  border-bottom: 1px dotted #C0C0F0;    
     61} 
     62 
     63a:hover, a:focus {  
     64  color: #993333;  
     65  background: #FFFFCC;  
     66  border-bottom: 1px dotted #303099;  
     67} 
     68 
     69 
     70/* Main styles --------------------------------------------------------------- */ 
     71 
     72body { 
     73  margin: 0; 
     74  padding: 0; 
     75  font-size: 10pt; 
     76  font-family: Verdana, Helvetica, Arial, sans-serif; 
     77  background-color: #FFFFFF; 
     78} 
     79 
     80p { 
     81  margin-top: 0.5em; 
     82  margin-bottom: 0; 
     83} 
     84 
     85#container { margin: 1em; } 
     86 
     87code.section { white-space: pre; } 
     88 
     89pre.snippet { 
     90  margin-left: 5%; 
     91  background: #F0F0F0; 
     92  border: 1px dashed #999999; 
     93  width: 43em; 
     94  padding: 0.5em 0.5em 0.5em 0.5em; 
     95  white-space: pre; 
     96} 
     97 
     98/* Navbar styles ------------------------------------------------------------- */ 
     99 
     100#navbar_title { 
     101  color: #000033; 
     102  background-color: #F0F0FF; 
     103  font-family: Arial, Helvetica, sans-serif; 
     104  padding: 20px 30px; 
     105  border-bottom: 1px solid #000033; 
     106} 
     107 
     108#navbar_title * { 
     109  margin: 0; 
     110  padding: 0; 
     111} 
     112 
     113#navbar_title h1 { 
     114  letter-spacing: 0.1em; 
     115  font-variant: small-caps; 
     116  font-size: 250%; 
     117  text-indent: -1em; 
     118  padding-left: 1em;  
     119} 
     120 
     121#navbar_title h2 { 
     122  font-size: 110%; 
     123  font-weight: normal; 
     124  color: #333399; 
     125} 
     126 
     127#main_navbar table { 
     128  width: 100%; 
     129  border-bottom: 1px solid #666699; 
     130} 
     131 
     132#main_navbar td { 
     133  background: #CCCCFF; 
     134  font-size: 80%; 
     135  font-weight: bold; 
     136  font-family: Arial, Helvetica, sans-serif; 
     137  border-top: 3px solid #CCCCFF; 
     138  border-bottom: 3px solid #CCCCFF; 
     139  padding-left: 6px; 
     140  padding-right: 6px; 
     141  margin: 0; 
     142} 
     143 
     144#main_navbar td#selected { 
     145  background: #CCCCFF; 
     146  font-size: 80%; 
     147  font-weight: bold; 
     148  font-family: Arial, Helvetica, sans-serif; 
     149  border-top: 3px solid #333399; 
     150  border-bottom: 3px solid #CCCCFF; 
     151  padding-left: 6px; 
     152  padding-right: 6px; 
     153  margin: 0; 
     154} 
     155 
     156#main_navbar td#flexible { 
     157  width: 100%; 
     158  text-align: right; 
     159  padding-right: 1em; 
     160  background: #CCCCFF; 
     161  font-size: 70%; 
     162  font-weight: normal; 
     163  font-family: Arial, Helvetica, sans-serif; 
     164  text-transform: uppercase; 
     165  border-top: 3px solid #CCCCFF; 
     166  border-bottom: 3px solid #CCCCFF; 
     167} 
     168 
     169#main_navbar a:link, #main_navbar a:visited { color: #660000; border: 0; } 
     170 
     171#main_navbar a:hover, #main_navbar a:focus { 
     172  color: #FFFF66; 
     173  background: #CCCCFF; 
     174  border-bottom: 1px none #606099;  
     175  border: 0; 
     176} 
     177 
     178#secondary_navbar { 
     179  font-size: 80%; 
     180  font-weight: normal; 
     181  font-family: Arial, Helvetica, sans-serif; 
     182  margin-top: 4px; 
     183  margin-left: 20px; 
     184  white-space: nowrap; 
     185} 
     186 
     187 
     188/* Tagline and footer styles ------------------------------------------------- */ 
     189 
     190div#tagline { 
     191  margin-top: 6px; 
     192  border-top: 1px dotted lightsteelblue; 
     193  padding-top: 6px; 
     194  font-size: 66%; 
     195  font-style: italic; 
     196} 
     197 
     198div#footer { 
     199  margin-top: 6px; 
     200  border-top: 1px dotted lightsteelblue; 
     201  padding-top: 6px; 
     202  font-size: 66%; 
     203  font-style: italic; 
     204} 
     205 
     206/* Basic data presenation styles -------------------------------------------- */ 
     207 
     208.index_letter {  
     209  font-size: 300%; 
     210  font-weight: bold; 
     211  color: #000066;  
     212  margin: 0.5em 0 0 -0.1em; 
     213} 
     214 
     215h1, h2, h3, h4 { 
     216  font-weight: normal; 
     217  color: #3333CC; 
     218} 
     219 
     220h1 { 
     221  padding-top: 0.75em; 
     222  font-size: 160%; 
     223} 
     224 
     225h2 { 
     226  padding-top: 1em; 
     227  font-size: 120%; 
     228  } 
     229 
     230h3 { 
     231  padding-top: 0.75em; 
     232  margin-bottom: 0.25em; 
     233  font-size: 100%; 
     234} 
     235 
     236h4 { 
     237  padding: 0; 
     238  margin: 0.5em 0 0 0; 
     239  font-size: 80%; 
     240} 
     241 
     242table.basic { 
     243  empty-cells: show; 
     244  margin: 1.5em 1em 0 1em; 
     245  border: 1px dotted #CFCFFF; 
     246  font-size: 80%; 
     247} 
     248 
     249table.basic th { 
     250  background-color: #F0F0FF; 
     251  font-weight: bold; 
     252  text-align: left; 
     253  padding: 4px 1em 4px 4px; 
     254  border-bottom: 1px dotted #666699; 
     255} 
     256 
     257table.basic td { 
     258  vertical-align: top; 
     259  padding: 4px 1em 4px 4px; 
     260} 
     261 
     262dd { 
     263  margin-bottom: 0.25em; 
     264  font-size: 80%; 
     265} 
     266 
     267 
     268/* Warnings styles ----------------------------------------------------------- */ 
     269 
     270 
     271#todo dl, #bugs dl {  
     272  margin: 0 0 0 1.5em; 
     273  font-size: 80%; 
     274} 
     275 
     276#todo dd, #bugs dd {  
     277  margin-left: 3em;  
     278  font-size: 100%; 
     279} 
     280 
     281#undoc table, #obsolete table, #statistics table { 
     282  width: 80%; 
     283  margin-left: 2em; 
     284} 
     285 
     286#undoc td, #obsolete td, #statistics td {  
     287  padding: 0 0 0 0; 
     288  font-size: 80%; 
     289  white-space: nowrap; 
     290} 
     291 
     292#undoc td.docroutine, #obsolete td.obsroutine, #statistics td.statroutine { width: 50%; } 
     293 
     294#undoc td.docstat, #statistics td.stat {  
     295  width: 50%; 
     296  text-align: right; 
     297} 
     298 
     299#undoc td.partialdoc, #statistics td.caution { color: #CC6600; } 
     300 
     301#undoc td.notdoc, #statistics td.warning { color: #993333; } 
     302 
     303/* File + routine styles ----------------------------------------------------- */ 
     304 
     305h1.directory {  
     306  padding: 1em 0 0 0; 
     307  margin: 0; 
     308  font-size: 66%; 
     309} 
     310 
     311h1.directory a { border-bottom: 0; } 
     312 
     313h2.pro_file {  
     314  padding: 0; 
     315  margin: 0; 
     316  font-size: 140%; 
     317} 
     318 
     319div#file_attr { 
     320  padding: 0 1em 0 1em; 
     321  margin: 1em; 
     322  background: #F6F6F6; 
     323  border: 1px dotted #999999; 
     324} 
     325 
     326div#file_attr dt { 
     327  font-size: 80%; 
     328  font-weight: bold; 
     329} 
     330 
     331div#file_attr dd { 
     332  font-size: 80%; 
     333} 
     334 
     335div#class_diagram {  
     336  padding: 1em 0 1em 0;  
     337  white-space: pre; 
     338  font-family: 'Courier New'; 
     339} 
     340 
     341table#sav_attr {  
     342  font-size: 90%;  
     343  margin: 1em;  
     344  padding: 1em 1em 1em 1em; 
     345  background: #F6F6F6; 
     346  border: 1px dotted #999999; 
     347} 
     348 
     349table#sav_attr th { text-align: left; } 
     350 
     351table#sav_attr td { vertical-align: top; padding-right: 2em; } 
     352 
     353table#sav_attr td.value { width: 20em; padding-right: 0em; font-style: italic; } 
     354 
     355p.sav_warning { margin-left: 4em; font-family: 80%; } 
     356 
     357table.variables {  
     358  font-family: 'Courier New', monospace;  
     359  font-size: 80%;  
     360  text-indent: -2em;  
     361  padding-left: 2em;  
     362} 
     363 
     364table.variables td.image { width: 64px; } 
     365 
     366div#file_comments {  
     367  margin: 2em; 
     368  font-size: 80%; 
     369} 
     370 
     371 
     372div.field_summary { 
     373  padding: 0 1em 0 1em; 
     374  margin: 1em; 
     375  background: #FFFFF0; 
     376  border: 1px dotted #C0C000; 
     377} 
     378 
     379div#routine_summary {   
     380  padding: 0 1em 0 1em; 
     381  margin: 1em; 
     382  background: #F0F0FF; 
     383  border: 1px dotted #9999FF; 
     384} 
     385 
     386div.field_summary h2, div#routine_summary h2 {  
     387  padding: 0.5em 0 0 0; 
     388  margin: 0; 
     389} 
     390 
     391div.field_summary table, div.field_summary p {  
     392  margin: 1em 1em; 
     393} 
     394 
     395div.field_summary td.name {  
     396  vertical-align: top; 
     397  padding-bottom: 0.25em; 
     398  color: #3333CC; 
     399} 
     400 
     401div.field_summary span.field_type {   
     402  font-weight: normal; 
     403  font-size: 80%; 
     404  color: black; 
     405} 
     406 
     407div.field_summary td.comments {  
     408  vertical-align: top; 
     409  padding-left: 2em; 
     410  font-size: 80%; 
     411} 
     412 
     413p.commaList {  
     414  margin: 1em 1em 1em 1em; 
     415} 
     416 
     417span.warning {  
     418  color: #CC6633; 
     419  font-weight: bold; 
     420  font-size: 66%; 
     421  text-transform: uppercase; 
     422} 
     423 
     424span.categories {  
     425  color: #006633; 
     426  font-weight: bold; 
     427  font-size: 66%; 
     428  text-transform: uppercase; 
     429} 
     430 
     431span.undoc {  
     432  color: #FF6633; 
     433  font-weight: bold; 
     434  font-size: 80%; 
     435  text-transform: uppercase; 
     436} 
     437 
     438span.attr {  
     439  color: #006633; 
     440  font-weight: bold; 
     441  font-size: 80%; 
     442  text-transform: uppercase; 
     443} 
     444 
     445span.value {  
     446  color: #006633; 
     447  font-weight: normal; 
     448  text-transform: none; 
     449} 
     450 
     451a.top {  
     452  font-weight: bold; 
     453  font-size: 66%; 
     454  text-transform: uppercase; 
     455  float: right; 
     456} 
     457 
     458span.result {  
     459  font-family: Verdana, Arial, Helvetica, sans-serif; 
     460  font-style: italic; 
     461  font-size: 80%; 
     462} 
     463 
     464div#routine_summary p, div.routine_details p.header {  
     465  padding-top: 0.5em; 
     466  margin-left: 1.5em; 
     467  text-indent: -1.5em; 
     468  font-family: 'Courier New', monospace; 
     469} 
     470 
     471div.routine_details {   
     472  padding: 0.5em 1em 0.5em 1em; 
     473  margin: 1em; 
     474  border: 1px dotted #CCCCCC; 
     475} 
     476 
     477div.routine_details h2 {   
     478  padding-top: 0; 
     479  margin-top: 0; 
     480} 
     481 
     482div.routine_details div.value {  
     483  margin: 0 1em 0 1em; 
     484  font-size: 80%; 
     485} 
     486 
     487div.routine_details div.comments {  
     488  font-size: 80%; 
     489  margin: 0.75em 1em 1em 1em; 
     490} 
     491 
     492div.routine_details div.preformat {  
     493  white-space: pre; 
     494} 
     495 
     496table.statistics {  
     497  font-size: 80%; 
     498  margin-left: 1em; 
     499} 
     500 
     501table.statistics td {  
     502  padding: 0 2em 0 0; 
     503} 
     504 
     505/* Overview styles ----------------------------------------------------------- */ 
     506 
     507div.overview {  
     508  width: 100%; 
     509  margin-top: 1em; 
     510  clear: both; 
     511} 
     512 
     513div.overview table { 
     514  empty-cells: show; 
     515  font-size: 90%; 
     516  margin: 1em 1em 1em 1em; 
     517  padding: 1em 0.5em 1em 0.5em; 
     518  background: #F6F6F6; 
     519  border: 1px dotted #999999; 
     520} 
     521 
     522div.overview td { 
     523  padding: 3px 1em 3px 1em; 
     524} 
     525 
     526div.overview td.dir { 
     527  width: 1%; 
     528  vertical-align: top; 
     529  text-align: right; 
     530  padding-right: 1em; 
     531} 
     532 
     533 
     534/* Navigation list styles for tree structures -------------------------------- */ 
     535 
     536#tree { 
     537  text-align: left; 
     538  font-size: 90%; 
     539  margin: 0.75em 0 0.75em 0; 
     540  padding: 0; 
     541} 
     542 
     543#tree ul { 
     544  text-align: left; 
     545  margin: 0; 
     546  padding: 0; 
     547} 
     548 
     549#tree li { 
     550  margin: 0 0 0 15px; 
     551  padding: 0; 
     552  list-style-type: none; 
     553} 
     554 
     555#tree .symbols { 
     556  float: left; 
     557  width: 12px; 
     558  height: 1em; 
     559  padding-left: 4px; 
     560  background-position: 0 100%; 
     561  background-repeat: no-repeat; 
     562} 
     563 
     564/* Search styles ------------------------------------------------------------- */ 
     565 
     566input.writein {  
     567  padding-left: 0.5em; 
     568  border: 1px solid #CCCCCC; 
     569  font-family: 'Courier New'; 
     570  background: #FFFFF3; 
     571} 
     572 
     573#search form {  
     574  margin-left: 2em; 
     575} 
     576 
     577#search table {  
     578  margin: 1em 1em 0 2em; 
     579  padding: 1em 2em 1em 2em; 
     580  background: #F6F6F6; 
     581  border: 1px dotted #999999; 
     582} 
     583 
     584#search tr {  
     585  text-align: center; 
     586} 
     587 
     588#search td {  
     589  font-size: 80%;  
     590  text-align: left; 
     591} 
     592 
     593#search td * {  
     594  vertical-align: middle; 
     595} 
     596 
     597#search p {  
     598  font-size: 66%; 
     599  margin: 0 3em 2em 3em; 
     600} 
     601 
     602/* Help styles --------------------------------------------------------------- */ 
     603 
     604div.toc {  
     605  padding: 0 1em 0 1em; 
     606  margin: 1em; 
     607  background: #F0F0FF; 
     608  border: 1px dotted #9999FF;   
     609  width: 19em; 
     610} 
     611 
     612div.right {  
     613  float: right; 
     614  width: 22em; 
     615} 
     616 
     617ol.toc {  
     618  list-style-type: upper-roman; 
     619} 
     620 
     621ol.toc ol {  
     622  padding-left: 3em; 
     623  margin-left: 0; 
     624  list-style-type: lower-alpha; 
     625} 
     626 
     627dl.variables dt { font-size: 80%; } 
     628dl.variables dd { margin-bottom: 0.5em; } 
     629 
     630    </style>     
     631    <style type="text/css" media="print"> 
     632         #navbar_title {  
     633  background-color: #FFFFFF;   
     634} 
     635 
     636#main_navbar td { 
     637  background: #FFFFFF; 
     638  border-top: 0.25em solid #FFFFFF; 
     639  border-bottom: 0.25em solid #FFFFFF; 
     640} 
     641 
     642#main_navbar td#selected { 
     643  background: #FFFFFF; 
     644  border-top: 0.25em solid #333399; 
     645  border-bottom: 0.25em solid #FFFFFF; 
     646} 
     647 
     648#main_navbar td#flexible { 
     649  background: #FFFFFF; 
     650  border-top: 0.25em solid #FFFFFF; 
     651  border-bottom: 0.25em solid #FFFFFF; 
     652} 
     653 
     654#secondary_navbar { 
     655  display: none; 
     656} 
     657 
     658    </style> 
    50659     
    51660 
     
    110719<div id="secondary_navbar"> 
    111720 
    112 &lt;&lt; prev file | next file &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="idldoc-warnings.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 
     721&lt;&lt; prev file | next file &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="idldoc-warnings.html" 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 
    113722 
    114723</div> 
     
    5811190</tr> 
    5821191 
    583 </table><a href="./ReadWrite/read_oasis.html?format=raw">./ReadWrite/read_oasis.pro</a> 
    584 <table> 
    585  
    586 <tr> 
    587 <td class="docroutine"><a href="./ReadWrite/read_oasis.html?format=raw#_read_oasis">read_oasis</a></td> 
    588 <td class="docstat partialdoc">partially documented</td> 
    589 </tr> 
    590  
    5911192</table><a href="./ReadWrite/readoldopadistcoast.html?format=raw">./ReadWrite/readoldopadistcoast.pro</a> 
    5921193<table> 
     
    6201221<tr> 
    6211222<td class="docroutine"><a href="./ReadWrite/scanctl.html?format=raw#_scanctl">scanctl</a></td> 
    622 <td class="docstat partialdoc">partially documented</td> 
    623 </tr> 
    624  
    625 </table><a href="./ReadWrite/write_oasis.html?format=raw">./ReadWrite/write_oasis.pro</a> 
    626 <table> 
    627  
    628 <tr> 
    629 <td class="docroutine"><a href="./ReadWrite/write_oasis.html?format=raw#_write_oasis">write_oasis</a></td> 
    6301223<td class="docstat partialdoc">partially documented</td> 
    6311224</tr> 
Note: See TracChangeset for help on using the changeset viewer.