indexing description: "Objects that ..." author: "" date: "$Date$" revision: "$Revision$" class LAYOUT_3_COL inherit VIEW_HTML redefine out end create make feature out:STRING is -- do put_link_css ("/layout-common.css") result := doctype + "%N"+ "%N"+ "%N "+title+""+ charset + link + "%N "+ "%N"+ "%N"+ "%N
"+ content_header.out+ "
"+ "
"+ "
"+ content_left.out+ "
"+ "
"+ content_right.out+ "
"+ "
"+ content_middle.out+ "
"+ "
 
"+ "
"+ "
"+ content_footer.out+ "
"+ ""+ "" end end