Sha256: fe9d1063806b3a36b310495834096ab71bbee2716e540abfd32ceb9f9a52f778

Contents?: true

Size: 1.88 KB

Versions: 3

Compression:

Stored size: 1.88 KB

Contents

<!DOCTYPE html>
<html lang="en">
  <head>
    <title><%= content_for?(:title) ? yield(:title) : "Burp, The Big Universal Rubik's cube Processor." %></title>
    <%= stylesheet_link_tag    "burp/application", :media => "all" %>
    <%= csrf_meta_tags %>

    <!--[if lt IE 9]>
      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
    <![endif]-->

  </head>
  <body data-spy="scroll" data-target=".docs-sidebar" class="<%= @body_classes %>">

    <div class="navbar navbar-inverse navbar-fixed-top">
      <div class="navbar-inner">
        <div class="container">
          <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
          </a>
          <a class="brand" href="/"><%= @site_name %></a>
          <div class="nav-collapse collapse">
            <%= Burp::Group.bootstrap_nav(menu, request) %>
          </div>
        </div>
      </div>
    </div>

    <div class="container">
      
      <% if flash[:notice] %>
        <div class="alert alert-success">
          <button type="button" class="close" data-dismiss="alert">&times;</button>
          <%= flash[:notice] %>
        </div>
      <% elsif flash[:alert] %>
        <div class="alert alert-error">
          <button type="button" class="close" data-dismiss="alert">&times;</button>
          <%= flash[:alert] %>
        </div>
      <% end %>
      
      <div class="row">
        <%= yield %>
      </div>

      

      <footer>
        <hr>
        <p style="float: right;"><strong>Version: <%= Burp::VERSION %></strong></p>
        <p>Thank you for creating with <a href="/burp/about">Burp</a></p>
      </footer>

    </div>
    
    <%= javascript_include_tag "burp/application" %>
    <%= raw yield :inline_javascript %>
  </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
burp_cms-1.7.1 app/views/layouts/burp/application.html.erb
burp_cms-1.7.0 app/views/layouts/burp/application.html.erb
burp_cms-1.6.0 app/views/layouts/burp/application.html.erb