home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / AIMP2 / aimp_2.61.583.exe / $TEMP / YandexPackSetup.msi / filDC46FBBAC1554B95556A443CEB9F8C29 < prev    next >
Extensible Markup Language  |  2010-07-12  |  2KB  |  49 lines

  1. <?xml version="1.0"?> 
  2. <?xml-stylesheet href="chrome://yasearch/skin/about/about.css"?>
  3.  
  4. <!DOCTYPE window [
  5. <!ENTITY % yasearchDTD SYSTEM "chrome://yasearch/locale/yasearch.dtd" >
  6. %yasearchDTD;
  7. <!ENTITY % yasearchLinksDTD SYSTEM "chrome://yasearch/locale/links/links.dtd" >
  8. %yasearchLinksDTD;
  9. <!ENTITY % aboutDialogDTD SYSTEM "chrome://yasearch/locale/about/about.dtd" >
  10. %aboutDialogDTD;
  11. ]>
  12.  
  13. <dialog id="yasearch-about-dialog"
  14.         windowtype="Yasearch:AboutDialog"
  15.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  16.         xmlns:html="http://www.w3.org/1999/xhtml"
  17.         buttons="accept"
  18.         title="&yasearch.about.label;"
  19.         onload="YaAbout.onDialogLoad();">
  20.   
  21.   <script type="application/x-javascript" src="chrome://yasearch/content/utils.js"/>
  22.   <script type="application/x-javascript" src="chrome://yasearch/content/about/about.js"/>
  23.   
  24.   <vbox flex="1" id="yasearch-about-box">
  25.     <separator class="thin" flex="1"/>
  26.     
  27.     <html:h2>&yasearch._gen.bar.title;</html:h2>
  28.     <html:h3>&yasearch.about.bar.for.label; Mozilla Firefox</html:h3>
  29.     
  30.     <separator class="thin" flex="1"/>
  31.     
  32.     <html:p id="bar-version">&yasearch.about.bar.version.label;: <html:span/></html:p>
  33.     <html:p id="bar-date">&yasearch.about.bar.date.label;: <html:span/></html:p>
  34.     
  35.     <html:p id="bar-site">
  36.       <html:a onclick="return YaAbout.openBarSite(this)"
  37.               href="&yasearch.link.bar.host;firefox/">&yasearch.about.bar.site.label;</html:a>
  38.     </html:p>
  39.     
  40.     <separator flex="5"/>
  41.     
  42.     <html:div id="bar-copyright">
  43.       <html:img src="chrome://yasearch/skin/images/yandex-logo-37.png" width="95" height="37"/>
  44.       © 2006 –<html:span id="copyright-year"> 2010</html:span> «&yasearch.about.bar.yandex.label;»
  45.     </html:div>
  46.     
  47.     <separator flex="5"/>
  48.   </vbox>
  49. </dialog>