From d8f23ea46b2244fb5c2ae610637deed14db13704 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Thu, 12 Feb 2009 00:46:34 +0000 Subject: Bug 475063: Make the logged-out index.cgi simpler Patch By Guy Pyrzak r=mkanat, a=mkanat --- template/en/default/index.html.tmpl | 168 ++++++++++++++++++++++-------------- 1 file changed, 105 insertions(+), 63 deletions(-) (limited to 'template/en/default/index.html.tmpl') diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 9e0ec8aed..80b346195 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -19,6 +19,7 @@ # Contributor(s): Terry Weissman # Jacob Steenhagen # Vitaly Harisov + # Guy Pyrzak #%] [%# INTERFACE: @@ -33,27 +34,49 @@ header = "Main Page" header_addl_info = "version $constants.BUGZILLA_VERSION" style_urls = [ 'skins/standard/index.css' ] - onload = 'document.forms[\'f\'].quicksearch.focus();' %] @@ -101,57 +124,76 @@ function addSidebar() {
- -

Welcome to [% terms.Bugzilla %]. To see what's new in this version - of [% terms.Bugzilla %], see the - release notes! - You may also want to read the - - [%- terms.Bugzilla %] User's Guide to find out more about - [%+ terms.Bugzilla %] and how to use it.

- -

Most common actions:

- - [% PROCESS "account/auth/login-small.html.tmpl" %] - - -
-
-

Enter [% terms.abug %] # or some search terms:

- - - [Help] -
-
- + + + + +
+

Welcome to [% terms.Bugzilla %]

+ +
+ File a Bug +
+
+ + +
+ Search +
+
+ + +
+ + [% IF user.id %] + User Preferences + [% ELSIF Param('createemailregexp') && user.authorizer.user_can_create_account %] + Open a new Account + [% ELSE %] + Log In + [% END%] +
+
+
+ + +
+
-- cgit v1.2.1