Skip to main content
summaryrefslogtreecommitdiffstats
blob: e9c1deb49a55dd49c95b1cb1adc4a085a29ae273 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                      "http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <title>Enter Bug: TestProduct</title>


<link rel="Top" href="http://you-havent-visited-editparams.cgi-yet/">

  


  


  
    <link rel="Saved&nbsp;Searches" title="My Bugs"
          href="buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=relves%40cs.ubc.ca&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;emailreporter1=1">


   <link rel="Administration" title="Parameters"    
                  href="editparams.cgi"><link rel="Administration" title="Users"    
                  href="editusers.cgi"><link rel="Administration" title="Products"      
                  href="editproducts.cgi"><link rel="Administration" title="Flag Types"   
                  href="editflagtypes.cgi"><link rel="Administration" title="Groups"        
                  href="editgroups.cgi"><link rel="Administration" title="Keywords"      
                  href="editkeywords.cgi"><link rel="Administration" title="Whining"       
                  href="editwhines.cgi"><link rel="Administration" title="Sanity Check"  
                  href="sanitycheck.cgi">

    

    <script type="text/javascript">
  <!--
  
  function initHelp() {}
  // -->
  </script>

    <link href="skins/standard/global.css" rel="stylesheet" type="text/css">
    <link href="skins/custom/global.css" rel="stylesheet" type="text/css">



    

  </head>



  <body onload="set_assign_to();"
        class="you-havent-visited-editparams-cgi-yet">


<div id="banner">
    <div class="intro"></div>
      <p id="banner-name">
        <span>This is Bugzilla</span>
      </p>
      <p id="banner-version">
        <a href="http://www.bugzilla.org/"><span>Bugzilla</span></a>

        <span>Version 2.20</span>
      </p>
    <div class="outro"></div>
    </div>

<div id="header">
    <h1>Enter Bug: TestProduct</h1>

    <h2>This page lets you enter a new bug into Bugzilla.</h2>

</div>

<script type="text/javascript">
<!--

var initialowners = new Array(1);
var last_initialowner;
var components = new Array(1);
    components[0] = "TestComponent";
    initialowners[0] = "relves\x40cs.ubc.ca";

function set_assign_to() {
    // Based on the selected component, fill the "Assign To:" field
    // with the default component owner, and the the "QA Contact:" field
    // with the default QA Contact.
    var form = document.Create;
    var assigned_to = form.assigned_to.value;


    var index = -1;
    if (form.component.type == 'select-one') {
        index = form.component.selectedIndex;
    } else if (form.component.type == 'hidden') {
        // Assume there is only one component in the list
        index = 0;
    }
    if (index != -1) {
        var owner = initialowners[index];
        var component = components[index];
        if (assigned_to == last_initialowner
            || assigned_to == owner
            || assigned_to == '') {
            form.assigned_to.value = owner;
            last_initialowner = owner;
        }
    }
}
-->
</script>

<form name="Create" id="Create" method="post" action="post_bug.cgi">
<input type="hidden" name="product" value="TestProduct">

<table cellspacing="2" cellpadding="0" border="0">

  <tr>
    <td><br></td>
  </tr>

  <tr>
    <td></td>
    <td colspan="3">
    Before reporting a bug, please read the 
<a href="page.cgi?id=bug-writing.html">bug writing guidelines</a>, please look at the list of
<a href="duplicates.cgi">most frequently reported bugs</a>, and please
<a href="query.cgi">search</a> for the bug.
    </td>

  </tr>

  <tr>
    <td><br></td>
  </tr>

  <tr>
    <td align="right" valign="top"><strong>Reporter:</strong></td>
    <td valign="top">relves&#64;cs.ubc.ca</td>

    <td align="right" valign="top"><strong>Product:</strong></td>
    <td valign="top">TestProduct</td>
  </tr>

  
  <tr>
    <td align="right" valign="top">
      <strong>Version:</strong>

    </td>
    <td>
      <select name="version" size="5">
          <option value="other" selected="selected">other          </option>
      </select>
    </td>

    <td align="right" valign="top">
      <strong>

        <a href="describecomponents.cgi?product=TestProduct">
          Component</a>:
      </strong>
    </td>
    <td>
      <select name="component" onchange="set_assign_to();" size="5">
          <option value="TestComponent" selected="selected">TestComponent          </option>
      </select>

    </td>
  </tr>

  <tr>
    <td>&nbsp;</td>
    <td colspan="3"></td>
  </tr>

  <tr><td align="right">
    <strong>

      <a href="page.cgi?id=fields.html#rep_platform">Platform</a>:
    </strong>
  </td>

  <td>
    <select name="rep_platform">
      <option value="All">All</option>
      <option value="PC" selected="selected">PC</option>

      <option value="Macintosh">Macintosh</option>
      <option value="Other">Other</option>
    </select>
  </td>
<td align="right">
    <strong>
      <a href="page.cgi?id=fields.html#op_sys">OS</a>:
    </strong>

  </td>

  <td>
    <select name="op_sys">
      <option value="All">All</option>
      <option value="Windows" selected="selected">Windows</option>
      <option value="Mac OS">Mac OS</option>
      <option value="Linux">Linux</option>

      <option value="Other">Other</option>
    </select>
  </td>
  </tr>

  <tr><td align="right">
    <strong>
      <a href="page.cgi?id=fields.html#priority">Priority</a>:
    </strong>

  </td>

  <td>
    <select name="priority">
      <option value="P1">P1</option>
      <option value="P2" selected="selected">P2</option>
      <option value="P3">P3</option>
      <option value="P4">P4</option>

      <option value="P5">P5</option>
    </select>
  </td>
