home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?> <!-- -*- Mode: HTML -*- -->
-
-
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
- <?xml-stylesheet href="chrome://browser/content/aboutDialog.css" type="text/css"?>
-
- <!DOCTYPE window [
- <!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
- %brandDTD;
- <!ENTITY % aboutDialogDTD SYSTEM "chrome://browser/locale/aboutDialog.dtd" >
- %aboutDialogDTD;
- ]>
-
- <dialog xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- id="aboutDialog"
- buttons="accept,extra2"
- onload="init(event);" onunload="uninit(event);"
- title="&aboutDialog.title;" creditslabel="©right;" aboutlabel="&aboutLink;"
- style="width: 299px">
-
- <script type="application/x-javascript" src="chrome://browser/content/aboutDialog.js"/>
-
- <deck id="modes" flex="1">
- <vbox flex="1" id="clientBox">
- <!-- XXXben - this is a hack to deal with our strange and confusing
- non-decimal version numbering. We display the human-readable
- version here - hard coded for JUST this release. We will
- remove this line and replace with the #expand one for 1.0 -->
- <label id="version" value="&aboutVersion; 8.0.3.3 - based on Firefox"/>
- <description id="copyright">©rightText;</description>
- <vbox id="detailsBox" align="center" flex="1">
- <spacer flex="1"/>
- <textbox id="userAgent" multiline="true" readonly="true" cols="60"/>
- </vbox>
- </vbox>
- <vbox flex="1" id="creditsBox" style="overflow: hidden">
- <html:iframe style="border:0px;overflow:hidden;" id="creditsIframe" src="chrome://browser/content/credits.xhtml" flex="1"/>
- </vbox>
- </deck>
- <separator class="groove" id="groove"/>
-
- </dialog>
-
-