Import from 1.9a8 tarball
[mozilla-extra.git] / extensions / wallet / editor / resources / content / WalletConcatenated.xul
blob6b969875460584a1a63c7ed0e869fbd3cdd500a3
1 <?xml version="1.0"?>
3 <!-- ***** BEGIN LICENSE BLOCK *****
4 Version: MPL 1.1/GPL 2.0/LGPL 2.1
6 The contents of this file are subject to the Mozilla Public License Version
7 1.1 (the "License"); you may not use this file except in compliance with
8 the License. You may obtain a copy of the License at
9 http://www.mozilla.org/MPL/
11 Software distributed under the License is distributed on an "AS IS" basis,
12 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13 for the specific language governing rights and limitations under the
14 License.
16 The Original Code is Mozilla Communicator client code, released
17 March 31, 1998.
19 The Initial Developer of the Original Code is
20 Netscape Communications Corporation.
21 Portions created by the Initial Developer are Copyright (C) 1998-1999
22 the Initial Developer. All Rights Reserved.
24 Contributor(s):
26 Alternatively, the contents of this file may be used under the terms of
27 either the GNU General Public License Version 2 or later (the "GPL"), or
28 the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29 in which case the provisions of the GPL or the LGPL are applicable instead
30 of those above. If you wish to allow use of your version of this file only
31 under the terms of either the GPL or the LGPL, and not to allow others to
32 use your version of this file under the terms of the MPL, indicate your
33 decision by deleting the provisions above and replace them with the notice
34 and other provisions required by the GPL or the LGPL. If you do not delete
35 the provisions above, a recipient may use your version of this file under
36 the terms of any one of the MPL, the GPL or the LGPL.
38 ***** END LICENSE BLOCK ***** -->
40 <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
42 <!DOCTYPE page [
43 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
44 %brandDTD;
45 <!ENTITY % walletviewerDTD SYSTEM "chrome://communicator/locale/wallet/WalletViewer.dtd" >
46 %walletviewerDTD;
49 <page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
51 <script type="application/x-javascript">
52 <![CDATA[
53 var _elementIDs = ["name",
54 "home.postalcode",
55 "home.phone", "home.phone.number", "home.altphone", "home.altphone.number",
56 "home.fax", "home.fax.number", "home.mobile", "home.mobile.number",
57 "home.pager", "home.pager.number",
58 "billto.name",
59 "billto.postalcode",
60 "billto.phone", "billto.phone.number", "billto.altphone", "billto.altphone.number",
61 "billto.fax", "billto.fax.number", "billto.mobile", "billto.mobile.number",
62 "billto.pager", "billto.pager.number",
63 "shipto.name",
64 "shipto.postalcode",
65 "shipto.phone", "shipto.phone.number", "shipto.altphone", "shipto.altphone.number",
66 "shipto.fax", "shipto.fax.number", "shipto.mobile", "shipto.mobile.number",
67 "shipto.pager", "shipto.pager.number",
68 "card.expdate", "socsec", "bdate", "anniv"];
70 ]]>
71 </script>
73 <groupbox hidden="true">
74 <caption label="&concatPrimary.title;"/>
75 <grid class="indent" flex="1">
76 <columns>
77 <column/>
78 <column flex="1"/>
79 </columns>
80 <rows>
82 <row hidden="true" align="center">
83 <label value="&concatName.label;" control="name"
84 accesskey="&concatName.accesskey;"/>
85 <menulist id="name" editable="true" disableautoselect="true"
86 onchange="Append(this)">
87 <menupopup onpopupshowing="Append(this.parentNode)">
88 <menuitem label="" len="0"/>
89 </menupopup>
90 </menulist>
91 </row>
93 <row hidden="true" align="center">
94 <description>&concatZipcode.label;</description>
95 <menulist id="home.postalcode" editable="true" disableautoselect="true"
96 onchange="Append(this)">
97 <menupopup onpopupshowing="Append(this.parentNode)">
98 <menuitem label="" len="0"/>
99 </menupopup>
100 </menulist>
101 </row>
103 <row hidden="true" align="center">
104 <description>&concatPhone.label;</description>
105 <menulist id="home.phone" editable="true" disableautoselect="true"
106 onchange="Append(this)">
107 <menupopup onpopupshowing="Append(this.parentNode)">
108 <menuitem label="" len="0"/>
109 </menupopup>
110 </menulist>
111 </row>
113 <row hidden="true" align="center">
114 <description>&concatPhonenumber.label;</description>
115 <menulist id="home.phone.number" editable="true" disableautoselect="true"
116 onchange="Append(this)">
117 <menupopup onpopupshowing="Append(this.parentNode)">
118 <menuitem label="" len="0"/>
119 </menupopup>
120 </menulist>
121 </row>
123 <row hidden="true" align="center">
124 <description>&concatAltPhone.label;</description>
125 <menulist id="home.altphone" editable="true" disableautoselect="true"
126 onchange="Append(this)">
127 <menupopup onpopupshowing="Append(this.parentNode)">
128 <menuitem label="" len="0"/>
129 </menupopup>
130 </menulist>
131 </row>
133 <row hidden="true" align="center">
134 <description>&concatAltPhonenumber.label;</description>
135 <menulist id="home.altphone.number" editable="true" disableautoselect="true"
136 onchange="Append(this)">
137 <menupopup onpopupshowing="Append(this.parentNode)">
138 <menuitem label="" len="0"/>
139 </menupopup>
140 </menulist>
141 </row>
143 <row hidden="true" align="center">
144 <description>&concatFax.label;</description>
145 <menulist id="home.fax" editable="true" disableautoselect="true"
146 onchange="Append(this)">
147 <menupopup onpopupshowing="Append(this.parentNode)">
148 <menuitem label="" len="0"/>
149 </menupopup>
150 </menulist>
151 </row>
153 <row hidden="true" align="center">
154 <description>&concatFaxnumber.label;</description>
155 <menulist id="home.fax.number" editable="true" disableautoselect="true"
156 onchange="Append(this)">
157 <menupopup onpopupshowing="Append(this.parentNode)">
158 <menuitem label="" len="0"/>
159 </menupopup>
160 </menulist>
161 </row>
163 <row hidden="true" align="center">
164 <description>&concatMobile.label;</description>
165 <menulist id="home.mobile" editable="true" disableautoselect="true"
166 onchange="Append(this)">
167 <menupopup onpopupshowing="Append(this.parentNode)">
168 <menuitem label="" len="0"/>
169 </menupopup>
170 </menulist>
171 </row>
173 <row hidden="true" align="center">
174 <description>&concatMobilenumber.label;</description>
175 <menulist id="home.mobile.number" editable="true" disableautoselect="true"
176 onchange="Append(this)">
177 <menupopup onpopupshowing="Append(this.parentNode)">
178 <menuitem label="" len="0"/>
179 </menupopup>
180 </menulist>
181 </row>
183 <row hidden="true" align="center">
184 <description>&concatPager.label;</description>
185 <menulist id="home.pager" editable="true" disableautoselect="true"
186 onchange="Append(this)">
187 <menupopup onpopupshowing="Append(this.parentNode)">
188 <menuitem label="" len="0"/>
189 </menupopup>
190 </menulist>
191 </row>
193 <row hidden="true" align="center">
194 <description>&concatPagernumber.label;</description>
195 <menulist id="home.pager.number" editable="true" disableautoselect="true"
196 onchange="Append(this)">
197 <menupopup onpopupshowing="Append(this.parentNode)">
198 <menuitem label="" len="0"/>
199 </menupopup>
200 </menulist>
201 </row>
203 </rows>
204 </grid>
205 </groupbox>
207 <groupbox hidden="true">
208 <caption label="&concatShipping.title;"/>
209 <grid class="indent">
210 <columns>
211 <column/>
212 <column flex="1"/>
213 </columns>
214 <rows>
216 <row hidden="true" align="center">
217 <description>&concatShiptoName.label;</description>
218 <menulist id="shipto.name" editable="true" disableautoselect="true"
219 onchange="Append(this)">
220 <menupopup onpopupshowing="Append(this.parentNode)">
221 <menuitem label="" len="0"/>
222 </menupopup>
223 </menulist>
224 </row>
226 <row hidden="true" align="center">
227 <description>&concatShiptoZipcode.label;</description>
228 <menulist id="shipto.postalcode" editable="true" disableautoselect="true"
229 onchange="Append(this)">
230 <menupopup onpopupshowing="Append(this.parentNode)">
231 <menuitem label="" len="0"/>
232 </menupopup>
233 </menulist>
234 </row>
236 <row hidden="true" align="center">
237 <description>&concatShiptoPhone.label;</description>
238 <menulist id="shipto.phone" editable="true" disableautoselect="true"
239 onchange="Append(this)">
240 <menupopup onpopupshowing="Append(this.parentNode)">
241 <menuitem label="" len="0"/>
242 </menupopup>
243 </menulist>
244 </row>
246 <row hidden="true" align="center">
247 <description>&concatShiptoPhonenumber.label;</description>
248 <menulist id="shipto.phone.number" editable="true" disableautoselect="true"
249 onchange="Append(this)">
250 <menupopup onpopupshowing="Append(this.parentNode)">
251 <menuitem label="" len="0"/>
252 </menupopup>
253 </menulist>
254 </row>
256 <row hidden="true" align="center">
257 <description>&concatShiptoAltPhone.label;</description>
258 <menulist id="shipto.altphone" editable="true" disableautoselect="true"
259 onchange="Append(this)">
260 <menupopup onpopupshowing="Append(this.parentNode)">
261 <menuitem label="" len="0"/>
262 </menupopup>
263 </menulist>
264 </row>
266 <row hidden="true" align="center">
267 <description>&concatShiptoAltPhonenumber.label;</description>
268 <menulist id="shipto.altphone.number" editable="true" disableautoselect="true"
269 onchange="Append(this)">
270 <menupopup onpopupshowing="Append(this.parentNode)">
271 <menuitem label="" len="0"/>
272 </menupopup>
273 </menulist>
274 </row>
276 <row hidden="true" align="center">
277 <description>&concatShiptoFax.label;</description>
278 <menulist id="shipto.fax" editable="true" disableautoselect="true"
279 onchange="Append(this)">
280 <menupopup onpopupshowing="Append(this.parentNode)">
281 <menuitem label="" len="0"/>
282 </menupopup>
283 </menulist>
284 </row>
286 <row hidden="true" align="center">
287 <description>&concatShiptoFaxnumber.label;</description>
288 <menulist id="shipto.fax.number" editable="true" disableautoselect="true"
289 onchange="Append(this)">
290 <menupopup onpopupshowing="Append(this.parentNode)">
291 <menuitem label="" len="0"/>
292 </menupopup>
293 </menulist>
294 </row>
296 <row hidden="true" align="center">
297 <description>&concatShiptoMobile.label;</description>
298 <menulist id="shipto.mobile" editable="true" disableautoselect="true"
299 onchange="Append(this)">
300 <menupopup onpopupshowing="Append(this.parentNode)">
301 <menuitem label="" len="0"/>
302 </menupopup>
303 </menulist>
304 </row>
306 <row hidden="true" align="center">
307 <description>&concatShiptoMobilenumber.label;</description>
308 <menulist id="shipto.mobile.number" editable="true" disableautoselect="true"
309 onchange="Append(this)">
310 <menupopup onpopupshowing="Append(this.parentNode)">
311 <menuitem label="" len="0"/>
312 </menupopup>
313 </menulist>
314 </row>
316 <row hidden="true" align="center">
317 <description>&concatShiptoPager.label;</description>
318 <menulist id="shipto.pager" editable="true" disableautoselect="true"
319 onchange="Append(this)">
320 <menupopup onpopupshowing="Append(this.parentNode)">
321 <menuitem label="" len="0"/>
322 </menupopup>
323 </menulist>
324 </row>
326 <row hidden="true" align="center">
327 <description>&concatShiptoPagernumber.label;</description>
328 <menulist id="shipto.pager.number" editable="true" disableautoselect="true"
329 onchange="Append(this)">
330 <menupopup onpopupshowing="Append(this.parentNode)">
331 <menuitem label="" len="0"/>
332 </menupopup>
333 </menulist>
334 </row>
336 </rows>
337 </grid>
338 </groupbox>
340 <groupbox hidden="true">
341 <caption label="&concatBilling.title;"/>
342 <grid class="indent">
343 <columns>
344 <column/>
345 <column flex="1"/>
346 </columns>
347 <rows>
349 <row hidden="true" align="center">
350 <description>&concatBilltoName.label;</description>
351 <menulist id="billto.name" editable="true" disableautoselect="true"
352 onchange="Append(this)">
353 <menupopup onpopupshowing="Append(this.parentNode)">
354 <menuitem label="" len="0"/>
355 </menupopup>
356 </menulist>
357 </row>
359 <row hidden="true" align="center">
360 <description>&concatBilltoZipcode.label;</description>
361 <menulist id="billto.postalcode" editable="true" disableautoselect="true"
362 onchange="Append(this)">
363 <menupopup onpopupshowing="Append(this.parentNode)">
364 <menuitem label="" len="0"/>
365 </menupopup>
366 </menulist>
367 </row>
369 <row hidden="true" align="center">
370 <description>&concatBilltoPhone.label;</description>
371 <menulist id="billto.phone" editable="true" disableautoselect="true"
372 onchange="Append(this)">
373 <menupopup onpopupshowing="Append(this.parentNode)">
374 <menuitem label="" len="0"/>
375 </menupopup>
376 </menulist>
377 </row>
379 <row hidden="true" align="center">
380 <description>&concatBilltoPhonenumber.label;</description>
381 <menulist id="billto.phone.number" editable="true" disableautoselect="true"
382 onchange="Append(this)">
383 <menupopup onpopupshowing="Append(this.parentNode)">
384 <menuitem label="" len="0"/>
385 </menupopup>
386 </menulist>
387 </row>
389 <row hidden="true" align="center">
390 <description>&concatBilltoAltPhone.label;</description>
391 <menulist id="billto.altphone" editable="true" disableautoselect="true"
392 onchange="Append(this)">
393 <menupopup onpopupshowing="Append(this.parentNode)">
394 <menuitem label="" len="0"/>
395 </menupopup>
396 </menulist>
397 </row>
399 <row hidden="true" align="center">
400 <description>&concatBilltoAltPhonenumber.label;</description>
401 <menulist id="billto.altphone.number" editable="true" disableautoselect="true"
402 onchange="Append(this)">
403 <menupopup onpopupshowing="Append(this.parentNode)">
404 <menuitem label="" len="0"/>
405 </menupopup>
406 </menulist>
407 </row>
409 <row hidden="true" align="center">
410 <description>&concatBilltoFax.label;</description>
411 <menulist id="billto.fax" editable="true" disableautoselect="true"
412 onchange="Append(this)">
413 <menupopup onpopupshowing="Append(this.parentNode)">
414 <menuitem label="" len="0"/>
415 </menupopup>
416 </menulist>
417 </row>
419 <row hidden="true" align="center">
420 <description>&concatBilltoFaxnumber.label;</description>
421 <menulist id="billto.fax.number" editable="true" disableautoselect="true"
422 onchange="Append(this)">
423 <menupopup onpopupshowing="Append(this.parentNode)">
424 <menuitem label="" len="0"/>
425 </menupopup>
426 </menulist>
427 </row>
429 <row hidden="true" align="center">
430 <description>&concatBilltoMobile.label;</description>
431 <menulist id="billto.mobile" editable="true" disableautoselect="true"
432 onchange="Append(this)">
433 <menupopup onpopupshowing="Append(this.parentNode)">
434 <menuitem label="" len="0"/>
435 </menupopup>
436 </menulist>
437 </row>
439 <row hidden="true" align="center">
440 <description>&concatBilltoMobilenumber.label;</description>
441 <menulist id="billto.mobile.number" editable="true" disableautoselect="true"
442 onchange="Append(this)">
443 <menupopup onpopupshowing="Append(this.parentNode)">
444 <menuitem label="" len="0"/>
445 </menupopup>
446 </menulist>
447 </row>
449 <row hidden="true" align="center">
450 <description>&concatBilltoPager.label;</description>
451 <menulist id="billto.pager" editable="true" disableautoselect="true"
452 onchange="Append(this)">
453 <menupopup onpopupshowing="Append(this.parentNode)">
454 <menuitem label="" len="0"/>
455 </menupopup>
456 </menulist>
457 </row>
459 <row hidden="true" align="center">
460 <description>&concatBilltoPagernumber.label;</description>
461 <menulist id="billto.pager.number" editable="true" disableautoselect="true"
462 onchange="Append(this)">
463 <menupopup onpopupshowing="Append(this.parentNode)">
464 <menuitem label="" len="0"/>
465 </menupopup>
466 </menulist>
467 </row>
469 </rows>
470 </grid>
471 </groupbox>
473 <groupbox hidden="true">
474 <caption label="&concatOther.title;"/>label
475 <grid class="indent">
476 <columns>
477 <column/>
478 <column flex="1"/>
479 </columns>
480 <rows>
482 <row hidden="true" align="center">
483 <description>&concatCardExpdate.label;</description>
484 <menulist id="card.expdate" editable="true" disableautoselect="true"
485 onchange="Append(this)">
486 <menupopup onpopupshowing="Append(this.parentNode)">
487 <menuitem label="" len="0"/>
488 </menupopup>
489 </menulist>
490 </row>
492 <row hidden="true" align="center">
493 <description>&concatSocSec.label;</description>
494 <menulist id="socsec" editable="true" disableautoselect="true"
495 onchange="Append(this)">
496 <menupopup onpopupshowing="Append(this.parentNode)">
497 <menuitem label="" len="0"/>
498 </menupopup>
499 </menulist>
500 </row>
502 <row hidden="true" align="center">
503 <description>&concatBdate.label;</description>
504 <menulist id="bdate" editable="true" disableautoselect="true"
505 onchange="Append(this)">
506 <menupopup onpopupshowing="Append(this.parentNode)">
507 <menuitem label="" len="0"/>
508 </menupopup>
509 </menulist>
510 </row>
512 <row hidden="true" align="center">
513 <description>&concatAnniv.label;</description>
514 <menulist id="anniv" editable="true" disableautoselect="true"
515 onchange="Append(this)">
516 <menupopup onpopupshowing="Append(this.parentNode)">
517 <menuitem label="" len="0"/>
518 </menupopup>
519 </menulist>
520 </row>
522 </rows>
523 </grid>
524 </groupbox>
525 </page>