<% # WontoMedia - a wontology web application # Copyright (C) 2011 - Glen E. Ivey # www.wontology.com # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License version # 3 as published by the Free Software Foundation. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program in the file COPYING and/or LICENSE. If not, # see "http://www.gnu.org/licenses/". %> <% content_for :page_body do %> <div id="tag-line" class="page-title-text"> <h1><%= WontoMedia.site_tagline -%></h1> </div> <div id="float-center-right" style="float: right; width: 85%; margin-top: 8ex;"> <div id="column-content" class="content" style="float: left; width: 81.8%; position: relative; z-index: 99;"> <%= render :partial => "layouts/status_msgs" %> <%= yield( :content_full ) %> <div id="content-lower-wide" class="content" style="float: left; width: 61%;"> <%= yield( :content_lower_wide ) %> </div> <div id="content-lower-narrow" class="content" style="float: right; width: 37%;"> <%= yield( :content_lower_narrow ) %> </div> <div id="content-bottom" style="clear: both; text-align: center;"> <%= yield( :content_bottom ) %> </div> </div> <div id="column-right" style="float: right; width: 16.9%;"> <%= yield( :right_column ) %> </div> </div> <div id="float-left" style="float: left; width: 14.4%;"> <div id="container-absolutes"> <div id="block-search-container" style="width: 15%; position: absolute; top: 0; right: 0;"> <%= render :partial => "layouts/search_box" %> </div> <div id="page-top-controls" style="position: absolute; top: 0; right: 15.6%;"> <%= render :partial => "layouts/master_help" %> <%= render :partial => "layouts/language_select" %> <%= render :partial => "layouts/login_controls" %> </div> </div> <div id="column-left"> <%= logo_image %> <%= allpages_alert %> <%= yield( :left_column ) %> </div> </div> <% end -%> <%= render :file => 'layouts/base' %>