indexing description: "Objects that ..." author: "" date: "$Date$" revision: "$Revision$" class HTML_TEMPLATE inherit VIEW_HTML redefine out end HTML_DELEGATE undefine out, make end create make feature -- out out:STRING is -- a one column layout do Result:= doctype + "%N" + "%N"+ "%N " + title + "" + charset + link + "%N"+ "%N"+ "%N" + "%N%N"+ "%N
"+ "%N " + "%N " + "%N "+ "%N " + "%N "+ "%N "+ "%N " + "%N %N"+ "%N "+ "%N
   
"+ "%N %N%N%N%N"+ "%N
"+get_logo+ "
 
 "+ "%N
"+ "%N
 "+ get_common_header+"
  
" + content_header.out + "
%N" + "%N


" + "%N
" + "%N
"+ "%N"+content_middle.out + "%N
"+ "%N
 
"+ "%N
"+ "%N"+content_footer.out+ "%N"+get_footer + "%N
"+ "%N
%N" + "%N"+ "%N" end end