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-brownbag.html.tmpl | 220 +++++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 extensions/BMO/template/en/default/bug/create/create-brownbag.html.tmpl (limited to 'extensions/BMO/template/en/default/bug/create/create-brownbag.html.tmpl') diff --git a/extensions/BMO/template/en/default/bug/create/create-brownbag.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-brownbag.html.tmpl new file mode 100644 index 000000000..72d520dd4 --- /dev/null +++ b/extensions/BMO/template/en/default/bug/create/create-brownbag.html.tmpl @@ -0,0 +1,220 @@ +[%# 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 = "Mozilla Corporation Brownbag Requests" + style_urls = [ 'skins/standard/attachment.css', 'skins/custom/calendar.css' ] + style = ".yui-skin-sam .yui-calcontainer { z-index: 1; }" + javascript_urls = [ 'js/attachment.js', 'js/field.js', 'js/util.js' ] + yui = [ 'autocomplete', 'calendar' ] +%] + +[% USE Bugzilla %] + +
Brownbag Request
+ +

Brownbag Request: Please use this form if you plan on hosting a brownbag so that IT will be able to properly provide support.

+ +

Process:

+ +
  1. Complete and submit request below.
  2. +
  3. Your request will be reviewed and assigned to the appropriate person in IT.
  4. +
+ +

These requests will only be visible internally in all cases and only to the +person who submitted the request and any persons designated in the CC line.

+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Presenter: + +
Topic: + +
Date: + + +
+
Start Time: + : + +
Intended Audience: + +
Air Mozilla Broadcasting?
Dial In?
Archive this?
Need IT to help run A/V?
CC (optional): + [% INCLUDE global/userselect.html.tmpl + id => "cc" + name => "cc" + value => cc + size => 60 + multiple => 5 + %] +
: + Please briefly describe the brownbag and any specific needs you might have.
+ +
+ +
+ +
+ +

Thanks for contacting us. + You will be notified by email of any progress made in resolving your request. + +

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