summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/create-name-clearance.html.tmpl
blob: 499ca0d8277056c395ce4645034cd36a7b3e44cd (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
[%# 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 {
  font-size:   2em;
  font-weight: bold;
}
.row {
  padding-bottom: 10px;
}
label.required:before {
  content: "* ";
  color: red;
}
.required_star {
  color: red;
}
[% END %]

[% inline_javascript = BLOCK %]
$(function() {
  $('#nameForm').submit(function () {
    var short_desc = $('#short_desc');
    var name = $('#name_choice').val();
    var business_unit = $('#business_unit').val();
    short_desc.val('New Name Clearance Request for ' + encodeURIComponent(name) +
                   ' for ' + encodeURIComponent(business_unit));
  });
  $('#other_company_name').on('change', function() {
    if ($('#other_company_name').val() == 'Yes') {
      $('#other_companies_row').show();
      $('#other_companies').attr('disabled', false);
    } else {
      $('#other_companies_row').hide();
      $('#other_companies').attr('disabled', true);
    }
  });
});
[% END %]

[% PROCESS global/header.html.tmpl
   title              = "Name Clearance"
   generate_api_token = 1
   style              = inline_style
   javascript         = inline_javascript
%]

<div id="heading">Name Clearance</div>

<p><b>Note:</b> Do NOT add non-employees to this [% terms.bug %]. To maintain attorney-client privilege
  and confidentiality, legal [% terms.bugs %] are only visible to the reporter, the legal team, and the
  cc list.</p>

<p>[ <span class="required_star">*</span> <span class="required_explanation">Required Field</span> ]</p>

<form method="post" action="post_bug.cgi" id="nameForm">
  <input type="hidden" id="short_desc" name="short_desc" value="New Name Clearance Request">
  <input type="hidden" name="product" value="Legal">
  <input type="hidden" name="component" value="Name Clearance (Trademark Search)">
  <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="name-clearance">
  <input type="hidden" name="token" value="[% token FILTER html %]">
  [% IF user.in_group('canconfirm') %]
    <input type="hidden" name="bug_status" value="NEW">
  [% END %]

  <div class="row">
    <div class="row_desc">
      <label class="required" for="business_unit">
        <strong>Business unit requesting the search</strong>
      </label>
    </div>
    <input type="text" name="business_unit" id="business_unit" size="60" required>
  </div>

  <div class="row">
    <div class="row_desc">
      <label class="required" for="description">
        <strong>Describe the thing you are naming</strong>
      </label>
    </div>
    <textarea required  name="description" id="description" cols="80" rows="10"></textarea>
  </div>

  <div class="row">
    <div class="row_desc">
      <label for="more_info_link">
        <strong>If available, link to more info (Google doc, wiki page, etc)</strong>
      </label>
    </div>
    <input name="more_info_link" id="more_info_link" size="60">
  </div>

  <div class="row">
    <div class="row_desc">
      <label class="required" for="name_choice">
        <strong>What is your first choice for the name?</strong>
      </label>
    </div>
    <input required="true" name="name_choice" id="name_choice" size="60">
  </div>

  <div class="row">
    <div class="row_desc">
      <label class="required" for="other_choices">
        <strong>What are your 2nd & 3rd choices if #1 isn’t available?</strong>
      </label>
    </div>
    <textarea required="true" name="other_choices" id="other_choices" cols="80" rows="10"></textarea>
  </div>

  <div class="row">
    <div class="row_desc">
      <label class="required" for="brand_team_involved">
        <strong>Has the brand team been involved in the naming process?</strong>
      </label>
    </div>
    <select required="true" name="brand_team_involved" id="branch_team_involved">
      <option value="">-- Select --</option>
      <option value="Yes">Yes</option>
      <option value="No">No</option>
    </select>
  </div>

  <div class="row">
    <div class="row_desc">
      <label class="required" for="timeframe">
        <strong>How soon do you need the results?</strong>
      </label>
    </div>
    <select required="true" name="timeframe" id="timeframe">
      <option value="">-- Select --</option>
      <option value="2 days">2 days</option>
      <option value="a week">a week</option>
      <option value="2-3 weeks">2-3 weeks</option>
      <option value="no rush">no rush</option>
    </select>
  </div>

  <div class="row">
    <div class="row_desc">
      <label class="required" for="other_company_name">
        <strong>Are other companies using the name?</strong>
      </label>
    </div>
    <select required="true" name="other_company_name" id="other_company_name">
      <option value="">-- Select --</option>
      <option value="Yes">Yes</option>
      <option value="No">No</option>
      <option value="Don't know">Don't know</option>
    </select>
  </div>

  <div id="other_companies_row" class="row" style="display:none;">
    <div class="row_desc">
      <label class="required" for="other_companies">
        <strong>If yes, tell us which companies and how their use of the name is different from yours.</strong>
      </label>
    </div>
    <textarea required="true" name="other_companies" id="other_companies" cols="80" rows="10"></textarea>
  </div>

  <div class="row">
    <div class="row_desc">
      <label for="extra_info">
        <strong>Anything else you want us to know?</strong>
      </label>
    </div>
    <textarea name="extra_info" id="extra_info" cols="80" rows="10"></textarea>
  </div>

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

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