From 77eabcaaed2d183d8b600695ed92706e72bfb6f9 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Mon, 8 Apr 2013 16:55:42 -0400 Subject: Bug 793958 - Need a Bugzilla Swag Request Form Deleted --- .../default/bug/create/comment-mktgevent.txt.tmpl | 48 ---- .../default/bug/create/create-mktgevent.html.tmpl | 251 --------------------- 2 files changed, 299 deletions(-) delete mode 100644 extensions/BMO/template/en/default/bug/create/comment-mktgevent.txt.tmpl delete mode 100644 extensions/BMO/template/en/default/bug/create/create-mktgevent.html.tmpl (limited to 'extensions/BMO/template/en/default/bug') diff --git a/extensions/BMO/template/en/default/bug/create/comment-mktgevent.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-mktgevent.txt.tmpl deleted file mode 100644 index 216f2c53a..000000000 --- a/extensions/BMO/template/en/default/bug/create/comment-mktgevent.txt.tmpl +++ /dev/null @@ -1,48 +0,0 @@ -[%# 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 Netscape Communications - # Corporation. Portions created by Netscape are - # Copyright (C) 1998 Netscape Communications Corporation. All - # Rights Reserved. - # - # Contributor(s): Gervase Markham - #%] -[%# INTERFACE: - # This template has no interface. - # - # Form variables from a bug submission (i.e. the fields on a template from - # enter_bug.cgi) can be access via Bugzilla.cgi.param. It can be used to - # pull out various custom fields and format an initial Description entry - # from them. - #%] -[% USE Bugzilla %] -[% cgi = Bugzilla.cgi %] -Requester: [% cgi.param('firstname') %] [%+ cgi.param('lastname') %] -Email: [% cgi.param('email') %] -Event Name: [% cgi.param('eventname') %] -Event Date: [% cgi.param("date") %] -Event Location: [% cgi.param("locations") %] -Event Website: [% cgi.param("website") %] -Event Description and Objectives: -[%+ cgi.param("goals") %] - -Attendees: [% IF cgi.param('attendees') != "--Please Select--" %][% cgi.param('attendees') %][% END %] -Target Audience: [% IF cgi.param('audience') != "--Please Select--" %][% cgi.param('audience') %][% END %] - -We'll be doing: [% cgi.param("doing").join(", ") %][% IF cgi.param('doing-other-what') %]: [% cgi.param('doing-other-what') %][% END %] - -Success will be measured by: -[%+ cgi.param('successmeasure') %] - -[%+ cgi.param("comment") IF cgi.param("comment") %] - diff --git a/extensions/BMO/template/en/default/bug/create/create-mktgevent.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-mktgevent.html.tmpl deleted file mode 100644 index ea60f6c19..000000000 --- a/extensions/BMO/template/en/default/bug/create/create-mktgevent.html.tmpl +++ /dev/null @@ -1,251 +0,0 @@ -[%# 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): Reed Loden - # David Tran - #%] - -[% PROCESS global/variables.none.tmpl %] - -[% PROCESS global/header.html.tmpl - title = "Event Request Form" - javascript_urls = [ 'extensions/BMO/web/js/form_validate.js', - 'js/field.js', - 'js/util.js' ] - style = ".yui-skin-sam .yui-calcontainer { z-index: 1; }" - yui = [ 'autocomplete', 'calendar' ] -%] - -
Event Request Form
- -

Event Request: Please use this form to file a request for an event. This form is not a request for swag.

- -

Process:

- -
    -
  1. Complete and submit request below.
  2. -
  3. Your request will be reviewed by the appropriate person in the Engagement team.
  4. -
- -

These requests will only be visible to the person who submitted the request, -any persons designated in the CC line, and authorized members of the Mozilla -Engagement team.

- - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
First Name: * - -
Last Name: * - -
Email Address: * - -
CC (optional): - [% INCLUDE global/userselect.html.tmpl - id => "cc" - name => "cc" - value => cc - size => 50 - multiple => 5 - %] -
 
 
Event Name: * - -
Event Date: * - - -
-
Event Location: *
(City, Country; or City, State)
- -
Event Website: * - -
Event Description and Key Objectives: * - -
What will you be doing at the event? * -
-
-
- -
-
 
How many attendees will be at the event? - -
Targeted Audience: - -
How will you measure the
success of your event? *
- -
-
- - -

- * - Required field
- Thanks for contacting us. - -

- - - -[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b