From 80faf9c10da4330066d5f57cd144c640ef7d4f65 Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Wed, 13 Apr 2005 00:23:01 +0000 Subject: Bug 165075 - A login form is now included by default on the main Index page. r=wurblzap, a= justdave --- .../en/default/account/auth/login-small.html.tmpl | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 template/en/default/account/auth/login-small.html.tmpl (limited to 'template/en/default/account/auth/login-small.html.tmpl') diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl new file mode 100644 index 000000000..85802a771 --- /dev/null +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -0,0 +1,76 @@ +[%# 1.0@bugzilla.org %] +[%# The contents of this file are subject to the Mozilla Public + # License Version 1.1 (the "License"); you may not use this file + # except in compliance with the License. You may obtain a copy of + # the License at http://www.mozilla.org/MPL/ + # + # Software distributed under the License is distributed on an "AS + # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + # implied. See the License for the specific language governing + # rights and limitations under the License. + # + # The Original Code is the Bugzilla Bug Tracking System. + # + # The Initial Developer of the Original Code is Netscape Communications + # Corporation. Portions created by Netscape are + # Copyright (C) 1998 Netscape Communications Corporation. All + # Rights Reserved. + # + # Contributor(s): Jacob Steenhagen + #%] + +[% PROCESS global/variables.none.tmpl %] + +
+ + + + + + + + + + + [% IF Param('rememberlogin') == 'defaulton' || + Param('rememberlogin') == 'defaultoff' %] + + + + + [% END %] + + [% IF Param('loginnetmask') < 32 %] + + + + + [% END %] + + + + + [%# For now, password change requests only apply to the DB + # verification method #%] + + [% IF has_db != 0 %] + + [% END %] + +
Login:
Password:
  + + Remember my Login +
+ + Restrict this session
+ to this IP address: +
+
+ + (Using this option improves security) +
[ Forgot my Password ]
+ +
+ -- cgit v1.2.3-24-g4f1b