summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-07-24 12:40:54 +0200
committerChristoph Helma <helma@in-silico.de>2009-07-24 12:40:54 +0200
commitd0836c7afa9007bb44d11e8f4b632eb66f7bb5ba (patch)
tree22aeecac379be9338840936409a1938e6ccb11cf /views/layout.haml
Initial import of lazar-webservice-gui
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml20
1 files changed, 20 insertions, 0 deletions
diff --git a/views/layout.haml b/views/layout.haml
new file mode 100644
index 0000000..720c801
--- /dev/null
+++ b/views/layout.haml
@@ -0,0 +1,20 @@
+!!!
+%html{:xmlns => "http://www.w3.org/1999/xhtml", "xml:lang" => "en", :lang => "en"}
+
+ %head
+ %meta{'http-equiv' => 'Content-Type', :content => 'text/html'}
+ %title Lazar
+ %link{:rel=>'stylesheet', :href=>'/stylesheets/style.css', :type => "text/css"}
+
+ %body
+
+ %a{ :href => "/" } Home
+
+ = yield
+
+ %hr
+ &copy;
+ %a{:href => 'http://www.in-silico.ch'} in silico toxicology
+ 2009, powered by
+ %a{:href => 'http://www.opentox.org'} OpenTox
+