From 5becee05bc0a5c9bca566e0854bc2e343d2d5034 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Wed, 14 Mar 2012 13:27:26 -0600 Subject: [PATCH] sketch up the 'is_this_your_computer' .ejs template --- .../dialog/views/is_this_your_computer.ejs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 resources/static/dialog/views/is_this_your_computer.ejs diff --git a/resources/static/dialog/views/is_this_your_computer.ejs b/resources/static/dialog/views/is_this_your_computer.ejs new file mode 100644 index 000000000..abbf01120 --- /dev/null +++ b/resources/static/dialog/views/is_this_your_computer.ejs @@ -0,0 +1,16 @@ +<% /* 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/. */ %> + + <h2><%= gettext('If you don't mind me asking, is this your computer?') %></h2> + + <p> + <button class="this_is_my_computer" tabindex="3"><%= gettext('yes') %></button> + <%= gettext('If so, we'll keep you logged in for a couple weeks') %> + </p> + + <p> + <button class="this_is_not_my_computer" tabindex="3"><%= gettext('no') %></button> + <%= gettext('If you're at a public computer such as a library or internet cafe, we'll ask you ' + + 'for your password again in five minutes.') %> + </p> -- GitLab