summaryrefslogtreecommitdiffstats
path: root/templates/master.html
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-01-27 18:01:40 +0100
committerSimo Sorce <simo@redhat.com>2014-02-17 10:43:10 -0500
commit60f70685c69980bb9f458e4a65efd4cc54cd60f8 (patch)
treed1144465cdd739a4260952a85dd8189e1fb36313 /templates/master.html
parent06899f05f8a5d2891f18abbdfee04c6173d4852f (diff)
downloadipsilon-60f70685c69980bb9f458e4a65efd4cc54cd60f8.tar.gz
ipsilon-60f70685c69980bb9f458e4a65efd4cc54cd60f8.tar.xz
ipsilon-60f70685c69980bb9f458e4a65efd4cc54cd60f8.zip
Master template
Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'templates/master.html')
-rw-r--r--templates/master.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/templates/master.html b/templates/master.html
new file mode 100644
index 0000000..21178fc
--- /dev/null
+++ b/templates/master.html
@@ -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>