From 1f30fac936a3b0905e736dd86e559e33caf036ac Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 10 Aug 2011 18:26:03 -0400 Subject: Initial checkin of bmo/4.0 extensions. Still todo: port changes to core Bugzilla code --- .../default/bug/create/create-mktgevent.html.tmpl | 249 +++++++++++++++++++++ 1 file changed, 249 insertions(+) create mode 100644 extensions/BMO/template/en/default/bug/create/create-mktgevent.html.tmpl (limited to 'extensions/BMO/template/en/default/bug/create/create-mktgevent.html.tmpl') 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 new file mode 100644 index 000000000..92354eac3 --- /dev/null +++ b/extensions/BMO/template/en/default/bug/create/create-mktgevent.html.tmpl @@ -0,0 +1,249 @@ +[%# 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