📄 create-guided.html.tmpl
字号:
[% IF cgi.param("buildid") %] [% buildid = cgi.param("buildid") %] [% END %] <tr bgcolor="[% tablecolour %]"> <td align="right" valign="top"> <b>Build Identifier</b> </td> <td valign="top"> <input type="text" size="80" name="buildid" value="[% buildid FILTER html %]"> <p> This should identify the exact version of the product you were using. If the above field is blank or you know it is incorrect, copy the version text from the product's Help | About menu (for browsers this will begin with "Mozilla/5.0..."). If the product won't start, instead paste the complete URL you downloaded it from. </p> </td> </tr> <tr> <td align="right" valign="top"> <b>URL</b> </td> <td valign="top"> <input type="text" size="80" name="bug_file_loc" value="http://"> <p> URL that demonstrates the problem you are seeing (optional).<br> <b>IMPORTANT</b>: if the problem is with a broken web page, you need to report it <a href="https://bugzilla.mozilla.org/page.cgi?id=broken-website.html">a different way</a>. </p> </td> </tr> <tr bgcolor="[% tablecolour %]"> <td align="right" valign="top"> <b>Summary</b> </td> <td valign="top"> <input type="text" size="80" name="short_desc" id="short_desc" maxlength="255"> <p> A sentence which summarises the problem. Please be descriptive and use lots of keywords. </p> <p> <tt> <font color="#990000">Bad example</font>: mail crashed </tt> <br> <tt> <font color="#009900">Good example</font>: crash if I close the mail window while checking for new POP mail </tt> </p> </td> </tr> <tr> <td align="right" valign="top"> <b>Details</b> </td> <td valign="top"> [% INCLUDE global/textarea.html.tmpl name = 'comment' minrows = 6 cols = constants.COMMENT_COLS %] <p> Expand on the Summary. Please be as specific as possible about what is wrong. </p> <p> <tt> <font color="#990000">Bad example</font>: Mozilla crashed. You suck! </tt> <br> <tt> <font color="#009900">Good example</font>: After a crash which happened when I was sorting in the Bookmark Manager,<br> all of my top-level bookmark folders beginning with the letters Q to Z are no longer present. </tt> </p> </td> </tr> <tr bgcolor="[% tablecolour %]"> <td align="right" valign="top"> <b>Reproducibility</b> </td> <td valign="top"> <select name="reproducible"> <option name="AlwaysReproducible" value="Always"> Happens every time. </option> <option name="Sometimes" value="Sometimes"> Happens sometimes, but not always. </option> <option name="DidntTry" value="Didn't try"> Haven't tried to reproduce it. </option> <option name="NotReproducible" value="Couldn't Reproduce"> Tried, but couldn't reproduce it. </option> </select> </td> </tr> <tr> <td align="right" valign="top"> <b>Steps to Reproduce</b> </td> <td valign="top"> [% INCLUDE global/textarea.html.tmpl name = 'reproduce_steps' minrows = 4 cols = constants.COMMENT_COLS defaultcontent = "1.\n2.\n3." %] <p> Describe how to reproduce the problem, step by step. Include any special setup steps. </p> </td> </tr> <tr bgcolor="[% tablecolour %]"> <td valign="top" align="right"> <b>Actual Results</b> </td> <td valign="top"> [% INCLUDE global/textarea.html.tmpl name = 'actual_results' minrows = 4 cols = constants.COMMENT_COLS %] <p> What happened after you performed the steps above? </p> </td> </tr> <tr> <td valign="top" align="right"> <b>Expected Results</b> </td> <td valign="top"> [% INCLUDE global/textarea.html.tmpl name = 'expected_results' minrows = 4 cols = constants.COMMENT_COLS %] <p> What should the software have done instead? </p> </td> </tr> <tr bgcolor="[% tablecolour %]"> <td valign="top" align="right"> <b>Additional Information</b> </td> <td valign="top"> [% INCLUDE global/textarea.html.tmpl name = 'additional_info' minrows = 8 cols = constants.COMMENT_COLS %] <p> Add any additional information you feel may be relevant to this [% terms.bug %], such as the <b>theme</b> you were using (does the [% terms.bug %] still occur with the default theme?), a <b>Talkback crash ID</b>, or special information about <b>your computer's configuration</b>. Any information longer than a few lines, such as a <b>stack trace</b> or <b>HTML testcase</b>, should be added using the "Create a new Attachment" link on the [% terms.bug %], after it is filed. If you believe that it's relevant, please also include your build configuration, obtained by typing <tt>about:buildconfig</tt> into your URL bar. <br> <br> If you are reporting a crash, note the module in which the software crashed (e.g., <tt>Application Violation in gkhtml.dll</tt>). </p> </td> </tr> <tr> <td valign="top" align="right"> <b>Severity</b> </td> <td valign="top"> <select name="bug_severity"> <option name="critical" value="critical"> Critical: The software crashes, hangs, or causes you to lose data. </option> <option name="major" value="major"> Major: A major feature is broken. </option> <option name="normal" value="normal" selected="selected"> Normal: It's [% terms.abug %] that should be fixed. </option> <option name="minor" value="minor"> Minor: Minor loss of function, and there's an easy workaround. </option> <option name="trivial" value="trivial"> Trivial: A cosmetic problem, such as a misspelled word or misaligned text. </option> <option name="enhancement" value="enhancement"> Enhancement: Request for new feature or enhancement. </option> </select> <p> Say how serious the problem is, or if your [% terms.bug %] is a request for a new feature. </p> </td> </tr></table><a name="step3"></a><h3>Step 3 of 3 - submit the [% terms.bug %] report</h3><p> <input type="submit" id="report" value=" Submit [% terms.Bug %] Report " onclick="if (this.form.comment.value == '') { alert('Please enter some details about this [% terms.bug %].'); this.form.comment.focus(); return false; } return true;"></p><p> That's it! Thanks very much. You'll be notified by email about any progress that is made on fixing your [% terms.bug %]. <p> Please be warned that we get a lot of [% terms.bug %] reports filed - it may take quite a while to get around to yours. You can help the process by making sure your [%+ terms.bug %] is complete and easy to understand, and by quickly replying to any questions which may arrive by email.</p> </form>[% PROCESS global/footer.html.tmpl %][%############################################################################%][%# Block for SELECT fields #%][%############################################################################%][% BLOCK select %] <select name="[% sel %]"> [%- IF default.$sel %] <option value="[% default.$sel FILTER html %]" selected="selected"> [% default.$sel FILTER html -%] </option> [% END %] [%- FOREACH x = $sel %] [% NEXT IF x == default.$sel %] <option value="[% x FILTER html %]"> [% x FILTER html -%] </option> [%- END %] </select>[% END %]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -