summaryrefslogtreecommitdiff
path: root/views/layout.haml
blob: 14e9689715fdf5efacec7cc676c4906ef86687da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
!!!
%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'}
    %meta{'http-equiv' => "X-UA-Compatible", :content => "chrome=1"}
    %title Lazar Toxicity Predictions
    %link{ :href=>"/stylesheets/screen.css", :media=>"screen, projection", :rel=>"stylesheet", :type=>"text/css"}
    -#%link{ :type=>"text/javascript", :src=>"/sketcher/jquery-ui-1.9.2.custom.css"}
    -#%link{ :href=>"/stylesheets/css/print.css", :media=>"print", :rel=>"stylesheet", :type=>"text/css"}
    -#%link{ :href=>"/stylesheets/css/ie.css", :media=>"screen, projection", :rel=>"stylesheet", :type=>"text/css"}
    -#%link{:rel=>"stylesheet", :href=>"http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css"}
    %script{:src=>"http://code.jquery.com/jquery-1.8.3.js"}
    -#%script{ :type=>"text/javascript", :src=>"/javascripts/ChemDoodleWeb-libs.js"}
    -#%script{ :type=>"text/javascript", :src=>"/javascripts/ChemDoodleWeb.js"}
    -#%script{ :type=>"text/javascript", :src=>"/sketcher/jquery-ui-1.9.2.custom.min.js"}
    -#%script{ :type=>"text/javascript", :src=>"/sketcher/ChemDoodleWeb-sketcher.js"}
    -#%script{:src=>"http://kemia.github.com/js/kemia.js"}
    -#%script{:src=>"http://code.jquery.com/ui/1.9.2/jquery-ui.js"}
    -#%script{:type => "text/javascript", :src  => "#{to('/javascripts/toxcreate.js')}"}
    
    

  %body
    .logo
      %h1 Lazar Toxicity Predictions
      
    .info 
      This is a placeholder for informations about this IST application. In 3 steps to your prediction.
    
    .content
      = yield
    
    .footer
      © 
      %a{:href => 'http://www.in-silico.ch', :rel => "external"} in-silico toxicology gmbh 2004-2013