summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml18
1 files changed, 15 insertions, 3 deletions
diff --git a/views/layout.haml b/views/layout.haml
index 174db9f..c76396d 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -14,7 +14,7 @@
.logo
%img{:src => "ToxCreate_rgb_72.png", :alt => 'ToxCreate', :align => 'right'}/
%br
- Create and evaluate models to predict toxicity
+ Creates computational models to predict toxicity
.index
%ul
%li{:class => ("selected" if /\/create|echa|ambit|feature/ =~ request.path )}
@@ -31,8 +31,9 @@
.content
.login_info
- User:
- %b= session[:username]
+ - if session[:username].size > 0
+ User:
+ %b= session[:username]
- if `hostname`.match(/ot-test/)
.notice
@@ -47,7 +48,18 @@
= yield
.footer
+ Disclaimer: ToxCreate uses state-of-the-art published and tested algorithms and methodologies with full validation information. However, just as with experimental measurements, computational predictions are subject to varying degrees of accuracy and uncertainty, so please read the full report carefully, particularly the validation information. No liability is accepted for any inaccuracy in predictions.
+ %p
+ - tag = `git tag`.split("\n").last
+ - tagdate = `git show #{tag}|grep Date`.chomp
+ Version:
+ = tag
+ ,
+ = tagdate
©
%a{:href => 'http://www.in-silico.ch', :rel => "external"} in silico toxicology
2009-2011, powered by
%a{:href => 'http://www.opentox.org', :rel => "external"} <span style="color:#5D308A;font-family:arial,sans-serif,helvetica;letter-spacing:-1px;">Open</span><span style="color:#000;font-family:arial,sans-serif,helvetica;font-weight:bold;letter-spacing:-1px;">Tox</span>
+ (a project funded by the
+ %a{:href => "http://cordis.europa.eu/fp7/", :rel => "external"} 7th Framework Programme
+ of the European Commission)