Initial commit
This commit is contained in:
commit
7bc2d97112
9 changed files with 185 additions and 0 deletions
63
chrome/leo_search/content/leo_search/about.xul
Normal file
63
chrome/leo_search/content/leo_search/about.xul
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<window class="dialog"
|
||||
title="Leo Search - About"
|
||||
orient="vertical"
|
||||
autostretch="always"
|
||||
onload="sizeToContent()"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<!-- Original template by Jed Brown -->
|
||||
|
||||
<groupbox align="center" orient="horizontal">
|
||||
|
||||
<vbox>
|
||||
<text value="Leo Search"
|
||||
style="font-weight: bold; font-size: x-large;" />
|
||||
|
||||
<separator class="thin" />
|
||||
|
||||
<text value="Created By:"
|
||||
style="font-weight: bold;" />
|
||||
|
||||
<text value="Johannes Findeisen"
|
||||
class="url"
|
||||
onclick="window.open('http://hanez.org/'); window.close();" />
|
||||
|
||||
<separator class="thin" />
|
||||
|
||||
<text value="Leo Search at addons.mozilla.org:"
|
||||
style="font-weight: bold;" />
|
||||
|
||||
<text value="hhttps://addons.mozilla.org/extensions/moreinfo.php?id=984"
|
||||
class="url"
|
||||
onclick="window.open('https://addons.mozilla.org/extensions/moreinfo.php?id=984'); window.close();" />
|
||||
|
||||
<separator class="thin" />
|
||||
|
||||
<text value="Home Page:"
|
||||
style="font-weight: bold;" />
|
||||
|
||||
<text value="http://hanez.org/leo-search.html"
|
||||
class="url"
|
||||
onclick="window.open('http://hanez.org/leo-search.html'); window.close();" />
|
||||
|
||||
<separator class="thin"/>
|
||||
|
||||
</vbox>
|
||||
|
||||
<spring flex="1"/>
|
||||
|
||||
<image src="chrome://leo_search/skin/leo_searchb.png"/>
|
||||
|
||||
</groupbox>
|
||||
|
||||
<hbox>
|
||||
|
||||
<spacer flex="1"/>
|
||||
|
||||
<button label="Close" oncommand="window.close();"/>
|
||||
|
||||
</hbox>
|
||||
|
||||
</window>
|
||||
Loading…
Add table
Add a link
Reference in a new issue