Skip to content
Snippets Groups Projects
dialog_layout.ejs 1.4 KiB
Newer Older
<!-- 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 %>">
  <meta name="viewport" content="initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0" />
  <meta name="format-detection" content="email=no" />

    <%- cachify_js('/production/html5shim.js') %>
  <%- cachify_css('/production/dialog.css') %>
  <!--[if lt IE 9]>
    <%- cachify_css('/production/ie8_dialog.css') %>
  <![endif]-->
  <title><%= gettext('Mozilla Persona') %></title>
         <% if (useJavascript !== false && enable_development_menu) { %>
         <h1><a class="home" target="_blank" href="/">Mozilla Persona Home</a></h1>
Lloyd Hilaiel's avatar
Lloyd Hilaiel committed
<%- format(gettext('<strong>Persona.</strong> Simplified sign-in, built by a non-profit.  <a %s>Learn more&rarr;</a>'), [" href='/about' target='_blank'"]) %>
        <%- cachify_js(util.format('/production/%s/dialog.js', locale)) %>