indexing description: "Objects that ..." author: "" date: "$Date$" revision: "$Revision$" class LAYOUT_2_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
"+ "%N"+content_header.out+ "%N
"+ "%N
"+ "%N
"+ "%N"+content_left.out + "%N
"+ "%N
"+ "%N"+content_middle.out + "%N
"+ "%N
 
"+ "%N
"+ "%N
"+ "%N"+content_footer.out+ "%N
"+ "%N"+ "%N" end feature {NONE} -- Implementation invariant invariant_clause: True -- Your invariant here end