summaryrefslogtreecommitdiffstats
path: root/extensions/MozProjectReview/template/en/default/bug/create/create-moz-project-review.html.tmpl
blob: df8966bbb615d43a430a82ed56a342d89dff1b05 (plain)
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
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
[%# This Source Code Form is subject to the terms of the Mozilla Public
  # License, v. 2.0. If a copy of the MPL was not distributed with this
  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  #
  # This Source Code Form is "Incompatible With Secondary Licenses", as
  # defined by the Mozilla Public License, v. 2.0.
  #%]

[% PROCESS global/variables.none.tmpl %]

[% PROCESS global/header.html.tmpl
   title = "Mozilla Project Review"
   style_urls = [ 'extensions/MozProjectReview/web/style/moz_project_review.css' ]
   javascript_urls = [ 'js/field.js', 'js/util.js',
                       'extensions/MozProjectReview/web/js/moz_project_review.js' ]
   yui = [ 'autocomplete', 'calendar' ]
%]

<p>
  <strong>Please use this form for submitting a Mozilla Project Review</strong>
  If you have a [% terms.bug %] to file, go <a href="enter_bug.cgi">here</a>.
</p>

<p>
  (<span class="required_star">*</span> =
  <span class="required_explanation">Required Field</span>)
</p>

<form method="post" action="post_bug.cgi" id="incidentForm" enctype="multipart/form-data"
      onSubmit="return MPR.validateAndSubmit();">
  <input type="hidden" id="product" name="product" value="mozilla.org">
  <input type="hidden" id="component" name="component" value="Project Review">
  <input type="hidden" id="rep_platform" name="rep_platform" value="All">
  <input type="hidden" id="groups" name="groups" value="mozilla-corporation-confidential">
  <input type="hidden" id="op_sys" name="op_sys" value="All">
  <input type="hidden" id="priority" name="priority" value="--">
  <input type="hidden" id="version" name="version" value="other">
  <input type="hidden" id="format" name="format" value="moz-project-review">
  <input type="hidden" id="bug_severity" name="bug_severity" value="normal">
  <input type="hidden" id="token" name="token" value="[% token FILTER html %]">

  <div id="initial_questions">
    <div class="header">Initial Questions</div>

    <div id="project_feature_summary_row" class="field_row">
      <span class="field_label required">Project/Feature Name:</span>
      <span class="field_data">
        <input type="text" name="short_desc" id="short_desc" size="60" maxsize="255">
      </span>
    </div>

    <div id="tracking_id_row" class="field_row">
      <span class="field_label">Tracking [% terms.Bug %] ID:</span>
      <span class="field_data">
        <div class="field_description">Master tracking [% terms.bug %] number (if it exists)?</div>
        <input type="text" name="tracking_id" id="tracking_id" size="60">
      </span>
    </div>

    <div id="contacts_row" class="field_row">
      <span class="field_label required">Points of Contact:</span>
      <span class="field_data">
        <div class="field_description">Who are the points of contact for this review?</div>
        [% INCLUDE global/userselect.html.tmpl
           id       => "cc"
           name     => "cc"
           value    => ""
           size     => 60
           classes  => ["bz_userfield"]
           multiple => 5
        %]
      </span>
    </div>

    <div id="description_row" class="field_row">
      <span class="field_label required">Description:</span>
      <span class="field_data">
        <div class="field_description">Please provide a short description of the feature / application / project / 
          business relationship (e.g. problem solved, use cases, etc.)</div>
        <textarea name="description" id="description" rows="10" cols="80"></textarea>
      </span>
    </div>

    <div id="additional_row" class="field_row">
      <span class="field_label">Additional Information:</span>
      <span class="field_data">
        <div class="field_description">Please provide links to additional information (e.g. feature page, wiki)
          if available and not yet included in feature description.)</div>
        <textarea name="additional" id="additional" rows="10" cols="80"></textarea>
      </span>
    </div>

    <div id="urgency_row" class="field_row">
      <span class="field_label required">Urgency:</span>
      <span class="field_data">
        <div class="field_description">What is the urgency of this project?</div>
        <select id="urgency" name="urgency">
          <option value="">Select One</option>
          <option value="2 days">2 days</option>
          <option value="a week">a week</option>
          <option value="2-4 weeks">2-4 weeks</option>
          <option value="no rush">no rush</option>
        </select>
      </span>
    </div>

    <div id="key_initiative_row" class="field_row">
      <span class="field_label required">Key Initiative:</span>
      <span class="field_data">
        <div class="field_description">Which key initiative does this support?</div>
        <select name="key_initiative" id="key_initiative"
                onchange="MPR.toggleVisibleById(this,'Other','key_initiative_other_row');">
          <option value="">Select One</option>
          <option value="Firefox Desktop">Firefox Desktop</option>
          <option value="Firefox Mobile">Firefox Mobile</option>
          <option value="Firefox OS">Firefox OS</option>
          <option value="Firefox Platform">Firefox Platform</option>
          <option value="Marketplace / Apps">Marketplace / Apps</option>
          <option value="Services: Persona">Services: Persona</option>
          <option value="Services: WebRTC">Services: WebRTC</option>
          <option value="Services: UP">Services: UP</option>
          <option value="Services: Social API">Services: Social API</option>
          <option value="Labs / Research / H3">Labs / Research / H3</option>
          <option value="Product Support">Product Support</option>
          <option value="Corp Support">Corp Support</option>
          <option value="Other">Other</option>
        </select>
      </span>
    </div>

    <div id="key_initiative_other_row" class="field_row bz_default_hidden">
      <span class="field_label">&nbsp;</span>
      <span class="field_data">
        <input type="text" name="key_initiative_other" id="key_initiative_other" size="60">
      </span>
    </div>

    <div id="release_date_row" class="field_row">
      <span class="field_label">Release Date:</span>
      <span class="field_data">
        <div class="field_description">What is your key release / launch date (if applicable)?</div>
        <input name="release_date" size="20" id="release_date" value=""
               onchange="updateCalendarFromField(this)">
        <button type="button" class="calendar_button"
                id="button_calendar_release_date"
                onclick="showCalendar('release_date')">
        <span>Calendar</span>
      </button>
      <div id="con_calendar_release_date"></div>
      <script type="text/javascript">
        createCalendar('release_date')
      </script>
      </span>
    </div>

    <div id="project_status_row" class="field_row">
      <span class="field_label required">Project Status:</span>
      <span class="field_data">
        <div class="field_description">What is the current state of your project?</div>
        <select name="project_status" id="project_status">
          <option value="">Select One</option>
          <option value="future">Future project under discussion</option>
          <option value="active">Active planning</option>
          <option value="development">Development</option>
          <option value="ready">Ready to launch/commit</option>
          <option value="launched">Already launched/committed</option>
        </select>
      </span>
    </div>

    <div id="mozilla_data_row" class="field_row">
      <span class="field_label required">Mozilla Data:</span>
      <span class="field_data">
        <div class="field_description">Does this product/service/project access, interact with, or store Mozilla 
          (customer, contributor, user, employee) data? Example of such data includes
          email addresses, first and last name, addresses, phone numbers, credit card data.)</div>
        <select name="mozilla_data" id="mozilla_data"
                onchange="MPR.toggleSpecialSections();">
          <option value="">Select One</option>
          <option value="Yes">Yes</option>
          <option value="No">No</option>
        </select>
     </span>
    </div>

    <div id="new_or_change_row" class="field_row">
      <span class="field_label required">New or Change:</span>
      <span class="field_data">
        <div class="field_description">Is this a NEW product, service, project, feature, or functionality, 
          a change to an EXISTING one, or neither?</div>
        <select name="new_or_change" id="new_or_change" 
                onchange="MPR.toggleVisibleById(this,'Existing','mozilla_project_row');">
          <option value="">Select One</option>
          <option value="New">New</option>
          <option value="Existing">Existing</option>
          <option value="Neither">Neither</option>
        </select>
      </span>
    </div>

    <div id="mozilla_project_row" class="field_row bz_default_hidden">
      <span class="field_label">Mozilla Project:</span>
      <span class="field_data">
        <div class="field_description">What product/service/project does this pertain to?</div>
        <select name="mozilla_project" id="mozilla_project">
          <option value="none">None</option>
          <option value="FirefoxOS">FirefoxOS</option>
          <option value="Marketplace">Marketplace</option>
          <option value="Persona">Persona</option>
          <option value="Marketing Initiative">Marketing Initiative</option>
        </select>
      </span>
    </div>

    <div id="mozilla_related_row" class="field_row">
      <span class="field_label">Mozilla Related:</span>
      <span class="field_data">
        <div class="field_description">What Mozilla products/services/projects does this product/service/project 
          integrate with or relate to?</div>
        <input type="text" name="mozilla_related" id="mozilla_related" size="60">
      </span>
    </div>

    <div id="separate_party_row" class="field_row">
      <span class="field_label required">Separate Party:</span>
      <span class="field_data">
        <div class="field_description"> Does this project involve a
          relationship with another party (such as a third party vendor, hosted
          service provider, consultant or strategic partner)? This includes MSAs,
          Consulting Agreements, NDAs, click to accept, API agreements, open
          source licenses, renewals, additional services or goods, and any other
          agreements.
        </div>
        <select name="separate_party" id="separate_party"
                onchange="MPR.toggleVisibleById(this,'Yes','initial_separate_party_questions');
                          if (this.value == 'No') {
                            Dom.addClass('finance_questions','bz_default_hidden');
                            if (Dom.get('mozilla_data').value != 'Yes')
                                Dom.addClass('legal_questions', 'bz_default_hidden');
                          }
                          else {
                            Dom.removeClass('legal_questions', 'bz_default_hidden');
                            MPR.toggleVisibleById('relationship_type','Hardware Purchase','finance_questions');
                          }">
          <option value="">Select One</option>
          <option value="Yes">Yes</option>
          <option value="No">No</option>
        </select>
      </span>
    </div>

    <div id="initial_separate_party_questions" class="bz_default_hidden">
      <div id="relation_type_row" class="field_row">
        <span class="field_label required">Type of Relationship:</span>
        <span class="field_data">
          <div class="field_description">What type of relationship?</div>
          <select name="relationship_type" id="relationship_type"
                  onchange="MPR.toggleVisibleById(this, 'Vendor/Services', 'legal_sow_details_row');
                            MPR.toggleVisibleById(this, 'Vendor/Services', 'legal_vendor_services_where_row');
                            MPR.toggleVisibleById(this, 'Hardware Purchase', 'finance_questions');
                            if (this.value == 'Hardware Purchase') Dom.addClass('legal_questions', 'bz_default_hidden');
                            else if (Dom.get('separate_party').value == 'Yes' || Dom.get('mozilla_data').value == 'Yes')
                              Dom.removeClass('legal_questions', 'bz_default_hidden');">
            <option value="">Select One</option>
            <option value="Vendor/Services">Vendor/Services</option>
            <option value="Distribution/Bundling">Distribution/Bundling</option>
            <option value="Hardware Purchase">Hardware Purchase</option>
            <option value="Search">Search</option>
            <option value="NDA">NDA</option>
            <option value="Other">Other</option>
          </select>
        </span>
      </div>

      <div id="data_access_row" class="field_row">
        <span class="field_label required">Data Access:</span>
        <span class="field_data">
          <div class="field_description">Will the other party have access to Mozilla (customer, contributor, user,
            employee) data? (If this is for an NDA, choose no)</div>
          <select name="data_access" id="data_access"
                  onchange="MPR.toggleSpecialSections();">
            <option value="">Select One</option>
            <option value="Yes">Yes</option>
            <option value="No">No</option>
          </select>
        </span>
      </div>

      <div id="privacy_policy_row" class="field_row">
        <span class="field_label">Privacy Policy:</span>
        <span class="field_data">
          <div class="field_description">What is the url for their privacy policy?</div>
          <input type="text" name="privacy_policy" id="privacy_policy" size="60">
        </span>
      </div>

      <div id="vendor_cost_row" class="field_row">
        <span class="field_label required">Vendor Cost:</span>
        <span class="field_data">
          <div class="field_description">What is the anticipated cost of the vendor relationship?
            (Entire Contract Cost, not monthly cost)</div>
          <select name="vendor_cost" id="vendor_cost"
                  onchange="MPR.toggleVisibleById(this,'> $25,000','finance_questions');">
            <option value="">Select One</option>
            <option value="N/A">N/A</option>
            <option value="&lt= $25,000">&lt;= $25,000</option>
            <option value="&gt $25,000">&gt; $25,000</option>
          </select>
        </span>
      </div>
    </div>
  </div>

  <div id="sec_review_questions" class="bz_default_hidden">
    <div class="header">Security Review</div>

    <div id="sec_review_affects_products_row">
      <span class="field_label">Affects Products:</span>
      <span class="field_data">
        <div class="field_description">Does this feature or code change affect Firefox, Thunderbird or any 
          product or service the Mozilla ships to end users?</div>
        <select name="sec_affects_products" id="sec_affects_products">
          <option value="">Select One</option>
          <option value="Yes">Yes</option>
          <option value="No">No</option>
        </select>
      </span>
    </div>

    <div id="sec_review_date_row" class="field_row">
      <span class="field_label">Review Due Date:</span>
      <span class="field_data">
        <div class="field_description">When would you like the review to be completed?
          (<a href="https://mail.mozilla.com/home/ckoenig@mozilla.com/Security%20Review.html"
              target="_blank">more info</a>)</div>
        <input name="sec_review_date" size="20" id="sec_review_date" value=""
               onchange="updateCalendarFromField(this)">
        <button type="button" class="calendar_button"
                id="button_calendar_sec_review_date"
                onclick="showCalendar('sec_review_date')">
        <span>Calendar</span>
      </button>
      <div id="con_calendar_sec_review_date"></div>
      <script type="text/javascript">
        createCalendar('sec_review_date')
      </script>
      </span>
    </div>

    <div id="sec_review_invitees_row" class="field_row">
      <span class="field_label">Review Invitees:</span>
      <span class="field_data">
        <div class="field_description">Whom should be invited to the review?</div>
        <input type="text" name="sec_review_invitees" id="sec_review_invitees" size="60">
      </span>
    </div>

    <div id="sec_review_extra_row" class="field_row">
      <span class="field_label">Extra Information:</span>
      <span class="field_data">
        <div class="field_description">If you feel something is missing here or you would like to provide other 
          kind of feedback, feel free to do so here?</div>
        <textarea name="sec_review_extra" id="sec_review_extra" rows="10" cols="80"></textarea>
      </span>
    </div>
  </div>

  <div id="privacy_policy_project_questions" class="bz_default_hidden">
    <div class="header">Privacy (Policy/Project)</div>

    <div id="privacy_policy_project_row" class="field_row">
      <span class="field_label">Privacy Policy:</span>
      <span class="field_data">
        <div class="field_description">Do you currently have a privacy policy for your project / site / product?</div>
        <select name="privacy_policy_project" id="privacy_policy_project"
                onchange="MPR.toggleVisibleById(this,'Yes','privacy_policy_project_link_row');">
          <option value="">Select One</option>
          <option value="Yes">Yes</option>
          <option value="No">No</option>
        </select>
      </span>
    </div>

    <div id="privacy_policy_project_link_row" class="field_row bz_default_hidden">
      <span class="field_label">Privacy Policy Link:</span>
      <span class="field_data">
        <div class="field_description">Please provide link to policy</div>
        <input type="text" name="privacy_policy_project_link" id="privacy_policy_project_link" size="60">
      </span>
    </div>

    <div id="privacy_policy_project_user_data_row" class="field_row">
      <span class="field_label">User Data:</span>
      <span class="field_data">
        <div class="field_description">Does your product/service/project collect, use or maintain any user data?</div>
        <select name="privacy_policy_user_data" id="privacy_policy_user_data"
                onchange="MPR.toggleVisibleById(this,'Yes','privacy_policy_project_user_data_bug_row');">
          <option value="">Select One</option>
          <option value="Yes">Yes</option>
          <option value="No">No</option>
        </select>
      </span>
    </div>

    <div id="privacy_policy_project_user_data_bug_row" class="bz_default_hidden">
      <span class="field_label">Data Safety [% terms.Bug %] ID:</span>
      <span class="field_data">
        <div class="field_description">Please provide link to Data Safety [% terms.bug %]</div>
        <input type="text" name="privacy_policy_user_data_bug" id="privacy_policy_user_data_bug" size="60">
      </span>
    </div>

    <div id="privacy_policy_project_legal_bug_row" class="field_row">
      <span class="field_label">Legal [% terms.Bug %]:</span>
      <span class="field_data">
          <div class="field_description">For reference, please provide link to related Legal [% terms.bug %] or enter 
            "not filed" if a legal [% terms.bug %] has not yet been filed.</div>
        <input type="text" name="privacy_policy_legal_bug" id="privacy_policy_legal_bug" size="60">
      </span>
    </div>
  </div>

  <div id="privacy_policy_vendor_questions" class="bz_default_hidden">
    <div class="header">Privacy (Policy/Vendor)</div>

    <div id="privacy_policy_vendor_user_data_row" class="field_row">
      <span class="field_label">Privacy Policy:</span>
      <span class="field_data">
        <div class="field_description">Will the vendor have access to Mozilla (customer, contributor, user, employee) data?</div>
        <select name="privacy_policy_vendor_user_data" id="privacy_policy_vendor_user_data"
                onchange="MPR.toggleVisibleById(this,'Yes','privacy_policy_vendor_extra');">
          <option value="">Select One</option>
          <option value="Yes">Yes</option>
          <option value="No">No</option>
        </select>
      </span>
    </div>

    <div id="privacy_policy_vendor_extra" class="bz_default_hidden">
      <div id="privacy_policy_vendor_link_row" class="field_row">
        <span class="field_label">Vendor's Privacy Policy:</span>
        <span class="field_data">
          <div class="field_description">Please provide link to vendor's privacy policy</div>
          <input type="text" name="privacy_policy_vendor_link" id="privacy_policy_vendor_link" size="60">
        </span>
      </div>

      <div id="privacy_policy_vendor_questionnaire_row" class="field_row">
        <span class="field_label">Privacy Questionnaire:</span>
        <span class="field_data">
          <div class="field_description">Has vendor completed Mozilla Vendor Privacy Questionnaire?</div>
          <select name="privacy_policy_vendor_questionnaire" id="privacy_policy_vendor_questionnaire">
            <option value="">Select One</option>
            <option value="Yes">Yes</option>
            <option value="No">No</option>
          </select>
        </span>
      </div>
    </div>
  </div>

  <div id="legal_questions" class="bz_default_hidden">
    <div class="header">Legal</div>

    <div id="legal_priority_row" class="field_row">
      <span class="field_label required">Priority:</span>
      <span class="field_data">
        <div class="field_description">Priority to your team</div>
        <select name="legal_priority" id="legal_priority">
          <option value="">Select One</option>
          <option value="high">High</option>
          <option value="medium">Medium</option>
          <option value="low">Low</option>
        </select>
      </span>
    </div>

    <div id="legal_cc_row" class="field_row">
      <span class="field_label">Cc:</span>
      <span class="field_data">
        [% INCLUDE global/userselect.html.tmpl
           id       => "legal_cc"
           name     => "legal_cc"
           value    => ""
           size     => 60
           classes  => ["bz_userfield"]
           multiple => 5
        %]
      </span>
    </div>

    <div id="legal_other_party_row" class="field_row">
      <span class="field_label">Other Party:</span>
      <span class="field_data">
        <div class="field_description">Name of other party involved</div>
        <input type="text" name="legal_other_party" id="legal_other_party" size="60">
      </span>
    </div>

    <div id="legal_business_objective_row" class="field_row">
      <span class="field_label">Business Objective:</span>
      <span class="field_data">
        <textarea name="legal_business_objective" id="legal_business_objective" rows="10" cols="80"></textarea>
      </span>
    </div>

    <div id="legal_sow_details_row" class="class_row bz_default_hidden">
      <span class="field_label">SOW Details:</span>
      <span class="field_data">
        <div class="field_description">If applicable</div>
        <textarea name="legal_sow_details" id="legal_sow_details" rows="10" cols="80"></textarea>
      </span>
    </div>

    <div id="legal_vendor_services_where_row" class="field_row bz_default_hidden">
      <span class="field_label required">Vendor Services Location:</span>
      <span class="field_data">
        <div class="field_description">Where will the services primarily be provided?</div>
        <select name="legal_vendor_services_where" id="legal_vendor_services_where">
          <option value="">Select One</option>
          <option value="U.S.">U.S.</option>
          <option value="Europe">Europe</option>
          <option value="Canada">Canada</option>
          <option value="Global">Global</option>
          <option value="Another region of the world">Another region of the world</option>
          <option value="A single country">A single country</option>
        </select>
        <br>
        <input class="bz_default_hidden" type="text"
               name="legal_vendor_single_country" id="legal_vendor_single_country" size="60">
      </span>
    </div>
  </div>

  <div id="finance_questions" class="bz_default_hidden">
    <div class="header">Finance</div>

     <div id="finance_purchase_vendor_row" class="field_row">
       <span class="field_label required">Vendor:</span>
       <span class="field_data">
         <input type="text" name="finance_purchase_vendor" maxsize="255" size="60" id="finance_purchase_vendor">
       </span>
     </div>

    <div id="finance_purchase_inbudget_row" class="field_row">
      <span class="field_label required">Is this line item in budget?:</span>
      <span class="field_data">
        <select name="finance_purchase_inbudget" id="finance_purchase_inbudget"
                onchange="MPR.toggleVisibleById(this, 'No', 'finance_purchase_notinbudget_why_row');">
          <option value="">Select One</option>
          <option value="Yes">Yes</option>
          <option value="No">No</option>
        </select>
      </span>
    </div>

    <div id="finance_purchase_notinbudget_why_row" class="field_row bz_default_hidden">
      <span class="field_label required">Not In Budget Why:</span>
      <span class="field_data">
        <em>Please include additional description for this out of budget line item</em><br>
        <textarea name="finance_purchase_notinbudget_why" id="finance_purchase_notinbudget_why" rows="10" cols="80"></textarea>
      </span>
    </div>

    <div id="finance_purchase_what_row" class="field_row">
      <span class="field_label required">What is the purchase for?:</span>
      <span class="field_data">
        <textarea name="finance_purchase_what" id="finance_purchase_what" rows="10" cols="80"></textarea>
      </span>
    </div>

    <div id="finance_purchase_why_row" class="field_row">
      <span class="field_label required">Why is the purchase needed?:</span>
      <span class="field_data">
        <textarea name="finance_purchase_why" id="finance_purchase_why" rows="10" cols="80"></textarea>
      </span>
    </div>

    <div id="finance_purchase_risk_row" class="field_row">
      <span class="field_label required">What is the risk<br>if not purchased?:</span>
      <span class="field_data">
        <textarea name="finance_purchase_risk" id="finance_purchase_risk" rows="10" cols="80"></textarea>
      </span>
    </div>

    <div id="finance_purchase_alternative_row" class="field_row">
      <span class="field_label required">What is the alternative?:</span>
      <span class="field_data">
        <textarea name="finance_purchase_alternative" id="finance_purchase_alternative" rows="10" cols="80"></textarea>
      </span>
    </div>

    <div id="finance_purchase_urgency_row" class="field_row">
      <span class="field_label required">When do the items need to be ordered by?:</span>
      <span class="field_data">
        <select name="finance_purchase_urgency" id="finance_purchase_urgency">
          <option value="within 24 hours">within 24 hours</option>
          <option value="1 to 3 days">1 to 3 days</option>
          <option value="a week">a week</option>
          <option value="no rush" selected>no rush</option>
        </select>
      </span>
    </div>

    <div id="finance_purchase_cost_row" class="field_row">
      <span class="field_label required">Total Cost:</span>
      <span class="field_data">
        <input type="text" name="finance_purchase_cost" id="finance_purchase_cost" size="60">
      </span>
    </div>
  </div>

  <div id="data_safety_questions" class="bz_default_hidden">
    <div class="header">Data Safety</div>

    <div id="data_safety_user_data_row" class="field_row">
      <span class="field_label">User Data:</span>
      <span class="field_data">
        <div class="field_description">Does your project collect data from users?</div>
        <select name="data_safety_user_data" id="data_safety_user_data"
            onchange="MPR.toggleVisibleById(this,'Yes','data_safety_extra_questions');">
          <option value="">Select One</option>
          <option value="Yes">Yes</option>
          <option value="No">No</option>
        </select>
      </span>
    </div>

    <div id="data_safety_extra_questions" class="bz_default_hidden">
      <div id="data_safety_user_count_row" class="field_row">
        <span class="field_label">How many involved?:</span>
        <span class="field_data">
          <div class="field_description">How many users are currently involved?</div>
          <input type="text" name="data_safety_user_count" id="data_safety_user_count" size="60">
        </span>
      </div>

      <div id="data_safety_user_count_anticipated_row" class="field_row">
        <span class="field_label">How many antcipated?:</span>
        <span class="field_data">
          <div class="field_description">How many users do you anticipate to be involved?</div>
          <input type="text" name="data_safety_user_count_anticipated" id="data_safety_user_count_anticipated" size="60">
        </span>
      </div>

      <div id="data_safety_data_type_row" class="field_row">
        <span class="field_label">Type of Data:</span>
        <span class="field_data">
          <div class="field_description">Please provide examples of the types of user data you collect.</div>
          <textarea name="data_safety_data_type" id="data_safety_data_type" rows="10" cols="80"></textarea>
        </span>
      </div>

      <div id="data_safety_data_reason_row" class="field_row">
        <span class="field_label">Data Reason:</span>
        <span class="field_data">
          <div class="field_description">Why do you need to collect user data?</div>
          <textarea name="data_safety_data_reason" id="data_safety_data_reason" rows="10" cols="80"></textarea>
        </span>
      </div>

      <div id="data_safety_community_benefit_row" class="field_row">
        <span class="field_label">Community Benefit:</span>
        <span class="field_data">
          <div class="field_description">What community benefits are derived from the collection of user data for your project?</div>
          <textarea name="data_safety_community_benefit" id="data_safety_community_benefit" rows="10" cols="80"></textarea>
        </span>
      </div>

      <div id="data_safety_community_collection_row" class="field_row">
        <span class="field_label">Data Collection:</span>
        <span class="field_data">
          <div class="field_description">How is the data being collected? (e.g., forms on web site, provided directly by user,
            observed data collection, etc.) (Consider that you may be collecting data unintentionally 
            such as automatic logging by web servers)</div>
          <textarea name="data_safety_community_collection" id="data_safety_community_collection" rows="10" cols="80"></textarea>
        </span>
      </div>

      <div id="data_safety_retention_row" class="field_row">
        <span class="field_label">Data Retention:</span>
        <span class="field_data">
          <div class="field_description">Will your project / team members need to retain user data?</div>
          <select name="data_safety_retention" id="data_safety_retention"
                  onchange="MPR.toggleVisibleById(this,'Yes','data_safety_retention_length_row');">
            <option value="">Select One</option>
            <option value="Yes">Yes</option>
            <option value="No">No</option>
          </select>
        </span>
      </div>

      <div id="data_safety_retention_length_row" class="field_row bz_default_hidden">
        <span class="field_label">Data Retention Length:</span>
        <span class="field_data">
          <div class="field_description">If the data is being retained, for how long?</div>
          <input type="text" name="data_safety_retention_length" id="data_safety_retention_length" size="60"></textarea>
        </span>
      </div>

      <div id="data_safety_separate_party_row" class="field_row">
        <span class="field_label">Separate Party:</span>
        <span class="field_data">
          <div class="field_description">Will any user data be shared or accessed by third party partners, customers or providers?</div>
          <select name="data_safety_separate_party" id="data_safety_separate_party"
                  onchange="MPR.toggleVisibleById(this,'Yes','data_safety_separate_party_data_row');">
            <option value="">Select One</option>
            <option value="Yes">Yes</option>
            <option value="No">No</option>
          </select>
        </span>
      </div>

      <div id="data_safety_separate_party_extra" class="bz_default_hidden">
        <div id="data_safety_separate_party_data_row" class="field_row">
          <span class="field_label">Separate Party Data Type:</span>
          <span class="field_data">
            <div class="field_description">What is the data being shared or accessed?</div>
            <textarea name="data_safety_separate_party_data" id="data_safety_community_separate_party_data" rows="10" cols="80"></textarea>
          </span>
        </div>

        <div id="data_safety_separate_party_data_communication_row" class="field_row">
          <span class="field_label">Separate Party<br>Data Communication:</span>
          <span class="field_data">
            <div class="field_description">How would the data be communicated / transferred to the third parties?</div>
            <textarea name="data_safety_separate_party_data_communication" id="data_safety_separate_party_data_communication" rows="10" cols="80"></textarea>
          </span>
        </div>

        <div id="data_safety_separate_party_who_row" class="field_row">
          <span class="field_label">Who are the separate parties?:</span>
          <span class="field_data">
            <div class="field_description">Who are the third party vendors and in what countries are they based?</div>
            <textarea name="data_safety_separate_party_who" id="data_safety_separate_party_who" rows="10" cols="80"></textarea>
          </span>
        </div>
      </div>

      <div id="data_safety_community_visibility_row" class="field_row">
        <span class="field_label">Community Visibility and Input:</span>
        <span class="field_data">
          <div class="field_description">Has your proposal been shared publicly, including requirements for Mozilla to collect and host user data?</div>
          <select name="data_safety_community_visibility" id="data_safety_community_visibility"
                  onchange="MPR.toggleVisibleById(this,'Yes','data_safety_communication_channels_row');
                            MPR.toggleVisibleById(this,'No','data_safety_communication_plan_row');">
            <option value="">Select One</option>
            <option value="Yes">Yes</option>
            <option value="No">No</option>
          </select>
        </span>
      </div>

      <div id="data_safety_communication_channels_row" class="field_row bz_default_hidden">
        <span class="field_label">Communication Channels:</span>
        <span class="field_data">
          <div class="field_description">What communication channels are you using and what kind of input have you received thus far?</div>
          <textarea name="data_safety_communication_channels" id="data_safety_communication_channels" rows="10" cols="80"></textarea>
        </span>
      </div>

      <div id="data_safety_communication_plan_row" class="field_row bz_default_hidden">
        <span class="field_label">Public Communication Plan:</span>
        <span class="field_data">
          <div class="field_description">Data Safety discussion needed. Provide your plan for publicly sharing your proposal.</div>
          <textarea name="data_safety_communication_plan" id="data_safety_communication_plan" rows="10" cols="80"></textarea>
        </span>
      </div>
    </div>
  </div>

  <input type="submit" id="commit" value="Submit Review">
</form>

<p>
  Thanks for contacting us. You will be notified by email of any progress made in resolving your request.
</p>

[% PROCESS global/footer.html.tmpl %]