-
Notifications
You must be signed in to change notification settings - Fork 0
/
session__header.tpl
34 lines (30 loc) · 1.14 KB
/
session__header.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{*
* Common header for session road blocks (i.e. TFA auth / forced password
* changes, etc.)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* Copyright 2014-2016 Jacques Marneweck. All rights strictly reserved.
*}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Diamond Cash — Your Money Matters — {$title}</title>
{include file="_partials/header-bsfa.tpl"}
<link href="/css/diamondcash.css" rel="stylesheet">
{include file="_partials/header-shims.tpl"}
</head>
<body>
<div class="container">
<div class="header hidden-print">
<ul class="nav nav-pills pull-right">
<li><a href="/logout"><i class="fa fa-sign-out"></i> Logout</a></li>
</ul>
<h3 class="text-muted"><img src="/images/brands/diamondcash.jpg" alt="Diamond Cash" height="75"></h3>
</div>
<hr />