home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://yasearch/skin/about/about.css"?>
-
- <!DOCTYPE window [
- <!ENTITY % yasearchDTD SYSTEM "chrome://yasearch/locale/yasearch.dtd" >
- %yasearchDTD;
- <!ENTITY % yasearchLinksDTD SYSTEM "chrome://yasearch/locale/links/links.dtd" >
- %yasearchLinksDTD;
- <!ENTITY % aboutDialogDTD SYSTEM "chrome://yasearch/locale/about/about.dtd" >
- %aboutDialogDTD;
- ]>
-
- <dialog id="yasearch-about-dialog"
- windowtype="Yasearch:AboutDialog"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- xmlns:html="http://www.w3.org/1999/xhtml"
- buttons="accept"
- title="&yasearch.about.label;"
- onload="YaAbout.onDialogLoad();">
-
- <script type="application/x-javascript" src="chrome://yasearch/content/utils.js"/>
- <script type="application/x-javascript" src="chrome://yasearch/content/about/about.js"/>
-
- <vbox flex="1" id="yasearch-about-box">
- <separator class="thin" flex="1"/>
-
- <html:h2>&yasearch._gen.bar.title;</html:h2>
- <html:h3>&yasearch.about.bar.for.label; Mozilla Firefox</html:h3>
-
- <separator class="thin" flex="1"/>
-
- <html:p id="bar-version">&yasearch.about.bar.version.label;: <html:span/></html:p>
- <html:p id="bar-date">&yasearch.about.bar.date.label;: <html:span/></html:p>
-
- <html:p id="bar-site">
- <html:a onclick="return YaAbout.openBarSite(this)"
- href="&yasearch.link.bar.host;firefox/">&yasearch.about.bar.site.label;</html:a>
- </html:p>
-
- <separator flex="5"/>
-
- <html:div id="bar-copyright">
- <html:img src="chrome://yasearch/skin/images/yandex-logo-37.png" width="95" height="37"/>
- © 2006—<html:span id="copyright-year">2010</html:span> «╨»╨╜╨┤╨╡╨║╤ü»
- </html:div>
-
- <separator flex="5"/>
- </vbox>
- </dialog>