Newer
Older
Shane Tomlinson
committed
<!DOCTYPE html>
<!-- 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/. -->
<html LANG="<%= lang %>" dir="<%= lang_dir %>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0" />
Shane Tomlinson
committed
<meta name="format-detection" content="email=no" />
<!--[if lt IE 9]>
<%- cachify_js('/production/html5shim.js') %>
<![endif]-->
<%- cachify_css('/production/dialog.css') %>
<!--[if lt IE 9]>
<%- cachify_css('/production/ie8_dialog.css') %>
<![endif]-->
<title><%= gettext('Mozilla Persona') %></title>
</head>
<body class="waiting">
Shane Tomlinson
committed
<header id="header">
<% if (useJavascript !== false && enable_development_menu) { %>
Shane Tomlinson
committed
<a href="#" id="showDevelopment"> </a>
<% } %>
<h1><a class="home" target="_blank" href="/">Mozilla Persona Home</a></h1>
Shane Tomlinson
committed
</header>
Shane Tomlinson
committed
<div id="content">
<%- body %>
</div>
Shane Tomlinson
committed
<footer>
<%- format(gettext('<strong>Persona.</strong> Simplified sign-in, built by a non-profit. <a %s>Learn more→</a>'), [" href='/about' target='_blank'"]) %>
Shane Tomlinson
committed
</footer>
<% if (useJavascript !== false) { %>
<%- cachify_js(util.format('/production/%s/dialog.js', locale)) %>
<% } %>
</body>
</html>