home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
- <!--
- <window class="dialog"
- title="Bee Free - About"
- orient="vertical"
- autostretch="always"
- onload="sizeToContent()"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
- -->
- <dialog buttons="accept"
- id="beefree-about-dialog"
- title="Bee Free - About"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script type="application/x-javascript"><![CDATA[
- function beefree_GUI_super_honey_bee_close()
- {
- window.close();
- }
- function beefree_GUI_super_honey_bee_url()
- {
- var url = "http://honeybeenet.altervista.org";
- window.open(url);
- }
- function beefree_GUI_super_honey_bee_about()
- {
- beefree_GUI_super_honey_bee_url();
- beefree_GUI_super_honey_bee_close();
- }
- ]]>
- </script>
- <groupbox flex="1" style="background-color: #f3e290; margin: 26px; padding: 0;" align="center" orient="vertical"><!-- -->
- <groupbox flex="1" align="center" orient="horizontal"><!---->
- <vbox>
- <text value="Bee Free" style="font-weight: bold; font-size: x-large; color: #ff9900;"/>
- <separator class="thin"/>
- <text value="Created By" style="font-weight: bold; color: #663400;"/>
- <text value="Bee" class="url"
- onclick="beefree_GUI_super_honey_bee_about();"/>
- <separator class="thin"/>
- <text value="Home Page" style="font-weight: bold; color: #663400;"/>
- <text value="http://honeybeenet.altervista.org"
- class="url"
- onclick="beefree_GUI_super_honey_bee_about();"/>
- <text value=" "/>
- <text value="Thank you for using BeeFREE!!!!" style="font-style: italic; color: #7e8d0c;" />
- <separator class="thin"/>
- </vbox>
- </groupbox>
- <!--
- <hbox>
- <button label="Close" oncommand="window.close();"/>
- </hbox>
- -->
- </groupbox>
- <!--</window>-->
- </dialog>
-
-