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 / fil56A3E18E37FBE142D138E56495EBD86F < prev    next >
Extensible Markup Language  |  2010-07-12  |  3KB  |  60 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://yasearch/skin/ftab/ftab.css" type="text/css"?>
  3. <!DOCTYPE window [
  4.   <!ENTITY % yasearchFTabDTD SYSTEM "chrome://yasearch/locale/ftab/ftab.dtd" >
  5.   %yasearchFTabDTD;
  6.   <!ENTITY % yasearchLinksDTD SYSTEM "chrome://yasearch/locale/links/links.dtd" >
  7.   %yasearchLinksDTD;
  8. ]>
  9.  
  10. <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  11.         xmlns:html="http://www.w3.org/1999/xhtml"
  12.         title="&yaftab.window.title;"
  13.         windowtype="Yasearch:FTabWindow"
  14.         id="yasearchFTabWindow"
  15.         style="-moz-appearance: none !important; background: #fff !important;">
  16.   
  17.   <html:link id="favicon" rel="icon" type="image/png" href="chrome://yasearch/content/first-start/images/fastdial_icon.png"/>
  18.   
  19.   <tooltip id="ftabTooltip" onpopupshowing="return false"/>
  20.   
  21.   <script type="application/x-javascript" src="chrome://global/content/nsDragAndDrop.js" defer="true"/>
  22.   <script type="application/x-javascript" src="chrome://global/content/nsTransferable.js" defer="true"/>
  23.   <script type="application/x-javascript;version=1.7" src="chrome://yasearch/content/ftab/ftab.js"/>
  24.   
  25.   <stack id="container-stack" hidden="true" flex="1" style="overflow:auto" tooltip="ftabTooltip">
  26.     <div xmlns="http://www.w3.org/1999/xhtml" id="container">
  27.       <table id="table-container"><tr><td>
  28.         <div id="search-container">
  29.           <hbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  30.                 style="width:100%; -moz-box-align:center; margin: 25px auto 16px auto;">
  31.             
  32.             <html:a id="search-container-link"
  33.                     href="&yasearch.link.www.host;"
  34.                     onclick="return YaFTab.openYandexPage(event);"/>
  35.             
  36.             <textbox id="ftab-search-box"
  37.                      type="autocomplete"
  38.                      class="padded"
  39.                      flex="1"
  40.                      autocompletesearch="yasearch-autocomplete"
  41.                      autocompletesearchparam="yasearch-history,yasearch-history2"
  42.                      timeout="250"
  43.                      maxrows="24"
  44.                      completeselectedindex="true"
  45.                      showcommentcolumn="true"
  46.                      tabscrolling="true"
  47.                      enablehistory="false"
  48.                      newlines="replacewithspaces"
  49.                      ontextentered="YaFTab.doSearch()"
  50.                      style="-moz-box-align:baseline;"/>
  51.               
  52.             <button label="&yaftab.search.button.label;" oncommand="YaFTab.doSearch()"/>
  53.           </hbox>
  54.         </div>
  55.         <div id="thumbs-container" style="margin: 0 auto;"/>
  56.       </td></tr></table>
  57.     </div>
  58.     <hbox id="editor" flex="1" style="width:100%; height:100%;"/>
  59.   </stack>
  60. </window>