home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <!--
- - The contents of this file are subject to the Mozilla 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/MPL/
- -
- - 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 this file as it was released on
- - January 3, 2001.
- -
- - The Initial Developer of the Original Code is Jonas Sicking.
- - Portions created by Jonas Sicking are Copyright (C) 2000
- - Jonas Sicking. All Rights Reserved.
- -
- - Contributor(s):
- - Jonas Sicking <sicking@bigfoot.com> (Original Author)
- - Gervase Markham <gerv@gerv.net>
- -
- - Alternatively, the contents of this file may be used under the
- - terms of the GNU General Public License Version 2 or later (the
- - "GPL"), in which case the provisions of the GPL are applicable
- - instead of those above. If you wish to allow use of your
- - version of this file only under the terms of the GPL and not to
- - allow others to use your version of this file under the MPL,
- - indicate your decision by deleting the provisions above and
- - replace them with the notice and other provisions required by
- - the GPL. If you do not delete the provisions above, a recipient
- - may use your version of this file under either the MPL or the
- - GPL.
- -->
-
- <?xml-stylesheet href="chrome://navigator/skin/" type="text/css"?>
-
- <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
-
- <!DOCTYPE window [
- <!ENTITY % metadataDTD SYSTEM "chrome://navigator/locale/metadata.dtd" >
- %metadataDTD;
- ]>
-
- <window id="metadata"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- title="&caption.label;"
- onload="onLoad()"
- class="dialog"
- orient="vertical"
- persist="screenX screenY"
- screenX="24" screenY="24">
-
- <script type="application/x-javascript" src="chrome://navigator/content/metadata.js"/>
-
- <stringbundle src="chrome://navigator/locale/metadata.properties" id="bundle_metadata"/>
- <stringbundle src="chrome://global/locale/languageNames.properties" id="bundle_languages"/>
- <stringbundle src="chrome://global/locale/regionNames.properties" id="bundle_regions"/>
-
- <text id="no-properties" value="&no-properties.label;"/>
-
- <groupbox id="link-sec">
- <label><text value="&link-sec.label;"/></label>
- <grid>
- <columns>
- <column/>
- <column flex="1"/>
- </columns>
- <rows>
- <row id="link-url">
- <text value="&link-url.label; "/>
- <hbox>
- <text id="link-url-text" value="" class="text-link"
- onclick="openLink(this)"/>
- <spring flex="1"/>
- </hbox>
- </row>
- <row id="link-target">
- <text value="&link-target.label; "/>
- <text id="link-target-text" value=""/>
- </row>
- <row id="link-type">
- <text value="&link-type.label; "/>
- <text id="link-type-text" value=""/>
- </row>
- <row id="link-lang">
- <text value="&link-lang.label; "/>
- <text id="link-lang-text" value=""/>
- </row>
- <row id="link-rel">
- <text value="&link-rel.label; "/>
- <text id="link-rel-text" value=""/>
- </row>
- <row id="link-rev">
- <text value="&link-rev.label; "/>
- <text id="link-rev-text" value=""/>
- </row>
- </rows>
- </grid>
- </groupbox>
- <groupbox id="image-sec">
- <label><text value="&image-sec.label;"/></label>
- <grid>
- <columns>
- <column/>
- <column flex="1"/>
- </columns>
- <rows>
- <row id="image-url">
- <text value="&image-url.label; "/>
- <hbox>
- <text id="image-url-text" value="" class="text-link"
- onclick="openLink(this)"/>
- <spring flex="1"/>
- </hbox>
- </row>
- <row id="image-width">
- <text value="&image-width.label; "/>
- <hbox>
- <text id="image-width-text" value=""/>
- <text value=" &image-pixels.label;"/>
- </hbox>
- </row>
- <row id="image-height">
- <text value="&image-height.label; "/>
- <hbox>
- <text id="image-height-text" value=""/>
- <text value=" &image-pixels.label;"/>
- </hbox>
- </row>
- <row id="image-desc">
- <text value="&image-desc.label; "/>
- <hbox>
- <text id="image-desc-text" value="" class="text-link"
- onclick="openLink(this)"/>
- <spring flex="1"/>
- </hbox>
- </row>
- </rows>
- </grid>
- </groupbox>
- <groupbox id="insdel-sec">
- <label><text value="&insdel-sec.label;"/></label>
- <grid>
- <columns>
- <column/>
- <column flex="1"/>
- </columns>
- <rows>
- <row id="insdel-cite">
- <text value="&insdel-cite.label; "/>
- <hbox>
- <text id="insdel-cite-text" value="" class="text-link"
- onclick="openLink(this)"/>
- <spring flex="1"/>
- </hbox>
- </row>
- <row id="insdel-date">
- <text value="&insdel-date.label; "/>
- <text id="insdel-date-text" value=""/>
- </row>
- </rows>
- </grid>
- </groupbox>
- <groupbox id="quote-sec">
- <label><text value=""e-sec.label;"/></label>
- <grid>
- <columns>
- <column/>
- <column flex="1"/>
- </columns>
- <rows>
- <row id="quote-cite">
- <text value=""e-cite.label; "/>
- <hbox>
- <text id="quote-cite-text" value="" class="text-link"
- onclick="openLink(this)"/>
- <spring flex="1"/>
- </hbox>
- </row>
- </rows>
- </grid>
- </groupbox>
- <groupbox id="misc-sec">
- <label><text value="&misc-sec.label;"/></label>
- <grid>
- <columns>
- <column/>
- <column flex="1"/>
- </columns>
- <rows>
- <row id="misc-lang">
- <text value="&misc-lang.label; "/>
- <text id="misc-lang-text" value=""/>
- </row>
- <row id="misc-title">
- <text value="&misc-title.label; "/>
- <hbox>
- <html id="misc-title-text" width="100%" style="margin: 0px;"/>
- </hbox>
- </row>
- <row id="misc-tblsummary">
- <text value="&misc-tblsummary.label; "/>
- <text id="misc-tblsummary-text" value=""/>
- </row>
- </rows>
- </grid>
- </groupbox>
-
- <spring flex="1"/>
-
- </window>
-