<td align="right">
    <strong>
      <a href="page.cgi?id=fields.html#bug_severity">Severity</a>:
    </strong>
  </td>

  <td>
    <select name="bug_severity">
      <option value="blocker">blocker</option>
      <option value="critical">critical</option>
      <option value="major">major</option>
      <option value="normal" selected="selected">normal</option>
      <option value="minor">minor</option>

      <option value="trivial">trivial</option>
      <option value="enhancement">enhancement</option>
    </select>
  </td>
  </tr>


  <tr>
    <td>&nbsp;</td>

    <td colspan="3"></td>
  </tr>

  <tr>
  <input type="hidden" name="bug_status" 
         value="NEW">
    <td align="right" valign="top"><strong>Initial State:</strong></td>
    <td valign="top">NEW</td>
    <td colspan="2"></td>

  </tr>

  <tr>
    <td align="right">
      <strong>
        <a href="page.cgi?id=fields.html#assigned_to">Assign To</a>:
      </strong>
    </td>
    <td colspan="3"><input
  name="assigned_to"
  value="" size="32" 
>

      <noscript>(Leave blank to assign to component's default assignee)</noscript>
    </td>
  </tr>


  <tr>
    <td align="right"><strong>Cc:</strong></td>
    <td colspan="3"><input
  name="cc"
  value="" size="45" 
>
    </td>

  </tr>
  
  <tr>
    <td>&nbsp;</td>
    <td colspan="3"></td>
  </tr>


  <tr>
    <td align="right"><strong>URL:</strong></td>

    <td colspan="3">
      <input name="bug_file_loc" size="60"
             value="http://">
    </td>
  </tr>

  <tr>
    <td align="right"><strong>Summary:</strong></td>
    <td colspan="3">
      <input name="short_desc" size="60" value="">

    </td>
  </tr>

  <tr><td align="right" valign="top"><strong>Description:</strong></td>
    <td colspan="3">
      <textarea name="comment" rows="10" cols="80"></textarea>
      <br>
    </td>

  </tr>

    <input type="hidden" name="commentprivacy" value="0">

    <tr>
      <td align="right">
        <strong>Depends on:</strong>
      </td>
      <td>

        <input name="dependson" accesskey="d" value="">
      </td>
    </tr>
    <tr>
      <td align="right">
        <strong>Blocks:</strong>
      </td>
      <td>

        <input name="blocked" accesskey="b" value="">
      </td>
    </tr>

  <tr>
    <td></td>
    <td colspan="3">
    </td>
  </tr>

  

  <tr>
    <td></td>
    <td colspan="3">
      <input type="submit" value="    Commit    "
             onclick="if (this.form.short_desc.value == '')
             { alert('Please enter a summary sentence for this bug.');
               return false; } return true;">
      &nbsp;&nbsp;&nbsp;&nbsp;
      <input type="submit" name="maketemplate"
             value="Remember values as bookmarkable template">
    </td>
  </tr>

  <tr>
    <td></td>
    <td colspan="3">
      <br>
      We've made a guess at your
      operating system and platform. Please check them
      and, if we got it wrong, email
      THE MAINTAINER HAS NOT YET BEEN SET.
    </td>
  </tr>

  </table>

  <input type="hidden" name="form_name" value="enter_bug">
</form>


<div id="footer">
  <div class="intro"></div>




<form method="get" action="show_bug.cgi">
<div id="useful-links">
  <div id="links-actions">
    <div class="label">Actions:</div>

    <div class="links">
        <a href="./">Home</a> | 
        <a href="enter_bug.cgi">New</a> | 
        <a href="query.cgi">Search</a> |
        bug # <input class="txt" name="id" size="6">
        <input class="btn" type="submit" value="Find"> | 
        
        <a href="report.cgi">Reports</a> 
        
          | <a href="request.cgi?requester=relves%40cs.ubc.ca&amp;requestee=relves%40cs.ubc.ca&amp;do_union=1&amp;group=type">My Requests</a>

        
          | <a href="votes.cgi?action=show_user">My&nbsp;Votes</a>      
          | <a href="sanitycheck.cgi">Sanity&nbsp;check</a>
              | <a href="relogin.cgi">Log&nbsp;out</a>&nbsp;relves&#64;cs.ubc.ca
    </div>
  </div>

       
  <div id="links-edit">
    <div class="label">Edit:</div>
    <div class="links">

        <a href="userprefs.cgi">Prefs</a> | <a href="editparams.cgi">Parameters</a>  | <a href="editsettings.cgi">User Preferences</a> | <a href="editusers.cgi">Users</a>  | <a href="editproducts.cgi">Products</a> | <a href="editflagtypes.cgi">Flags</a> | <a href="editvalues.cgi">Field Values</a> | <a href="editgroups.cgi">Groups</a> | <a href="editkeywords.cgi">Keywords</a> | <a href="editwhines.cgi">Whining</a>

    </div>
  </div>
    

    
    
  <div id="links-saved">
    <div class="label">
          Saved&nbsp;Searches:
    </div>
    <div class="links">
          <a href="buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=relves%40cs.ubc.ca&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;emailreporter1=1">My&nbsp;Bugs</a>

    </div>
  </div>

  
</div>
</form>

  <div class="outro"></div>
</div>

</body>
</html>

Back to the top