summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@alfadeo.de>2011-08-22 10:12:51 +0200
committergebele <gebele@alfadeo.de>2011-08-22 10:12:51 +0200
commit850110c1a824a8b81924e6cdf76fee91561208df (patch)
treea3632965fdfdc39e581ed6aec16b19daaee2c645
parentfbddcd77266e57e1f81a452f0a3d03683d78df20 (diff)
parent34af84aefa579e5a767112869dc8563985c299dd (diff)
Merge branch 'lazar-gui' of github.com:opentox/toxcreate into lazar-gui
-rw-r--r--application.rb2
-rw-r--r--views/layout.haml13
2 files changed, 10 insertions, 5 deletions
diff --git a/application.rb b/application.rb
index bc0dbc0..ee851d9 100644
--- a/application.rb
+++ b/application.rb
@@ -166,10 +166,10 @@ get '/predict/?' do
haml :predict
end
=begin
+=end
get '/create' do
haml :create
end
-=end
get '/help' do
haml :help
end
diff --git a/views/layout.haml b/views/layout.haml
index 9cf4131..eb5f9a5 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -19,7 +19,7 @@
-#%li{:class => ("selected" if /\/create|echa|ambit|feature/ =~ request.path )}
-#= link_to "Create", "/create"
%li{:class => ("selected" if /predict|lazar/ =~ request.path )}
- = link_to "Input", "/predict"
+ = link_to "Prediction", "/predict"
%li{:class => ("selected" if /models/ =~ request.path )}
= link_to "Validation", "/models"
- if AA_SERVER
@@ -34,6 +34,12 @@
User:
%b= session[:username]
+ .notice
+ This is an experimental version based on
+ %a{:href => "http://www.opentox.org", :rel => "external"} OpenTox
+ services. Please report problems and feature requests to our
+ %a{:href => 'http://github.com/opentox/toxcreate/issues', :rel => "external"} issue tracker.
+
- if `hostname`.match(/ot-test/)
.notice
This service is for testing purposes only - once a week all models will be deleted. Please send bug reports and feature requests to our
@@ -48,6 +54,5 @@
.footer
&copy;
- %span{:style=> "font-style:italic"} in silico
- toxicology gmbh 2004-2011
- %a{:href => 'http://www.in-silico.ch', :rel => "external"}
+ %a{:href => 'http://www.in-silico.ch', :rel => "external"} in silico toxicology gmbh
+ 2004-2011