1999-10-27 01:27:05 +04:00
|
|
|
<?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, released
|
|
|
|
- March 31, 1998.
|
|
|
|
-
|
|
|
|
- The Initial Developer of the Original Code is Netscape
|
|
|
|
- Communications Corporation. Portions created by Netscape are
|
2000-01-25 18:44:28 +03:00
|
|
|
- Copyright (C) 1999-2000 Netscape Communications Corporation. All
|
1999-10-27 01:27:05 +04:00
|
|
|
- Rights Reserved.
|
|
|
|
-
|
|
|
|
- Contributor(s):
|
2001-03-22 03:59:29 +03:00
|
|
|
- Brian King
|
|
|
|
- Dan Haddix
|
1999-10-27 01:27:05 +04:00
|
|
|
-->
|
2000-04-26 06:27:56 +04:00
|
|
|
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
1999-10-27 01:27:05 +04:00
|
|
|
|
2000-01-25 18:44:28 +03:00
|
|
|
<?xul-overlay href="chrome://editor/content/EdDialogOverlay.xul"?>
|
1999-10-27 01:27:05 +04:00
|
|
|
|
2003-03-18 01:55:50 +03:00
|
|
|
<!DOCTYPE dialog SYSTEM "chrome://editor/locale/EditorImageMapHotSpot.dtd">
|
1999-10-27 01:27:05 +04:00
|
|
|
|
2001-12-07 07:38:52 +03:00
|
|
|
<dialog title="&windowTitle.label;"
|
2000-05-07 14:51:34 +04:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
1999-10-27 01:27:05 +04:00
|
|
|
onload = "Startup()"
|
2001-12-07 07:38:52 +03:00
|
|
|
ondialogaccept="return onAccept();"
|
|
|
|
ondialogcancel="return onCancel();">
|
1999-10-27 01:27:05 +04:00
|
|
|
|
|
|
|
<!-- Methods common to all editor dialogs -->
|
2001-11-15 18:28:24 +03:00
|
|
|
<script type="application/x-javascript" src="chrome://editor/content/editorUtilities.js"/>
|
2001-03-13 18:35:07 +03:00
|
|
|
<script type="application/x-javascript" src="chrome://editor/content/EdDialogCommon.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://editor/content/EdImageMapHotSpot.js"/>
|
2000-03-21 15:52:05 +03:00
|
|
|
|
2001-09-19 01:47:32 +04:00
|
|
|
<spacer id="location" offsetY="50" persist="offsetX offsetY"/>
|
2000-05-07 14:51:34 +04:00
|
|
|
<broadcaster id="args" value=""/>
|
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
<groupbox flex="1">
|
2001-09-07 18:23:21 +04:00
|
|
|
<caption id="titleInput" label="&link.label;"/>
|
2000-05-07 14:51:34 +04:00
|
|
|
|
2001-02-07 08:58:09 +03:00
|
|
|
<grid>
|
|
|
|
<columns><column/><column/><column/></columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
<label control="urlInput" value="&urlFieldset.label;"/>
|
2000-05-07 14:51:34 +04:00
|
|
|
|
2001-03-22 03:15:47 +03:00
|
|
|
<textbox id="urlInput" class="MinWidth20em" value="http://"/>
|
2000-05-07 14:51:34 +04:00
|
|
|
|
2001-10-11 00:07:06 +04:00
|
|
|
<button id="Browse" oncommand="chooseFile()" label="&browseButton.label;"/>
|
2001-02-07 08:58:09 +03:00
|
|
|
</row>
|
2001-03-22 03:59:29 +03:00
|
|
|
|
2001-02-07 08:58:09 +03:00
|
|
|
<row>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
<label control="altInput" value="&altFieldset.label;"/>
|
2001-02-07 08:58:09 +03:00
|
|
|
|
2001-03-22 03:15:47 +03:00
|
|
|
<textbox class="MinWidth20em" id="altInput"/>
|
2001-02-07 08:58:09 +03:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
2001-07-09 22:41:07 +04:00
|
|
|
</groupbox>
|
2001-02-07 08:58:09 +03:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
<groupbox flex="1">
|
2001-09-07 18:23:21 +04:00
|
|
|
<caption id="targetLabel" label="&targetFieldset.label;"/>
|
2001-02-07 08:58:09 +03:00
|
|
|
<grid>
|
|
|
|
<columns><column/><column/><column/></columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
<label control="targetInput" value="&target.label;"/>
|
2001-02-07 08:58:09 +03:00
|
|
|
</row>
|
|
|
|
<row>
|
2001-03-22 03:15:47 +03:00
|
|
|
<textbox class="MinWidth20em" id="targetInput"/>
|
2001-02-07 08:58:09 +03:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
<label id="commonLabel" value="&commonFieldset.label;"/>
|
2001-02-07 08:58:09 +03:00
|
|
|
|
|
|
|
<menulist id="commonInput" oncommand="changeTarget()">
|
2001-10-11 00:07:06 +04:00
|
|
|
<menupopup align="center">
|
2001-03-22 03:59:29 +03:00
|
|
|
<menuitem class="middle" value="" label="&none.value;"/>
|
|
|
|
<menuitem class="middle" value="_self" label="&same.value;"/>
|
|
|
|
<menuitem class="middle" value="_top" label="&whole.value;"/>
|
|
|
|
<menuitem class="middle" value="_blank" label="&new.value;"/>
|
|
|
|
<menuitem class="middle" value="_parent" label="&parent.value;"/>
|
2001-02-07 08:58:09 +03:00
|
|
|
</menupopup>
|
|
|
|
</menulist>
|
|
|
|
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
2001-07-09 22:41:07 +04:00
|
|
|
</groupbox>
|
2001-12-07 07:38:52 +03:00
|
|
|
</dialog>
|