Sha256: d6e14f4412940b239a36622ce9ff7df59625e04974a473c3cce533861021f7d4

Contents?: true

Size: 1.46 KB

Versions: 5

Compression:

Stored size: 1.46 KB

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" xml:lang="en" lang="en">
  <head>
    <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
    <title>Puavo</title>
    <%= stylesheet_link_tag "#{theme}/screen.css", :media => 'screen, projection' %>
    <%= stylesheet_link_tag "#{theme}/print.css", :media => 'print' %>
    <%= stylesheet_link_tag "#{theme}/puavo.css" %>
    <script language="javascript" type="text/javascript" src="/javascripts/flot/jquery.js"></script>
    <script language="javascript" type="text/javascript" src="/javascripts/flot/jquery.flot.js"></script>
  </head>
  <body>
    <hr class="space" />
    <div class="login_container">
    <div class="login_content">
      <h1>Puavo</h1>
      <% if flash.has_key?(:notice) %>
      <% if flash.has_key?(:notice_css_class) %>
      <p class='<%= flash[:notice_css_class] %>'>
      <% else %>
      <p class="notice">
        <% end %>
        <%= flash[:notice] %>
      </p>
      <% end %>
      <%= yield %>
    </div>
  </div>

    <script type="text/javascript" src="/javascripts/prototype.js"></script>
    <script type="text/javascript" src="/javascripts/protofish.js"></script>
    <script type="text/javascript">
      document.observe("dom:loaded", function() {
          new ProtoFish("top-menu", "200", "hover", false, true, true);
      });
    </script>

  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
puavo_authentication-0.0.15 app/views/layouts/sessions.html.erb
puavo_authentication-0.0.13 app/views/layouts/sessions.html.erb
puavo_authentication-0.0.11 app/views/layouts/sessions.html.erb
puavo_authentication-0.0.10 app/views/layouts/sessions.html.erb
puavo_authentication-0.0.9 app/views/layouts/sessions.html.erb