Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
84973470
Commit
84973470
authored
Oct 18, 2006
by
wurblzap%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 321556: Prepare Bugzilla to ship with at least 2 skins.
Patch by Marc Schumann <wurblzap@gmail.com>; r=myk, a=justdave
parent
c26d7132
Hide whitespace changes
Inline
Side-by-side
Showing
47 changed files
with
479 additions
and
359 deletions
+479
-359
IE-fixes.css
skins/standard/IE-fixes.css
+33
-0
buglist.css
skins/standard/buglist.css
+10
-0
global.css
skins/standard/global.css
+98
-125
prefs.html.tmpl
template/en/default/account/prefs/prefs.html.tmpl
+7
-2
create.html.tmpl
template/en/default/admin/components/create.html.tmpl
+2
-2
create.html.tmpl
template/en/default/admin/fieldvalues/create.html.tmpl
+2
-2
create.html.tmpl
template/en/default/admin/groups/create.html.tmpl
+1
-1
list.html.tmpl
template/en/default/admin/groups/list.html.tmpl
+1
-1
create.html.tmpl
template/en/default/admin/keywords/create.html.tmpl
+1
-1
create.html.tmpl
template/en/default/admin/milestones/create.html.tmpl
+2
-2
edit-common.html.tmpl
template/en/default/admin/products/edit-common.html.tmpl
+7
-5
edit.html.tmpl
template/en/default/admin/settings/edit.html.tmpl
+1
-1
sudo.html.tmpl
template/en/default/admin/sudo.html.tmpl
+10
-6
create.html.tmpl
template/en/default/admin/versions/create.html.tmpl
+2
-2
create.html.tmpl
template/en/default/attachment/create.html.tmpl
+4
-4
diff-header.html.tmpl
template/en/default/attachment/diff-header.html.tmpl
+2
-2
edit.html.tmpl
template/en/default/attachment/edit.html.tmpl
+19
-14
show-multiple.html.tmpl
template/en/default/attachment/show-multiple.html.tmpl
+3
-3
show.html.tmpl
template/en/default/bug/activity/show.html.tmpl
+2
-2
comments.html.tmpl
template/en/default/bug/comments.html.tmpl
+15
-12
make-template.html.tmpl
template/en/default/bug/create/make-template.html.tmpl
+1
-1
dependency-graph.html.tmpl
template/en/default/bug/dependency-graph.html.tmpl
+3
-3
dependency-tree.html.tmpl
template/en/default/bug/dependency-tree.html.tmpl
+5
-5
edit.html.tmpl
template/en/default/bug/edit.html.tmpl
+2
-0
knob.html.tmpl
template/en/default/bug/knob.html.tmpl
+7
-1
show.html.tmpl
template/en/default/bug/show.html.tmpl
+4
-4
summarize-time.html.tmpl
template/en/default/bug/summarize-time.html.tmpl
+4
-4
list-for-bug.html.tmpl
template/en/default/bug/votes/list-for-bug.html.tmpl
+1
-1
list-for-user.html.tmpl
template/en/default/bug/votes/list-for-user.html.tmpl
+1
-1
filterexceptions.pl
template/en/default/filterexceptions.pl
+11
-3
choose-classification.html.tmpl
template/en/default/global/choose-classification.html.tmpl
+4
-4
choose-product.html.tmpl
template/en/default/global/choose-product.html.tmpl
+2
-2
common-links.html.tmpl
template/en/default/global/common-links.html.tmpl
+40
-31
footer.html.tmpl
template/en/default/global/footer.html.tmpl
+3
-0
header.html.tmpl
template/en/default/global/header.html.tmpl
+59
-20
per-bug-queries.html.tmpl
template/en/default/global/per-bug-queries.html.tmpl
+7
-7
tabs.html.tmpl
template/en/default/global/tabs.html.tmpl
+15
-9
useful-links.html.tmpl
template/en/default/global/useful-links.html.tmpl
+63
-62
index.html.tmpl
template/en/default/index.html.tmpl
+2
-2
quips.html.tmpl
template/en/default/list/quips.html.tmpl
+1
-1
table.html.tmpl
template/en/default/list/table.html.tmpl
+6
-3
chart.html.tmpl
template/en/default/reports/chart.html.tmpl
+1
-1
edit-series.html.tmpl
template/en/default/reports/edit-series.html.tmpl
+1
-1
report.html.tmpl
template/en/default/reports/report.html.tmpl
+1
-1
search-advanced.html.tmpl
template/en/default/search/search-advanced.html.tmpl
+4
-2
search-specific.html.tmpl
template/en/default/search/search-specific.html.tmpl
+4
-2
tabs.html.tmpl
template/en/default/search/tabs.html.tmpl
+5
-1
No files found.
skins/standard/IE-fixes.css
0 → 100755
View file @
84973470
/* 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.
*
* Contributor(s): Marc Schumann <wurblzap@gmail.com>
*/
#footer
#useful-links
li
{
padding-bottom
:
0.8ex
;
}
#footer
.label
{
display
:
block
;
float
:
left
;
width
:
8.2em
;
padding-bottom
:
0.1ex
;
}
#footer
#links-actions
.label
{
padding-top
:
0.35em
;
}
#footer
.links
{
display
:
inline
;
}
skins/standard/buglist.css
View file @
84973470
...
@@ -21,6 +21,16 @@
...
@@ -21,6 +21,16 @@
.bz_id_column
{
.bz_id_column
{
}
}
.bz_row_odd
{
background-color
:
#F7F7F7
;
color
:
#000000
;
}
.bz_row_even
{
background-color
:
#FFFFFF
;
color
:
#000000
;
}
/* Style bug rows according to severity. */
/* Style bug rows according to severity. */
.bz_blocker
{
color
:
red
;
font-weight
:
bold
;
}
.bz_blocker
{
color
:
red
;
font-weight
:
bold
;
}
.bz_critical
{
color
:
red
;
}
.bz_critical
{
color
:
red
;
}
...
...
skins/standard/global.css
View file @
84973470
...
@@ -19,30 +19,34 @@
...
@@ -19,30 +19,34 @@
* Christian Reis <kiko@async.com.br>
* Christian Reis <kiko@async.com.br>
* Vitaly Harisov <vitaly@rathedg.com>
* Vitaly Harisov <vitaly@rathedg.com>
* Svetlana Harisova <light@rathedg.com>
* Svetlana Harisova <light@rathedg.com>
* Marc Schumann <wurblzap@gmail.com>
*/
*/
body
/* global (begin) */
{
body
{
color
:
#000
;
font-family
:
sans-serif
;
background-color
:
#fff
;
color
:
#000
;
}
background
:
#fff
url("global/body-back.gif")
repeat-x
;
}
/* global (end) */
/* header (begin) */
/* header (begin) */
#header
#header
{
{
margin-bottom
:
1em
;
margin-bottom
:
1em
;
padding-bottom
:
2px
;
padding-bottom
:
2px
;
}
}
#header
form
#header
form
{
{
font-size
:
85%
;
font-size
:
85%
;
display
:
inline
;
display
:
inline
;
}
}
#header
.links
#header
.btn
,
{
#header
.txt
{
font-family
:
sans-serif
;
font-size
:
80%
;
}
#header
.links
{
font-size
:
85%
;
font-size
:
85%
;
border-left
:
1px
solid
silver
;
border-left
:
1px
solid
silver
;
border-right
:
1px
solid
silver
;
border-right
:
1px
solid
silver
;
...
@@ -52,8 +56,7 @@ body
...
@@ -52,8 +56,7 @@ body
padding
:
0.5em
;
padding
:
0.5em
;
}
}
#message
#message
{
{
border
:
1px
solid
red
;
border
:
1px
solid
red
;
padding
:
0.3em
;
padding
:
0.3em
;
...
@@ -63,46 +66,45 @@ body
...
@@ -63,46 +66,45 @@ body
/* header (end) */
/* header (end) */
/* banner (begin) */
/* banner (begin) */
#banner
#banner
{
{
}
}
/* banner (end) */
/* banner (end) */
/* titles (begin) */
/* titles (begin) */
#titles
#titles
{
{
width
:
100%
;
width
:
100%
;
background-color
:
#404D6C
;
background-color
:
#404D6C
;
color
:
#fff
;
color
:
#fff
;
-moz-border-radius
:
5px
;
-moz-border-radius
-topleft
:
5px
;
font-family
:
sans-serif
;
-moz-border-radius-topright
:
5px
;
font-size
:
110%
;
font-size
:
110%
;
margin
:
0
;
margin
:
0
;
padding
:
0.5em
;
padding
:
0.5em
;
vertical-align
:
bottom
;
vertical-align
:
bottom
;
}
}
#titles
a
#titles
a
{
{
color
:
#fff
;
color
:
#fff
;
}
}
#titles
#title
#titles
p
{
{
margin
:
0
;
padding
:
0
;
}
#titles
#title
{
font-weight
:
bold
;
font-weight
:
bold
;
white-space
:
nowrap
;
white-space
:
nowrap
;
}
}
#titles
#subtitle
#titles
#subtitle
{
{
font-weight
:
normal
;
font-weight
:
normal
;
width
:
100%
;
width
:
100%
;
text-align
:
center
;
text-align
:
center
;
}
}
#titles
#information
#titles
#information
{
{
font-weight
:
normal
;
font-weight
:
normal
;
text-align
:
right
;
text-align
:
right
;
font-size
:
90%
;
font-size
:
90%
;
...
@@ -112,101 +114,82 @@ body
...
@@ -112,101 +114,82 @@ body
/* titles (end) */
/* titles (end) */
/* footer (begin) */
/* footer (begin) */
#footer
#footer
{
{
float
:
left
;
margin-top
:
5px
;
margin-top
:
5px
;
width
:
100%
;
width
:
100%
;
font-family
:
sans-serif
;
background
:
#edf2f2
;
background
:
#edf2f2
;
border-top
:
1px
solid
#ddd
;
border-top
:
1px
solid
#ddd
;
border-bottom
:
1px
solid
#ddd
;
border-bottom
:
1px
solid
#ddd
;
}
}
#footer
form
#footer
form
{
{
display
:
inline
;
display
:
inline
;
}
}
#footer
.btn
,
#footer
.txt
#footer
.btn
,
{
#footer
.txt
{
font-size
:
0.8em
;
font-size
:
80%
;
}
}
#footer
#useful-links
#footer
#useful-links
{
{
padding
:
0.3em
;
}
/* hide from MSIE and NN4 */
[
id
]
#footer
#useful-links
{
margin
:
0.3em
;
display
:
table
;
display
:
table
;
padding-left
:
1ex
;
padding-right
:
1ex
;
}
}
#footer
#links-actions
,
#footer
#links-actions
,
#footer
#links-edit
,
#footer
#links-edit
,
#footer
#links-saved
,
#footer
#links-saved
,
#footer
#links-special
#footer
#links-special
{
{
display
:
table-row
;
display
:
table-row
;
list-style-type
:
none
;
}
}
#footer
.label
#footer
.label
{
{
display
:
table-cell
;
width
:
8.2em
;
white-space
:
nowrap
;
display
:
block
;
vertical-align
:
top
;
float
:
left
;
vertical-align
:
baseline
;
padding
:
0.1em
0.2em
;
}
#footer
#links-actions
.label
{
padding-top
:
0.45em
;
}
}
/* hide from MSIE and NN4 */
#footer
.links
{
[
id
]
#footer
.label
{
display
:
table-cell
;
display
:
table-cell
;
float
:
none
;
vertical-align
:
top
;
width
:
auto
;
padding-top
:
0
;
}
}
/* footer (end) */
#footer
.links
/* link lists (begin) */
{
ul
.links
{
display
:
table-cell
;
margin
:
0
;
padding
:
0
;
list-style-type
:
none
;
}
padding
:
0.1em
0.2em
;
ul
.links
li
{
display
:
inline
;
white-space
:
nowrap
;
}
}
/* link lists (end) */
/* hide from MSIE and NN4 */
/* tabs (begin) */
[
id
]
#footer
.links
.tabs
td
{
{
background
:
#eee
;
padding-top
:
0
;
text-align
:
center
;
border-style
:
solid
;
border-color
:
black
;
border-width
:
0px
0px
2px
0px
;
}
vertical-align
:
baseline
;
.tabs
td
.selected
{
background
:
white
;
border-width
:
2px
2px
0px
2px
;
}
}
/* hide from MSIE and NN4 */
.tabs
td
.spacer
{
#footer
+*
background
:
white
;
{
clear
:
both
;
}
}
/*
footer
(end) */
/*
tabs
(end) */
/* generic (begin) */
/* generic (begin) */
body
{
background
:
#fff
url("global/body-back.gif")
repeat-x
;
}
:link
{
:link
{
color
:
#039
;
color
:
#039
;
}
}
...
@@ -222,6 +205,10 @@ body
...
@@ -222,6 +205,10 @@ body
:link:active
,
:link:active
{
:link:active
,
:link:active
{
color
:
#000
;
color
:
#000
;
}
}
.clickable_area
{
cursor
:
pointer
;
}
/* generic (end) */
/* generic (end) */
div
#docslinks
{
div
#docslinks
{
...
@@ -235,60 +222,46 @@ div#docslinks {
...
@@ -235,60 +222,46 @@ div#docslinks {
margin
:
0
;
margin
:
0
;
}
}
.bz_obsolete
{
text-decoration
:
line-through
;
}
.bz_obsolete
{
.bz_inactive
{
text-decoration
:
line-through
;
}
text-decoration
:
line-through
;
}
.bz_inactive
{
text-decoration
:
line-through
;
}
.bz_closed
,
.bz_closed
,
.bz_CLOSED
td
{
.bz_CLOSED
td
{
text-decoration
:
line-through
;
text-decoration
:
line-through
;
}
}
.bz_private
{
color
:
darkred
;
background
:
#f3eeee
;
}
.bz_private
{
.bz_disabled
{
color
:
#a0a0a0
;
}
color
:
darkred
;
background
:
#f3eeee
;
.bz_row_odd
}
{
.bz_disabled
{
background-color
:
#F7F7F7
;
color
:
#a0a0a0
;
color
:
#000000
;
}
}
.bz_row_even
.bz_comment
{
{
margin-bottom
:
2em
;
background-color
:
#FFFFFF
;
color
:
#000000
;
}
}
.bz_comment
{
background-color
:
#e0e0e0
;
}
.bz_comment_head
{
.bz_comment_hilite
pre
background-color
:
#e0e0e0
;
{
}
.bz_comment_hilite
pre
{
background-color
:
lightgreen
;
background-color
:
lightgreen
;
margin
:
0
;
margin
:
0
;
padding
:
1em
0
;
padding
:
1em
0
;
}
}
td
.tab
{
background
:
#eee
;
text-align
:
center
;
border-style
:
solid
;
border-color
:
black
;
border-width
:
0px
0px
2px
0px
;
}
td
.tab.selected
{
background
:
white
;
border-width
:
2px
2px
0px
2px
;
}
td
.tab.spacer
{
background
:
white
;
}
span
.quote
{
span
.quote
{
color
:
#65379c
;
color
:
#65379c
;
}
}
table
#flags
th
,
table
#flags
td
{
vertical-align
:
baseline
;
text-align
:
left
;
}
table
#flags
th
,
table
#flags
td
{
vertical-align
:
baseline
;
text-align
:
left
;
}
.throw_error
{
.throw_error
{
background-color
:
#ff0000
;
background-color
:
#ff0000
;
...
...
template/en/default/account/prefs/prefs.html.tmpl
View file @
84973470
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
[% filtered_login = user.login FILTER html %]
[% filtered_login = user.login FILTER html %]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "User Preferences"
title = "User Preferences"
h2
= filtered_login
subheader
= filtered_login
style_urls = ['skins/standard/admin.css']
style_urls = ['skins/standard/admin.css']
%]
%]
...
@@ -61,7 +61,10 @@
...
@@ -61,7 +61,10 @@
[% END %]
[% END %]
[% END %]
[% END %]
[% PROCESS global/tabs.html.tmpl %]
[% WRAPPER global/tabs.html.tmpl
tabs = tabs
current_tab = current_tab
%]
[% IF changes_saved %]
[% IF changes_saved %]
<p>
<p>
...
@@ -104,4 +107,6 @@
...
@@ -104,4 +107,6 @@
</form>
</form>
[% END %]
[% END %]
[% END %]
[% PROCESS global/footer.html.tmpl %]
[% PROCESS global/footer.html.tmpl %]
template/en/default/admin/components/create.html.tmpl
View file @
84973470
...
@@ -26,11 +26,11 @@
...
@@ -26,11 +26,11 @@
#%]
#%]
[% title = BLOCK %]Add component to Product '[% product.name FILTER html %]'[% END %]
[% title = BLOCK %]Add component to Product '[% product.name FILTER html %]'[% END %]
[%
h2
= BLOCK %]This page allows you to add a new component to product
[%
subheader
= BLOCK %]This page allows you to add a new component to product
'[% product.name FILTER html %]'.[% END %]
'[% product.name FILTER html %]'.[% END %]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = title
title = title
h2 = h2
subheader = subheader
%]
%]
<form method="post" action="editcomponents.cgi">
<form method="post" action="editcomponents.cgi">
...
...
template/en/default/admin/fieldvalues/create.html.tmpl
View file @
84973470
...
@@ -19,11 +19,11 @@
...
@@ -19,11 +19,11 @@
#%]
#%]
[% title = BLOCK %]Add Value for the '[% field FILTER html %]' field[% END %]
[% title = BLOCK %]Add Value for the '[% field FILTER html %]' field[% END %]
[%
h2
= BLOCK %]This page allows you to add a new value for the
[%
subheader
= BLOCK %]This page allows you to add a new value for the
'[% field FILTER html %]' field.[% END %]
'[% field FILTER html %]' field.[% END %]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = title
title = title
h2 = h2
subheader = subheader
%]
%]
<form method="post" action="editvalues.cgi">
<form method="post" action="editvalues.cgi">
...
...
template/en/default/admin/groups/create.html.tmpl
View file @
84973470
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "Add group"
title = "Add group"
h2
= "This page allows you to define a new user group."
subheader
= "This page allows you to define a new user group."
%]
%]
<form method="post" action="editgroups.cgi">
<form method="post" action="editgroups.cgi">
...
...
template/en/default/admin/groups/list.html.tmpl
View file @
84973470
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "Edit Groups"
title = "Edit Groups"
h2
= "This lets you edit the groups available to put users in."
subheader
= "This lets you edit the groups available to put users in."
%]
%]
[% edit_contentlink = "editgroups.cgi?action=changeform&group=%%id%%" %]
[% edit_contentlink = "editgroups.cgi?action=changeform&group=%%id%%" %]
...
...
template/en/default/admin/keywords/create.html.tmpl
View file @
84973470
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "Add keyword"
title = "Add keyword"
h2
= "This page allows you to add a new keyword."
subheader
= "This page allows you to add a new keyword."
%]
%]
<form method="post" action="editkeywords.cgi">
<form method="post" action="editkeywords.cgi">
...
...
template/en/default/admin/milestones/create.html.tmpl
View file @
84973470
...
@@ -25,11 +25,11 @@
...
@@ -25,11 +25,11 @@
#%]
#%]
[% title = BLOCK %]Add Milestone to Product '[% product.name FILTER html %]'[% END %]
[% title = BLOCK %]Add Milestone to Product '[% product.name FILTER html %]'[% END %]
[%
h2
= BLOCK %]This page allows you to add a new milestone to product
[%
subheader
= BLOCK %]This page allows you to add a new milestone to product
'[% product.name FILTER html %]'.[% END %]
'[% product.name FILTER html %]'.[% END %]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = title
title = title
h2 = h2
subheader = subheader
onload = "document.forms['f'].milestone.focus()"
onload = "document.forms['f'].milestone.focus()"
%]
%]
...
...
template/en/default/admin/products/edit-common.html.tmpl
View file @
84973470
...
@@ -102,12 +102,14 @@
...
@@ -102,12 +102,14 @@
</tr>
</tr>
<tr [% IF !Param('usevotes') %]class="param_disabled" [% END %]>
<tr [% IF !Param('usevotes') %]class="param_disabled" [% END %]>
<th align="right">
<th align="right">
Number of votes [% terms.abug %] in this product needs to
Confirmation threshold:
</th>
<td>
Enter the number of votes [% terms.abug %] in this product needs to
automatically get out of the
automatically get out of the
<a href="page.cgi?id=fields.html#status">[% status_descs.UNCONFIRMED FILTER html %]</a>
<a href="page.cgi?id=fields.html#status">[% status_descs.UNCONFIRMED FILTER html %]</a>
state:
state.<br>
</th>
<input size="5" maxlength="5" name="votestoconfirm"
<td><input size="5" maxlength="5" name="votestoconfirm"
value="[% product.votestoconfirm FILTER html %]">
value="[% product.votestoconfirm FILTER html %]">
</td>
</td>
</tr>
</tr>
template/en/default/admin/settings/edit.html.tmpl
View file @
84973470
...
@@ -55,7 +55,7 @@ page, and the Default Value will automatically apply to everyone.
...
@@ -55,7 +55,7 @@ page, and the Default Value will automatically apply to everyone.
<th>Preference Text</th>
<th>Preference Text</th>
<th>Default Value</th>
<th>Default Value</th>
<th>Enabled</th>
<th>Enabled</th>
<tr>
<
/
tr>
[% FOREACH name = setting_names %]
[% FOREACH name = setting_names %]
[% checkbox_name = name _ '-enabled' %]
[% checkbox_name = name _ '-enabled' %]
...
...
template/en/default/admin/sudo.html.tmpl
View file @
84973470
...
@@ -48,8 +48,9 @@
...
@@ -48,8 +48,9 @@
[% ELSE %]
[% ELSE %]
enter the login of
enter the login of
[% END %]
[% END %]
the <u>u</u>ser to impersonate
:
<label for="target_login">the <u>u</u>ser to impersonate</label>
:
[% INCLUDE global/userselect.html.tmpl
[% INCLUDE global/userselect.html.tmpl
id => "target_login"
name => "target_login"
name => "target_login"
value => "$target_login_default"
value => "$target_login_default"
accesskey => "u"
accesskey => "u"
...
@@ -65,9 +66,10 @@
...
@@ -65,9 +66,10 @@
[% END %]
[% END %]
<p>
<p>
Next, please take a moment to explain why you are doing this:<br>
Next, please take a moment to explain <label for="reason">why you are doing
<input type="text" name="reason" size="80" maxlength="200" value="
this:<br>
[%- reason_default FILTER html %]">
<input type="text" id="reason" name="reason" size="80" maxlength="200"
value="[% reason_default FILTER html %]">
</p>
</p>
<p>
<p>
...
@@ -78,10 +80,12 @@
...
@@ -78,10 +80,12 @@
[% IF user.authorizer.can_login %]
[% IF user.authorizer.can_login %]
<p>
<p>
Finally, enter your [% terms.Bugzilla %] password:
Finally, enter <label for="Bugzilla_password">your [% terms.Bugzilla %]
password</label>:
<input type="hidden" name="Bugzilla_login" value="
<input type="hidden" name="Bugzilla_login" value="
[%- user.login FILTER html %]">
[%- user.login FILTER html %]">
<input type="password" name="Bugzilla_password" maxlength="20" size="20">
<input type="password" id="Bugzilla_password" name="Bugzilla_password"
maxlength="20" size="20">
<br>
<br>
This is done for two reasons. First of all, it is done to reduce
This is done for two reasons. First of all, it is done to reduce
the chances of someone doing large amounts of damage using your
the chances of someone doing large amounts of damage using your
...
...
template/en/default/admin/versions/create.html.tmpl
View file @
84973470
...
@@ -25,11 +25,11 @@
...
@@ -25,11 +25,11 @@
#%]
#%]
[% title = BLOCK %]Add Version to Product '[% product.name FILTER html %]'[% END %]
[% title = BLOCK %]Add Version to Product '[% product.name FILTER html %]'[% END %]
[%
h2
= BLOCK %]This page allows you to add a new version to product
[%
subheader
= BLOCK %]This page allows you to add a new version to product
'[% product.name FILTER html %]'.[% END %]
'[% product.name FILTER html %]'.[% END %]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = title
title = title
h2 = h2
subheader = subheader
%]
%]
<form method="post" action="editversions.cgi">
<form method="post" action="editversions.cgi">
...
...
template/en/default/attachment/create.html.tmpl
View file @
84973470
...
@@ -26,14 +26,14 @@
...
@@ -26,14 +26,14 @@
[%# Define strings that will serve as the title and header of this page %]
[%# Define strings that will serve as the title and header of this page %]
[% title = BLOCK %]Create New Attachment for [% terms.Bug %] #[% bugid %][% END %]
[% title = BLOCK %]Create New Attachment for [% terms.Bug %] #[% bugid %][% END %]
[% h
1
= BLOCK %]Create New Attachment for
[% h
eader
= BLOCK %]Create New Attachment for
[%+ "$terms.Bug $bugid" FILTER bug_link(bugid) FILTER none %][% END %]
[%+ "$terms.Bug $bugid" FILTER bug_link(bugid) FILTER none %][% END %]
[%
h2
= BLOCK %][% bugsummary FILTER html %][% END %]
[%
subheader
= BLOCK %][% bugsummary FILTER html %][% END %]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = title
title = title
h
1 = h1
h
eader = header
h2 = h2
subheader = subheader
onload="setContentTypeDisabledState(document.entryform);"
onload="setContentTypeDisabledState(document.entryform);"
style_urls = [ 'skins/standard/create_attachment.css' ]
style_urls = [ 'skins/standard/create_attachment.css' ]
javascript_urls = [ "js/attachment.js" ]
javascript_urls = [ "js/attachment.js" ]
...
...
template/en/default/attachment/diff-header.html.tmpl
View file @
84973470
...
@@ -207,7 +207,7 @@ tbody.file pre:empty {
...
@@ -207,7 +207,7 @@ tbody.file pre:empty {
[% BLOCK diffurl %][% PROCESS viewurl %]
&
action=diff[% END %]
[% BLOCK diffurl %][% PROCESS viewurl %]
&
action=diff[% END %]
[% IF headers %]
[% IF headers %]
[% h
1
= BLOCK %]
[% h
eader
= BLOCK %]
[% IF attachid %]
[% IF attachid %]
Attachment #[% attachid %]: [% description FILTER html %]
Attachment #[% attachid %]: [% description FILTER html %]
[% ELSE %]
[% ELSE %]
...
@@ -218,7 +218,7 @@ tbody.file pre:empty {
...
@@ -218,7 +218,7 @@ tbody.file pre:empty {
[% END %]
[% END %]
for
<a
href=
"show_bug.cgi?id=[% bugid %]"
>
[% terms.bug %] #[% bugid %]
</a>
for
<a
href=
"show_bug.cgi?id=[% bugid %]"
>
[% terms.bug %] #[% bugid %]
</a>
[% END %]
[% END %]
[%
h2
= BLOCK %]
[%
subheader
= BLOCK %]
[% bugsummary FILTER html %]
[% bugsummary FILTER html %]
[% END %]
[% END %]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl %]
...
...
template/en/default/attachment/edit.html.tmpl
View file @
84973470
...
@@ -26,16 +26,16 @@
...
@@ -26,16 +26,16 @@
[% title = BLOCK %]
[% title = BLOCK %]
Attachment [% attachment.id %] Details for [% terms.Bug %] [%+ attachment.bug_id %]
Attachment [% attachment.id %] Details for [% terms.Bug %] [%+ attachment.bug_id %]
[% END %]
[% END %]
[% h
1
= BLOCK %]
[% h
eader
= BLOCK %]
Attachment [% attachment.id %] Details for
Attachment [% attachment.id %] Details for
[%+ "$terms.Bug ${attachment.bug_id}" FILTER bug_link(attachment.bug_id) FILTER none %]
[%+ "$terms.Bug ${attachment.bug_id}" FILTER bug_link(attachment.bug_id) FILTER none %]
[% END %]
[% END %]
[%
h2
= BLOCK %][% bugsummary FILTER html %][% END %]
[%
subheader
= BLOCK %][% bugsummary FILTER html %][% END %]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = title
title = title
h
1 = h1
h
eader = header
h2 = h2
subheader = subheader
style = "
style = "
table.attachment_info th { text-align: right; vertical-align: top; }
table.attachment_info th { text-align: right; vertical-align: top; }
table.attachment_info td { text-align: left; vertical-align: top; }
table.attachment_info td { text-align: left; vertical-align: top; }
...
@@ -211,8 +211,9 @@
...
@@ -211,8 +211,9 @@
<tr>
<tr>
<td
width=
"25%"
>
<td
width=
"25%"
>
<small>
<small>
<b>
Description
:
</b><br>
<b>
<label
for=
"description"
>
Description
</label>
:
</b><br>
[% INCLUDE global/textarea.html.tmpl
[% INCLUDE global/textarea.html.tmpl
id = 'description'
name = 'description'
name = 'description'
minrows = 3
minrows = 3
cols = 25
cols = 25
...
@@ -226,8 +227,8 @@
...
@@ -226,8 +227,8 @@
<input
type=
"hidden"
name=
"contenttypeentry"
<input
type=
"hidden"
name=
"contenttypeentry"
value=
"[% attachment.contenttype FILTER html %]"
><br>
value=
"[% attachment.contenttype FILTER html %]"
><br>
[% ELSE %]
[% ELSE %]
<b>
Filename
:
</b><br>
<b>
<label
for=
"filename"
>
Filename
</label>
:
</b><br>
<input
type=
"text"
size=
"20"
name=
"filename"
<input
type=
"text"
size=
"20"
id=
"filename"
name=
"filename"
value=
"[% attachment.filename FILTER html %]"
><br>
value=
"[% attachment.filename FILTER html %]"
><br>
<b>
Size:
</b>
<b>
Size:
</b>
[% IF attachment.datasize %]
[% IF attachment.datasize %]
...
@@ -236,8 +237,9 @@
...
@@ -236,8 +237,9 @@
<em>
deleted
</em>
<em>
deleted
</em>
[% END %]
<br>
[% END %]
<br>
<b>
MIME Type:
</b><br>
<b><label
for=
"contenttypeentry"
>
MIME Type
</label>
:
</b><br>
<input
type=
"text"
size=
"20"
name=
"contenttypeentry"
<input
type=
"text"
size=
"20"
id=
"contenttypeentry"
name=
"contenttypeentry"
value=
"[% attachment.contenttype FILTER html %]"
><br>
value=
"[% attachment.contenttype FILTER html %]"
><br>
<input
type=
"checkbox"
id=
"ispatch"
name=
"ispatch"
value=
"1"
<input
type=
"checkbox"
id=
"ispatch"
name=
"ispatch"
value=
"1"
...
@@ -246,12 +248,13 @@
...
@@ -246,12 +248,13 @@
[% END %]
[% END %]
<input
type=
"checkbox"
id=
"isobsolete"
name=
"isobsolete"
value=
"1"
<input
type=
"checkbox"
id=
"isobsolete"
name=
"isobsolete"
value=
"1"
[%
'
checked=
"checked"
'
IF
attachment
.
isobsolete
%]
>
[%
'
checked=
"checked"
'
IF
attachment
.
isobsolete
%]
>
<label
for=
"isobsolete"
>
obsolete
</label>
<br>
<label
for=
"isobsolete"
>
obsolete
</label>
[% IF (Param("insidergroup")
&&
user.in_group(Param("insidergroup"))) %]
[% IF (Param("insidergroup")
&&
user.in_group(Param("insidergroup"))) %]
<input
type=
"checkbox"
name=
"isprivate"
value=
"1"
<input
type=
"checkbox"
id=
"isprivate"
name=
"isprivate"
value=
"1"
[%
"
checked
"
IF
attachment
.
isprivate
%]
>
private
<br><br>
[%
"
checked
"
IF
attachment
.
isprivate
%]
>
[% ELSE %]
<br>
<label
for=
"isprivate"
>
private
</label>
<br>
[% END %]
[% END %]
<br>
[% IF flag_types.size > 0 %]
[% IF flag_types.size > 0 %]
[% PROCESS "flag/list.html.tmpl" bug_id = attachment.bug_id
[% PROCESS "flag/list.html.tmpl" bug_id = attachment.bug_id
...
@@ -259,8 +262,10 @@
...
@@ -259,8 +262,10 @@
[% END %]
[% END %]
<div
id=
"smallCommentFrame"
>
<div
id=
"smallCommentFrame"
>
<b>
Comment (on the [% terms.bug %]):
</b><br>
<b><label
for=
"comment"
>
Comment
</label>
(on the
[%+ terms.bug %]):
</b><br>
[% INCLUDE global/textarea.html.tmpl
[% INCLUDE global/textarea.html.tmpl
id = 'comment'
name = 'comment'
name = 'comment'
minrows = 5
minrows = 5
cols = 25
cols = 25
...
...
template/en/default/attachment/show-multiple.html.tmpl
View file @
84973470
...
@@ -21,12 +21,12 @@
...
@@ -21,12 +21,12 @@
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/variables.none.tmpl %]
[% filtered_summary = bugsummary FILTER html %]
[% filtered_summary = bugsummary FILTER html %]
[% h
1
= BLOCK %]View All Attachments for
[% h
eader
= BLOCK %]View All Attachments for
[%+ "$terms.Bug $bugid" FILTER bug_link(bugid) FILTER none %][% END %]
[%+ "$terms.Bug $bugid" FILTER bug_link(bugid) FILTER none %][% END %]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "View All Attachments for $terms.Bug #$bugid"
title = "View All Attachments for $terms.Bug #$bugid"
h
1 = h1
h
eader = header
h2
= filtered_summary
subheader
= filtered_summary
style = "
style = "
table.attachment_info th { text-align: right; vertical-align: top; }
table.attachment_info th { text-align: right; vertical-align: top; }
table.attachment_info td { text-align: left; vertical-align: top; }
table.attachment_info td { text-align: left; vertical-align: top; }
...
...
template/en/default/bug/activity/show.html.tmpl
View file @
84973470
...
@@ -30,8 +30,8 @@
...
@@ -30,8 +30,8 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "Changes made to $terms.bug $bug_id"
title = "Changes made to $terms.bug $bug_id"
h
1
= "Activity log"
h
eader
= "Activity log"
h2
= "$terms.Bug <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>"
subheader
= "$terms.Bug <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>"
%]
%]
<br>
<br>
...
...
template/en/default/bug/comments.html.tmpl
View file @
84973470
...
@@ -26,11 +26,15 @@
...
@@ -26,11 +26,15 @@
<script type="text/javascript">
<script type="text/javascript">
<!--
<!--
function updateCommentPrivacy(checkbox, id) {
function updateCommentPrivacy(checkbox, id) {
var
text_elem = document.getElementById('comment_text_'+id)
;
var
comment_elem = document.getElementById('comment_text_'+id).parentNode
;
if (checkbox.checked) {
if (checkbox.checked) {
text_elem.parentNode.className='bz_private';
if (!comment_elem.className.match('bz_private')) {
} else {
comment_elem.className = comment_elem.className.concat(' bz_private');
text_elem.parentNode.className='';
}
}
else {
comment_elem.className =
comment_elem.className.replace(/(\s*|^)bz_private(\s*|$)/, '$2');
}
}
}
}
//-->
//-->
...
@@ -85,12 +89,12 @@
...
@@ -85,12 +89,12 @@
[% BLOCK a_comment %]
[% BLOCK a_comment %]
[% IF NOT comment.isprivate || isinsider %]
[% IF NOT comment.isprivate || isinsider %]
<div
[% "class=\"bz_private\"
" IF comment.isprivate %]
<div
class="bz_comment[% " bz_private
" IF comment.isprivate %]
[% "class=\"bz_comment_hilite\" " IF marks.$count %]
>
[% " bz_comment_hilite" IF marks.$count %]"
>
[% IF count == description %]
[% IF count == description %]
<table>
<table>
<tr>
<tr>
<t
d
align="left">
<t
h
align="left">
<b><a name="c0" href="show_bug.cgi?id=[% bug.bug_id %]#c0">
<b><a name="c0" href="show_bug.cgi?id=[% bug.bug_id %]#c0">
Description</a>:</b>
Description</a>:</b>
[% IF mode == "edit" %]
[% IF mode == "edit" %]
...
@@ -98,16 +102,15 @@
...
@@ -98,16 +102,15 @@
addReplyLink(0);
addReplyLink(0);
//--></script>
//--></script>
[% END %]
[% END %]
</t
d
>
</t
h
>
<td align="left" width="30%">
<td align="left" width="30%">
<b>Opened:</b> [% bug.creation_ts FILTER time %]
<b>Opened:</b> [% bug.creation_ts FILTER time %]
</td>
</td>
</tr>
</tr>
</table>
</table>
[% ELSE %]
[% ELSE %]
<br>
<span class="bz_comment_head">
<span class="bz_comment">
<span class="comment_rule">-------</span> <i>Comment
------- <i>Comment
<a name="c[% count %]" href="show_bug.cgi?id=[% bug.bug_id %]#c[% count %]">
<a name="c[% count %]" href="show_bug.cgi?id=[% bug.bug_id %]#c[% count %]">
#[% count %]</a> From
#[% count %]</a> From
<a href="mailto:[% comment.email FILTER html %]">
<a href="mailto:[% comment.email FILTER html %]">
...
@@ -118,7 +121,7 @@
...
@@ -118,7 +121,7 @@
<script type="text/javascript"><!--
<script type="text/javascript"><!--
addReplyLink([% count %]); //--></script>
addReplyLink([% count %]); //--></script>
[% END %]
[% END %]
-------
<span class="comment_rule">-------</span>
</span>
</span>
[% END %]
[% END %]
...
...
template/en/default/bug/create/make-template.html.tmpl
View file @
84973470
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "Bookmarks are your friend"
title = "Bookmarks are your friend"
h
1
= "Template constructed"
h
eader
= "Template constructed"
%]
%]
<p>
<p>
...
...
template/en/default/bug/dependency-graph.html.tmpl
View file @
84973470
...
@@ -35,14 +35,14 @@
...
@@ -35,14 +35,14 @@
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/variables.none.tmpl %]
[% title = "Dependency Graph"
[% title = "Dependency Graph"
h
1
= title
h
eader
= title
%]
%]
[% IF NOT multiple_bugs AND NOT doall %]
[% IF NOT multiple_bugs AND NOT doall %]
[% filtered_desc = short_desc FILTER html %]
[% filtered_desc = short_desc FILTER html %]
[% title = "$title for $terms.bug $bug_id"
[% title = "$title for $terms.bug $bug_id"
h
1 = "$h1
for $terms.bug <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>"
h
eader = "$header
for $terms.bug <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>"
h2
= filtered_desc
subheader
= filtered_desc
%]
%]
[% END %]
[% END %]
...
...
template/en/default/bug/dependency-tree.html.tmpl
View file @
84973470
...
@@ -26,12 +26,12 @@
...
@@ -26,12 +26,12 @@
[% filtered_desc = blocked_tree.$bugid.short_desc FILTER html %]
[% filtered_desc = blocked_tree.$bugid.short_desc FILTER html %]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "Dependency tree for $terms.Bug $bugid"
title
= "Dependency tree for $terms.Bug $bugid"
h
1
= "Dependency tree for
h
eader
= "Dependency tree for
<a href=\"show_bug.cgi?id=$bugid\">$terms.Bug $bugid</a>"
<a href=\"show_bug.cgi?id=$bugid\">$terms.Bug $bugid</a>"
javascript_urls = ["js/expanding-tree.js"]
javascript_urls = ["js/expanding-tree.js"]
style_urls = ["skins/standard/dependency-tree.css"]
style_urls
= ["skins/standard/dependency-tree.css"]
h2
= filtered_desc
subheader
= filtered_desc
%]
%]
[% PROCESS depthControlToolbar %]
[% PROCESS depthControlToolbar %]
...
...
template/en/default/bug/edit.html.tmpl
View file @
84973470
...
@@ -665,10 +665,12 @@
...
@@ -665,10 +665,12 @@
<hr>
<hr>
<div id="comments">
[% PROCESS bug/comments.html.tmpl
[% PROCESS bug/comments.html.tmpl
comments = bug.longdescs
comments = bug.longdescs
mode = "edit"
mode = "edit"
%]
%]
</div>
</form>
</form>
...
...
template/en/default/bug/knob.html.tmpl
View file @
84973470
...
@@ -24,7 +24,9 @@
...
@@ -24,7 +24,9 @@
[%# *** Knob *** %]
[%# *** Knob *** %]
<br>
<br>
<div id="knob">
<div id="knob-options">
[% knum = 1 %]
[% knum = 1 %]
[% initial_action_shown = 0 %]
[% initial_action_shown = 0 %]
...
@@ -155,7 +157,9 @@
...
@@ -155,7 +157,9 @@
[% END %]
[% END %]
[% END %]
[% END %]
[% END %]
[% END %]
</div>
<div id="knob-buttons">
<input type="submit" value="Commit" id="commit">
<input type="submit" value="Commit" id="commit">
<p>
<p>
<font size="+1">
<font size="+1">
...
@@ -179,6 +183,8 @@
...
@@ -179,6 +183,8 @@
value="[% Param("move-button-text") %]">
value="[% Param("move-button-text") %]">
[% END %]
[% END %]
</p>
</p>
</div>
</div>
[%# Common actions %]
[%# Common actions %]
...
...
template/en/default/bug/show.html.tmpl
View file @
84973470
...
@@ -31,10 +31,10 @@
...
@@ -31,10 +31,10 @@
[% filtered_desc = bug.short_desc FILTER html %]
[% filtered_desc = bug.short_desc FILTER html %]
[% filtered_timestamp = bug.delta_ts FILTER time %]
[% filtered_timestamp = bug.delta_ts FILTER time %]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "$terms.Bug $bug.bug_id
-
$filtered_desc"
title = "$terms.Bug $bug.bug_id
–
$filtered_desc"
h
1
= "$terms.Bug $bug.bug_id"
h
eader
= "$terms.Bug $bug.bug_id"
h2
= filtered_desc
subheader
= filtered_desc
h
3
= "Last modified: $filtered_timestamp"
h
eader_addl_info
= "Last modified: $filtered_timestamp"
bodyclasses = ['bz_bug',
bodyclasses = ['bz_bug',
"bz_status_$bug.bug_status",
"bz_status_$bug.bug_status",
"bz_component_$bug.component",
"bz_component_$bug.component",
...
...
template/en/default/bug/summarize-time.html.tmpl
View file @
84973470
...
@@ -21,17 +21,17 @@
...
@@ -21,17 +21,17 @@
[% title = "Time Summary " %]
[% title = "Time Summary " %]
[% IF do_depends %]
[% IF do_depends %]
[% title = title _ "for " %]
[% title = title _ "for " %]
[% h
1
= title _ "$terms.Bug $ids.0" FILTER bug_link(ids.0) FILTER none %]
[% h
eader
= title _ "$terms.Bug $ids.0" FILTER bug_link(ids.0) FILTER none %]
[% title = title _ "$terms.Bug $ids.0: " %]
[% title = title _ "$terms.Bug $ids.0: " %]
[% h
1 = (h1
_ " (and $terms.bugs blocking it)") IF do_depends %]
[% h
eader = (header
_ " (and $terms.bugs blocking it)") IF do_depends %]
[% ELSE %]
[% ELSE %]
[% title = title _ "($ids.size $terms.bugs selected)" %]
[% title = title _ "($ids.size $terms.bugs selected)" %]
[% h
1
= title %]
[% h
eader
= title %]
[% END %]
[% END %]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = title
title = title
h
1 = h1
h
eader = header
style_urls = ["skins/standard/summarize-time.css"]
style_urls = ["skins/standard/summarize-time.css"]
%]
%]
...
...
template/en/default/bug/votes/list-for-bug.html.tmpl
View file @
84973470
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "Show Votes"
title = "Show Votes"
h2
= "$terms.Bug <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>"
subheader
= "$terms.Bug <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>"
%]
%]
[% total = 0 %]
[% total = 0 %]
...
...
template/en/default/bug/votes/list-for-user.html.tmpl
View file @
84973470
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/variables.none.tmpl %]
[% IF !header_done %]
[% IF !header_done %]
[%
h2
= voting_user.login FILTER html %]
[%
subheader
= voting_user.login FILTER html %]
[% IF canedit %]
[% IF canedit %]
[% title = "Change Votes" %]
[% title = "Change Votes" %]
[% IF bug_id %]
[% IF bug_id %]
...
...
template/en/default/filterexceptions.pl
View file @
84973470
...
@@ -85,6 +85,10 @@
...
@@ -85,6 +85,10 @@
'status.name'
,
'status.name'
,
],
],
'search/tabs.html.tmpl'
=>
[
'content'
,
],
'request/queue.html.tmpl'
=>
[
'request/queue.html.tmpl'
=>
[
'column_headers.$group_field'
,
'column_headers.$group_field'
,
'column_headers.$column'
,
'column_headers.$column'
,
...
@@ -233,9 +237,9 @@
...
@@ -233,9 +237,9 @@
'style'
,
'style'
,
'onload'
,
'onload'
,
'title'
,
'title'
,
'
h1
'
,
'
" – $header" IF header
'
,
'
h2
'
,
'
subheader
'
,
'h
3
'
,
'h
eader_addl_info
'
,
'message'
,
'message'
,
],
],
...
@@ -249,6 +253,10 @@
...
@@ -249,6 +253,10 @@
'size'
,
'size'
,
],
],
'global/tabs.html.tmpl'
=>
[
'content'
,
],
'global/common-links.html.tmpl'
=>
[
'global/common-links.html.tmpl'
=>
[
'email'
,
'email'
,
],
],
...
...
template/en/default/global/choose-classification.html.tmpl
View file @
84973470
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
[% IF target == "enter_bug.cgi" %]
[% IF target == "enter_bug.cgi" %]
[% title = "Select Classification" %]
[% title = "Select Classification" %]
[%
h2
= "Please select the classification." %]
[%
subheader
= "Please select the classification." %]
[% END %]
[% END %]
[% DEFAULT title = "Choose the classification" %]
[% DEFAULT title = "Choose the classification" %]
...
@@ -33,20 +33,20 @@
...
@@ -33,20 +33,20 @@
[% IF Param('showallproducts') %]
[% IF Param('showallproducts') %]
<tr>
<tr>
<th align="right"
valign="center" height=50
>
<th align="right">
<a href="[% target FILTER url_quote %]?classification=__all
<a href="[% target FILTER url_quote %]?classification=__all
[% IF cloned_bug_id %]&cloned_bug_id=[% cloned_bug_id FILTER url_quote %][% END -%]
[% IF cloned_bug_id %]&cloned_bug_id=[% cloned_bug_id FILTER url_quote %][% END -%]
[%- IF format %]&format=[% format FILTER url_quote %][% END %]">
[%- IF format %]&format=[% format FILTER url_quote %][% END %]">
All</a>:
All</a>:
</th>
</th>
<td valign="
center
"> Show all products</td>
<td valign="
top
"> Show all products</td>
</tr>
</tr>
[% END %]
[% END %]
[% FOREACH class = classifications %]
[% FOREACH class = classifications %]
<tr>
<tr>
<th align="right"
valign="top"
>
<th align="right">
<a href="[% target FILTER url_quote %]?classification=[% class.name FILTER url_quote -%]
<a href="[% target FILTER url_quote %]?classification=[% class.name FILTER url_quote -%]
[%- IF cloned_bug_id %]&cloned_bug_id=[% cloned_bug_id FILTER url_quote %][% END -%]
[%- IF cloned_bug_id %]&cloned_bug_id=[% cloned_bug_id FILTER url_quote %][% END -%]
[%- IF format %]&format=[% format FILTER url_quote %][% END %]">
[%- IF format %]&format=[% format FILTER url_quote %][% END %]">
...
...
template/en/default/global/choose-product.html.tmpl
View file @
84973470
...
@@ -31,10 +31,10 @@
...
@@ -31,10 +31,10 @@
[% IF target == "enter_bug.cgi" %]
[% IF target == "enter_bug.cgi" %]
[% title = "Enter $terms.Bug" %]
[% title = "Enter $terms.Bug" %]
[%
h2
= BLOCK %]First, you must pick a product on which to enter [% terms.abug %]. [% END %]
[%
subheader
= BLOCK %]First, you must pick a product on which to enter [% terms.abug %]. [% END %]
[% ELSIF target == "describecomponents.cgi" %]
[% ELSIF target == "describecomponents.cgi" %]
[% title = "$terms.Bugzilla Component Descriptions" %]
[% title = "$terms.Bugzilla Component Descriptions" %]
[%
h2
= "Please specify the product whose components you want described." %]
[%
subheader
= "Please specify the product whose components you want described." %]
[% END %]
[% END %]
[% DEFAULT title = "Choose a Product" %]
[% DEFAULT title = "Choose a Product" %]
...
...
template/en/default/global/common-links.html.tmpl
View file @
84973470
...
@@ -22,54 +22,63 @@
...
@@ -22,54 +22,63 @@
[% DEFAULT btn_id = "find" %]
[% DEFAULT btn_id = "find" %]
<
div
class="links">
<
ul
class="links">
<
a href="./">Home</a> |
<
li><a href="./">Home</a></li>
<
a href="enter_bug.cgi">New</a> |
<
li><span class="separator">| </span><a href="enter_bug.cgi">New</a></li>
<
a href="query.cgi">Search</a> |
<
li><span class="separator">| </span><a href="query.cgi">Search</a></li>
<form action="buglist.cgi" method="get"
<li class="form">
<span class="separator">| </span>
<form action="buglist.cgi" method="get"
onsubmit="if (this.quicksearch.value == '')
onsubmit="if (this.quicksearch.value == '')
{ alert('Please enter one or more search terms first.');
{ alert('Please enter one or more search terms first.');
return false; } return true;">
return false; } return true;">
<input class="txt" type="text" name="quicksearch">
<input class="txt" type="text" name="quicksearch">
<input class="btn" type="submit" value="Find" id="[% btn_id FILTER html %]">
<input class="btn" type="submit" value="Find" id="[% btn_id FILTER html %]">
</form> |
[%-# Work around FF bug: keep this on one line %]</form></li>
<
a href="report.cgi">Reports</a
>
<
li><span class="separator">| </span><a href="report.cgi">Reports</a></li
>
[% IF user.id %]
<li>
[% email = user.login FILTER url_quote %]
<span class="separator">| </span>
| <a href="request.cgi?requester=[% email %]&requestee=
[% IF user.id %]
[%- email %]&do_union=1&group=type">My Requests</a>
[% email = user.login FILTER url_quote %]
[% ELSE %]
<a href="request.cgi?requester=[% email %]&requestee=
| <a href="request.cgi">Requests</a>
[% email %]&do_union=1&group=type">My Requests</a>
[% END %]
[% ELSE %]
<a href="request.cgi">Requests</a>
[% END %]
[%-# Work around FF bug: keep this on one line %]</li>
[% IF user.id && Param('usevotes') %]
[% IF user.id && Param('usevotes') %]
| <a href="votes.cgi?action=show_user">My Votes</a
>
<li><span class="separator">| </span><a href="votes.cgi?action=show_user">My Votes</a></li
>
[% END %]
[% END %]
[% IF user.login %]
[% IF user.login %]
[% ' | <a href="sanitycheck.cgi">Sanity check</a>' IF user.groups.tweakparams %]
[% '<li><span class="separator">| </span><a href="sanitycheck.cgi">Sanity check</a></li>'
[% IF user.authorizer.can_logout %]
IF user.groups.tweakparams %]
| <a href="relogin.cgi">Log out</a>
<li>
[% ELSE %]
<span class="separator">| </span>
| Logged in as
[% IF user.authorizer.can_logout %]
[% END %]
<a href="relogin.cgi">Log out</a>
[% IF sudoer %]
[% ELSE %]
[%+ sudoer.login FILTER html %] (<b>impersonating
Logged in as
[%+ user.login FILTER html %]</b>
[% END %]
<a href="relogin.cgi?action=end-sudo">end session</a>)
[% IF sudoer %]
[% ELSE %]
[%+ sudoer.login FILTER html %] (<b>impersonating
[%+ user.login FILTER html %]
[%+ user.login FILTER html %]</b>
[% END %]
<a href="relogin.cgi?action=end-sudo">end session</a>)
[% ELSE %]
[%+ user.login FILTER html %]
[% END %]
[%-# Work around FF bug: keep this on one line %]</li>
[% ELSE %]
[% ELSE %]
[% IF Param('createemailregexp')
[% IF Param('createemailregexp')
&& user.authorizer.user_can_create_account %]
&& user.authorizer.user_can_create_account %]
| <a href="createaccount.cgi">New Account</a
>
<li><span class="separator">| </span><a href="createaccount.cgi">New Account</a></li
>
[% END %]
[% END %]
[% IF user.authorizer.can_login %]
[% IF user.authorizer.can_login %]
| <a href="index.cgi?GoAheadAndLogIn=1">Log In</a
>
<li><span class="separator">| </span><a href="index.cgi?GoAheadAndLogIn=1">Log In</a></li
>
[% END %]
[% END %]
[% END %]
[% END %]
</
div
>
</
ul
>
template/en/default/global/footer.html.tmpl
View file @
84973470
...
@@ -27,6 +27,8 @@
...
@@ -27,6 +27,8 @@
[% INCLUDE "global/help.html.tmpl" %]
[% INCLUDE "global/help.html.tmpl" %]
</div>
[%# Migration note: below this point, this file corresponds to the old Param
[%# Migration note: below this point, this file corresponds to the old Param
# 'footerhtml'
# 'footerhtml'
#%]
#%]
...
@@ -45,3 +47,4 @@
...
@@ -45,3 +47,4 @@
</body>
</body>
</html>
</html>
template/en/default/global/header.html.tmpl
View file @
84973470
...
@@ -25,9 +25,9 @@
...
@@ -25,9 +25,9 @@
[%# INTERFACE:
[%# INTERFACE:
# (All the below interface elements are optional.)
# (All the below interface elements are optional.)
# title: string. Page title.
# title: string. Page title.
# h
1
: string. Main page header.
# h
eader
: string. Main page header.
#
h2
: string. Page subheader.
#
subheader
: string. Page subheader.
# h
3: string. Right-aligned subheader
.
# h
eader_addl_info: string. Additional header information
.
# bodyclasses: array of extra CSS classes for the
<body>
# bodyclasses: array of extra CSS classes for the
<body>
# onload: string. JavaScript code to run when the page finishes loading.
# onload: string. JavaScript code to run when the page finishes loading.
# javascript: string. Javascript to go in the header.
# javascript: string. Javascript to go in the header.
...
@@ -43,20 +43,20 @@
...
@@ -43,20 +43,20 @@
[% END %]
[% END %]
[% DEFAULT
[% DEFAULT
h2
= ""
subheader
= ""
h
3
= ""
h
eader_addl_info
= ""
onload = ""
onload = ""
style_urls = []
style_urls = []
%]
%]
[%# We should be able to set the default value of the h
1
variable
[%# We should be able to set the default value of the h
eader
variable
# to the value of the title variable using the DEFAULT directive,
# to the value of the title variable using the DEFAULT directive,
# but that doesn't work if a caller sets h
1
to the empty string
# but that doesn't work if a caller sets h
eader
to the empty string
# to avoid h
1
inheriting the value of title, since DEFAULT
# to avoid h
eader
inheriting the value of title, since DEFAULT
# mistakenly treats empty strings as undefined and gives h
1
the
# mistakenly treats empty strings as undefined and gives h
eader
the
# value of title anyway. To get around that problem we explicitly
# value of title anyway. To get around that problem we explicitly
# set h
1
's default value here only if it is undefined. %]
# set h
eader
's default value here only if it is undefined. %]
[% IF !h
1.defined %][% h1
= title %][% END %]
[% IF !h
eader.defined %][% header
= title %][% END %]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
"http://www.w3.org/TR/html4/loose.dtd">
...
@@ -106,6 +106,14 @@
...
@@ -106,6 +106,14 @@
rel=
"stylesheet"
rel=
"stylesheet"
type=
"text/css"
>
type=
"text/css"
>
[% END %]
[% END %]
<!--[if IE]>
[%# Internet Explorer treats [if IE] HTML comments as uncommented.
# Use it to import CSS fixes so that Bugzilla looks decent on IE, too.
#%]
<link href="skins/standard/IE-fixes.css"
rel="stylesheet"
type="text/css">
<![endif]-->
[%# CSS cascade, part 2: Standard Bugzilla stylesheet set (selectable)
[%# CSS cascade, part 2: Standard Bugzilla stylesheet set (selectable)
# Present if skin selection is enabled.
# Present if skin selection is enabled.
...
@@ -117,6 +125,16 @@
...
@@ -117,6 +125,16 @@
title=
"[% setting_descs.standard FILTER html %]"
title=
"[% setting_descs.standard FILTER html %]"
type=
"text/css"
>
type=
"text/css"
>
[% END %]
[% END %]
<!--[if IE]>
[%# Internet Explorer treats [if IE] HTML comments as uncommented.
# Use it to import CSS fixes so that Bugzilla looks decent on IE,
# too.
#%]
<link href="skins/standard/IE-fixes.css"
rel="[% 'alternate ' IF user_skin %]stylesheet"
title="[% setting_descs.standard FILTER html %]"
type="text/css">
<![endif]-->
[% END %]
[% END %]
[%# CSS cascade, part 3: Third-party stylesheet set (selectable).
[%# CSS cascade, part 3: Third-party stylesheet set (selectable).
...
@@ -145,6 +163,16 @@
...
@@ -145,6 +163,16 @@
type=
"text/css"
>
type=
"text/css"
>
[% END %]
[% END %]
[% END %]
[% END %]
<!--[if IE]>
[%# Internet Explorer treats [if IE] HTML comments as uncommented.
# Use it to import CSS fixes so that Bugzilla looks decent on IE,
# too.
#%]
<link href="skins/contrib/[% contrib_skin FILTER html %]/IE-fixes.css"
rel="[% 'alternate ' UNLESS contrib_skin == user_skin %]stylesheet"
title="[% contrib_skin FILTER html %]"
type="text/css">
<![endif]-->
[% END %]
[% END %]
[% END %]
[% END %]
...
@@ -166,6 +194,14 @@
...
@@ -166,6 +194,14 @@
FILTER
html
%]"
rel=
"stylesheet"
type=
"text/css"
>
FILTER
html
%]"
rel=
"stylesheet"
type=
"text/css"
>
[% END %]
[% END %]
[% END %]
[% END %]
<!--[if IE]>
[%# Internet Explorer treats [if IE] HTML comments as uncommented.
# Use it to import CSS fixes so that Bugzilla looks decent on IE, too.
#%]
<link href="skins/custom/IE-fixes.css"
rel="stylesheet"
type="text/css">
<![endif]-->
[%# this puts the live bookmark up on firefox for the Atom feed %]
[%# this puts the live bookmark up on firefox for the Atom feed %]
[% IF atomlink %]
[% IF atomlink %]
...
@@ -200,19 +236,20 @@
...
@@ -200,19 +236,20 @@
<table
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
id=
"titles"
>
<table
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
id=
"titles"
>
<tr>
<tr>
<td
id=
"title"
>
<td
id=
"title"
>
[% terms.Bugzilla %][% IF h1 %] - [% h1 %] [% END %]
<p>
[% terms.Bugzilla %]
</td>
[% "
–
$header" IF header %]
</p>
</td>
[% IF
h2
%]
[% IF
subheader
%]
<td
id=
"subtitle"
>
<td
id=
"subtitle"
>
[% h2 %]
<p
class=
"subheader"
>
[% subheader %]
</p>
</td>
</td>
[% END %]
[% END %]
[% IF h
3
%]
[% IF h
eader_addl_info
%]
<td
id=
"information"
>
<td
id=
"information"
>
[% h3 %]
<p
class=
"header_addl_info"
>
[% header_addl_info %]
</p>
</td>
</td>
[% END %]
[% END %]
</tr>
</tr>
...
@@ -220,6 +257,10 @@
...
@@ -220,6 +257,10 @@
[% PROCESS "global/common-links.html.tmpl" btn_id = "find_top" %]
[% PROCESS "global/common-links.html.tmpl" btn_id = "find_top" %]
</div>
<div
id=
"bugzilla-body"
>
[% IF Param('announcehtml') %]
[% IF Param('announcehtml') %]
[% Param('announcehtml') FILTER none %]
[% Param('announcehtml') FILTER none %]
[% END %]
[% END %]
...
@@ -227,5 +268,3 @@
...
@@ -227,5 +268,3 @@
[% IF message %]
[% IF message %]
<div
id=
"message"
>
[% message %]
</div>
<div
id=
"message"
>
[% message %]
</div>
[% END %]
[% END %]
</div>
template/en/default/global/per-bug-queries.html.tmpl
View file @
84973470
...
@@ -58,10 +58,9 @@
...
@@ -58,10 +58,9 @@
[% lists_of_bugs.push(q.name) %]
[% lists_of_bugs.push(q.name) %]
[% END %]
[% END %]
<div id="links-special">
<li id="links-special">
<div class="label"> </div>
<div class="label"></div>
<div class="links">
<ul class="links"><li class="form">
<hr>
<form id="list_of_bugs" action="buglist.cgi" method="get">
<form id="list_of_bugs" action="buglist.cgi" method="get">
<input type="hidden" name="cmdtype" value="doit">
<input type="hidden" name="cmdtype" value="doit">
<input type="hidden" name="remtype" value="asnamed">
<input type="hidden" name="remtype" value="asnamed">
...
@@ -84,11 +83,12 @@
...
@@ -84,11 +83,12 @@
[% END %]
[% END %]
<span id="lob_new_query_text">
<span id="lob_new_query_text">
[% " or to" IF lists_of_bugs.size %] the new saved search:
[% " or to" IF lists_of_bugs.size %] the new saved search:
<input type="text" id="lob_newqueryname" name="newqueryname" size="20" maxlength="64"
<input class="txt" type="text" id="lob_newqueryname"
size="20" maxlength="64" name="newqueryname"
onkeyup="manage_old_lists();">
onkeyup="manage_old_lists();">
</span>
</span>
<input type="submit" value="Commit" id="commit_list_of_bugs">
<input type="submit" value="Commit" id="commit_list_of_bugs">
</form>
</form>
</
div
>
</
li></ul
>
</
div
>
</
li
>
[% END %]
[% END %]
template/en/default/global/tabs.html.tmpl
View file @
84973470
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
#
#
# Contributor(s): Gervase Markham <gerv@gerv.net>
# Contributor(s): Gervase Markham <gerv@gerv.net>
# Myk Melez <myk@mozilla.org>
# Myk Melez <myk@mozilla.org>
# Marc Schumann <wurblzap@gmail.com>
#%]
#%]
[%# INTERFACE:
[%# INTERFACE:
...
@@ -28,20 +29,25 @@
...
@@ -28,20 +29,25 @@
# current_tab_name: string. name of the currently selected tab
# current_tab_name: string. name of the currently selected tab
#%]
#%]
<
center
>
<
div class="tabbed"
>
<table cellspacing="0" cellpadding="10" border="0" width="100%">
<table c
lass="tabs" c
ellspacing="0" cellpadding="10" border="0" width="100%">
<tr>
<tr>
<td class="
tab
spacer"> </td>
<td class="spacer"> </td>
[% FOREACH tab = tabs %]
[% FOREACH tab = tabs %]
[% IF tab.name == current_tab_name %]
[% IF tab.name == current_tab_name %]
<td class="
tab
selected">[% tab.label FILTER html %]</td>
<td class="selected">[% tab.label FILTER html %]</td>
[% ELSE %]
[% ELSE %]
<td class="
tab
"><a href="[% tab.link FILTER html %]">[% tab.label FILTER html %]</a></td>
<td class="
clickable_area" onClick="document.location='[% tab.link FILTER html %]'
"><a href="[% tab.link FILTER html %]">[% tab.label FILTER html %]</a></td>
[% END %]
[% END %]
[% END %]
[% END %]
<td class="tab spacer"> </td>
<td class="spacer"> </td>
</tr>
</tr>
</table>
</table>
</center>
<div class="tabbody">
[% content %]
</div>
</div>
template/en/default/global/useful-links.html.tmpl
View file @
84973470
...
@@ -26,86 +26,87 @@
...
@@ -26,86 +26,87 @@
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/variables.none.tmpl %]
<
div
id="useful-links">
<
ul
id="useful-links">
<
div
id="links-actions">
<
li
id="links-actions">
<div class="label">Actions:</div>
<div class="label">Actions:</div>
[% PROCESS "global/common-links.html.tmpl" btn_id = "find_bottom" %]
[% PROCESS "global/common-links.html.tmpl" btn_id = "find_bottom" %]
</
div
>
</
li
>
[% IF user.login %]
[% IF user.login %]
<div id="links-edit">
<li id="links-edit">
<div class="label">Edit:</div>
<div class="label">Edit:</div>
<div class="links">
<ul class="links">
<li><a href="userprefs.cgi">Prefs</a></li>
<a href="userprefs.cgi">Prefs</a>
[% ' <li><span class="separator">| </span><a href="editparams.cgi">Parameters</a></li>' _
[% ' | <a href="editparams.cgi">Parameters</a> ' _
' <li><span class="separator">| </span><a href="editsettings.cgi">User Preferences</a></li>'
' | <a href="editsettings.cgi">User Preferences</a>'
IF user.groups.tweakparams %]
IF user.groups.tweakparams %]
[% '
| <a href="editusers.cgi">Users</a>' IF user.groups.editusers
[% '
<li><span class="separator">| </span><a href="editusers.cgi">Users</a></li>' IF user.groups.editusers
|| user.can_bless %]
|| user.can_bless %]
[% IF Param('useclassification') && user.groups.editclassifications %]
[% IF Param('useclassification') && user.groups.editclassifications %]
[% '
| <a href="editclassifications.cgi">Classifications</a
>' %]
[% '
<li><span class="separator">| </span><a href="editclassifications.cgi">Classifications</a></li
>' %]
[% END %]
[% END %]
[% '
| <a href="editproducts.cgi">Products</a>'
[% '
<li><span class="separator">| </span><a href="editproducts.cgi">Products</a></li>'
IF user.groups.editcomponents %]
IF user.groups.editcomponents %]
[% '
| <a href="editflagtypes.cgi">Flags</a
>'
[% '
<li><span class="separator">| </span><a href="editflagtypes.cgi">Flags</a></li
>'
IF user.groups.editcomponents %]
IF user.groups.editcomponents %]
[% '
| <a href="editfields.cgi">Custom Fields</a
>'
[% '
<li><span class="separator">| </span><a href="editfields.cgi">Custom Fields</a></li
>'
IF user.groups.admin %]
IF user.groups.admin %]
[% '
| <a href="editvalues.cgi">Field Values</a
>'
[% '
<li><span class="separator">| </span><a href="editvalues.cgi">Field Values</a></li
>'
IF user.groups.editcomponents %]
IF user.groups.editcomponents %]
[% '
| <a href="editgroups.cgi">Groups</a>'
[% '
<li><span class="separator">| </span><a href="editgroups.cgi">Groups</a></li>'
IF user.groups.creategroups %]
IF user.groups.creategroups %]
[% '
| <a href="editkeywords.cgi">Keywords</a>'
[% '
<li><span class="separator">| </span><a href="editkeywords.cgi">Keywords</a></li>'
IF user.groups.editkeywords %]
IF user.groups.editkeywords %]
[% '
| <a href="editwhines.cgi">Whining</a>'
[% '
<li><span class="separator">| </span><a href="editwhines.cgi">Whining</a></li>'
IF user.groups.bz_canusewhines %]
IF user.groups.bz_canusewhines %]
</div
>
</ul
>
</div
>
</li
>
[% END %]
[% END %]
[%# Saved searches %]
[%# Saved searches %]
<div id="links-saved">
[% IF user.showmybugslink OR user.queries.size %]
<div class="label">
<li id="links-saved">
[% IF user.showmybugslink OR user.queries.size %]
<div class="label">
Saved Searches:
Saved Searches:
[% END %]
</div>
</div>
<ul class="links">
<div class="links">
[% IF user.showmybugslink %]
[% IF user.showmybugslink %]
[% filtered_username = user.login FILTER url_quote %]
[% filtered_username = user.login FILTER url_quote %]
<li><a href="[% Param('mybugstemplate').replace('%userid%', filtered_username) %]">My [% terms.Bugs %]</a></li>
<a href="[% Param('mybugstemplate').replace('%userid%', filtered_username) %]">My [% terms.Bugs %]</a>
[% print_pipe = 1 %]
[% END %]
[% FOREACH q = user.queries %]
[% NEXT IF q.userid != user.id %]
[% IF q.link_in_footer %]
[% " | " IF print_pipe %]
<a href="buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=
[% q.name FILTER url_quote %]">[% q.name FILTER html FILTER no_break %]</a>
[% print_pipe = 1 %]
[% print_pipe = 1 %]
[% END %]
[% END %]
[% END %]
[% " <br> " IF print_pipe %]
[% FOREACH q = user.queries %]
[% print_pipe = 0 %]
[% NEXT IF q.userid != user.id %]
[% FOREACH q = user.queries %]
[% IF q.link_in_footer %]
[% NEXT IF q.userid == user.id %]
<li>[% '<span class="separator">| </span>' IF print_pipe %]
[% IF q.link_in_footer %]
<a href="buglist.cgi?cmdtype=runnamed&namedcmd=[% q.name FILTER url_quote %]">[% q.name FILTER html %]</a></li>
[% " | " IF print_pipe %]
[% print_pipe = 1 %]
<a href="buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=
[% END %]
[% q.name FILTER url_quote %]&sharer_id=
[% END %]
[% q.userid FILTER url_quote %]"
[% new_line = print_pipe %]
class="shared"
[% print_pipe = 0 %]
title="Shared by [% q.user.identity FILTER html %]">[% q.name FILTER html FILTER no_break %]</a>
[% FOREACH q = user.queries %]
[% print_pipe = 1 %]
[% NEXT IF q.userid == user.id %]
[% IF q.link_in_footer %]
[% IF new_line %]
<br>
[% new_line = 0 %]
[% END %]
<li>
[% '<span class="separator">| </span>' IF print_pipe %]
<a href="buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=
[% q.name FILTER url_quote %]&sharer_id=
[% q.userid FILTER url_quote %]"
class="shared"
title="Shared by [% q.user.identity FILTER html %]">[% q.name FILTER html FILTER no_break %]</a></li>
[% print_pipe = 1 %]
[% END %]
[% END %]
[% END %]
[% END %]
</ul>
</
div
>
</
li
>
</div>
[% END %]
[%# Individual bugs addition %]
[%# Individual bugs addition %]
...
@@ -113,4 +114,4 @@
...
@@ -113,4 +114,4 @@
[%# Sections of links to more things users can do on this installation. %]
[%# Sections of links to more things users can do on this installation. %]
[% Hook.process("end") %]
[% Hook.process("end") %]
</
div
>
</
ul
>
template/en/default/index.html.tmpl
View file @
84973470
...
@@ -31,8 +31,8 @@
...
@@ -31,8 +31,8 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "$terms.Bugzilla Main Page"
title = "$terms.Bugzilla Main Page"
h
1
= "Main Page"
h
eader
= "Main Page"
h
3
= "version $constants.BUGZILLA_VERSION"
h
eader_addl_info
= "version $constants.BUGZILLA_VERSION"
style_urls = [ 'skins/standard/index.css' ]
style_urls = [ 'skins/standard/index.css' ]
onload = 'document.forms[\'f\'].quicksearch.focus();'
onload = 'document.forms[\'f\'].quicksearch.focus();'
%]
%]
...
...
template/en/default/list/quips.html.tmpl
View file @
84973470
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "$terms.Bugzilla Quip System"
title = "$terms.Bugzilla Quip System"
h
1
= "Add your own clever headline"
h
eader
= "Add your own clever headline"
%]
%]
[% IF added_quip %]
[% IF added_quip %]
...
...
template/en/default/list/table.html.tmpl
View file @
84973470
...
@@ -160,14 +160,16 @@
...
@@ -160,14 +160,16 @@
[% tableheader %]
[% tableheader %]
[% END %]
[% END %]
<tr class="bz_[% bug.bug_severity FILTER css_class_quote -%]
<tr class="clickable_area bz_bugitem
bz_[% bug.bug_severity FILTER css_class_quote -%]
bz_[% bug.priority FILTER css_class_quote -%]
bz_[% bug.priority FILTER css_class_quote -%]
bz_[% bug.bug_status FILTER css_class_quote -%]
bz_[% bug.bug_status FILTER css_class_quote -%]
[%+ "bz_$bug.resolution" FILTER css_class_quote IF bug.resolution -%]
[%+ "bz_$bug.resolution" FILTER css_class_quote IF bug.resolution -%]
[%+ "bz_secure" IF bug.secure_mode -%]
[%+ "bz_secure" IF bug.secure_mode -%]
[%+ "bz_secure_mode_$bug.secure_mode" FILTER css_class_quote IF bug.secure_mode -%]
[%+ "bz_secure_mode_$bug.secure_mode" FILTER css_class_quote IF bug.secure_mode -%]
[%+ count % 2 == 1 ? "bz_row_odd" : "bz_row_even" -%]
[%+ count % 2 == 1 ? "bz_row_odd" : "bz_row_even" -%]
">
"
onClick="document.location='show_bug.cgi?id=[% bug.bug_id %]'">
[% IF dotweak %]
[% IF dotweak %]
...
@@ -176,7 +178,8 @@
...
@@ -176,7 +178,8 @@
</td>
</td>
[% END %]
[% END %]
<td class="first-child">
<td class="first-child">
<a href="show_bug.cgi?id=[% bug.bug_id %]">[% bug.bug_id %]</a>
<a name="b[% bug.bug_id %]"
href="show_bug.cgi?id=[% bug.bug_id %]">[% bug.bug_id %]</a>
<span style="display: none">[%+ '[SEC]' IF bug.secure_mode %]</span>
<span style="display: none">[%+ '[SEC]' IF bug.secure_mode %]</span>
</td>
</td>
...
...
template/en/default/reports/chart.html.tmpl
View file @
84973470
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "Chart"
title = "Chart"
h
3
= time2str("%Y-%m-%d %H:%M:%S", time)
h
eader_addl_info
= time2str("%Y-%m-%d %H:%M:%S", time)
%]
%]
<div align="center">
<div align="center">
...
...
template/en/default/reports/edit-series.html.tmpl
View file @
84973470
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#%]
#%]
[% title = "Edit Series" %]
[% title = "Edit Series" %]
[%
h2
= BLOCK %]
[%
subheader
= BLOCK %]
[% default.category FILTER html %] /
[% default.category FILTER html %] /
[%+ default.subcategory FILTER html %] /
[%+ default.subcategory FILTER html %] /
[%+ default.name FILTER html %]
[%+ default.name FILTER html %]
...
...
template/en/default/reports/report.html.tmpl
View file @
84973470
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
.t4 { background-color: #c3d3ed } /* darker blue */
.t4 { background-color: #c3d3ed } /* darker blue */
.ttotal { background-color: #cfffdf } /* light green */
.ttotal { background-color: #cfffdf } /* light green */
"
"
h
3
= time2str("%Y-%m-%d %H:%M:%S", time)
h
eader_addl_info
= time2str("%Y-%m-%d %H:%M:%S", time)
%]
%]
[% IF debug %]
[% IF debug %]
...
...
template/en/default/search/search-advanced.html.tmpl
View file @
84973470
...
@@ -37,7 +37,7 @@ var queryform = "queryform"
...
@@ -37,7 +37,7 @@ var queryform = "queryform"
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "Search for $terms.bugs"
title = "Search for $terms.bugs"
h
1
= ""
h
eader
= ""
onload = "doOnSelectProduct(0); initHelp();"
onload = "doOnSelectProduct(0); initHelp();"
javascript = js_data
javascript = js_data
javascript_urls = [ "js/productform.js" ]
javascript_urls = [ "js/productform.js" ]
...
@@ -46,7 +46,7 @@ var queryform = "queryform"
...
@@ -46,7 +46,7 @@ var queryform = "queryform"
}"
}"
%]
%]
[%
PROCESS
search/tabs.html.tmpl %]
[%
WRAPPER
search/tabs.html.tmpl %]
[% button_name = "Search" %]
[% button_name = "Search" %]
...
@@ -84,4 +84,6 @@ var queryform = "queryform"
...
@@ -84,4 +84,6 @@ var queryform = "queryform"
[% PROCESS "search/search-help.html.tmpl" IF cgi.param("help") %]
[% PROCESS "search/search-help.html.tmpl" IF cgi.param("help") %]
[% END %]
[% PROCESS global/footer.html.tmpl %]
[% PROCESS global/footer.html.tmpl %]
template/en/default/search/search-specific.html.tmpl
View file @
84973470
...
@@ -23,10 +23,10 @@
...
@@ -23,10 +23,10 @@
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "Find a Specific " _ terms.Bug
title = "Find a Specific " _ terms.Bug
h
1 = ""
h
eader = ''
%]
%]
[%
PROCESS
search/tabs.html.tmpl %]
[%
WRAPPER
search/tabs.html.tmpl %]
<p>
<p>
Find a specific [% terms.bug %] by entering words that describe it.
Find a specific [% terms.bug %] by entering words that describe it.
...
@@ -116,5 +116,7 @@ for "crash secure SSL flash".
...
@@ -116,5 +116,7 @@ for "crash secure SSL flash".
</table>
</table>
</form>
</form>
[% END %]
[% PROCESS global/footer.html.tmpl %]
[% PROCESS global/footer.html.tmpl %]
template/en/default/search/tabs.html.tmpl
View file @
84973470
...
@@ -24,10 +24,14 @@
...
@@ -24,10 +24,14 @@
# This template has no interface.
# This template has no interface.
#%]
#%]
[%
PROCESS
global/tabs.html.tmpl
[%
WRAPPER
global/tabs.html.tmpl
tabs = [ { name => 'specific', label => "Find a Specific $terms.Bug",
tabs = [ { name => 'specific', label => "Find a Specific $terms.Bug",
link => "query.cgi?format=specific" },
link => "query.cgi?format=specific" },
{ name => 'advanced', label => "Advanced Search",
{ name => 'advanced', label => "Advanced Search",
link => "query.cgi?format=advanced" } ]
link => "query.cgi?format=advanced" } ]
current_tab_name = query_format || format || "advanced"
current_tab_name = query_format || format || "advanced"
%]
%]
[% content %]
[% END %]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment