| <html> |
| <head> |
| </head> |
| <body> |
| <table border="0"> |
| <form action="compose_query.cgi" method="get"> |
| <tr> |
| <td>Column: </td> |
| <td> |
| <SELECT NAME="columns"> |
| <OPTION VALUE="kernel">kernel |
| <OPTION VALUE="hostname">hostname |
| <OPTION VALUE="test">test |
| <OPTION VALUE="label">label |
| <OPTION VALUE="machine_group">machine_group |
| <OPTION VALUE="reason">reason |
| <OPTION VALUE="tag">tag |
| <OPTION VALUE="user">user |
| <OPTION VALUE="status">status |
| </SELECT> |
| </td> |
| </tr> |
| <tr> |
| <td>Row: </td> |
| <td> |
| <SELECT NAME="rows"> |
| <OPTION VALUE="kernel">kernel |
| <OPTION VALUE="hostname">hostname |
| <OPTION VALUE="test" SELECTED>test |
| <OPTION VALUE="label">label |
| <OPTION VALUE="machine_group">machine_group |
| <OPTION VALUE="reason">reason |
| <OPTION VALUE="tag">tag |
| <OPTION VALUE="user">user |
| <OPTION VALUE="status">status |
| </SELECT> |
| </td> |
| </tr> |
| <tr> |
| <td>Condition: </td> |
| <td> |
| <input type="text" name="condition" size="80" maxlength="80"><br /> |
| <input type="hidden" name="title" value="Report"> |
| </td> |
| </tr> |
| <tr> |
| <td colspan="100%" align="center"><input type="submit" value="Submit"> |
| </td> |
| </tr> |
| <tr> |
| <td colspan="100%"> |
| <p> |
| Conditions of the form <column>=<value> & <column>=<value> & ... & <column>=<value> |
| </p> |
| <p> |
| Textual values must be quoted. |
| </p> |
| <p> |
| <div>Examples:</div> |
| <ul> |
| <li>user='johnmacdonald' & test='burnin'</li> |
| <li>hostname='bdpk1' & user='yinghan'</li> |
| <li>tag~'134-jorlow%' to search for job '134-jorlow'</li> |
| </ul> |
| </p> |
| </td> |
| </tr> |
| </form> |
| </table> |
| </body> |
| </html> |