From e0d5d8450a3d15a97467b6b26ef298dd1dabcd45 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Tue, 31 Jul 2018 16:58:54 -0400 Subject: Bug 1475687 - Remove https://bugzilla.mozilla.org/form.reps.it custom form --- .../en/default/bug/create/comment-remo-it.txt.tmpl | 67 ------ .../en/default/bug/create/create-remo-it.html.tmpl | 263 --------------------- 2 files changed, 330 deletions(-) delete mode 100644 extensions/REMO/template/en/default/bug/create/comment-remo-it.txt.tmpl delete mode 100644 extensions/REMO/template/en/default/bug/create/create-remo-it.html.tmpl (limited to 'extensions/REMO/template/en') diff --git a/extensions/REMO/template/en/default/bug/create/comment-remo-it.txt.tmpl b/extensions/REMO/template/en/default/bug/create/comment-remo-it.txt.tmpl deleted file mode 100644 index b95e05184..000000000 --- a/extensions/REMO/template/en/default/bug/create/comment-remo-it.txt.tmpl +++ /dev/null @@ -1,67 +0,0 @@ -[%# 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') || "-" %] diff --git a/extensions/REMO/template/en/default/bug/create/create-remo-it.html.tmpl b/extensions/REMO/template/en/default/bug/create/create-remo-it.html.tmpl deleted file mode 100644 index af3db60bc..000000000 --- a/extensions/REMO/template/en/default/bug/create/create-remo-it.html.tmpl +++ /dev/null @@ -1,263 +0,0 @@ -[%# 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 %] - -[% PROCESS global/header.html.tmpl - onload = "init()" - title = "Community IT Request" - style_urls = [ "extensions/REMO/web/styles/moz_reps.css" ] -%] - -[% USE Bugzilla %] -[% mandatory = '*' %] - - - - - -

Community IT Request

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Your Name:[% mandatory FILTER none %]
Mozillians.org Profile:[% mandatory FILTER none %]
Reps Profile (if applicable):
Your Community's Name:[% mandatory FILTER none %]
- Items Requesting:[% mandatory FILTER none %] - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
-
Hosting
Expected visits per month:[% mandatory FILTER none %]
What will run on the hosting?:[% mandatory FILTER none %]
Data: - - Any data we can use to help choose the best solution (traffic graphs etc).
- -
Domain
Domain Name:[% mandatory FILTER none %]
Other Item
Other:[% mandatory FILTER none %]
- Other Comments -
- Please explain why you'd like the hosting, and anything else this form does not include.
- -
- -
  
- -
- -[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b