You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
511 B
20 lines
511 B
<?xml version="1.0"?>
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
|
|
<!DOCTYPE overlay SYSTEM "chrome://wappalyzer/locale/overlay.dtd">
|
|
|
|
<dialog id="wappalyzer-prompt"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
title="TEST"
|
|
buttons="accept,cancel"
|
|
style="min-height: 100px;"
|
|
onload=""
|
|
ondialogaccept="">
|
|
<hbox>
|
|
<vbox align="center" pack="start">
|
|
<image src="chrome://wappalyzer/skin/icon32x32.png" style="padding: 20px;"/>
|
|
</vbox>
|
|
</hbox>
|
|
</dialog>
|