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/overview.html

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