From 78300b6d3094f1ea423c013e4fbd3b7312ccbccd Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 23 May 2013 16:09:28 -0400 Subject: Bug 875464 - Air Mozilla Event (Brownbag) Request Form Obsolete --- .../default/bug/create/comment-brownbag.txt.tmpl | 33 --- .../default/bug/create/create-brownbag.html.tmpl | 326 --------------------- 2 files changed, 359 deletions(-) delete mode 100644 extensions/BMO/template/en/default/bug/create/comment-brownbag.txt.tmpl delete mode 100644 extensions/BMO/template/en/default/bug/create/create-brownbag.html.tmpl (limited to 'extensions/BMO/template/en/default') diff --git a/extensions/BMO/template/en/default/bug/create/comment-brownbag.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-brownbag.txt.tmpl deleted file mode 100644 index 158c08f19..000000000 --- a/extensions/BMO/template/en/default/bug/create/comment-brownbag.txt.tmpl +++ /dev/null @@ -1,33 +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 BMO Bugzilla Extension. - # - # The Initial Developer of the Original Code is the Mozilla Foundation - # Portions created by the Initial Developers are Copyright (C) 2011 the - # Initial Developer. All Rights Reserved. - # - # Contributor(s): - # David Lawrence - #%] -[% USE Bugzilla %] -[% cgi = Bugzilla.cgi %] - -Topic: [% cgi.param('topic') %] -Presenter: [% cgi.param('presenter') %] -Date: [% cgi.param('date') %] -Time: [% cgi.param('time_hour') %]:[% cgi.param('time_minute') %][% cgi.param('ampm') +%] [%+ cgi.param('time_zone') %] -Duration: [% IF cgi.param('duration') == 'Other' %][% cgi.param('duration_other') %][% ELSE %][% cgi.param('duration') %][% END %] -Privacy: [% cgi.param('public') %] -Large Screen Location: [% FOREACH location = cgi.param('large_screen_loc') %][% location FILTER html %], [% END %] -Description: -[%+ cgi.param('description') %] -Special Requirements: -[%+ cgi.param('special_requirements') %] 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 deleted file mode 100644 index 07c749f02..000000000 --- a/extensions/BMO/template/en/default/bug/create/create-brownbag.html.tmpl +++ /dev/null @@ -1,326 +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" - style = ".yui-skin-sam .yui-calcontainer { z-index: 1; }" - style_urls = [ 'skins/standard/enter_bug.css' ] - javascript_urls = [ 'js/attachment.js', 'js/field.js', 'js/util.js' ] - yui = [ 'autocomplete', 'calendar' ] -%] - -[% USE Bugzilla %] - - - -

- Event Request: Please use this form to schedule an event - in any of the Mozilla Common Spaces. -

- -

Process:

- -
    -
  1. Complete and submit request below.
  2. -
  3. Your request will be reviewed and assigned to the appropriate person in IT.
  4. -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
- - - -
- - - - -
-
- - - : - - -
- - - - - - - - - - - - - - - -
Summer:MTV/SFO/PDX/YVR UTC-7TOR/BOS UTC-4LON UTC+1PAR/BER UTC+2
Winter:MTV/SFO/PDX/YVR UTC-8TOR/BOS UTC-3LON UTCPAR/BER UTC+1
- -
- - - -
- -
- - - -
- - - -
- - - -
- -
- -
- -
-
This event may be seen by: - If anything other than The Public is chosen, this request will only be - visible internally as well as the reporter and anyone designated in the CC field.
- -
- - - [% INCLUDE global/userselect.html.tmpl - id => "cc" - name => "cc" - value => cc - size => 60 - multiple => 5 - %] -
- : - - Please describe the event the way you would in a program guide listing
- -
- - - -
- -
- -
- -

- 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