;+ ; NAME: ; www_help_frames ; PURPOSE: ; Defines the html frame layout of www_help ; CATEGORY: ; www_help ; CALLING SEQUENCE: FUNCTION www_help_frames, name, first_set, type ; INPUTS: ; name scalar; type: string ; name of the www_help catalogue ; (usually style.html_name) ; first_set scalar; type: string ; name of the html file to be displayed in the text window. ; Identifies the www_help catalogue (usually the same as ; 'name' with postfixed a two character string of the form ; '_a', identifying the 1st letter for which headers are ; present in the catalogue ; type scalar: type: string ; file extension of html files ; (usually style.html_type) ; OUTPUTS: ; frame array; type: string ; html strings defining the frame ; INCLUDE: @compile_opt.pro ; On error, return to caller ; PROCEDURE: ; Returns html lines starting with and ending ; with ; MODIFICATION HISTORY: ; FEB-2002, Paul Hick (UCSD/CASS; pphick@ucsd.edu) ;- RETURN, ['' , $ ' ' , $ ' ' , $ ' ', $ ' ' , $ ' ' , $ ''] END