summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2013-03-04 10:28:02 +0100
committergebele <gebele@in-silico.ch>2013-03-04 10:28:02 +0100
commit0c2554a5a2c3aebf3e99d70fee2075a9b99f9abe (patch)
tree5b4085247b2a9edebdb027a75f85c4ae584f3017 /views/layout.haml
first commit
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml35
1 files changed, 35 insertions, 0 deletions
diff --git a/views/layout.haml b/views/layout.haml
new file mode 100644
index 0000000..14e9689
--- /dev/null
+++ b/views/layout.haml
@@ -0,0 +1,35 @@
+!!!
+%html{:xmlns => "http://www.w3.org/1999/xhtml", "xml:lang" => "en", :lang => "en"}
+ %head
+ %meta{'http-equiv' => 'Content-Type', :content => 'text/html; charset=UTF-8'}
+ %meta{'http-equiv' => "X-UA-Compatible", :content => "chrome=1"}
+ %title Lazar Toxicity Predictions
+ %link{ :href=>"/stylesheets/screen.css", :media=>"screen, projection", :rel=>"stylesheet", :type=>"text/css"}
+ -#%link{ :type=>"text/javascript", :src=>"/sketcher/jquery-ui-1.9.2.custom.css"}
+ -#%link{ :href=>"/stylesheets/css/print.css", :media=>"print", :rel=>"stylesheet", :type=>"text/css"}
+ -#%link{ :href=>"/stylesheets/css/ie.css", :media=>"screen, projection", :rel=>"stylesheet", :type=>"text/css"}
+ -#%link{:rel=>"stylesheet", :href=>"http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css"}
+ %script{:src=>"http://code.jquery.com/jquery-1.8.3.js"}
+ -#%script{ :type=>"text/javascript", :src=>"/javascripts/ChemDoodleWeb-libs.js"}
+ -#%script{ :type=>"text/javascript", :src=>"/javascripts/ChemDoodleWeb.js"}
+ -#%script{ :type=>"text/javascript", :src=>"/sketcher/jquery-ui-1.9.2.custom.min.js"}
+ -#%script{ :type=>"text/javascript", :src=>"/sketcher/ChemDoodleWeb-sketcher.js"}
+ -#%script{:src=>"http://kemia.github.com/js/kemia.js"}
+ -#%script{:src=>"http://code.jquery.com/ui/1.9.2/jquery-ui.js"}
+ -#%script{:type => "text/javascript", :src => "#{to('/javascripts/toxcreate.js')}"}
+
+
+
+ %body
+ .logo
+ %h1 Lazar Toxicity Predictions
+
+ .info
+ This is a placeholder for informations about this IST application. In 3 steps to your prediction.
+
+ .content
+ = yield
+
+ .footer
+ &copy;
+ %a{:href => 'http://www.in-silico.ch', :rel => "external"} in-silico toxicology gmbh 2004-2013