summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-09-14 10:05:47 +0200
committermr <mr@mrautenberg.de>2011-09-14 10:05:47 +0200
commit038c4563032f65f935f38ef6bffe426b2dd14c0c (patch)
tree0fbc87f21f0cc4d3b9161ffceb204de2c1c12d70 /views
parent9299e2d50ac9f63ef30b7d5ead662b8f2f2df78f (diff)
Endpoint selection from ontology server with cache
Diffstat (limited to 'views')
-rw-r--r--views/create.haml2
-rw-r--r--views/endpoint.haml2
-rw-r--r--views/model_echa.haml2
-rw-r--r--views/style.sass10
4 files changed, 15 insertions, 1 deletions
diff --git a/views/create.haml b/views/create.haml
index 5dbd71d..da85382 100644
--- a/views/create.haml
+++ b/views/create.haml
@@ -24,6 +24,8 @@
= link_to "SDF", '/help'
format:
%input{:type => 'file', :name => 'file', :id => 'file', :size => '41'}
+ %br
+ -# = haml :model_echa, :layout => false
%input{ :type => "submit", :value => "Create model"}
=# link_to "Cancel", '/create'
diff --git a/views/endpoint.haml b/views/endpoint.haml
index af06b80..9c250ca 100644
--- a/views/endpoint.haml
+++ b/views/endpoint.haml
@@ -9,4 +9,4 @@
%em in-vitro,
or
%em in-vivo
- expriment, clinical trial or epidemiological study
+ experiment, clinical trial or epidemiological study
diff --git a/views/model_echa.haml b/views/model_echa.haml
new file mode 100644
index 0000000..257a28a
--- /dev/null
+++ b/views/model_echa.haml
@@ -0,0 +1,2 @@
+Select an endpoint:
+= endpoint_option_list \ No newline at end of file
diff --git a/views/style.sass b/views/style.sass
index 23b157a..c2a74cb 100644
--- a/views/style.sass
+++ b/views/style.sass
@@ -287,3 +287,13 @@ dl
font-weight: bold
.thin
font-weight: 100
+
+.level_1
+ padding-left: 10px
+ font-weight: bold
+.level_2
+ padding-left: 20px
+.level_3
+ padding-left: 30px
+.level_4
+ padding-left: 40px