summaryrefslogtreecommitdiff
path: root/views/ambit.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-05-23 13:38:25 +0200
committermr <mr@mrautenberg.de>2011-05-23 13:38:25 +0200
commit1b38f31db88255d90947ad5b4d2b088988ce8bbd (patch)
treeb9e710986fd7e9cf00636c5a46a4fdfd4a99c037 /views/ambit.haml
parent6f161255e47a2198624ae1bc7149b45a07a32bc9 (diff)
parentcfa443a8e93bd6f0e574c7c96f4cb0895a17c6f4 (diff)
Merge branch 'release/2.0.0'v2.0.0
Diffstat (limited to 'views/ambit.haml')
-rw-r--r--views/ambit.haml15
1 files changed, 15 insertions, 0 deletions
diff --git a/views/ambit.haml b/views/ambit.haml
new file mode 100644
index 0000000..685c0dc
--- /dev/null
+++ b/views/ambit.haml
@@ -0,0 +1,15 @@
+%b Select:
+= session[:echa].split('#').last
+= "-&gt;"
+%b Dataset
+%em= "-&gt; Prediction Feature"
+
+%form{ :action => url_for('/feature'), :method => "post" }
+ %input{:type => 'hidden', :name => 'subjectid', :id => 'subjectid', :value => session[:subjectid]}
+
+ - @datasets.each do |dataset|
+ %br
+ %input{:type=>'radio', :name => "dataset", :value => dataset} #{OpenTox::Dataset.new(dataset).load_metadata[DC.title]}
+
+ %p
+ %input{:type => 'submit', :value => 'Next'}