From 05d293a0a3f45fc53fcbb9c46e10cd09f8329034 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Mon, 7 Nov 2011 16:13:19 -0500 Subject: Bug 696272 - Amend form.reps.swag form results r=glob --- .../default/bug/create/create-remo-swag.xml.tmpl | 116 +++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 extensions/REMO/template/en/default/bug/create/create-remo-swag.xml.tmpl (limited to 'extensions/REMO') diff --git a/extensions/REMO/template/en/default/bug/create/create-remo-swag.xml.tmpl b/extensions/REMO/template/en/default/bug/create/create-remo-swag.xml.tmpl new file mode 100644 index 000000000..3b1760b90 --- /dev/null +++ b/extensions/REMO/template/en/default/bug/create/create-remo-swag.xml.tmpl @@ -0,0 +1,116 @@ +[%# 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 REMO Bugzilla Extension. + # + # The Initial Developer of the Original Code is the Mozilla Foundation. + # Portions created by the Initial Developer are Copyright (C) 2011 + # the Initial Developer. All Rights Reserved. + # + # Contributor(s): + # David Lawrence + #%] + +[% USE Bugzilla %] +[% cgi = Bugzilla.cgi %] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + [% cgi.param('firstname') FILTER xml %] + [% cgi.param('lastname') FILTER xml %] + [% cgi.param('wikiprofile') FILTER xml %] + [% cgi.param('eventname') FILTER xml %] + [% cgi.param('wikipage') FILTER xml %] + [% cgi.param('attendance') FILTER xml %] + + [% cgi.param('cf_due_date') FILTER xml %] + [% cgi.param("shiptofirstname") FILTER xml %] + [% cgi.param("shiptolastname") FILTER xml %] + [% cgi.param("shiptoaddress1") FILTER xml %] + [% cgi.param("shiptoaddress2") FILTER xml %] + [% cgi.param("shiptocity") FILTER xml %] + [% cgi.param("shiptostate") FILTER xml %] + [% cgi.param("shiptopcode") FILTER xml %] + [% cgi.param("shiptocountry") FILTER xml %] + [% cgi.param("shiptophone") FILTER xml %] + [% cgi.param("shiptoidrut") FILTER xml %] + [% cgi.param('shipadditional') || '' FILTER xml %] + + + [% (cgi.param('stickers') ? 1 : 0) FILTER xml %] + [% (cgi.param('buttons') ? 1 : 0) FILTER xml %] + [% (cgi.param('posters') ? 1 : 0) FILTER xml %] + [% (cgi.param('lanyards') ? 1 : 0) FILTER xml %] + [% (cgi.param('tshirts') ? 1 : 0) FILTER xml %] + [% (cgi.param('rollupbanners') ? 1 : 0) FILTER xml %] + [% (cgi.param('horizontalbanners') ? 1 : 0) FILTER xml %] + [% (cgi.param('boothcloth') ? 1 : 0) FILTER xml %] + [% (cgi.param('pens') ? 1 : 0) FILTER xml %] + [% cgi.param('otherswag') || '' FILTER xml %] + + -- cgit v1.2.3-24-g4f1b