From 460b67466f04eb141c0b07e8efe37364ae6a5ad2 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Mon, 10 Jan 2011 08:19:30 +0000 Subject: Remove temp file --- template/en/default/index.html.tmpl~ | 182 ----------------------------------- 1 file changed, 182 deletions(-) delete mode 100644 template/en/default/index.html.tmpl~ diff --git a/template/en/default/index.html.tmpl~ b/template/en/default/index.html.tmpl~ deleted file mode 100644 index 41a46f4..0000000 --- a/template/en/default/index.html.tmpl~ +++ /dev/null @@ -1,182 +0,0 @@ -[%# -*- mode: html -*- %] -[%# 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): Terry Weissman - # Jacob Steenhagen - # Vitaly Harisov - # Guy Pyrzak - #%] - -[%# INTERFACE: - # release: a hash containing data about new releases, if any. - #%] - -[% PROCESS global/variables.none.tmpl %] - - -[% PROCESS global/header.html.tmpl - title = "$terms.Bugzilla Main Page" - header = "Main Page" - header_addl_info = "version $constants.BUGZILLA_VERSION" - style_urls = [ 'skins/standard/index.css' ] -%] - - - - -[% IF release %] -
- [% IF release.data %] - [% IF release.deprecated %] -

[% terms.Bugzilla %] [%+ release.deprecated FILTER html %] is no longer - supported. You are highly encouraged to upgrade in order to keep your - system secure.

- [% END %] - -

A new [% terms.Bugzilla %] version ([% release.data.latest_ver FILTER html %]) - is available at - [% release.data.url FILTER html %].
- Release date: [% release.data.date FILTER html %]

- -

This message is only shown to logged in users with admin privs. - You can configure this notification from the - Parameters page.

- [% ELSIF release.error == "cannot_download" %] -

The local XML file '[% release.xml_file FILTER html %]' cannot be created. - Please make sure the web server can write in this directory and that you can access - the web. If you are behind a proxy, set the - proxy_url parameter correctly.

- [% ELSIF release.error == "no_update" %] -

The local XML file '[% release.xml_file FILTER html %]' cannot be updated. - Please make sure the web server can edit this file.

- [% ELSIF release.error == "no_access" %] -

The local XML file '[% release.xml_file FILTER html %]' cannot be read. - Please make sure this file has the correct rights set on it.

- [% ELSIF release.error == "corrupted" %] -

The local XML file '[% release.xml_file FILTER html %]' has an invalid XML format. - Please delete it and try accessing this page again.

- [% ELSIF release.error == "unknown_parameter" %] -

'[% Param("upgrade_notification") FILTER html %]' is not a valid notification - parameter. Please check this parameter in the - Parameters page.

- [% END %] -
-[% END %] - -
- - - - -
-

Welcome to [% terms.Bugzilla %]

-
[% Hook.process('intro') %]
- File [% terms.aBug %] - - Search - - User Preferences - [% ELSIF Param('createemailregexp') - && user.authorizer.user_can_create_account - %] - href="createaccount.cgi">Open a New Account - [% ELSE %] - href="?GoAheadAndLogIn=1">Log In - [% END %] - -
- -
-
[% Hook.process('outro') %]
-
-
- -[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.1