summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/create-recruiting.html.tmpl
blob: 342c5b8796379667c6dff28f8db4486115570066 (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
[%# 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 <mark@mozilla.com>
  #                 Reed Loden <reed@mozilla.com>
  #%]

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

[% inline_style = BLOCK %]
#heading {
  text-align:  center;
  width:       98%;
  font-size:   2em;
  font-weight: bold;
  margin:      10px;
}
p {
   max-width: 40%;
}
label.required:before {
  content: "* ";
  color: red;
}
.required_star {
  color: red;
}
[% END %]

[% inline_javascript = BLOCK %]
function jobDescToggle(what) {
  switch (what) {
  case 'text':
    YAHOO.util.Dom.removeClass('jobDescText', 'bz_default_hidden');
    YAHOO.util.Dom.addClass('jobDescFile', 'bz_default_hidden');
    break;

  case 'file':
    YAHOO.util.Dom.addClass('jobDescText', 'bz_default_hidden');
    YAHOO.util.Dom.removeClass('jobDescFile', 'bz_default_hidden');
    break;
  }
}
[% END %]

[% PROCESS global/header.html.tmpl
   title              = "Mozilla Corporation HR and Recruiting Requests"
   generate_api_token = 1
   style_urls         = [ 'skins/standard/attachment.css' ]
   javascript_urls    = [ 'js/attachment.js', 'js/field.js' ]
   style              = inline_style
   javascript         = inline_javascript
%]

[% IF user.in_group("mozilla-employee-confidential")
   OR user.in_group("mozilla-messaging-confidential")
   OR user.in_group("mozilla-foundation-confidential") %]
  <div id="heading">Recruiting</div>

  <p>
    Recruiting [% terms.Bugs %] are visible only to the Reporter, members of the People
    Team, and those on the CC list. Please do not add non-employees to the CC list.
    This form is to request a new open requisition only, and is not for
    communication about existing open requisitions in Jobvite.
  </p>

  <p>
    <strong>Do not put information about backfills or replacements directly into
      this [% terms.bug %].</strong>
  </p>

  <form method="post" action="post_bug.cgi" id="recruitingForm" enctype="multipart/form-data">
    <input type="hidden" name="product" value="Recruiting">
    <input type="hidden" name="component" value="General">
    <input type="hidden" name="rep_platform" value="All">
    <input type="hidden" name="op_sys" value="Other">
    <input type="hidden" name="version" value="unspecified">
    <input type="hidden" name="priority" value="--">
    <input type="hidden" name="bug_severity" value="normal">
    <input type="hidden" name="format" value="recruiting">
    <input type="hidden" name="created-format" value="recruiting">
    <input type="hidden" name="token" value="[% token FILTER html %]">
    <input type="hidden" id="description" name="description" value="Job Description">
    <input type="hidden" name="contenttypemethod" value="autodetect" />
    [% IF user.in_group('canconfirm') %]
      <input type="hidden" name="bug_status" value="NEW">
    [% END %]

    <table>
      <tr>
        <th align="right" valign="top" width="170">
          <label class="required" for="short_desc">Position Title:</label>
        </th>
        <td>
          <input required name="short_desc" id="short_desc" size="60" value="[% short_desc FILTER html %]">
        </td>
      </tr>

      <tr>
        <th align="right">
          <label class="required" for="cost_center">Cost Center:</label>
        </th>
        <td>
          [% PROCESS "bug/create/cost-centers.none.tmpl" %]
          <select required id="cost_center" name="cost_center">
            <option value="">Select..</option>
            [% FOREACH cost_center IN cost_centers %]
              <option value="[% cost_center FILTER html %]">[% cost_center FILTER html %]</option>
            [% END %]
          </select>
        </td>
      </tr>

      <tr>
        <th align="right" valign="top">
          <label class="required" for="hiring_manager_name">Hiring Manager Name:</label>
        </th>
        <td>
          <input required name="hiring_manager_name" id="hiring_manager_name" size="60" >
        </td>
      </tr>

      <tr>
        <th align="right">
          <label class="required" for="vp_authority">VP Authority</label>
        </th>
        <td>
          <select required id="vp_authority" name="vp_authority">
            <option value="">Select..</option>
            [% INCLUDE "bug/create/vp-authority.html.tmpl" %]
          </select>
        </td>
      </tr>

      <tr>
        <th align="right">
          <label class="required" for="hrbp_name">HRBP Name</label>
        </th>
        <td>
          <select required id="hrbp_name" name="hrbp_name">
            <option value="">Select...</option>
            <option value="Erin Troy">Erin Troy</option>
            <option value="Josh Kruse">Josh Kruse</option>
            <option value="Matt Frassica">Matt Frassica</option>
            <option value="Michael Aukland">Michael Aukland</option>
          </select>
        </td>
      </tr>

      <tr>
        <th align="right">
          <label class="required" for="reg_or_seasonal">Regular or Seasonal?</label>
        </th>
        <td>
          <select required id="reg_or_seasonal" name="reg_or_seasonal">
            <option value="">Select...</option>
            <option value="Regular">Regular</option>
            <option value="Seasonal">Seasonal</option>
          </select>
        </td>
      </tr>

      <tr>
        <th align="right">
          <label class="required" for="desired_location">Desired Location</label>
        </th>
        <td>
          <select required id="desired_location" name="desired_location">
            <option value="">Select...</option>
            <option value="any">Any Location</option>
            <option value="remote">Remote</option>
            <option value="europe">Europe</option>
            <option value="latinamerica">Latin America</option>
            <option value="northamerica">North America</option>
            <option value="bayarea">Bay Area</option>
            <option value="berlin">Berlin</option>
            <option value="boston">Boston</option>
            <option value="london">London</option>
            <option value="mountainview">Mountain View</option>
            <option value="newzealand">New Zealand</option>
            <option value="paris">Paris</option>
            <option value="portland">Portland</option>
            <option value="sanfrancisco">San Francisco</option>
            <option value="toronto">Toronto</option>
            <option value="vancouver">Vancouver</option>
          </select>
        </td>
      </tr>

      <tr>
        <th align="right" valign="top">
          <label class="required" for="comp_grade">Comp Grade:</label>
        </th>
        <td>
          <input required name="comp_grade" id="comp_grade" size="60">
        </td>
      </tr>

      <tr>
        <th align="right" valign="top">
          <label class="required" for="new_or_backfill">Is this new headcount or backfill?</label>
        </th>
        <td>
          <select required name="new_or_backfill" id="new_or_backfill">
            <option value="">Select...</option>
            <option value="new">New</option>
            <option value="backfill">Backfill</option>
          </select>
        </td>
      </tr>

      <tr>
        <th align="right" valign="top">
          <label class="required" for="multiple">
            Are you hiring multiple of this position this year?
          </label>
        </th>
        <td>
          <select required name="multiple" id="multiple">
            <option value="">Select...</option>
            <option value="Yes">Yes</option>
            <option value="No">No</option>
          </select>
        </td>
      </tr>

      <tr>
        <th align="right" valign="top">
          <label class="required" for="job_family">
            Please include Job Family<br>(if you know what it is)
          </label>
        </th>
        <td>
          <input required name="job_family" id="job_family" size="60">
        </td>
      </tr>

      <tr id="jobDescFile">
        <th align="right" valign="top">
          <label for="data">Job Description:</label>
        </th>
        <td>
          <em>
            All job descriptions must be run through Textio (the tool Mozilla
            uses to help de-bias our hiring process/job descriptions) and score
            at least a 90 out of 100 before being posted to the Mozilla Careers
            page. Please run your description through Textio before uploading
            it to your headcount request [% terms.bug %]. To learn more about
            Textio and learn how to create a Textio account,
            <a href="https://mana.mozilla.org/wiki/display/globalstaffing/Diversity+Recruiting+Initiatives">
              visit this mana page</a>.<br><br>
            Please upload a draft of the Job Description you would like to be associated with this requisition
            (or <a href="javascript:jobDescToggle('text')">paste text as attachment</a>).</em><br>
          <input type="file" id="data" name="data" size="60"><br>
          <em>For job description formatting guidelines and help writing your job description please read the
            <a href="https://mana.mozilla.org/wiki/display/globalstaffing/Best+Practices+Guide%3A+Writing+Job+Descriptions"
               target="_blank">Best Practices Guide</a>.</em>
        </td>
      </tr>

      <tr id="jobDescText" class="bz_default_hidden">
        <th align="right" valign="top">
          <label for="attach_text">Job Description:</label>
        </th>
        <td>
          <em>Please copy/paste a draft of the Job Description you would like to be associated with this requisition
            (or <a href="javascript:jobDescToggle('file')">attach a file</a>).</em><br>
          <textarea id="attach_text" name="attach_text" cols="60" rows="4"></textarea><br>
          <em>For job description formatting guidelines and help writing your job description please read the
            <a href="https://mana.mozilla.org/wiki/display/globalstaffing/Best+Practices+Guide%3A+Writing+Job+Descriptions"
               target="_blank">Best Practices Guide</a>.</em>
        </td>
      </tr>

      <tr>
        <th align="right" valign="top">
          <label for="plan_impact" class="required">What part of your strategic plan does this role impact?</label>
        </th>
        <td>
          <textarea required id="plan_impact" name="plan_impact" cols="60" rows="4"></textarea>
        </td>
      </tr>

      <tr>
        <th align="right" valign="top">
          <label for="critical_success" class="required">Why is this critical for success?</label>
        </th>
        <td>
          <textarea required id="critical_success" name="critical_success" cols="60" rows="4"></textarea>
        </td>
      </tr>

      <tr>
        <th align="right">
          <label for="cc">CC:</label>
        </th>
        <td colspan="3">
          [% INCLUDE global/userselect.html.tmpl
             id       => "cc"
             name     => "cc"
             value    => cc
             size     => 60
             multiple => 5
             %]
        </td>
      </tr>
    </table>

    <br>

    <input type="submit" id="commit" value="Submit Request">
    <p>
      [ <span class="required_star">*</span> <span class="required_explanation">
      Required Field</span> ]
    </p>
  </form>

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

[% ELSE %]
  <p>Sorry, you do not have access to this page.</p>
[% END %]

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