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

Bug 138582 - convert all INCLUDEs to PROCESS. Patch by gerv, r=bbaetz, afranke.

parent 99919582
...@@ -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.html.tmpl [% PROCESS 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.html.tmpl %] [% 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl %] [% PROCESS global/header.html.tmpl %]
<p> <p>
...@@ -41,4 +41,4 @@ ...@@ -41,4 +41,4 @@
</table> </table>
</form> </form>
[% INCLUDE global/footer.html.tmpl %] [% 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.html.tmpl [% PROCESS 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.html.tmpl %] [% 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.html.tmpl %] [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS 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 "account/prefs/${current_tab.name}.html.tmpl" IF current_tab.name.defined %] [% PROCESS "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.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS 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 bug/activity/table.html.tmpl %] [% PROCESS 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.html.tmpl %] [% 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS global/footer.html.tmpl %]
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#%] #%]
[% UNLESS header_done %] [% UNLESS header_done %]
[% INCLUDE global/header.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS 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 bug/navigate.html.tmpl %] [% PROCESS bug/navigate.html.tmpl %]
[% INCLUDE global/footer.html.tmpl %] [% 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS global/footer.html.tmpl %]
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
%] %]
[% END %] [% END %]
[% INCLUDE global/header.html.tmpl %] [% PROCESS 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.html.tmpl %] [% 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.html.tmpl [% PROCESS 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
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
[%# *** Attachments *** %] [%# *** Attachments *** %]
[% INCLUDE attachment/list.html.tmpl [% PROCESS attachment/list.html.tmpl
attachments = bug.attachments attachments = bug.attachments
bugid = bug.bug_id %] bugid = bug.bug_id %]
...@@ -501,7 +501,7 @@ ...@@ -501,7 +501,7 @@
<br> <br>
[% INCLUDE global/footer.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS global/header.html.tmpl
title = "Full Text Bug Listing" title = "Full Text Bug Listing"
%] %]
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</p> </p>
[% END %] [% END %]
[% INCLUDE 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.html.tmpl [% PROCESS 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.html.tmpl %] [% 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.html.tmpl [% PROCESS 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.html.tmpl %] [% 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl %] [% PROCESS global/header.html.tmpl %]
<table> <table>
...@@ -39,4 +39,4 @@ ...@@ -39,4 +39,4 @@
</table> </table>
[% INCLUDE global/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %]
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#%] #%]
[% UNLESS header_done %] [% UNLESS header_done %]
[% INCLUDE global/header.html.tmpl %] [% PROCESS 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.html.tmpl %] [% PROCESS global/footer.html.tmpl %]
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#%] #%]
[% UNLESS header_done %] [% UNLESS header_done %]
[% INCLUDE global/header.html.tmpl %] [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS 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.html.tmpl %] [% 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS 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.html.tmpl [% PROCESS 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.html.tmpl %] [% PROCESS 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