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
/
filB7E6839599E857D951045D91CD39E5DB
< prev
next >
Wrap
Extensible Markup Language
|
2010-07-12
|
937b
|
26 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://yasearch/skin/bookmarks/regrequiredDialog.css" type="text/css"?>
<!DOCTYPE dialog [
<!ENTITY % yaBookmarksDTD SYSTEM "chrome://yasearch/locale/bookmarks/bookmarks.dtd">
%yaBookmarksDTD;
]>
<dialog id="yasearch-bookmarks-regrequired-dialog"
windowtype="Yasearch:BookmarksRegRequiredDialog"
onload="YaBookmarksRegRequired.onDialogLoad();"
onclick="return YaBookmarksRegRequired.handleWindowClick(event)"
buttons="accept"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml">
<script type="application/x-javascript" src="chrome://yasearch/content/bookmarks/regrequiredDialog.js"/>
<hbox id="contentBox">
<hbox class="warningImage">
<image/>
</hbox>
<hbox>
<html:p id="regrequired-text"/>
</hbox>
</hbox>
</dialog>