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
9eebc260
Commit
9eebc260
authored
Feb 25, 2005
by
bugreport%peshkin.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 282999 remove Javascript LANGUAGE attribute in all files
Patch by Anne van Kesteren <bug@annevankesteren.nl> r=LpSolit,a=myk
parent
04eec747
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
21 additions
and
21 deletions
+21
-21
list.html.tmpl
template/en/default/admin/flag-type/list.html.tmpl
+1
-1
diff-file.html.tmpl
template/en/default/attachment/diff-file.html.tmpl
+1
-1
diff-header.html.tmpl
template/en/default/attachment/diff-header.html.tmpl
+1
-1
edit.html.tmpl
template/en/default/attachment/edit.html.tmpl
+2
-2
comments.html.tmpl
template/en/default/bug/comments.html.tmpl
+1
-1
create-guided.html.tmpl
template/en/default/bug/create/create-guided.html.tmpl
+1
-1
create.html.tmpl
template/en/default/bug/create/create.html.tmpl
+1
-1
dependency-tree.html.tmpl
template/en/default/bug/dependency-tree.html.tmpl
+1
-1
edit.html.tmpl
template/en/default/bug/edit.html.tmpl
+2
-2
header.html.tmpl
template/en/default/global/header.html.tmpl
+2
-2
help-header.html.tmpl
template/en/default/global/help-header.html.tmpl
+1
-1
quips.html.tmpl
template/en/default/list/quips.html.tmpl
+1
-1
create-chart.html.tmpl
template/en/default/reports/create-chart.html.tmpl
+2
-2
form.html.tmpl
template/en/default/search/form.html.tmpl
+2
-2
search-create-series.html.tmpl
template/en/default/search/search-create-series.html.tmpl
+1
-1
search-specific.html.tmpl
template/en/default/search/search-specific.html.tmpl
+1
-1
No files found.
template/en/default/admin/flag-type/list.html.tmpl
View file @
9eebc260
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<a href="editflagtypes.cgi?action=enter&target_type=attachment">Create Flag Type For Attachments</a>
<a href="editflagtypes.cgi?action=enter&target_type=attachment">Create Flag Type For Attachments</a>
</p>
</p>
<script type="text/javascript"
language="JavaScript"
>
<script type="text/javascript">
<!--
<!--
function confirmDelete(id, name, count)
function confirmDelete(id, name, count)
{
{
...
...
template/en/default/attachment/diff-file.html.tmpl
View file @
9eebc260
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
[% END %]
[% END %]
[% END %]
[% END %]
</td></tr></thead><tbody class="[% collapsed ? 'file_collapse' : 'file' %]">
</td></tr></thead><tbody class="[% collapsed ? 'file_collapse' : 'file' %]">
<script type="
application/x-javascript" language="JavaS
cript">
<script type="
text/javas
cript">
incremental_restore()
incremental_restore()
</script>
</script>
...
...
template/en/default/attachment/diff-header.html.tmpl
View file @
9eebc260
...
@@ -229,7 +229,7 @@ tbody.file pre:empty {
...
@@ -229,7 +229,7 @@ tbody.file pre:empty {
<style
type=
"text/css"
>
<style
type=
"text/css"
>
[%
style
%]
[%
style
%]
</style>
</style>
<script
type=
"text/javascript"
language=
"JavaScript"
>
<script
type=
"text/javascript"
>
<!--
<!--
[
%
javascript
%
]
[
%
javascript
%
]
-->
-->
...
...
template/en/default/attachment/edit.html.tmpl
View file @
9eebc260
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
"
"
%]
%]
<script
type=
"
application/x-javascript"
language=
"JavaS
cript"
>
<script
type=
"
text/javas
cript"
>
<!--
<!--
var
prev_mode
=
'raw'
;
var
prev_mode
=
'raw'
;
var
current_mode
=
'raw'
;
var
current_mode
=
'raw'
;
...
@@ -251,7 +251,7 @@
...
@@ -251,7 +251,7 @@
<b>
You cannot view the attachment while editing it because your browser does not support IFRAMEs.
<b>
You cannot view the attachment while editing it because your browser does not support IFRAMEs.
<a
href=
"attachment.cgi?id=[% attachid %]"
>
View the attachment on a separate page
</a>
.
</b>
<a
href=
"attachment.cgi?id=[% attachid %]"
>
View the attachment on a separate page
</a>
.
</b>
</iframe>
</iframe>
<script
type=
"
application/x-javascript"
language=
"JavaS
cript"
>
<script
type=
"
text/javas
cript"
>
<!--
<!--
if
(
typeof
document
.
getElementById
==
"function"
)
{
if
(
typeof
document
.
getElementById
==
"function"
)
{
[
%
IF
patchviewerinstalled
%
]
[
%
IF
patchviewerinstalled
%
]
...
...
template/en/default/bug/comments.html.tmpl
View file @
9eebc260
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
[%+ comment.time FILTER time %]
[%+ comment.time FILTER time %]
</i>
</i>
[% IF mode == "edit" %]
[% IF mode == "edit" %]
<script type="text/javascript"
language="JavaScript"
><!--
<script type="text/javascript"><!--
addReplyLink([% count %]); //--></script>
addReplyLink([% count %]); //--></script>
[% END %]
[% END %]
-------
-------
...
...
template/en/default/bug/create/create-guided.html.tmpl
View file @
9eebc260
...
@@ -209,7 +209,7 @@ function PutDescription() {
...
@@ -209,7 +209,7 @@ function PutDescription() {
<td valign="top" width="100%">
<td valign="top" width="100%">
<div id="description" style="color: green; margin-left: 10px;
<div id="description" style="color: green; margin-left: 10px;
height: 5em; overflow: auto;">
height: 5em; overflow: auto;">
<script type="text/javascript"
language="JavaScript"
>
<script type="text/javascript">
if ((document.getElementById) && (document.body.innerHTML)) {
if ((document.getElementById) && (document.body.innerHTML)) {
document.write("\
document.write("\
Select a component to see its description here.");
Select a component to see its description here.");
...
...
template/en/default/bug/create/create.html.tmpl
View file @
9eebc260
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
%]
%]
[% USE Bugzilla %]
[% USE Bugzilla %]
<script type="text/javascript"
language="JavaScript"
>
<script type="text/javascript">
<!--
<!--
var default_owners = new Array([% component_.size %]);
var default_owners = new Array([% component_.size %]);
...
...
template/en/default/bug/dependency-tree.html.tmpl
View file @
9eebc260
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
[%# Block for depth control toolbar #%]
[%# Block for depth control toolbar #%]
[%###########################################################################%]
[%###########################################################################%]
<script type="text/javascript"
language="JavaScript"
>
<script type="text/javascript">
if (!Node) {
if (!Node) {
/* MSIE doesn't define Node, so provide a compatibility array */
/* MSIE doesn't define Node, so provide a compatibility array */
var Node = { TEXT_NODE: 3, };
var Node = { TEXT_NODE: 3, };
...
...
template/en/default/bug/edit.html.tmpl
View file @
9eebc260
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
[% PROCESS bug/time.html.tmpl %]
[% PROCESS bug/time.html.tmpl %]
<script type="text/javascript"
language="JavaScript"
>
<script type="text/javascript">
<!--
<!--
/* Outputs a link to call replyToComment(); used to reduce HTML output */
/* Outputs a link to call replyToComment(); used to reduce HTML output */
...
@@ -563,7 +563,7 @@
...
@@ -563,7 +563,7 @@
<tr>
<tr>
<td align="left">
<td align="left">
<b><a name="c0" href="#c0">Description</a>:</b> <script
<b><a name="c0" href="#c0">Description</a>:</b> <script
type="text/javascript"
language="JavaScript"
><!--
type="text/javascript"><!--
addReplyLink(0);
addReplyLink(0);
//--></script>
//--></script>
</td>
</td>
...
...
template/en/default/global/header.html.tmpl
View file @
9eebc260
...
@@ -66,14 +66,14 @@
...
@@ -66,14 +66,14 @@
[% PROCESS "global/site-navigation.html.tmpl" %]
[% PROCESS "global/site-navigation.html.tmpl" %]
[% IF javascript %]
[% IF javascript %]
<script
type=
"text/javascript"
language=
"JavaScript"
>
<script
type=
"text/javascript"
>
[
%
javascript
%
]
[
%
javascript
%
]
</script>
</script>
[% END %]
[% END %]
[% IF javascript_urls %]
[% IF javascript_urls %]
[% FOREACH javascript_url = javascript_urls %]
[% FOREACH javascript_url = javascript_urls %]
<script
src=
"[% javascript_url FILTER html %]"
type=
"text/javascript"
language=
"JavaScript"
></script>
<script
src=
"[% javascript_url FILTER html %]"
type=
"text/javascript"
></script>
[% END %]
[% END %]
[% END %]
[% END %]
...
...
template/en/default/global/help-header.html.tmpl
View file @
9eebc260
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
}
}
</style>
</style>
<script type="
application/x-
javascript">
<script type="
text/
javascript">
var currentHelp;
var currentHelp;
function initHelp() {
function initHelp() {
...
...
template/en/default/list/quips.html.tmpl
View file @
9eebc260
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
[% END %]
[% END %]
</tbody>
</tbody>
</table>
</table>
<script type="text/javascript"
language="JavaScript"
><!--
<script type="text/javascript"><!--
var numelements = document.forms.editform.elements.length;
var numelements = document.forms.editform.elements.length;
function SetCheckboxes(value) {
function SetCheckboxes(value) {
var item;
var item;
...
...
template/en/default/reports/create-chart.html.tmpl
View file @
9eebc260
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
donames = 1
donames = 1
%]
%]
<script
language="JavaScript"
type="text/javascript">
<script type="text/javascript">
[%# This function takes necessary action on selection of a subcategory %]
[%# This function takes necessary action on selection of a subcategory %]
function subcatSelected() {
function subcatSelected() {
var cat = document.chartform.category.value;
var cat = document.chartform.category.value;
...
@@ -124,7 +124,7 @@ function subcatSelected() {
...
@@ -124,7 +124,7 @@ function subcatSelected() {
[% END %]
[% END %]
</table>
</table>
<script
language="JavaScript"
type="text/javascript">
<script type="text/javascript">
document.chartform.category[0].selected = true;
document.chartform.category[0].selected = true;
document.chartform.subcategory.disabled = '';
document.chartform.subcategory.disabled = '';
document.chartform.name.disabled = '';
document.chartform.name.disabled = '';
...
...
template/en/default/search/form.html.tmpl
View file @
9eebc260
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
# Gervase Markham <gerv@gerv.net>
# Gervase Markham <gerv@gerv.net>
#%]
#%]
<script type="text/javascript"
language="JavaScript"
>
<script type="text/javascript">
var first_load = true; [%# is this the first time we load the page? %]
var first_load = true; [%# is this the first time we load the page? %]
var last_sel = new Array(); [%# caches last selection %]
var last_sel = new Array(); [%# caches last selection %]
...
@@ -130,7 +130,7 @@ function doOnSelectProduct(selectmode) {
...
@@ -130,7 +130,7 @@ function doOnSelectProduct(selectmode) {
<td>
<td>
<input name="short_desc" size="40" accesskey="s"
<input name="short_desc" size="40" accesskey="s"
value="[% default.short_desc.0 FILTER html %]">
value="[% default.short_desc.0 FILTER html %]">
<script
language="JavaScript"
type="text/javascript"> <!--
<script type="text/javascript"> <!--
document.forms[queryform].short_desc.focus();
document.forms[queryform].short_desc.focus();
// -->
// -->
</script>
</script>
...
...
template/en/default/search/search-create-series.html.tmpl
View file @
9eebc260
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
button_name = "Create Data Set" %]
button_name = "Create Data Set" %]
<input type="hidden" name="action" value="create">
<input type="hidden" name="action" value="create">
<script
language="JavaScript"
type="text/javascript">
<script type="text/javascript">
document.chartform.category[0].selected = true;
document.chartform.category[0].selected = true;
catSelected();
catSelected();
checkNewState();
checkNewState();
...
...
template/en/default/search/search-specific.html.tmpl
View file @
9eebc260
...
@@ -104,7 +104,7 @@ for "crash secure SSL flash".
...
@@ -104,7 +104,7 @@ for "crash secure SSL flash".
<td>
<td>
<input name="content" size="40" id="content"
<input name="content" size="40" id="content"
value="[% default.content.0 FILTER html %]">
value="[% default.content.0 FILTER html %]">
<script
language="JavaScript"
type="text/javascript"> <!--
<script type="text/javascript"> <!--
document.forms['queryform'].content.focus();
document.forms['queryform'].content.focus();
// -->
// -->
</script>
</script>
...
...
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