| 1 | <form name="script_search_form" method="POST" action="{GLSR_URL}/search.py?page=search"> |
1 | <form name="script_search_form" method="POST" action="{GLSR_URL}/search.py?page=search"> |
| 2 | <input type="hidden" name="page" value="script_search"> |
2 | <input type="hidden" name="page" value="search"> |
| 3 | |
3 | |
| 4 | <table width="600px" class="standard_table"> |
4 | <table width="600px" class="standard_table"> |
| 5 | <tr> |
5 | <tr> |
| 6 | <td class="header">Script Search</td> |
6 | <td class="header">Script Search</td> |
| 7 | <td class="header" align="right" valign="middle"> </td> |
7 | <td class="header" align="right" valign="middle"> </td> |
| … | |
… | |
| 33 | <input type="text" class="text-long" name="submitter" value="" /> |
33 | <input type="text" class="text-long" name="submitter" value="" /> |
| 34 | </td> |
34 | </td> |
| 35 | </tr> |
35 | </tr> |
| 36 | <tr> |
36 | <tr> |
| 37 | <td colspan="2" nowrap class="standard_cell" valign="middle"> |
37 | <td colspan="2" nowrap class="standard_cell" valign="middle"> |
| 38 | <input type="checkbox" class="checkbox" name="current" checked /> Find only the latest versions of scripts. |
38 | <input type="checkbox" class="checkbox" name="current" checked /> Find only the most recent versions of scripts. |
| 39 | </td> |
39 | </td> |
| 40 | </tr> |
40 | </tr> |
| 41 | </table> |
41 | </table> |
| 42 | </td> |
42 | </td> |
| 43 | </tr> |
43 | </tr> |
| … | |
… | |
| 46 | </tr> |
46 | </tr> |
| 47 | <tr> |
47 | <tr> |
| 48 | <td colspan="2" valign="middle" class="standard_cell"> |
48 | <td colspan="2" valign="middle" class="standard_cell"> |
| 49 | <table border="0" width="550px" cellspacing="0" cellpadding="0"> |
49 | <table border="0" width="550px" cellspacing="0" cellpadding="0"> |
| 50 | <tr> |
50 | <tr> |
| 51 | <td colspan="2" class="standard_cell"><font class="instructional">Language:</font></td> |
51 | <td class="standard_cell"><font class="instructional">Language:</font></td> |
| 52 | <td class="standard_cell"><font class="instructional">Category:</font></td> |
52 | <td class="standard_cell"><font class="instructional">Category:</font></td> |
| 53 | <td class="standard_cell"><font class="instructional">Status:</font></td> |
53 | <td class="standard_cell"><font class="instructional">Status:</font></td> |
| 54 | </tr> |
54 | </tr> |
| 55 | <tr> |
55 | <tr> |
| 56 | <td nowrap class="standard_cell" width="1%" valign="top"> |
56 | <td nowrap class="standard_cell" valign="top"> |
| 57 | <input type="checkbox" class="checkbox" name="lang_perl" />Perl <br /> |
57 | <select name="language_id" multiple="multiple" size="6"> |
| 58 | <input type="checkbox" class="checkbox" name="lang_python" />Python <br /> |
58 | {LOOP LANG_LOOP} |
| 59 | <input type="checkbox" class="checkbox" name="lang_ruby" />Ruby <br /> |
59 | <option value="{LANG_LOOP.language_id}">{LANG_LOOP.language_name}</option> |
| 60 | <input type="checkbox" class="checkbox" name="lang_php" />PHP <br /> |
60 | {!LOOP} |
| 61 | <input type="checkbox" class="checkbox" name="lang_javascript" />Java Script <br /> |
61 | </select> |
|
|
62 | </td> |
|
|
63 | |
|
|
64 | <td nowrap class="standard_cell" valign="top"> |
|
|
65 | <select name="category_id" multiple="multiple" size="6"> |
|
|
66 | {LOOP CAT_LOOP} |
|
|
67 | <option value="{CAT_LOOP.category_id}">{CAT_LOOP.category_name}</option> |
|
|
68 | {!LOOP} |
|
|
69 | </select> |
| 62 | </td> |
70 | </td> |
| 63 | <td nowrap class="standard_cell" valign="top"> |
71 | <td nowrap class="standard_cell" valign="top"> |
| 64 | <input type="checkbox" class="checkbox" name="lang_bash" />Bash <br /> |
72 | <select name="language" multiple="multiple" size="6"> |
| 65 | <input type="checkbox" class="checkbox" name="lang_java" />Java <br /> |
73 | <option value="approved">Approved</option> |
| 66 | <input type="checkbox" class="checkbox" name="lang_c" />C/C++ <br /> |
74 | <option value="pending">Pending</option> |
| 67 | <input type="checkbox" class="checkbox" name="lang_html" />HTML <br /> |
75 | <option value="rejected">Rejected</option> |
| 68 | <input type="checkbox" class="checkbox" name="lang_other" />Other <br /> |
|
|
| 69 | </td> |
76 | </select> |
| 70 | |
|
|
| 71 | <td nowrap class="standard_cell" valign="top"> |
|
|
| 72 | <input type="checkbox" class="checkbox" name="cat_portage" />Portage <br /> |
|
|
| 73 | <input type="checkbox" class="checkbox" name="cat_networking" />Networking <br /> |
|
|
| 74 | <input type="checkbox" class="checkbox" name="cat_laptop" />Laptops <br /> |
|
|
| 75 | <input type="checkbox" class="checkbox" name="cat_web" />Web <br /> |
|
|
| 76 | <input type="checkbox" class="checkbox" name="cat_other" />Other <br /> |
|
|
| 77 | </td> |
|
|
| 78 | <td nowrap class="standard_cell" valign="top"> |
|
|
| 79 | <input type="checkbox" class="checkbox" name="stat_approved" />Approved <br /> |
|
|
| 80 | <input type="checkbox" class="checkbox" name="stat_pending" />Pending <br /> |
|
|
| 81 | <input type="checkbox" class="checkbox" name="stat_rejected" />Rejected <br /> |
|
|
| 82 | </td> |
77 | </td> |
| 83 | </tr> |
78 | </tr> |
| 84 | </table> |
79 | </table> |
| 85 | </td> |
80 | </td> |
| 86 | </tr> |
81 | </tr> |