Newer
Older
Shane Tomlinson
committed
<!DOCTYPE html>
Shane Tomlinson
committed
<%- partial('partial/license_with_code_ver') %>
<html LANG="<%= lang %>" dir="<%= lang_dir %>">
<head>
Shane Tomlinson
committed
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width" />
<meta name="format-detection" content="email=no" />
<%- cachify_css('/production/browserid.css') %>
<!--[if lt IE 9]>
<%- cachify_css('/production/ie8_main.css') %>
<![endif]-->
<%- cachify_js(util.format('/production/%s/browserid.js', locale)) %>
<% /* the title comes from the server when the page is loaded.
It still needs translated, so wrap it in its own gettext
*/ %>
<title><%= format(gettext("Mozilla Persona: %s"), [gettext(title)]) %></title>
Shane Tomlinson
committed
<body class="loading">
Shane Tomlinson
committed
<% if (enable_development_menu) { %>
<a href="#" id="showDevelopment"> </a>
<% } %>
<div id="errorBackground"></div>
<div id="wrapper">
Shane Tomlinson
committed
<header id="header" class="cf">
<a class="home" href="/"><%= gettext("Persona Home") %></a>
<ul class="nav cf">
Austin King
committed
<li><a href="/about"><%= gettext("How it works") %></a></li>
<li><a href="https://developer.mozilla.org/docs/persona" target="_blank"><%= gettext("Developers") %></a></li>
Austin King
committed
<li class="signIn"><a class="signIn" href="/signin"><%= gettext("Sign In") %></a></li>
<li class="signOut"><a class="signOut" href="/"><%= gettext("Sign Out") %></a></li>
Shane Tomlinson
committed
</ul>
</header>
Shane Tomlinson
committed
<div id="wait"><div class="contents"></div></div>
Shane Tomlinson
committed
<div id="error"><div class="contents"></div></div>
<div id="delay"><div class="contents"></div></div>
</div>
Shane Tomlinson
committed
<footer style="position: absolute; bottom: 0;">
<ul class="cf">
Shane Tomlinson
committed
<li><%- format(gettext('By the <a %s>Identity Team</a> @ <a %s>Mozilla</a>'),
[" href='http://identity.mozilla.com' target='_blank'", " href='https://mozilla.org' target='_blank'"]) %></li>
<li><a href="/privacy"><%= gettext('Privacy →') %></a></li>
<li><a href="/tos"><%= gettext('TOS →') %></a></li>
<li class="help"><a href="https://support.mozilla.com/kb/what-browserid-and-how-does-it-work" target="_blank"><%= gettext('Need Help? →') %></a></li>
</ul>
</footer>