Sha256: 80ec97e025e3393a2e02aed7afe1b07ba7440b48e08813686790bfe86f2bea9f

Contents?: true

Size: 1.6 KB

Versions: 5

Compression:

Stored size: 1.6 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>
      <% if session.has_key?(:organisation) %>
      <%= session[:organisation].name %>
      <% else %>
      Puavo Users
      <% end %>
    </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 Devices</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.8 app/views/layouts/sessions.html.erb
puavo_authentication-0.0.7 app/views/layouts/sessions.html.erb
puavo_authentication-0.0.6 app/views/layouts/sessions.html.erb
puavo_authentication-0.0.4 app/views/layouts/sessions.html.erb
puavo_authentication-0.0.3 app/views/layouts/sessions.html.erb