# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Create a new Bugzilla account"
%]
<input type="submit" value="Create Account">
</form>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Account Created"
%]
<a href="query.cgi?GoAheadAndLogIn=1">log in here</a>.
</p>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# Contributor(s): John Vandenberg <zeroj@null.net>
#%]
-[% INCLUDE global/header %]
+[% INCLUDE global/header.html.tmpl %]
<p>
</table>
</form>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Account Exists"
%]
<input type="submit" value="submit a request to change it" />.
</form>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
-[% INCLUDE global/header %]
+[% INCLUDE global/header.html.tmpl %]
<p>
To change your password, enter a new password twice:
</table>
</form>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
#%]
[% filtered_login = login FILTER html %]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "User Preferences"
h2 = filtered_login
style = "td.selected_tab {
<form method="post">
<input type="hidden" name="tab" value="[% current_tab.name %]">
- [% INCLUDE "prefs/${current_tab.name}.tmpl" IF current_tab.name.defined %]
+ [% INCLUDE "account/prefs/${current_tab.name}.html.tmpl" IF current_tab.name.defined %]
[% IF current_tab.saveable %]
<input type="hidden" name="dosave" value="1">
</form>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# Contributor(s): Myk Melez <myk@mozilla.org>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Create Attachment Status"
style = "
th { text-align: right; vertical-align: top; }
</table>
</form>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
[%# Filter off the name here to be used multiple times below %]
[% name = name FILTER html %]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Confirm Delete of Attachment Status '$name'"
%]
</tr>
</table>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# Contributor(s): Myk Melez <myk@mozilla.org>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Edit Attachment Status"
style = "
th { text-align: right; vertical-align: top; }
</table>
</form>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# Contributor(s): Myk Melez <myk@mozilla.org>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = 'Administer Attachment Statuses'
message = message
style = "
}
</script>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
[% h1 = BLOCK %]Create New Attachment for <a href="show_bug.cgi?id=[% bugid %]">Bug #[% bugid %]</a>[% END %]
[% h2 = BLOCK %][% bugsummary FILTER html %][% END %]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = title
h1 = h1
h2 = h2
//-->
</script>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# Contributor(s): Myk Melez <myk@mozilla.org>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Changes Submitted"
style = "th { text-align: left; }"
%]
<a href="attachment.cgi?bugid=[% bugid %]&action=enter">Create Another Attachment to Bug #[% bugid %]</a>
</p>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
[% h1 = BLOCK %]Edit Attachment #[% attachid %] for <a href="show_bug.cgi?id=[% bugid %]">Bug #[% bugid %]</a>[% END %]
[% h2 = BLOCK %][% bugsummary FILTER html %][% END %]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = title
h1 = h1
h2 = h2
<br>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
#%]
[% filtered_summary = bugsummary FILTER html %]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "View All Attachments for Bug #$bugid"
h1 = "View All Attachments for <a href=\"show_bug.cgi?id=$bugid\">Bug #$bugid</a>"
h2 = filtered_summary
[% END %]
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# Gervase Markham <gerv@gerv.net>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Changes Submitted"
style = "th { text-align: left; }"
%]
</tr>
</table>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# activity.html.tmpl template fulfilled.
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Changes made to bug $bug_id"
h1 = "Activity log"
h2 = "Bug <a href='show_bug.cgi?id=$bug_id'>$bug_id</a>"
<br>
-[% INCLUDE show/activity.html.tmpl %]
+[% INCLUDE bug/activity/table.html.tmpl %]
<p>
<a href="show_bug.cgi?id=[% bug_id %]">Back to bug [% bug_id %]</a>
</p>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Display bugs as XML"
%]
</table>
</form>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
#%]
[% UNLESS header_done %]
- [% INCLUDE global/header
+ [% INCLUDE global/header.html.tmpl
title = "Search by bug number"
%]
[% END %]
</p>
</form>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# Ville Skyttä <ville.skytta@iki.fi>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Enter Bug"
h2 = "This page lets you enter a new bug into Bugzilla."
%]
<input type="hidden" name="form_name" value="enter_bug">
</form>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
[%############################################################################%]
[%# Block for SELECT fields #%]
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Bug $bug_id Submitted"
%]
Attach a file to this bug</a>.
</p>
-[% INCLUDE show/navigate.html.tmpl %]
+[% INCLUDE bug/navigate.html.tmpl %]
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Bookmarks are your friend"
h1 = "Template constructed"
%]
initialized as you've requested.
</p>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
%]
[% END %]
-[% INCLUDE global/header %]
+[% INCLUDE global/header.html.tmpl %]
<p>
Green circles represent open bugs.
<input type="submit" value="Change Parameters">
</form>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# Myk Melez <myk@mozilla.org>
#%]
-[% PROCESS global/header
+[% PROCESS global/header.html.tmpl
title = "Dependency tree for Bug $bugid"
h1 = "Dependency tree for bug <a href=\"show_bug.cgi?id=$bugid\">$bugid</a>"
style = "strike { background-color: #d9d9d9; color: #000000; }"
[% PROCESS depthControlToolbar %]
-[% PROCESS global/footer %]
+[% PROCESS global/footer.html.tmpl %]
[%###########################################################################%]
[% filtered_desc = bug.short_desc FILTER html %]
[% UNLESS header_done %]
- [% INCLUDE global/header
+ [% INCLUDE global/header.html.tmpl
title = "Bug $bug.bug_id - $bug.short_desc"
h1 = "Bugzilla Bug $bug.bug_id"
h2 = filtered_desc
%]
[% END %]
-[% PROCESS show/navigate.html.tmpl %]
+[% PROCESS bug/navigate.html.tmpl %]
<hr>
[%# *** Attachments *** %]
- [% INCLUDE attachment/list.atml
+ [% INCLUDE attachment/list.html.tmpl
attachments = bug.attachments
bugid = bug.bug_id %]
</table>
<hr>
-[% PROCESS show/comments.tmpl
+[% PROCESS bug/comments.html.tmpl
comments = bug.comments
%]
<hr>
-[% PROCESS show/navigate.html.tmpl %]
+[% PROCESS bug/navigate.html.tmpl %]
<br>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
[%############################################################################%]
# Gervase Markham <gerv@gerv.net>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Full Text Bug Listing"
%]
</tr>
</table>
- [% PROCESS show/comments.tmpl
+ [% PROCESS bug/comments.html.tmpl
comments = bug.comments %]
<hr>
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Remove your votes?"
%]
</p>
</form>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Show Votes"
h2 = "Bug <a href='show_bug.cgi?id=$bug_id'>$bug_id</a>"
%]
<p>Total votes: [% total %]</p>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Show Votes"
h2 = user.name
%]
<a href="votehelp.html">Help with voting</a>.
</p>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
#%]
[% DEFAULT title = "Choose a Product" %]
-[% INCLUDE global/header %]
+[% INCLUDE global/header.html.tmpl %]
<table>
</table>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
#%]
[% UNLESS header_done %]
- [% INCLUDE global/header %]
+ [% INCLUDE global/header.html.tmpl %]
[% END %]
<tt>
</pre>
[% END %]
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
<!-- 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):
+ #%]
+
[% PerformSubsts(Param('footerhtml')) %]
</body>
<!-- 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):
+ #%]
+
[% DEFAULT
title = ""
h1 = title
<!-- 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):
+ #%]
+
[% DEFAULT title = "Bugzilla Message" %]
-[% PROCESS global/header %]
+[% PROCESS global/header.html.tmpl %]
[%# The "header" template automatically displays the contents of a "message"
variable if it finds one, so it is not necessary to display the message
</p>
[% END %]
-[% PROCESS global/footer %]
+[% PROCESS global/footer.html.tmpl %]
#%]
[% UNLESS header_done %]
- [% INCLUDE global/header %]
+ [% INCLUDE global/header.html.tmpl %]
[% END %]
<table cellpadding="20">
Please press <b>Back</b> and try again.
</p>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# Jacob Steenhagen <jake@acutex.net>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = 'Bugzilla Main Page'
%]
//-->
</script>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# Contributor(s): Dave Lawrence <dkl@redhat.com>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Change Columns"
%]
</form>
</p>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
</head>
<body>
- [% PROCESS buglist/table.tmpl %]
+ [% PROCESS list/table.html.tmpl %]
</body>
</html>
[%# Page Header #%]
[%############################################################################%]
-[% PROCESS global/header
+[% PROCESS global/header.html.tmpl
title = title
style = style
%]
[%############################################################################%]
[% FLUSH %]
-[% PROCESS buglist/table.tmpl %]
+[% PROCESS list/table.html.tmpl %]
[%############################################################################%]
[%# Succeeding Status Line #%]
[% IF dotweak %]
- [% PROCESS "buglist/change-form.tmpl" %]
+ [% PROCESS "list/edit-multiple.html.tmpl" %]
</form>
[%# Page Footer #%]
[%############################################################################%]
-[% PROCESS global/footer %]
+[% PROCESS global/footer.html.tmpl %]
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Bugzilla Quip System"
h1 = "Add your own clever headline"
%]
</p>
[% END %]
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
#%]
[% filtered_product = product FILTER html %]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Components for $product"
h2 = filtered_product %]
</table>
[% END %]
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
[%############################################################################%]
[%# BLOCK for components %]
[% title = "Most Frequently Reported Bugs" %]
[% END%]
-[% INCLUDE global/header %]
+[% INCLUDE global/header.html.tmpl %]
<p>
<a href="#explanation">What is this data?</a>
</ul>
</ul>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# caneditkeywords: boolean. True if this user can edit keywords
%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Bugzilla Keyword Descriptions"
%]
</p>
[% END %]
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
# Gervase Markham <gerv@gerv.net>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Search for bugs"
extra = " onLoad=\"selectProduct(document.forms['queryform']);\""
%]
</FORM>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
[%############################################################################%]
[%# Block for SELECT fields #%]
# Gervase Markham <gerv@gerv.net>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Search for bugs"
extra = " onLoad=\"selectProduct(document.forms['queryform']);\""
%]
</FORM>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
[%############################################################################%]
[%# Block for SELECT fields #%]