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
44a7b4d9
Commit
44a7b4d9
authored
Nov 27, 2003
by
kiko%async.com.br
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 226229: Query.cgi HTML Transitional 4.01 validation fails for
query.cgi. Fixes outstanding validation issues. patch by Anthony Christofides, r=kiko, a=justdave
parent
3a2858fc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
16 deletions
+18
-16
form.html.tmpl
template/en/default/search/form.html.tmpl
+4
-4
search-advanced.html.tmpl
template/en/default/search/search-advanced.html.tmpl
+7
-6
search.html.tmpl
template/en/default/search/search.html.tmpl
+7
-6
No files found.
template/en/default/search/form.html.tmpl
View file @
44a7b4d9
...
...
@@ -727,13 +727,13 @@ function selectProduct(f) {
<legend><strong>[% terms.Bug %] Changes</strong></legend>
<dl>
<dl
class="bug_changes"
>
<dt>Only [% terms.bugs %] changed between:</dt>
<dd>
<input name="chfieldfrom" size="10" value="[% default.chfieldfrom.0 FILTER html %]">
and <input name="chfieldto" size="10" value="[% default.chfieldto.0 FILTER html %]">
<br>(YYYY-MM-DD or <a href="queryhelp.cgi#changedbetween">relative dates</a>)
</dd>
<br>
</dd>
<dt>where one or more of the following changed:</dt>
<dd>
<select name="chfield" multiple="multiple" size="4">
...
...
@@ -743,11 +743,11 @@ function selectProduct(f) {
[% (field_descs.$field || field) FILTER html %]</option>
[% END %]
</select>
</dd>
<br>
</dd>
<dt>and the new value was:</dt>
<dd>
<input name="chfieldvalue" size="20" value="[% default.chfieldvalue.0 FILTER html %]">
</dd>
<br>
</dd>
</dl>
</fieldset>
...
...
template/en/default/search/search-advanced.html.tmpl
View file @
44a7b4d9
...
...
@@ -41,6 +41,9 @@
td.unselected_tab, td.spacer {
border-width: 0px 0px 2px 0px;
border-style: solid;
}
dl.bug_changes dt {
margin-top: 15px;
}"
%]
...
...
@@ -50,19 +53,17 @@
[%# The decent help requires Javascript %]
[% IF NOT help %]
<p>
[% IF cgi.user_agent("Mozilla/5") %]
<script> <!--
document.write("<
a href='query.cgi?help=1'>Give me some help</a> (reloads page.)
");
<script
type="text/javascript"
> <!--
document.write("<
p><a href='query.cgi?help=1'>Give me some help</a> (reloads page.)</p>
");
// -->
</script>
<noscript>
<
a href="queryhelp.cgi">Give me help</a> with this form.
<
p><a href="queryhelp.cgi">Give me help</a> with this form.</p>
</noscript>
[% ELSE %]
<
a href="queryhelp.cgi">Give me help</a> with this form.
<
p><a href="queryhelp.cgi">Give me help</a> with this form.</p>
[% END %]
</p>
[% ELSE %]
<p>
For help, mouse over the page elements.
...
...
template/en/default/search/search.html.tmpl
View file @
44a7b4d9
...
...
@@ -41,6 +41,9 @@
td.unselected_tab, td.spacer {
border-width: 0px 0px 2px 0px;
border-style: solid;
}
dl.bug_changes dt {
margin-top: 15px;
}"
%]
...
...
@@ -50,19 +53,17 @@
[%# The decent help requires Javascript %]
[% IF NOT help %]
<p>
[% IF cgi.user_agent("Mozilla/5") %]
<script> <!--
document.write("<
a href='query.cgi?help=1'>Give me some help</a> (reloads page.)
");
<script
type="text/javascript"
> <!--
document.write("<
p><a href='query.cgi?help=1'>Give me some help</a> (reloads page.)</p>
");
// -->
</script>
<noscript>
<
a href="queryhelp.cgi">Give me help</a> with this form.
<
p><a href="queryhelp.cgi">Give me help</a> with this form.</p>
</noscript>
[% ELSE %]
<
a href="queryhelp.cgi">Give me help</a> with this form.
<
p><a href="queryhelp.cgi">Give me help</a> with this form.</p>
[% END %]
</p>
[% ELSE %]
<p>
For help, mouse over the page elements.
...
...
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