Sha256: 07937cfe4da3984dfd5e9efbc634a6b6055d6a92dcdf8207d1d5e7e7db37298c

Contents?: true

Size: 682 Bytes

Versions: 7

Compression:

Stored size: 682 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <meta name="generator" content="adva-cms - Open source content management platform" />
    <title>adva-cms: <%= controller.controller_name %></title>
    <%= yield :head %>
  </head>
  <body>
    <div id="header">
    </div>

    <div id="main">
      <div id="flashes"><%= render :partial => 'shared/flash' %></div>
      <div id="content">
        <%= yield %>
      </div>
    </div>

    <%= yield :foot %>
  </body>
</html>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
adva-0.1.4 app/views/layouts/simple.html.erb
adva-0.1.3 app/views/layouts/simple.html.erb
adva-0.1.2 app/views/layouts/simple.html.erb
adva-0.1.1 app/views/layouts/simple.html.erb
adva-0.1.0 app/views/layouts/simple.html.erb
adva_cms-0.0.1 app/views/layouts/simple.html.erb
adva-0.0.1 adva_cms/app/views/layouts/simple.html.erb