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
16 The Original Code is Mozilla Communicator client code.
18 The Initial Developer of the Original Code is
19 Netscape Communications Corporation.
20 Portions created by the Initial Developer are Copyright (C) 1998-2002
21 the Initial Developer. All Rights Reserved.
24 Don Bragg (dbragg@netscape.com) 12/08/1999
25 Blake Ross (BlakeR1234@aol.com) 7/05/2000
26 Daniel Veditz <dveditz@netscape.com> 1/2002
28 Alternatively, the contents of this file may be used under the terms of
29 either the GNU General Public License Version 2 or later (the "GPL"), or
30 the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
31 in which case the provisions of the GPL or the LGPL are applicable instead
32 of those above. If you wish to allow use of your version of this file only
33 under the terms of either the GPL or the LGPL, and not to allow others to
34 use your version of this file under the terms of the MPL, indicate your
35 decision by deleting the provisions above and replace them with the notice
36 and other provisions required by the GPL or the LGPL. If you do not delete
37 the provisions above, a recipient may use your version of this file under
38 the terms of any one of the MPL, the GPL or the LGPL.
40 ***** END LICENSE BLOCK ***** -->
42 <?xml-stylesheet href=
"chrome://communicator/skin/xpinstall/xpinstall.css" type=
"text/css"?>
43 <?xul-overlay href=
"chrome://global/content/dialogOverlay.xul"?>
45 <!DOCTYPE window SYSTEM
"chrome://communicator/locale/xpinstall/xpistatus.dtd" >
48 <window xmlns=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
49 title=
"&progressTitle.label;"
51 onclose=
"return gCanClose"
57 <script src=
"chrome://communicator/content/xpinstall/xpistatus.js"/>
58 <keyset id=
"dialogKeys"/>
59 <stringbundle id=
"xpinstallBundle" src=
"chrome://communicator/locale/xpinstall/xpinstall.properties"/>
61 <vbox id=
"mainProgressBox" flex=
"1">
62 <groupbox id=
"progressGroup" orient=
"vertical" flex=
"1">
63 <caption id=
"progressCaption" label=
"&group.caption;"/>
64 <grid id=
"progressGrid" flex=
"1">
66 <column id=
"xpiColumn" flex=
"3"/>
67 <column id=
"statusColumn" flex=
"2"/>
68 <column id=
"progressColumn"/>
75 <separator class=
"thin"/>
77 <hbox id=
"okCancelButtonsRight"/>