summaryrefslogtreecommitdiff
path: root/views/echa.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/echa.haml')
-rw-r--r--views/echa.haml13
1 files changed, 13 insertions, 0 deletions
diff --git a/views/echa.haml b/views/echa.haml
new file mode 100644
index 0000000..1cabfa0
--- /dev/null
+++ b/views/echa.haml
@@ -0,0 +1,13 @@
+%b Select:
+%b ECHA Endpoint
+%em= "-> Dataset -> Prediction Feature"
+
+%form{ :action => url_for('/ambit'), :method => "post" }
+ %input{:type => 'hidden', :name => 'subjectid', :id => 'subjectid', :value => session[:subjectid]}
+
+ - @endpoints.each do |endpoint|
+ %br
+ %input{:type=>'radio', :name => "endpoint", :value => endpoint} #{endpoint.split('#').last}
+
+ %p
+ %input{:type => 'submit', :value => "Next"}