summaryrefslogtreecommitdiff
path: root/chef-server-webui/app/views/layout/login.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'chef-server-webui/app/views/layout/login.html.haml')
-rw-r--r--chef-server-webui/app/views/layout/login.html.haml37
1 files changed, 37 insertions, 0 deletions
diff --git a/chef-server-webui/app/views/layout/login.html.haml b/chef-server-webui/app/views/layout/login.html.haml
new file mode 100644
index 0000000000..8ac6c4d6f4
--- /dev/null
+++ b/chef-server-webui/app/views/layout/login.html.haml
@@ -0,0 +1,37 @@
+!!! XML
+!!!
+%html
+ %head
+ %meta{ "http-equiv" => "content-type", :content => "text/html; charset=utf-8" }
+ %title Chef Server
+ = css_include_tag "base", "themes/djime-cerulean/style", "chef", "/facebox/facebox.css", "jquery-ui-1.7.1.custom", "jquery.treeTable"
+ = js_include_tag "jquery-1.3.2.min", "jquery.jeditable.mini", "jquery.livequery", "jquery.localscroll", "jquery.scrollTo", "jquery.tools.min"
+ = js_include_tag "/facebox/facebox.js"
+ = js_include_tag "jquery-ui-1.7.1.custom.min"
+ = js_include_tag "jquery.treeTable.min"
+ = js_include_tag "JSONeditor"
+ = js_include_tag "chef"
+
+ %body
+ #container
+ #header
+ %h1= link_to "Chef Server", slice_url(:top)
+ #wrapper
+ #main
+ - unless message.empty?
+ .block#block-messages
+ .content
+ %h2.title Messages
+ .inner
+ .flash
+ - message.each do |type, msg|
+ %div{:class => "message #{type}"}
+ %p= msg
+ = catch_content :for_layout
+ #footer
+ .block
+ %p Copyright © 2009 Opscode
+ #sidebar
+ .block.notice#sidebar_block_notice= catch_content :sidebar_block_notice
+ .block#sidebar_block= catch_content :sidebar_block
+ .clear