diff options
Diffstat (limited to 'help.html')
-rw-r--r-- | help.html | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,4 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <!-- The contents of this file are subject to the Mozilla Public @@ -22,7 +23,10 @@ Contributor(s): Terry Weissman <terry@mozilla.org> --> +<head> <TITLE>Clue</TITLE> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +</head><body> <H1>A Clue</H1> This form will allow you to call up a subset of the bug list. You should be able to add the URL of the resulting list to @@ -42,7 +46,7 @@ you can add other criteria. <P> For example, if you wanted to see all bugs reported against the X platform and assigned to jwz, you could ask for all bugs assign to jwz, then -edit the URL in the "Location" box, adding the clause "&rep_platform=X-Windows" +edit the URL in the "Location" box, adding the clause "&rep_platform=X-Windows" to the URL. <P> Here is a list of some of the field names you could use for additional @@ -63,4 +67,4 @@ to case any problem with other browsers. The lynx browser does work, but lynx seems to cache results of a .cgi. You'll sometimes need to press CONTROL-R to reload the screen to see an update. -</html> +</body></html> |