[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Mozilla Corporation. # Portions created by Mozilla are Copyright (C) 2008 Mozilla # Corporation. All Rights Reserved. # # Contributor(s): Mark Smith # Reed Loden #%] [% PROCESS global/variables.none.tmpl %] [% inline_style = BLOCK %] #heading { width: 98%; font-size: 2em; font-weight: bold; margin: 10px; } p { max-width: 40%; } label.required:before { content: "* "; color: red; } .required_star { color: red; } .row label { display: block; } .row { padding-bottom: 10px; } [% END %] [% inline_javascript = BLOCK %] $(document).ready(function() { $("#calironto").change(function() { var v = $(this).val(); if (v == "" || v == "Yes") { $("#other_location").removeAttr("required"); $("label[for='other_location']").removeClass("required"); $("#other_location_row").hide(); } else { $("#other_location").attr("required", true); $("label[for='other_location']").addClass("required"); $("#other_location_row").show(); } }).change(); $("#business_need").change(function() { var v = $(this).val(); if (v === "Other") { $("#business_need_elaborate").prop("disabled", false).show(); } else { $("#business_need_elaborate").prop("disabled", true).hide(); } }); $("#internForm").on("submit", function() { var name = $("#name").val(); $("#short_desc").val("Intern Request: " + encodeURIComponent(name)); }); }); [% END %] [% PROCESS global/header.html.tmpl title = "Mozilla Corporation Intern Requests" generate_api_token = 1 style_urls = [ 'skins/standard/attachment.css' ] javascript_urls = [] style = inline_style javascript = inline_javascript %] [% IF !user.in_group("mozilla-employee-confidential") && !user.in_group("mozilla-messaging-confidential") && !user.in_group("mozilla-foundation-confidential") %]

Sorry, you do not have access to this page.

[% RETURN %] [% END %]
Intern Requests

Applications for 2016 Interns are now being accepted. If you would like to request an intern for 2016 the application deadline is August 28, 2015, as recruiting begins September 2015. Please submit a [% terms.bug %] for each individual intern you would like even if the descriptions are the same. Applying for an intern is not a guarantee that you will be granted an intern this time around. All applications will be considered and reviewed by the University Team, your Human Resource Business Partner, and ultimately approved at the VP level.

Interns will be allotted based on the need for level 1 and 2 growth on your team, business need, budget, and location support.

[% IF user.in_group('canconfirm') %] [% END %]
[% PROCESS "bug/create/cost-centers.none.tmpl" %]
[% INCLUDE yesno name = "level_1_or_2" %]
[% INCLUDE yesno name = "calironto" %]
[% INCLUDE yesno name = "onsite" %]

[% INCLUDE yesno name = "would_hire" %]
[% INCLUDE yesno name = "would_reintern" %]

[ * Required Field ]

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

[% PROCESS global/footer.html.tmpl %] [% BLOCK yesno %] [% END %]