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

87 строки
3.1 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)
2000-04-24 17:53:38 +04:00
Dan Veditz <dveditz@netscape.com>
Blake Ross <BlakeR1234@aol.com>
-->
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
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/institems.dtd">
<window xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="onLoad()"
2000-04-24 17:53:38 +04:00
title="&dialog.title;"
class = "dialog"
orient = "vertical"
style = "max-width: 40em;"
>
<script src="chrome://communicator/content/xpinstall/institems.js"></script>
<keyset id="keyset"/>
<box align="vertical" id="mainBox">
<box align="horizontal" id="interiorTitleBox">
<text class="headline" id="interiorTitle" value="&items.label;"/>
<spring flex="100%"/>
<image src="chrome://global/skin/animthrob_single.gif" />
</box>
<spring id ="verticalSmallSpacer"/>
<separator align="center" class="groove" flex="100%"/>
<spring id="verticalSmallSpacer"/>
<html>&warningText.label;</html>
<html>&warningText2.label;</html>
<separator/>
<text class="label" id="componentList" value="&componentList.label;"/>
<spring id="verticalSmallSpacer"/>
<spring id="verticalSmallSpacer"/>
<box align="vertical" id="treebox">
<tree id="modulesTree">
<treecolgroup>
<treecol flex="1"/>
<splitter class="tree-splitter"/>
<treecol flex="1"/>
</treecolgroup>
<treehead>
<treerow>
<treecell id="moduleName" value="&moduleName.label;" />
<treecell id="moduleSource" value="&moduleSource.label;"/>
</treerow>
</treehead>
<treechildren id="theTreeBody" flex="1">
</treechildren>
</tree>
</box>
<separator align="center" class="groove" flex="100%"/>
<box class="selection" id="okCancelButtonsRight"/>
</box>
</window>