summaryrefslogtreecommitdiffstats
path: root/extensions/REMO/template/en/default/bug/create/comment-remo-it.txt.tmpl
blob: b95e051843a18a4de9b895e7c9273e3b3fe00acf (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
[%# 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.
  #%]

[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]

Name:
[%+ cgi.param('name') %]

Mozillians.org Profile:
[%+ cgi.param('mozillian') %]

Reps Profile:
[%+ cgi.param('reps') || "-" %]

Community Name:
[%+ cgi.param('community') %]

[% FOREACH item = cgi.param('items') %]
[% IF item == "apps_email" || item == "domain" || item == "ssl" %]
[% IF item == "apps_email" %]
[% domain_title = domain_title _ ":: Google Apps Emails\n" %]
[% END %]
[% IF item == "domain" %]
[% domain_title = domain_title _ ":: Domain Name\n" %]
[% END %]
[% IF item == "ssl" %]
[% domain_title = domain_title _ ":: SSL\n" %]
[% END %]
[% END %]
[% END %]

[% FOREACH item = cgi.param('items') %]
[% IF item == "hosting" %]
:: Hosting

Expected visits per month:
[%+ cgi.param('hosting_visits') %]

What will run on the hosting:
[%+ cgi.param('hosting_running') %]

Hosting data:
[%+ cgi.param('hosting_data') || "-" %]

[% ELSIF (item == "apps_email" || item == "domain" || item == "ssl")
         && domain_title %]
[% domain_title FILTER html %]
[% domain_title = "" %]
Domain Name:
[%+ cgi.param('domain_name') %]

[% ELSIF item == "other" %]
:: Other

[%+ cgi.param('other_value') %]

[% END %]
[% END %]

Comments:
[%+ cgi.param('comments') || "-" %]