gecko-dev/xpinstall/res/content/xpistatus.xul

93 строки
3.4 KiB
Plaintext
Исходник Обычный вид История

<?xml version="1.0"?>
<!--
The contents of this file are subject to the Netscape 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/NPL/
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 Mozilla Communicator client code.
The Initial Developer of the Original Code is Netscape
Communications Corporation. Portions created by Netscape are
Copyright (C) 1998-1999 Netscape Communications Corporation. All
Rights Reserved.
Contributor(s):
Don Bragg (dbragg@netscape.com) 12/08/1999
2000-07-06 08:05:48 +04:00
Blake Ross (BlakeR1234@aol.com) 7/05/2000
-->
2000-04-20 01:42:30 +04:00
<?xml-stylesheet href="chrome://communicator/skin/xpinstall/xpinstall.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
2000-04-20 01:42:30 +04:00
<!DOCTYPE window SYSTEM "chrome://communicator/locale/xpinstall/xpistatus.dtd" >
<window xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="onLoad()"
onclose="return false"
2000-07-06 08:05:48 +04:00
title="&progressTitle.label;"
orient="vertical"
2000-04-05 09:45:24 +04:00
class = "dialog"
>
<script src="chrome://communicator/content/xpinstall/xpistatus.js"/>
<keyset id="keyset"/>
2000-04-05 09:45:24 +04:00
<box orient="vertical" id="mainBox">
<box id="interiorTitleBox" orient="horizontal" autostretch="never">
<text class="headline" id="interiorTitle" value="&progress.label;"/>
<spring flex="100%"/>
<image src="chrome://global/skin/animthrob_single.gif" />
</box>
<spring class="vertical-small-spacer"/>
<separator class="groove" flex="100%"/>
<spring class="vertical-small-spacer"/>
<text class="label" id="componentList" value="&downloadBeforeUpdate.text;"/>
<spring class="vertical-small-spacer"/>
<spring class="vertical-small-spacer"/>
<box orient="vertical" id="treebox">
<tree id="modulesTree" class="inset">
<treecolgroup>
<treecol flex="1"/>
<splitter class="tree-splitter"/>
<treecol flex="1"/>
</treecolgroup>
2000-04-05 09:45:24 +04:00
<treehead>
<treerow>
<treecell id="moduleName" class="treecell-header" label="&moduleName.label;" />
<treecell id="moduleSource" class="treecell-header" label="&moduleSource.label;"/>
2000-04-05 09:45:24 +04:00
</treerow>
</treehead>
<treechildren id="theTreeBody" flex="1">
2000-04-05 09:45:24 +04:00
</treechildren>
</tree>
</box>
<spring class="vertical-small-spacer"/>
<box id="statusMessages" orient="vertical">
<textbox id="dialog.uiPackageName" readonly="" />
<textbox id="dialog.currentAction" readonly="" />
2000-01-05 00:01:22 +03:00
</box>
<box id="progressBox" orient="horizontal" autostretch="never">
<progressmeter id="dialog.progress" mode="normal" value="0"/>
<button class="dialog push" id="cancel" onclick="cancel()" label="&dialogCancel.label;"/>
</box>
</box>
</window>