summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-08-04 18:38:58 +0200
committermr <mr@mrautenberg.de>2011-08-04 18:38:58 +0200
commit6fe3a5648ad862087421081e33d5540d71856b68 (patch)
treecc1774b33379574279fe4e12a080a26175620357 /views/layout.haml
parent13313d9fa8f5e4b29bbbc0ddeb0e455765b0774d (diff)
parentaa588fc87f1a892f3de903f5d60df68d4eaa6b52 (diff)
Merge branch 'release/v2.1.0'
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
&copy;
%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)