Sha256: 77c9583f04c8aec74bb00fcd224867719b55edb1f4462b74b83d8a8c52168609

Contents?: true

Size: 1.17 KB

Versions: 18

Compression:

Stored size: 1.17 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html class="noscript" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=<%= Comatose.config.content_type %>"/>
    <title>Comatose Admin</title>
    <%= stylesheet_link_tag 'comatose_admin' %>
    <%= javascript_include_tag :defaults %>
    <%= javascript_include_tag 'comatose_admin' %>
  </head>
  <body>
    <div id="page-container">
      <div id="header">
        <h1><%= link_to Comatose.config.admin_title, :controller=>controller.controller_name, :action=>'index' %></h1>
        <div id="flash">
          <span id="flash-content"><%= flash[:notice] %></span>
        </div>
        <h5><%= Comatose.config.admin_sub_title %></h5>
      </div>
      <div id="content">
        <%= yield %>
      </div>
      <div id="footer">
        Powered by <a href="http://comatose.rubyforge.org" target="_new_window">Comatose <%= Comatose::VERSION_STRING %></a>, created by <a href="http://www.mattmccray.com"  target="_new_window">M@ McCray</a>.
      </div>
    </div>
  </body>
</html>

Version data entries

18 entries across 18 versions & 6 rubygems

Version Path
aslakjo-aslakjo-comatose-2.0.5.1 views/layouts/comatose_admin_customize.html.erb
aslakjo-comatose-2.0.5.2 views/layouts/comatose_admin_customize.html.erb
aslakjo-comatose-2.0.5.3 views/layouts/comatose_admin_customize.html.erb
darthapo-comatose-2.0.3 views/layouts/comatose_admin_customize.html.erb
darthapo-comatose-2.0.4 views/layouts/comatose_admin_customize.html.erb
darthapo-comatose-2.0.5 views/layouts/comatose_admin_customize.html.erb
darthapo-comatose-2.0 views/layouts/comatose_admin_customize.html.erb
jcnetdev-comatose-2.0.1 views/layouts/comatose_admin_customize.html.erb
staugaard-comatose-2.0.2 views/layouts/comatose_admin_customize.html.erb
staugaard-comatose-2.0.3 views/layouts/comatose_admin_customize.html.erb
comatose-2.0.5 views/layouts/comatose_admin_customize.html.erb
comatose-2.0.1 views/layouts/comatose_admin_customize.html.erb
aslakjo-comatose-2.0.5.12 views/layouts/comatose_admin_customize.html.erb
aslakjo-comatose-2.0.5.11 views/layouts/comatose_admin_customize.html.erb
aslakjo-comatose-2.0.5.10 views/layouts/comatose_admin_customize.html.erb
aslakjo-comatose-2.0.5.9 views/layouts/comatose_admin_customize.html.erb
aslakjo-comatose-2.0.5.8 views/layouts/comatose_admin_customize.html.erb
aslakjo-comatose-2.0.5.7 views/layouts/comatose_admin_customize.html.erb