pjs/editor/ui/dialogs/content/EdNamedAnchorProps.xul

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

1999-06-23 00:19:38 +04:00
<?xml version="1.0"?>
1999-08-25 18:35:59 +04: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):
-->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
1999-08-25 18:35:59 +04:00
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
1999-08-06 23:50:26 +04:00
<!DOCTYPE window SYSTEM "chrome://editor/locale/EdNamedAnchorProperties.dtd">
1999-07-14 22:00:26 +04:00
<xul:window class="dialog" title="&windowTitle.label;"
1999-06-23 00:19:38 +04:00
xmlns:xul ="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns="http://www.w3.org/TR/REC-html40"
onload = "Startup()"
align="vertical">
1999-06-23 00:19:38 +04:00
<!-- Methods common to all editor dialogs -->
<script language="JavaScript" src="chrome://editor/content/EdDialogCommon.js">
1999-06-23 00:19:38 +04:00
</script>
<script language="JavaScript" src="chrome://editor/content/EdNamedAnchorProps.js">
1999-06-23 00:19:38 +04:00
</script>
1999-08-25 18:35:59 +04:00
<script language="JavaScript" src="chrome://global/content/dialogOverlay.js" />
1999-06-23 00:19:38 +04:00
<xul:broadcaster id="args" value=""/>
<table>
<tr>
<td>
<label class="spacedtext" for="nameInput"> &anchorNameEditField.label; </label><br/>
<input type="text" id="nameInput" size="30" maxlength="255" />
1999-06-23 00:19:38 +04:00
</td>
</tr>
1999-08-25 18:35:59 +04:00
<tr>
<td>
<xul:titledbutton class="spaced" id="MoreAttributes" onclick="onMoreAttributes()" value="&moreButton.label;"/>
</td>
</tr>
1999-07-06 04:19:40 +04:00
</table>
<div><hr width="100%"/></div>
<xul:spring flex="100%"/>
1999-08-25 18:35:59 +04:00
<xul:box id="okCancelButtons"/>
1999-06-23 00:19:38 +04:00
</xul:window>