summaryrefslogtreecommitdiff
path: root/views/details.haml
blob: fc57d5edc45a5b66205731fd3854a59b0b02f99e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
%link{ :href=>"/stylesheets/screen.css", :media=>"screen, projection", :rel=>"stylesheet", :type=>"text/css"}

.content
  %button{:id=>"closebutton", :onclick=>"parent.$('#iframe').bPopup().close();parent.$('#iframe_overview').bPopup().close();"}
    X
    
  .details
    %h2{:style=>"margin-top:0px"}
      Details:
    %img{:src=>"#{@compound_uri.uri}/image", :alt=>"", :width=>"300px", :heigth=>"300px"}
    %br
    %br
    %b
      SMILES:
    %p= @smiles
    %br
    %b
      Names:
    %p= @names.gsub(",", ";\t")
    %br
    %b
      InChI:
    %p= @inchi