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

77 строки
2.7 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 <blakeross@telocity.com>
H<>kan Waara <hwaara@chello.se>
-->
<?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="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"
width="450"
height="260">
<script src="chrome://communicator/content/xpinstall/institems.js"/>
<keyset id="dialogKeys"/>
<stringbundle id="xpinstallBundle" src="chrome://communicator/locale/xpinstall/xpinstall.properties"/>
<hbox flex="1" align="center">
<hbox align="center">
<image class="alert-icon" style="margin: 5px"/>
</hbox>
<vbox flex="1">
<separator class="thin"/>
<label value="&areYouSure.label;" id="sureText"/>
<separator class="thin"/>
<tree id="modulesTree">
<treecolgroup>
<treecol flex="35%"/>
<splitter class="tree-splitter"/>
<treecol flex="65%"/>
</treecolgroup>
<treehead>
<treerow>
<treecell id="moduleName" class="treecell-header" label="&moduleName.label;"/>
<treecell id="moduleSource" class="treecell-header" label="&moduleSource.label;"/>
</treerow>
</treehead>
<treechildren id="theTreeBody" flex="1"/>
</tree>
<description>&warningText2.label;</description>
</vbox>
</hbox>
<separator class="thin"/>
<hbox id="okCancelButtonsRight"/>
</window>