⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 create-guided.html.tmpl

📁 bugzilla 项目缺陷管理工具源码
💻 TMPL
📖 第 1 页 / 共 2 页
字号:
      [% PROCESS select sel = 'op_sys' %]    </td>  </tr>  [% matches = cgi.user_agent('Gecko/(\d+)') %]  [% buildid = cgi.user_agent() IF matches %]  <tr bgcolor="[% tablecolour %]">    <td align="right" valign="top">      <b>Build Identifier<br>(User Agent)</b>    </td>    <td valign="top">      <input type="text" size="80" name="buildid" value="[% buildid %]">      <p>        This identifies exactly the version of the product you were using.        If reporting [% terms.abug %] in Mozilla or Firefox,        this is the line beginning <tt>"Mozilla/5.0"</tt> in        <tt>Help | About</tt>.        If you are using the problematic software to file the bug, this         field will already be filled in correctly.        If the product won't start, just enter 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.)        <!--        <b>IMPORTANT</b>: problems with broken web pages go        <a href="http://write-this-webtool/">in this form instead</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">      <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">      <textarea rows="6" cols="[% constants.COMMENT_COLS FILTER none %]" name="comment"></textarea>      <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"><textarea rows="4" cols="[% constants.COMMENT_COLS FILTER none %]" name="reproduce_steps">1.2.3.</textarea>      <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">      <textarea rows="4" cols="[% constants.COMMENT_COLS FILTER none %]" name="actual_results"></textarea>      <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">      <textarea rows="4" cols="[% constants.COMMENT_COLS FILTER none %]" name="expected_results"></textarea>      <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">      <textarea rows="8" cols="[% constants.COMMENT_COLS FILTER none %]" name="additional_info"></textarea>      <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" 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 + -