1999-09-03 08:55:23 +04:00
|
|
|
<?xml version="1.0"?>
|
2000-01-25 06:30:33 +03:00
|
|
|
<!--
|
|
|
|
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, released
|
|
|
|
March 31, 1998.
|
|
|
|
|
|
|
|
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):
|
|
|
|
-->
|
1999-09-03 08:55:23 +04:00
|
|
|
|
2000-01-25 06:30:33 +03:00
|
|
|
<!-- CHANGE THIS WHEN MOVING FILES -->
|
2000-04-21 13:40:38 +04:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
2000-01-25 06:30:33 +03:00
|
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
1999-09-03 08:55:23 +04:00
|
|
|
|
2000-01-25 06:30:33 +03:00
|
|
|
<!-- CHANGE THIS WHEN MOVING FILES -->
|
2000-04-20 01:42:30 +04:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/wallet/WalletEditor.dtd" >
|
1999-09-03 08:55:23 +04:00
|
|
|
|
2000-01-25 06:30:33 +03:00
|
|
|
<window id="walleteditor"
|
|
|
|
class="dialog"
|
|
|
|
title="&windowtitle.label;"
|
|
|
|
xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
align="vertical"
|
|
|
|
onload="Startup()">
|
|
|
|
|
2000-04-20 01:42:30 +04:00
|
|
|
<html:script src="chrome://communicator/content/wallet/WalletEditor.js"/>
|
2000-01-25 06:30:33 +03:00
|
|
|
<html:script language="javascript" src="chrome://global/content/strres.js" />
|
|
|
|
|
|
|
|
<box id="system" flex="100%" align="vertical">
|
|
|
|
<spring style="height: 7px;"/>
|
2000-04-28 18:07:07 +04:00
|
|
|
<text class="label" value="&div.walletdataonsystem.label;"/>
|
2000-01-25 06:30:33 +03:00
|
|
|
<html:div class="separator" align="horizontal" style="margin-bottom: -2px;"/>
|
|
|
|
<spring style="height: 10px;"/>
|
|
|
|
<box id="system1" flex="100%" align="horizontal">
|
|
|
|
<spring style="width: 7px;"/>
|
|
|
|
<html:div style="width: 195px;">
|
2000-04-28 18:07:07 +04:00
|
|
|
<text class="label" value="&treehead.schemaname.label;"/>
|
2000-04-04 06:52:56 +04:00
|
|
|
<tree multiple="true" id="schematree" class="inset"
|
|
|
|
style="height: 250px; width: 195px;" align="vertical" onclick="ViewEntries();">
|
2000-02-05 04:36:47 +03:00
|
|
|
<treecol width="100%"/>
|
2000-01-25 06:30:33 +03:00
|
|
|
<treechildren id="schemalist"/>
|
|
|
|
</tree>
|
|
|
|
<spring flex="5%"/>
|
|
|
|
<spring style="height: 7px;"/>
|
|
|
|
<box align="horizontal">
|
2000-04-28 18:07:07 +04:00
|
|
|
<button id="removeSchema" class="dialog push" disabled="true" value="&button.remove.label;" onclick="DeleteSchema();"/>
|
|
|
|
<button id="addSchema" class="dialog push" disabled="false" value="&button.add.label;" onclick="AddSchema();"/>
|
2000-01-25 06:30:33 +03:00
|
|
|
</box>
|
|
|
|
</html:div>
|
|
|
|
<spring style="width: 7px;"/>
|
|
|
|
<html:div style="width: 195px;">
|
2000-04-28 18:07:07 +04:00
|
|
|
<text class="label" value="&treehead.entries.label;"/>
|
2000-04-04 06:52:56 +04:00
|
|
|
<tree multiple="true" id="entrytree" class="inset"
|
|
|
|
style="height: 113px; width: 195px;" align="vertical" onclick="ViewSynonyms();">
|
2000-02-05 04:36:47 +03:00
|
|
|
<treecol width="100%"/>
|
2000-01-25 06:30:33 +03:00
|
|
|
<treechildren id="entrieslist"/>
|
|
|
|
</tree>
|
|
|
|
<spring style="height: 7px;"/>
|
2000-04-28 18:07:07 +04:00
|
|
|
<text class="label" value="&treehead.synonyms.label;"/>
|
2000-04-04 06:52:56 +04:00
|
|
|
<tree multiple="true" id="synonymtree" class="inset"
|
|
|
|
style="height: 113px; width: 195px;" align="vertical" onclick="SynonymSelected();">
|
2000-02-05 04:36:47 +03:00
|
|
|
<treecol width="100%"/>
|
2000-01-25 06:30:33 +03:00
|
|
|
<treechildren id="synonymslist"/>
|
|
|
|
</tree>
|
|
|
|
</html:div>
|
|
|
|
<spring style="width: 7px;"/>
|
|
|
|
<html:div>
|
|
|
|
<box align="vertical">
|
|
|
|
<spring style="height: 12px;"/>
|
2000-04-28 18:07:07 +04:00
|
|
|
<button id="removeEntry" class="dialog push" disabled="true" value="&button.remove.label;" onclick="DeleteEntry();"/>
|
|
|
|
<button id="addEntry" class="dialog push" disabled="false" value="&button.add.label;" onclick="AddEntry();"/>
|
2000-01-25 06:30:33 +03:00
|
|
|
<spring style="height: 88px;"/>
|
2000-04-28 18:07:07 +04:00
|
|
|
<button id="removeSynonym" class="dialog push" disabled="true" value="&button.remove.label;" onclick="DeleteSynonym();"/>
|
|
|
|
<button id="addSynonym" class="dialog push" disabled="false" value="&button.add.label;" onclick="AddSynonym();"/>
|
2000-01-25 06:30:33 +03:00
|
|
|
</box>
|
|
|
|
</html:div>
|
|
|
|
<spring style="width: 7px;"/>
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
<html:div class="separator" align="horizontal" style="margin-bottom: -2px;"/>
|
|
|
|
|
|
|
|
<!-- from dialogOverlay.xul -->
|
|
|
|
<spring style="height: 5px;"/>
|
|
|
|
<box align="horizontal">
|
|
|
|
<spring flex="100%"/>
|
|
|
|
<box id="okCancelButtons"/>
|
|
|
|
</box>
|
|
|
|
<spring style="height: 5px;"/>
|
|
|
|
|
|
|
|
</window>
|