<%= javascript_include_tag( "/javascripts/jquery.js", "/javascripts/databaseformalizer.js", "/bootstrap/js/bootstrap-transition.js", "/bootstrap/js/bootstrap-alert.js", "/bootstrap/js/bootstrap-modal.js", "/bootstrap/js/bootstrap-dropdown.js", "/bootstrap/js/bootstrap-tab.js", "/bootstrap/js/bootstrap-toggle.js", "/bootstrap/js/bootstrap-fixed-header.js", "/bootstrap/js/bootstrap-collapse.js", "/bootstrap/js/bootstrap-tooltip.js", "/bootstrap/js/bootstrap-popover.js", "/tablesorter/jquery.tablesorter.min.js", "/tablesorter/jquery.tablesorter.js", "/tablesorter/jquery.ui.datepicker.js", "/jquery-ui/js/jquery-ui-1.8.21.custom.min.js", "/jquery-validation/jquery.validate.min.js" ) %> <%= csrf_meta_tag %> <%= stylesheet_link_tag( "/bootstrap/css/cerulean/bootstrap.min.css", "/bootstrap/css/bootstrap-responsive.css", "/tablesorter/style.css", "/bootstrap/css/bootstrap-toggle.css", "/bootstrap/css/bootstrap-fixed-header.css", "/jquery-ui/css/ui-lightness/jquery-ui-1.8.21.custom.css", "/stylesheets/databaseformalizer.css") %>
<% if !flash[:error].nil? %>
× Error: <%= flash[:error] %>
<% end %> <% if !flash[:notice].nil? %>
× Information: <%= flash[:notice] %>
<% end %> <% if !flash[:warning].nil? %>
× Warning: <%= flash[:warning] %>
<% end %>
<%= content_for?(:content) ? yield(:content) : yield %>