Commit a12ec8de authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 135707 - template reorganisation. This makes the new copies of the templates…

Bug 135707 - template reorganisation. This makes the new copies of the templates use all the correct names internally. Patch by me, 2xr=myk.
parent 07466db5
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Contributor(s): Gervase Markham <gerv@gerv.net> # Contributor(s): Gervase Markham <gerv@gerv.net>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Create a new Bugzilla account" title = "Create a new Bugzilla account"
%] %]
...@@ -55,4 +55,4 @@ ...@@ -55,4 +55,4 @@
<input type="submit" value="Create Account"> <input type="submit" value="Create Account">
</form> </form>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Contributor(s): Gervase Markham <gerv@gerv.net> # Contributor(s): Gervase Markham <gerv@gerv.net>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Account Created" title = "Account Created"
%] %]
...@@ -35,4 +35,4 @@ ...@@ -35,4 +35,4 @@
<a href="query.cgi?GoAheadAndLogIn=1">log in here</a>. <a href="query.cgi?GoAheadAndLogIn=1">log in here</a>.
</p> </p>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Contributor(s): John Vandenberg <zeroj@null.net> # Contributor(s): John Vandenberg <zeroj@null.net>
#%] #%]
[% INCLUDE global/header %] [% INCLUDE global/header.html.tmpl %]
<p> <p>
...@@ -41,4 +41,4 @@ ...@@ -41,4 +41,4 @@
</table> </table>
</form> </form>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Contributor(s): Gervase Markham <gerv@gerv.net> # Contributor(s): Gervase Markham <gerv@gerv.net>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Account Exists" title = "Account Exists"
%] %]
...@@ -31,4 +31,4 @@ ...@@ -31,4 +31,4 @@
<input type="submit" value="submit a request to change it" />. <input type="submit" value="submit a request to change it" />.
</form> </form>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Contributor(s): Gervase Markham <gerv@gerv.net> # Contributor(s): Gervase Markham <gerv@gerv.net>
#%] #%]
[% INCLUDE global/header %] [% INCLUDE global/header.html.tmpl %]
<p> <p>
To change your password, enter a new password twice: To change your password, enter a new password twice:
...@@ -52,4 +52,4 @@ ...@@ -52,4 +52,4 @@
</table> </table>
</form> </form>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#%] #%]
[% filtered_login = login FILTER html %] [% filtered_login = login FILTER html %]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "User Preferences" title = "User Preferences"
h2 = filtered_login h2 = filtered_login
style = "td.selected_tab { style = "td.selected_tab {
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<form method="post"> <form method="post">
<input type="hidden" name="tab" value="[% current_tab.name %]"> <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 %] [% IF current_tab.saveable %]
<input type="hidden" name="dosave" value="1"> <input type="hidden" name="dosave" value="1">
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
</form> </form>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Contributor(s): Myk Melez <myk@mozilla.org> # Contributor(s): Myk Melez <myk@mozilla.org>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Create Attachment Status" title = "Create Attachment Status"
style = " style = "
th { text-align: right; vertical-align: top; } th { text-align: right; vertical-align: top; }
...@@ -74,4 +74,4 @@ ...@@ -74,4 +74,4 @@
</table> </table>
</form> </form>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
[%# Filter off the name here to be used multiple times below %] [%# Filter off the name here to be used multiple times below %]
[% name = name FILTER html %] [% name = name FILTER html %]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Confirm Delete of Attachment Status '$name'" title = "Confirm Delete of Attachment Status '$name'"
%] %]
...@@ -52,4 +52,4 @@ ...@@ -52,4 +52,4 @@
</tr> </tr>
</table> </table>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Contributor(s): Myk Melez <myk@mozilla.org> # Contributor(s): Myk Melez <myk@mozilla.org>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Edit Attachment Status" title = "Edit Attachment Status"
style = " style = "
th { text-align: right; vertical-align: top; } th { text-align: right; vertical-align: top; }
...@@ -70,4 +70,4 @@ ...@@ -70,4 +70,4 @@
</table> </table>
</form> </form>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Contributor(s): Myk Melez <myk@mozilla.org> # Contributor(s): Myk Melez <myk@mozilla.org>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = 'Administer Attachment Statuses' title = 'Administer Attachment Statuses'
message = message message = message
style = " style = "
...@@ -86,4 +86,4 @@ ...@@ -86,4 +86,4 @@
} }
</script> </script>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
[% h1 = BLOCK %]Create New Attachment for <a href="show_bug.cgi?id=[% bugid %]">Bug #[% bugid %]</a>[% END %] [% h1 = BLOCK %]Create New Attachment for <a href="show_bug.cgi?id=[% bugid %]">Bug #[% bugid %]</a>[% END %]
[% h2 = BLOCK %][% bugsummary FILTER html %][% END %] [% h2 = BLOCK %][% bugsummary FILTER html %][% END %]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = title title = title
h1 = h1 h1 = h1
h2 = h2 h2 = h2
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
//--> //-->
</script> </script>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Contributor(s): Myk Melez <myk@mozilla.org> # Contributor(s): Myk Melez <myk@mozilla.org>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Changes Submitted" title = "Changes Submitted"
style = "th { text-align: left; }" style = "th { text-align: left; }"
%] %]
...@@ -53,4 +53,4 @@ ...@@ -53,4 +53,4 @@
<a href="attachment.cgi?bugid=[% bugid %]&action=enter">Create Another Attachment to Bug #[% bugid %]</a> <a href="attachment.cgi?bugid=[% bugid %]&action=enter">Create Another Attachment to Bug #[% bugid %]</a>
</p> </p>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
[% h1 = BLOCK %]Edit Attachment #[% attachid %] for <a href="show_bug.cgi?id=[% bugid %]">Bug #[% bugid %]</a>[% END %] [% h1 = BLOCK %]Edit Attachment #[% attachid %] for <a href="show_bug.cgi?id=[% bugid %]">Bug #[% bugid %]</a>[% END %]
[% h2 = BLOCK %][% bugsummary FILTER html %][% END %] [% h2 = BLOCK %][% bugsummary FILTER html %][% END %]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = title title = title
h1 = h1 h1 = h1
h2 = h2 h2 = h2
...@@ -223,4 +223,4 @@ ...@@ -223,4 +223,4 @@
<br> <br>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#%] #%]
[% filtered_summary = bugsummary FILTER html %] [% filtered_summary = bugsummary FILTER html %]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "View All Attachments for Bug #$bugid" title = "View All Attachments for Bug #$bugid"
h1 = "View All Attachments for <a href=\"show_bug.cgi?id=$bugid\">Bug #$bugid</a>" h1 = "View All Attachments for <a href=\"show_bug.cgi?id=$bugid\">Bug #$bugid</a>"
h2 = filtered_summary h2 = filtered_summary
...@@ -95,4 +95,4 @@ ...@@ -95,4 +95,4 @@
[% END %] [% END %]
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
# Gervase Markham <gerv@gerv.net> # Gervase Markham <gerv@gerv.net>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Changes Submitted" title = "Changes Submitted"
style = "th { text-align: left; }" style = "th { text-align: left; }"
%] %]
...@@ -43,4 +43,4 @@ ...@@ -43,4 +43,4 @@
</tr> </tr>
</table> </table>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# activity.html.tmpl template fulfilled. # activity.html.tmpl template fulfilled.
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Changes made to bug $bug_id" title = "Changes made to bug $bug_id"
h1 = "Activity log" h1 = "Activity log"
h2 = "Bug <a href='show_bug.cgi?id=$bug_id'>$bug_id</a>" h2 = "Bug <a href='show_bug.cgi?id=$bug_id'>$bug_id</a>"
...@@ -34,10 +34,10 @@ ...@@ -34,10 +34,10 @@
<br> <br>
[% INCLUDE show/activity.html.tmpl %] [% INCLUDE bug/activity/table.html.tmpl %]
<p> <p>
<a href="show_bug.cgi?id=[% bug_id %]">Back to bug [% bug_id %]</a> <a href="show_bug.cgi?id=[% bug_id %]">Back to bug [% bug_id %]</a>
</p> </p>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Contributor(s): Gervase Markham <gerv@gerv.net> # Contributor(s): Gervase Markham <gerv@gerv.net>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Display bugs as XML" title = "Display bugs as XML"
%] %]
...@@ -44,4 +44,4 @@ ...@@ -44,4 +44,4 @@
</table> </table>
</form> </form>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#%] #%]
[% UNLESS header_done %] [% UNLESS header_done %]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Search by bug number" title = "Search by bug number"
%] %]
[% END %] [% END %]
...@@ -33,4 +33,4 @@ ...@@ -33,4 +33,4 @@
</p> </p>
</form> </form>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
# Ville Skytt <ville.skytta@iki.fi> # Ville Skytt <ville.skytta@iki.fi>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Enter Bug" title = "Enter Bug"
h2 = "This page lets you enter a new bug into Bugzilla." h2 = "This page lets you enter a new bug into Bugzilla."
%] %]
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
<input type="hidden" name="form_name" value="enter_bug"> <input type="hidden" name="form_name" value="enter_bug">
</form> </form>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
[%############################################################################%] [%############################################################################%]
[%# Block for SELECT fields #%] [%# Block for SELECT fields #%]
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Contributor(s): Gervase Markham <gerv@gerv.net> # Contributor(s): Gervase Markham <gerv@gerv.net>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Bug $bug_id Submitted" title = "Bug $bug_id Submitted"
%] %]
...@@ -42,6 +42,6 @@ ...@@ -42,6 +42,6 @@
Attach a file to this bug</a>. Attach a file to this bug</a>.
</p> </p>
[% INCLUDE show/navigate.html.tmpl %] [% INCLUDE bug/navigate.html.tmpl %]
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Contributor(s): Gervase Markham <gerv@gerv.net> # Contributor(s): Gervase Markham <gerv@gerv.net>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Bookmarks are your friend" title = "Bookmarks are your friend"
h1 = "Template constructed" h1 = "Template constructed"
%] %]
...@@ -30,4 +30,4 @@ going to the bookmark will bring up the enter bug page with the fields ...@@ -30,4 +30,4 @@ going to the bookmark will bring up the enter bug page with the fields
initialized as you've requested. initialized as you've requested.
</p> </p>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
%] %]
[% END %] [% END %]
[% INCLUDE global/header %] [% INCLUDE global/header.html.tmpl %]
<p> <p>
Green circles represent open bugs. Green circles represent open bugs.
...@@ -95,4 +95,4 @@ ...@@ -95,4 +95,4 @@
<input type="submit" value="Change Parameters"> <input type="submit" value="Change Parameters">
</form> </form>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
# Myk Melez <myk@mozilla.org> # Myk Melez <myk@mozilla.org>
#%] #%]
[% PROCESS global/header [% PROCESS global/header.html.tmpl
title = "Dependency tree for Bug $bugid" title = "Dependency tree for Bug $bugid"
h1 = "Dependency tree for bug <a href=\"show_bug.cgi?id=$bugid\">$bugid</a>" h1 = "Dependency tree for bug <a href=\"show_bug.cgi?id=$bugid\">$bugid</a>"
style = "strike { background-color: #d9d9d9; color: #000000; }" style = "strike { background-color: #d9d9d9; color: #000000; }"
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
[% PROCESS depthControlToolbar %] [% PROCESS depthControlToolbar %]
[% PROCESS global/footer %] [% PROCESS global/footer.html.tmpl %]
[%###########################################################################%] [%###########################################################################%]
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
[% filtered_desc = bug.short_desc FILTER html %] [% filtered_desc = bug.short_desc FILTER html %]
[% UNLESS header_done %] [% UNLESS header_done %]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Bug $bug.bug_id - $bug.short_desc" title = "Bug $bug.bug_id - $bug.short_desc"
h1 = "Bugzilla Bug $bug.bug_id" h1 = "Bugzilla Bug $bug.bug_id"
h2 = filtered_desc h2 = filtered_desc
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
%] %]
[% END %] [% END %]
[% PROCESS show/navigate.html.tmpl %] [% PROCESS bug/navigate.html.tmpl %]
<hr> <hr>
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
[%# *** Attachments *** %] [%# *** Attachments *** %]
[% INCLUDE attachment/list.atml [% INCLUDE attachment/list.html.tmpl
attachments = bug.attachments attachments = bug.attachments
bugid = bug.bug_id %] bugid = bug.bug_id %]
...@@ -491,17 +491,17 @@ ...@@ -491,17 +491,17 @@
</table> </table>
<hr> <hr>
[% PROCESS show/comments.tmpl [% PROCESS bug/comments.html.tmpl
comments = bug.comments comments = bug.comments
%] %]
<hr> <hr>
[% PROCESS show/navigate.html.tmpl %] [% PROCESS bug/navigate.html.tmpl %]
<br> <br>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
[%############################################################################%] [%############################################################################%]
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
# Gervase Markham <gerv@gerv.net> # Gervase Markham <gerv@gerv.net>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Full Text Bug Listing" title = "Full Text Bug Listing"
%] %]
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
</tr> </tr>
</table> </table>
[% PROCESS show/comments.tmpl [% PROCESS bug/comments.html.tmpl
comments = bug.comments %] comments = bug.comments %]
<hr> <hr>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Contributor(s): Gervase Markham <gerv@gerv.net> # Contributor(s): Gervase Markham <gerv@gerv.net>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Remove your votes?" title = "Remove your votes?"
%] %]
...@@ -43,4 +43,4 @@ ...@@ -43,4 +43,4 @@
</p> </p>
</form> </form>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Contributor(s): Gervase Markham <gerv@gerv.net> # Contributor(s): Gervase Markham <gerv@gerv.net>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Show Votes" title = "Show Votes"
h2 = "Bug <a href='show_bug.cgi?id=$bug_id'>$bug_id</a>" h2 = "Bug <a href='show_bug.cgi?id=$bug_id'>$bug_id</a>"
%] %]
...@@ -46,4 +46,4 @@ ...@@ -46,4 +46,4 @@
<p>Total votes: [% total %]</p> <p>Total votes: [% total %]</p>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Contributor(s): Gervase Markham <gerv@gerv.net> # Contributor(s): Gervase Markham <gerv@gerv.net>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Show Votes" title = "Show Votes"
h2 = user.name h2 = user.name
%] %]
...@@ -127,4 +127,4 @@ ...@@ -127,4 +127,4 @@
<a href="votehelp.html">Help with voting</a>. <a href="votehelp.html">Help with voting</a>.
</p> </p>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#%] #%]
[% DEFAULT title = "Choose a Product" %] [% DEFAULT title = "Choose a Product" %]
[% INCLUDE global/header %] [% INCLUDE global/header.html.tmpl %]
<table> <table>
...@@ -39,4 +39,4 @@ ...@@ -39,4 +39,4 @@
</table> </table>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#%] #%]
[% UNLESS header_done %] [% UNLESS header_done %]
[% INCLUDE global/header %] [% INCLUDE global/header.html.tmpl %]
[% END %] [% END %]
<tt> <tt>
...@@ -54,4 +54,4 @@ Variables: ...@@ -54,4 +54,4 @@ Variables:
</pre> </pre>
[% END %] [% END %]
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
<!-- 1.0@bugzilla.org --> <!-- 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')) %] [% PerformSubsts(Param('footerhtml')) %]
</body> </body>
......
<!-- 1.0@bugzilla.org --> <!-- 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 [% DEFAULT
title = "" title = ""
h1 = title h1 = title
......
<!-- 1.0@bugzilla.org --> <!-- 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" %] [% DEFAULT title = "Bugzilla Message" %]
[% PROCESS global/header %] [% PROCESS global/header.html.tmpl %]
[%# The "header" template automatically displays the contents of a "message" [%# The "header" template automatically displays the contents of a "message"
variable if it finds one, so it is not necessary to display the message variable if it finds one, so it is not necessary to display the message
...@@ -14,4 +34,4 @@ ...@@ -14,4 +34,4 @@
</p> </p>
[% END %] [% END %]
[% PROCESS global/footer %] [% PROCESS global/footer.html.tmpl %]
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#%] #%]
[% UNLESS header_done %] [% UNLESS header_done %]
[% INCLUDE global/header %] [% INCLUDE global/header.html.tmpl %]
[% END %] [% END %]
<table cellpadding="20"> <table cellpadding="20">
...@@ -37,4 +37,4 @@ ...@@ -37,4 +37,4 @@
Please press <b>Back</b> and try again. Please press <b>Back</b> and try again.
</p> </p>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
# Jacob Steenhagen <jake@acutex.net> # Jacob Steenhagen <jake@acutex.net>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = 'Bugzilla Main Page' title = 'Bugzilla Main Page'
%] %]
...@@ -85,4 +85,4 @@ document.forms['f'].id.focus(); ...@@ -85,4 +85,4 @@ document.forms['f'].id.focus();
//--> //-->
</script> </script>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Contributor(s): Dave Lawrence <dkl@redhat.com> # Contributor(s): Dave Lawrence <dkl@redhat.com>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Change Columns" title = "Change Columns"
%] %]
...@@ -47,5 +47,5 @@ on submit. (Cookies are required.) ...@@ -47,5 +47,5 @@ on submit. (Cookies are required.)
</form> </form>
</p> </p>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
</head> </head>
<body> <body>
[% PROCESS buglist/table.tmpl %] [% PROCESS list/table.html.tmpl %]
</body> </body>
</html> </html>
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
[%# Page Header #%] [%# Page Header #%]
[%############################################################################%] [%############################################################################%]
[% PROCESS global/header [% PROCESS global/header.html.tmpl
title = title title = title
style = style style = style
%] %]
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
[%############################################################################%] [%############################################################################%]
[% FLUSH %] [% FLUSH %]
[% PROCESS buglist/table.tmpl %] [% PROCESS list/table.html.tmpl %]
[%############################################################################%] [%############################################################################%]
[%# Succeeding Status Line #%] [%# Succeeding Status Line #%]
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
[% IF dotweak %] [% IF dotweak %]
[% PROCESS "buglist/change-form.tmpl" %] [% PROCESS "list/edit-multiple.html.tmpl" %]
</form> </form>
...@@ -157,5 +157,5 @@ ...@@ -157,5 +157,5 @@
[%# Page Footer #%] [%# Page Footer #%]
[%############################################################################%] [%############################################################################%]
[% PROCESS global/footer %] [% PROCESS global/footer.html.tmpl %]
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Contributor(s): Gervase Markham <gerv@gerv.net> # Contributor(s): Gervase Markham <gerv@gerv.net>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Bugzilla Quip System" title = "Bugzilla Quip System"
h1 = "Add your own clever headline" h1 = "Add your own clever headline"
%] %]
...@@ -62,4 +62,4 @@ ...@@ -62,4 +62,4 @@
</p> </p>
[% END %] [% END %]
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#%] #%]
[% filtered_product = product FILTER html %] [% filtered_product = product FILTER html %]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Components for $product" title = "Components for $product"
h2 = filtered_product %] h2 = filtered_product %]
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</table> </table>
[% END %] [% END %]
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
[%############################################################################%] [%############################################################################%]
[%# BLOCK for components %] [%# BLOCK for components %]
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
[% title = "Most Frequently Reported Bugs" %] [% title = "Most Frequently Reported Bugs" %]
[% END%] [% END%]
[% INCLUDE global/header %] [% INCLUDE global/header.html.tmpl %]
<p> <p>
<a href="#explanation">What is this data?</a> <a href="#explanation">What is this data?</a>
...@@ -273,4 +273,4 @@ ...@@ -273,4 +273,4 @@
</ul> </ul>
</ul> </ul>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
# caneditkeywords: boolean. True if this user can edit keywords # caneditkeywords: boolean. True if this user can edit keywords
%] %]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Bugzilla Keyword Descriptions" title = "Bugzilla Keyword Descriptions"
%] %]
...@@ -72,4 +72,4 @@ ...@@ -72,4 +72,4 @@
</p> </p>
[% END %] [% END %]
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
# Gervase Markham <gerv@gerv.net> # Gervase Markham <gerv@gerv.net>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Search for bugs" title = "Search for bugs"
extra = " onLoad=\"selectProduct(document.forms['queryform']);\"" extra = " onLoad=\"selectProduct(document.forms['queryform']);\""
%] %]
...@@ -839,7 +839,7 @@ function selectProduct(f) { ...@@ -839,7 +839,7 @@ function selectProduct(f) {
</FORM> </FORM>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
[%############################################################################%] [%############################################################################%]
[%# Block for SELECT fields #%] [%# Block for SELECT fields #%]
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
# Gervase Markham <gerv@gerv.net> # Gervase Markham <gerv@gerv.net>
#%] #%]
[% INCLUDE global/header [% INCLUDE global/header.html.tmpl
title = "Search for bugs" title = "Search for bugs"
extra = " onLoad=\"selectProduct(document.forms['queryform']);\"" extra = " onLoad=\"selectProduct(document.forms['queryform']);\""
%] %]
...@@ -839,7 +839,7 @@ function selectProduct(f) { ...@@ -839,7 +839,7 @@ function selectProduct(f) {
</FORM> </FORM>
[% INCLUDE global/footer %] [% INCLUDE global/footer.html.tmpl %]
[%############################################################################%] [%############################################################################%]
[%# Block for SELECT fields #%] [%# Block for SELECT fields #%]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment