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
6ec682ac
Commit
6ec682ac
authored
Aug 19, 2006
by
lpsolit%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 252856: HTML charts don't validate - Patch by victory(_RSZ_) <bmo@rsz.jp> r=gerv a=myk
parent
4b92f274
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
filterexceptions.pl
template/en/default/filterexceptions.pl
+0
-1
report-table.html.tmpl
template/en/default/reports/report-table.html.tmpl
+2
-3
report.html.tmpl
template/en/default/reports/report.html.tmpl
+4
-3
No files found.
template/en/default/filterexceptions.pl
View file @
6ec682ac
...
@@ -123,7 +123,6 @@
...
@@ -123,7 +123,6 @@
],
],
'reports/report-table.html.tmpl'
=>
[
'reports/report-table.html.tmpl'
=>
[
'buglistbase'
,
'"&$tbl_vals" IF tbl_vals'
,
'"&$tbl_vals" IF tbl_vals'
,
'"&$col_vals" IF col_vals'
,
'"&$col_vals" IF col_vals'
,
'"&$row_vals" IF row_vals'
,
'"&$row_vals" IF row_vals'
,
...
...
template/en/default/reports/report-table.html.tmpl
View file @
6ec682ac
...
@@ -37,10 +37,10 @@
...
@@ -37,10 +37,10 @@
[% row_field_disp = field_descs.$row_field || row_field %]
[% row_field_disp = field_descs.$row_field || row_field %]
[% IF tbl == "-total-" %]
[% IF tbl == "-total-" %]
[% urlbase = BLOCK %]buglist.cgi?[% buglistbase %]
[% urlbase = BLOCK %]buglist.cgi?[% buglistbase
FILTER html
%]
[% "&$tbl_vals" IF tbl_vals %][% END %]
[% "&$tbl_vals" IF tbl_vals %][% END %]
[% ELSE %]
[% ELSE %]
[% urlbase = BLOCK %]buglist.cgi?[% buglistbase %]&
[% urlbase = BLOCK %]buglist.cgi?[% buglistbase
FILTER html
%]&
[% tbl_field FILTER url_quote %]=[% tbl FILTER url_quote %][% END %]
[% tbl_field FILTER url_quote %]=[% tbl FILTER url_quote %][% END %]
[% END %]
[% END %]
...
@@ -154,7 +154,6 @@
...
@@ -154,7 +154,6 @@
[% col_field FILTER url_quote %]=[% col FILTER url_quote %]
[% col_field FILTER url_quote %]=[% col FILTER url_quote %]
[% "&$row_vals" IF row_vals %]">
[% "&$row_vals" IF row_vals %]">
[% col_totals.$col %]</a>
[% col_totals.$col %]</a>
<strong>
</td>
</td>
[% END %]
[% END %]
<td class="ttotal" align="right">
<td class="ttotal" align="right">
...
...
template/en/default/reports/report.html.tmpl
View file @
6ec682ac
...
@@ -51,6 +51,7 @@
...
@@ -51,6 +51,7 @@
[% tbl_field_disp = field_descs.$tbl_field || tbl_field %]
[% tbl_field_disp = field_descs.$tbl_field || tbl_field %]
[% col_field_disp = field_descs.$col_field || col_field %]
[% col_field_disp = field_descs.$col_field || col_field %]
[% row_field_disp = field_descs.$row_field || row_field %]
[% row_field_disp = field_descs.$row_field || row_field %]
[% switchbase = switchbase FILTER html %]
[% title = BLOCK %]
[% title = BLOCK %]
Report:
Report:
...
@@ -125,8 +126,8 @@
...
@@ -125,8 +126,8 @@
{ name => "line", description => "Line" },
{ name => "line", description => "Line" },
{ name => "table", description => "Table" } ] %]
{ name => "table", description => "Table" } ] %]
[% formaturl = "report.cgi?$switchbase&
width=$width&height=$height
" _
[% formaturl = "report.cgi?$switchbase&
amp;width=$width
" _
"&action=wrap" %]
"&a
mp;height=$height&a
ction=wrap" %]
[% FOREACH other_format = formats %]
[% FOREACH other_format = formats %]
[% NEXT IF other_format.name == "pie" AND row_field AND col_field %]
[% NEXT IF other_format.name == "pie" AND row_field AND col_field %]
[% UNLESS other_format.name == format %]
[% UNLESS other_format.name == format %]
...
@@ -157,7 +158,7 @@
...
@@ -157,7 +158,7 @@
[% height - 100 %]">Shorter</a><br>
[% height - 100 %]">Shorter</a><br>
</td>
</td>
[% END %]
[% END %]
<tr>
<
/
tr>
</table>
</table>
<p>
<p>
...
...
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