r103921 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103920‎ | r103921 | r103922 >
Date:16:36, 22 November 2011
Author:reedy
Status:deferred
Tags:
Comment:
Kill .new, it's more like .old
Modified paths:
  • /trunk/tools/bugzilla/bugzilla-4.0/template/en/custom/index.html.tmpl.new (deleted) (history)

Diff [purge]

Index: trunk/tools/bugzilla/bugzilla-4.0/template/en/custom/index.html.tmpl.new
@@ -1,101 +0,0 @@
2 -[%# 1.0@bugzilla.org %]
3 -[%# -*- mode: html -*- %]
4 -[%# The contents of this file are subject to the Mozilla Public
5 - # License Version 1.1 (the "License"); you may not use this file
6 - # except in compliance with the License. You may obtain a copy of
7 - # the License at http://www.mozilla.org/MPL/
8 - #
9 - # Software distributed under the License is distributed on an "AS
10 - # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
11 - # implied. See the License for the specific language governing
12 - # rights and limitations under the License.
13 - #
14 - # The Original Code is the Bugzilla Bug Tracking System.
15 - #
16 - # The Initial Developer of the Original Code is Netscape Communications
17 - # Corporation. Portions created by Netscape are
18 - # Copyright (C) 1998 Netscape Communications Corporation. All
19 - # Rights Reserved.
20 - #
21 - # Contributor(s): Terry Weissman <terry@mozilla.org>
22 - # Jacob Steenhagen <jake@bugzilla.org>
23 - # Vitaly Harisov <vitaly@rathedg.com>
24 - #%]
25 -
26 -[%# INTERFACE:
27 - # release: a hash containing data about new releases, if any.
28 - #%]
29 -
30 -[% PROCESS global/variables.none.tmpl %]
31 -
32 -
33 -[% PROCESS global/header.html.tmpl
34 - title = "$terms.Bugzilla Main Page"
35 - header = "Main Page"
36 -%]
37 -
38 -<link rel="stylesheet" href="skins/custom/index.css" media="screen" />
39 -
40 -<div id="page-index">
41 - <div class="intro">
42 - <img src="skins/custom/bugzilla-ayb.png" width="308" height="236" border="2" alt="bugzzz"/>
43 - </div>
44 -
45 - <p>This is the new bug tracker for <a
46 -href="http://www.mediawiki.org/">MediaWiki</a> and its extensions
47 -and site-specific problems on <a
48 -href="http://www.wikimedia.org/">Wikimedia's</a> wiki sites.</p>
49 -
50 - <p>Welcome to [% terms.Bugzilla %]. To see what's new in this version
51 - of [% terms.Bugzilla %], see the
52 - <a href="page.cgi?id=release-notes.html">release notes</a>!
53 - You may also want to read the
54 - <a href="[% Param('docs_urlbase') FILTER html %]using.html">
55 - [%- terms.Bugzilla %] User's Guide</a> to find out more about
56 - [%+ terms.Bugzilla %] and how to use it.</p>
57 -
58 -
59 - <p>For help using this system, please see
60 - <a
61 -href="http://www.mediawiki.org/wiki/Bugzilla">Mediawiki:Bugzilla</a>.</p>
62 -
63 - <p><b>Not sure how to explain your problem clearly? Read
64 - <a href="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html"><i>How
65 -to Report Bugs Effectively</i></a> for some general pointers.</b></p>
66 -
67 - <div style="clear:both;"></div>
68 - <hr />
69 -
70 - <p>But it all boils down to a choice of:</p>
71 - <ul>
72 - <li><a href="query.cgi">Search existing [% terms.bug %] reports</a></li>
73 - <li><a href="enter_bug.cgi">Enter a new [% terms.bug %] report</a></li>
74 - <li id="report"><a href="report.cgi">Summary reports and charts</a></li>
75 - <li><a href="javascript:addSidebar()">Add to Sidebar</a> (requires a Mozilla browser like Mozilla Firefox)</li>
76 - <li id="quick_search_plugin">
77 - <a href="javascript:window.external.AddSearchProvider('[% Param('urlbase') %]search_plugin.cgi')">Install
78 - the Quick Search plugin</a> (requires Firefox 2 or Internet Explorer 7)
79 - </li>
80 -
81 -
82 - [%# List items of links to more things users can do on this installation. %]
83 - [% Hook.process("links") %]
84 -
85 - </ul>
86 -
87 - <form id="f" name="f" action="buglist.cgi" method="get"
88 - onsubmit="if (this.quicksearch.value == '')
89 - { alert('Please enter one or more search terms first.');
90 - return false; } return true;">
91 - <div>
92 - <p>Enter [% terms.abug %] # or some search terms:</p>
93 - <input id="quicksearch" type="text" name="quicksearch">
94 - <input id="find" type="submit" value="Find">
95 - <a href="page.cgi?id=quicksearch.html">[Help]</a>
96 - </div>
97 - </form>
98 -
99 - <div class="outro"></div>
100 -</div>
101 -
102 -[% PROCESS global/footer.html.tmpl %]

Status & tagging log