[%# 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 %] [% inline_style = BLOCK %] #bug_form input[type=text], #bug_form input[type=file], #cc_autocomplete, #bug_form textarea { width: 100%; } [% END %] [% inline_js = BLOCK %] function onSubmit() { var error = ''; if (!isFilledOut('short_desc')) error += 'Please enter a summary.\n'; if (!isFilledOut('attachment')) error += 'Please attach the data set/representative sample.\n'; if (!isFilledOut('source')) error += 'Please enter the data source.\n'; if (!isFilledOut('data_desc')) error += 'Please enter the data description.\n'; if (!isFilledOut('release')) error += 'Please enter the parts of data you want released.\n'; if (!isFilledOut('why')) error += 'Please enter why you want to release this data.\n'; if (!isFilledOut('when')) error += 'Please enter when you would like to release this data.\n'; if (error) { alert(error); return false; } return true; } [% END %] [% PROCESS global/header.html.tmpl title = "Privacy - Data Release Proposal" style = inline_style style_urls = [ 'skins/standard/enter_bug.css' ] javascript = inline_js javascript_urls = [ 'extensions/BMO/web/js/form_validate.js', 'js/attachment.js', 'js/field.js', 'js/util.js' ] yui = [ 'autocomplete' ] %]
Before filling out this form, please look at the guide for releasing info about people.
All fields except for CC are required.
[% PROCESS global/footer.html.tmpl %]