[%# 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 %]