summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2014-02-21 13:59:03 +0100
committergebele <gebele@in-silico.ch>2014-02-21 13:59:03 +0100
commit24245629a6e918b95c2149f28b9b5bd9c8a3c931 (patch)
treea80bd1de885095f2c099b1c39287f67dc559c892
parent0f9f666df572d53fca85ae4ae5927e4f70cd759b (diff)
w3c conformity
-rw-r--r--views/layout.haml41
1 files changed, 22 insertions, 19 deletions
diff --git a/views/layout.haml b/views/layout.haml
index de7cafc..6992489 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -53,30 +53,33 @@
About this service
:javascript
$("#about").click(function() {
- $("info").toggle();
+ $("#info").toggle();
});
- %info{:id=>"info", :style => "display:none;z-index:5;position:fixed; top:10px; left:25%; width: 50%; background-color:#F5F5F5;border:solid 1px black;"}
+ #info{:style => "display:none;z-index:5;position:fixed; top:10px; left:25%; width: 50%; background-color:#F5F5F5;border:solid 1px black;"}
%button{:id => "x", :style => "position:absolute;right:0px;"} x
- %div{:style => "align:justify;padding:1em;"}
- %dt
- (experimental)
- %dd
- Filtered experimental data from pubchem database.
- %br
- %dt
- (read across)
- %dd
- Predictions - results of processed pubchem data.
- %br
- %dt
- Predictions relationship
- %dd
- Similar compounds, predicted assays and predicted targets are related considering relevant data.
- If data is insufficent there will be no result displayed.
:javascript
$("#x").click(function() {
- $("info").toggle();
+ $("#info").toggle();
});
+
+ %div{:style => "align:justify;padding:1em;"}
+ %dl
+ %dt
+ (experimental)
+ %dd
+ Filtered experimental data from pubchem database.
+ %br
+ %dt
+ (read across)
+ %dd
+ Predictions - results of processed pubchem data.
+ %br
+ %dt
+ Predictions relationship
+ %dd
+ Similar compounds, predicted assays and predicted targets are related considering relevant data.
+ If data is insufficent there will be no result displayed.
+
%form{:name => "form", :action => '/search', :method => "GET"}
%fieldset
%label{:for => 'name'} Compound name: