[BACK]Return to query-pr.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/query-pr.html, Revision 1.1

1.1     ! millert     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
        !             2: <html>
        !             3: <head>
        !             4:     <meta name="resource-type" content="document">
        !             5:     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
        !             6:     <meta name="description" content="the OpenBSD Bug Tracking System">
        !             7:     <meta name="distribution" content="global">
        !             8:     <title>OpenBSD Bug Tracking System</title>
        !             9: </head>
        !            10: <body text="#000000" bgcolor="#ffffff" link="#23238e">
        !            11:
        !            12: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/sm
        !            13: alltitle.gif" border="0"></a>
        !            14:
        !            15: <h2><font color="#e00000">Bug Tracking system</font></h2>
        !            16:
        !            17: <hr>
        !            18: <h2><a name="specific">Query a specific PR</a></h2>
        !            19: <form method=POST action="http://cvs.openbsd.org/cgi-bin/query-pr-wrapper">
        !            20: <input type="hidden" name="full" value="yes">
        !            21:
        !            22: <p>
        !            23: If you know the number of the Problem Report (PR) you are looking for, enter
        !            24: it below and click the <strong>Query</strong> button.
        !            25:
        !            26: <br>
        !            27: <strong>PR number:</strong>
        !            28: <input name="numbers" type="text" size=10>
        !            29:
        !            30: <input value="Query" type="submit">
        !            31: <input value="Reset" type="reset">
        !            32: </form>
        !            33:
        !            34: <hr>
        !            35:
        !            36: <h2><a name="search">Search for PRs based on their contents</a></h2>
        !            37: <form method=POST action="http://cvs.openbsd.org/cgi-bin/query-pr-wrapper">
        !            38:
        !            39: <p>
        !            40: To search for PRs based on their contents, fill out the form below.
        !            41: Multiple selections are <tt>AND</tt>ed together.
        !            42: You may use regular expressions for all text boxes other than the
        !            43: <em>PR numbers(s)</em> field.
        !            44: You do not have to fill in everything; fields that are not filled
        !            45: in will simply be ignored.
        !            46:
        !            47: <p>
        !            48: This form matches all <em>open</em> PRs by default; please make your search
        !            49: as specific as possible.
        !            50: Note that this form will only display a summary of the matched PRs.
        !            51:
        !            52: <p>
        !            53: <table><tr>
        !            54:
        !            55: <td><strong>Category</strong>:</td>
        !            56: <td><select name="category">
        !            57: <option selected value="">Any</option>
        !            58: <option value="pending">pending</option>
        !            59: <option value="system">system</option>
        !            60: <option value="user">user</option>
        !            61: <option value="library">library</option>
        !            62: <option value="documentation">documentation</option>
        !            63: <option value="ports">ports</option>
        !            64: <option value="kernel">kernel</option>
        !            65: <option value="sparc">sparc</option>
        !            66: <option value="sparc64">sparc64</option>
        !            67: <option value="i386">i386</option>
        !            68: <option value="m68k">m68k</option>
        !            69: <option value="mips">mips</option>
        !            70: <option value="ppc">ppc</option>
        !            71: <option value="arm">arm</option>
        !            72: <option value="alpha">alpha</option>
        !            73: <option value="ns32k">ns32k</option>
        !            74: <option value="vax">vax</option>
        !            75: </select></td>
        !            76:
        !            77: <td><strong>Severity:</strong></td>
        !            78: <td><select name="severity">
        !            79: <option selected value="">Any</option>
        !            80: <option value="non-critical">Non-critical</option>
        !            81: <option value="serious">Serious</option>
        !            82: <option value="critical">Critical</option>
        !            83: </select></td>
        !            84:
        !            85: <td><strong>Priority:</strong></td>
        !            86: <td><select name="priority">
        !            87: <option selected value="">Any</option>
        !            88: <option value="low">Low</option>
        !            89: <option value="medium">Medium</option>
        !            90: <option value="high">High</option>
        !            91: </select></td>
        !            92:
        !            93: </tr><tr>
        !            94:
        !            95: <td><strong>Class:</strong></td>
        !            96: <td><select name="class">
        !            97: <option selected value="">Any</option>
        !            98: <option value="sw-bug">sw-bug</option>
        !            99: <option value="doc-bug">doc-bug</option>
        !           100: <option value="change-request">change-request</option>
        !           101: <option value="support">support</option>
        !           102: </select></td>
        !           103:
        !           104: <td><strong>State:</strong></td>
        !           105: <td><select name="state">
        !           106: <option selected value="">Any</option>
        !           107: <option value="open">Open</option>
        !           108: <option value="analyzed">Analyzed</option>
        !           109: <option value="feedback">Feedback</option>
        !           110: <option value="suspended">Suspended</option>
        !           111: <option value="closed">Closed</option>
        !           112: </select></td>
        !           113:
        !           114: <td><strong>Skip closed PRs:</strong></td>
        !           115: <td><input name="skipclosed" type="checkbox" checked></td>
        !           116:
        !           117: </tr></table>
        !           118:
        !           119: <p>
        !           120:
        !           121: <table><tr>
        !           122:
        !           123: <td><strong>Originator (who sent it):</strong></td>
        !           124: <td><input name="originator" type="text" size=50></td>
        !           125:
        !           126: </tr><tr>
        !           127:
        !           128: <td><strong>Responsible Party (who should fix it):</strong></td>
        !           129: <td><input name="responsible" type="text" size=50></td>
        !           130:
        !           131: </tr><tr>
        !           132:
        !           133: <td><strong>Search text in single-line fields:</strong></td>
        !           134: <td><input name="text" type="text" size=50></td>
        !           135:
        !           136: </tr><tr>
        !           137:
        !           138: <td><strong>Search text in multi-line fields:</strong></td>
        !           139: <td><input name="multitext" type="multitext" size=50></td>
        !           140:
        !           141: </tr><tr>
        !           142:
        !           143: <td><strong>PR number(s) (separated by spaces):</strong></td>
        !           144: <td><input name="numbers" type="text" size=50></td>
        !           145:
        !           146: </tr></table>
        !           147:
        !           148: <input value="Query PRs" type="submit">
        !           149: <input value="Reset Form" type="reset">
        !           150: </form>
        !           151:
        !           152: <hr>
        !           153: <a href="index.html"><img height="24" width="24" src="back.gif" border="0" alt="
        !           154: OpenBSD"></a>
        !           155: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
        !           156: </body>
        !           157: </html>
        !           158: <!-- $OpenBSD$ -->