[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [% 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('horizontalbanner') ? 1 : 0) FILTER xml %] [% (cgi.param('boothcloth') ? 1 : 0) FILTER xml %] [% (cgi.param('pens') ? 1 : 0) FILTER xml %] [% cgi.param('otherswag') || '' FILTER xml %]