Ignore:
Timestamp:
08/21/06 11:01:50 (18 years ago)
Author:
navarro
Message:

header improvements + xxx doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/read_ftp.html

    r151 r157  
    3333 
    3434/* Main styles --------------------------------------------------------------- */ 
     35p.preformat { 
     36  font-family: Courier; 
     37} 
    3538 
    3639body { 
     
    696699      </div> 
    697700 
    698       <div id="file_comments"> 
     701      <div id="file_comments">  
     702  
     703  
     704  
     705  
     706  
     707 
    699708   READ_FTP, remote_host [, files] [, directory] [,/FILE] [,DATA=variable] 
    700709              [,USER=string] [,PASS=string] [,/PTR] 
     
    731740        <div class="routine_details" id="_ftp_post"> 
    732741 
    733           <h2><a class="top" href="#container">top</a>ftp_post </h2> 
     742          <h2><a class="top" href="#container">top</a>ftp_post <span class="categories"> 
     743  
     744 </span></h2> 
    734745         
    735746          <p class="header"> 
     
    755766            </h4> 
    756767         
    757           <div class="comments"></div> 
     768          <div class="comments">  
     769 
     770</div> 
    758771             
    759772            <h4 id="_ftp_post_param_cmd">cmd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    768781            </h4> 
    769782         
    770           <div class="comments"></div> 
     783          <div class="comments"> 
     784 
     785</div> 
    771786             
    772787            <h4 id="_ftp_post_param_res">res&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    781796            </h4> 
    782797         
    783           <div class="comments"></div> 
     798          <div class="comments">  
     799  
     800</div> 
    784801             
    785802 
     
    801818            </h4> 
    802819         
    803             <div class="comments"></div> 
     820            <div class="comments"> 
     821 
     822</div> 
    804823             
    805824            <h4 id="_ftp_post_keyword_count">count&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    814833            </h4> 
    815834         
    816             <div class="comments"></div> 
    817              
    818            
    819  
    820            
    821            
    822            
    823            
    824            
    825            
    826            
    827            
    828            
    829            
    830            
    831            
     835            <div class="comments"> 
     836 Upon return, the number of elements in the result set.  
     837 This is only important when the result set is the empty 
     838 set, in which case COUNT is set to zero. 
     839 </div> 
     840             
     841           
     842 
     843          <h3>Examples</h3><div class="preformat"> 
     844 
     845</div> 
     846          <h3>Version history</h3> 
     847           
     848          <h4>Version</h4><div class="preformat"> 
     849 $Id$</div> 
     850          <h4>History</h4><div class="preformat"> 
     851  
     852</div> 
     853           
     854           
     855          <h3>Known issues</h3> 
     856           
     857           
     858           
     859          <h4>Restrictions</h4><div class="preformat"> 
     860  
     861 </div> 
    832862         
    833863           
     
    846876        <div class="routine_details" id="_ftp_parse_pasv"> 
    847877 
    848           <h2><a class="top" href="#container">top</a>ftp_parse_pasv </h2> 
     878          <h2><a class="top" href="#container">top</a>ftp_parse_pasv <span class="categories"> 
     879  
     880 </span></h2> 
    849881         
    850882          <p class="header"> 
     
    870902            </h4> 
    871903         
    872           <div class="comments"></div> 
     904          <div class="comments"> 
     905 ASCII text string containing the message. 
     906</div> 
    873907             
    874908            <h4 id="_ftp_parse_pasv_param_host">host&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    883917            </h4> 
    884918         
    885           <div class="comments"></div> 
     919          <div class="comments"> 
     920 
     921</div> 
    886922             
    887923            <h4 id="_ftp_parse_pasv_param_port">port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    896932            </h4> 
    897933         
    898           <div class="comments"></div> 
    899              
    900  
    901            
    902  
    903            
    904  
    905            
    906            
    907            
    908            
    909            
    910            
    911            
    912            
    913            
    914            
    915            
    916            
     934          <div class="comments"> 
     935 </div> 
     936             
     937 
     938           
     939 
     940           
     941 
     942          <h3>Examples</h3><div class="preformat"> 
     943 
     944</div> 
     945          <h3>Version history</h3> 
     946           
     947          <h4>Version</h4><div class="preformat"> 
     948 $Id$</div> 
     949          <h4>History</h4><div class="preformat"> 
     950  
     951</div> 
     952           
     953           
     954          <h3>Known issues</h3> 
     955           
     956           
     957           
     958          <h4>Restrictions</h4><div class="preformat"> 
     959  
     960 </div> 
    917961         
    918962           
     
    10591103         
    10601104            <div class="comments"> 
    1061  Specify user name to connect to server with.  Default is: anonymous. 
     1105 Specify user name to connect to server with. 
    10621106</div> 
    10631107             
     
    10731117            </h4> 
    10741118         
    1075             <div class="comments"></div> 
     1119            <div class="comments"> 
     1120 Specify password to use when connecting. 
     1121</div> 
    10761122             
    10771123            <h4 id="_read_ftp_keyword_ptr">ptr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Note: See TracChangeset for help on using the changeset viewer.