Master template
authorPetr Vobornik <pvoborni@redhat.com>
Mon, 27 Jan 2014 17:01:40 +0000 (18:01 +0100)
committerSimo Sorce <simo@redhat.com>
Mon, 17 Feb 2014 15:43:10 +0000 (10:43 -0500)
Signed-off-by: Petr Vobornik <pvoborni@redhat.com>
Signed-off-by: Simo Sorce <simo@redhat.com>
templates/master.html [new file with mode: 0644]

diff --git a/templates/master.html b/templates/master.html
new file mode 100644 (file)
index 0000000..21178fc
--- /dev/null
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<!--[if IE 8]><html class="ie8 login-pf"><![endif]-->
+<!--[if gt IE 8]><!-->
+<html class="login-pf">
+<!--<![endif]-->
+  <head>
+    <title>{{ title }}</title>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <link href="{{ basepath }}/ui/css/ipsilon.css" rel="stylesheet" media="screen, print">
+  </head>
+  <body>
+    <a href="{{ basepath }}/" id="badge" tabindex="-1">
+      <img src="{{ basepath }}/ui/img/logo.svg" alt="Ipsilon IdP" />
+    </a>
+    <div class="container">
+      <div class="row">
+        <div class="col-sm-12">
+          <div id="brand">
+            <img src="{{ basepath }}/ui/img/brand-lg.png" alt="Ipsilon">
+          </div>
+        </div>
+        {% block main %}
+        {% endblock %}
+      </div>
+    </div>
+  </body>
+</html>