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 >
Wrap
Extensible Markup Language
|
2010-07-12
|
3KB
|
60 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://yasearch/skin/ftab/ftab.css" type="text/css"?>
<!DOCTYPE window [
<!ENTITY % yasearchFTabDTD SYSTEM "chrome://yasearch/locale/ftab/ftab.dtd" >
%yasearchFTabDTD;
<!ENTITY % yasearchLinksDTD SYSTEM "chrome://yasearch/locale/links/links.dtd" >
%yasearchLinksDTD;
]>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
title="&yaftab.window.title;"
windowtype="Yasearch:FTabWindow"
id="yasearchFTabWindow"
style="-moz-appearance: none !important; background: #fff !important;">
<html:link id="favicon" rel="icon" type="image/png" href="chrome://yasearch/content/first-start/images/fastdial_icon.png"/>
<tooltip id="ftabTooltip" onpopupshowing="return false"/>
<script type="application/x-javascript" src="chrome://global/content/nsDragAndDrop.js" defer="true"/>
<script type="application/x-javascript" src="chrome://global/content/nsTransferable.js" defer="true"/>
<script type="application/x-javascript;version=1.7" src="chrome://yasearch/content/ftab/ftab.js"/>
<stack id="container-stack" hidden="true" flex="1" style="overflow:auto" tooltip="ftabTooltip">
<div xmlns="http://www.w3.org/1999/xhtml" id="container">
<table id="table-container"><tr><td>
<div id="search-container">
<hbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="width:100%; -moz-box-align:center; margin: 25px auto 16px auto;">
<html:a id="search-container-link"
href="&yasearch.link.www.host;"
onclick="return YaFTab.openYandexPage(event);"/>
<textbox id="ftab-search-box"
type="autocomplete"
class="padded"
flex="1"
autocompletesearch="yasearch-autocomplete"
autocompletesearchparam="yasearch-history,yasearch-history2"
timeout="250"
maxrows="24"
completeselectedindex="true"
showcommentcolumn="true"
tabscrolling="true"
enablehistory="false"
newlines="replacewithspaces"
ontextentered="YaFTab.doSearch()"
style="-moz-box-align:baseline;"/>
<button label="&yaftab.search.button.label;" oncommand="YaFTab.doSearch()"/>
</hbox>
</div>
<div id="thumbs-container" style="margin: 0 auto;"/>
</td></tr></table>
</div>
<hbox id="editor" flex="1" style="width:100%; height:100%;"/>
</stack>
</window>