+(file) : main.include_file +(hash) : hash.build_hash +(temp) : temp.add_template current/master.html ├ #html.set_css_dir ├ +(file) foundation/outline/OutlineXXXX //ex. OutlineHTML5 │ ├ +(hash) ZIG │ ├ +(hash) LocalText │ ├ +(temp, hash) OutlineSetup │ └ +(temp, hash_array) Onload │ ├ #OutlineSetup.zap @foundation/outline/OutlineXXXX //ex. OutlineHTML5 │ ├ #html.set_css_file foundation/css/OutlineHTML5.css │ ├ #html.set_js_file foundation/js/html5shiv.js //less than IE9 │ ├ #html.set_js_file foundation/js/Common.js │ ├ #html.set_meta │ │ │ ├ +(file) foundation/filter/Filter │ │ ├ #session.start │ │ ├ +(hash) LocalFilterText │ │ ├ #GET.Filter //set GET.action or GET.page or 'top' │ │ │ │ │ ├ +(file) common/filter/common //common filter for common │ │ │ ├ #GET.page //set a default page │ │ │ ├ #POST.set_property //set timestamp and currentDate │ │ │ ├ #… │ │ │ └ +(file) relatice/(relative/lang/)localText │ │ │ │ │ ├ +(file) current/filter/common //current filter for common │ │ │ └ #… │ │ │ │ │ ├ +(file) common/filter/#GET.Filter //common filter for page or action │ │ │ └ #… │ │ │ │ │ └ +(file) current/filter/#GET.Filter //current filter for page or action │ │ └ #… │ │ │ │ │ ├ +(file) foundation/frame/Frame │ │ ├ +(temp, hash) FrameSetup │ │ └ +(temp, hash) Column │ │ │ └ #FrameSetup.zap @foundation/frame/Frame │ ├ +(file) foundation/frame/$frameFile //ex. FrameCommon │ │ ├ #html.set_css_file foundation/css/Layout.css │ │ └ +(temp, hash) FrameSet │ │ │ ├ +(file) foundation/view/Void │ │ ├ +(temp, hash) Void │ │ ├ +(temp, hash) Blank │ │ └ +(hash_array) VoidHashArray │ │ │ ├ +(file) foundation/layout/$header //ex. Header │ ├ +(file) foundation/layout/$navi //ex. Navi │ ├ +(file) foundation/layout/$footer //ex. Footer │ ├ +(file) foundation/layout/$layer //ex. Layer │ ├ +(file) foundation/layout/$popup //ex Popup │ └ #FrameSet.set_property @foundation/frame/$frameFile //ex. FrameCommon │ ├ #html.set_css_file common/css_dir/common.css ├ #html.set_css_file common/css_dir/container.css │ ├ +(file) common/layout/popup ├ +(file) common/layout/layer ├ +(file) common/layout/contents │ ├ +(file) foundation/Void/view │ ├ +(hash_array) MainContents │ └ #FrameSet.contents //ex. set='MainContents' │ ├ +(file) common/layout/header ├ +(file) common/layout/footer ├ +(file) current/layout/contents │ ├ html.set_css_file common.css │ ├ html.set_css_file contents.css │ └ +(file) page/#GET.page/control │ ├ #… │ └ +(file) relative/view │ ├ +(file) common/page/common/view │ │ ├ +(file) foundation/frameLayout/XXXX //ex. ThreeColumns │ │ │ ├ +(temp, hash) FrameLayout │ │ ├ #… │ │ └ #FrameLayout.set_property @foundation/frameLayout/XXXX │ │ │ └ #FrameLayout.zap @foundation/frameLayout/XXXX │ └ #Outline.zap @foundation/outline/OutlineXXXX //ex OutlineHTML5 ├ ├ ├
├ ├ #html.print_title ├ #html.print_meta ├ #html.print_css_link ├ ├ #html.print_js_link ├ #$onload.zap //def. Onload │ ├ │ ├ ├ ├ #$contents.zap //def. FrameSet │ ├