3 <?xml-stylesheet href=
"chrome://beagle/content/beagleOverlay.css" type=
"text/css"?>
4 <!DOCTYPE overlay SYSTEM
"chrome://beagle/locale/beagle.dtd">
6 <overlay id=
"BeagleOverlay"
7 xmlns=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
9 <!-- jslib sources used for executing beagle -->
10 <script type=
"application/x-javascript" src=
"chrome://beagle/content/jslib/jslib.js"/>
11 <script type=
"application/x-javascript" src=
"chrome://beagle/content/jslib/io/file.js"/>
12 <script type=
"application/x-javascript" src=
"chrome://beagle/content/jslib/io/fileUtils.js"/>
13 <script type=
"application/x-javascript" src=
"chrome://beagle/content/jslib/io/dir.js"/>
14 <script type=
"application/x-javascript" src=
"chrome://beagle/content/jslib/io/dirUtils.js"/>
16 <script type=
"application/x-javascript" src=
"chrome://beagle/content/md5.js" />
17 <script type=
"application/x-javascript" src=
"chrome://beagle/content/beagleOverlay.js" />
19 <popup id=
"contentAreaContextMenu">
20 <menuseparator id=
"beagle-context-sep-a" />
21 <menu id=
"beagle-context-menu" label=
"&beagle.context.menu.label;">
22 <menupopup id=
"beagle-context-menu-items">
24 id=
"beagle-context-search-link"
25 label=
"&beagle.context.search.link.label;"
26 oncommand=
"beagleRunBest(gContextMenu.linkURL());"
29 id=
"beagle-context-search-page"
30 label=
"&beagle.context.search.page.label;"
31 oncommand=
"beagleRunBest(getWebNavigation().currentURI.spec);"
34 id=
"beagle-context-search-text"
35 oncommand=
"beagleRunBest(gContextMenu.searchSelected());"
38 id=
"beagle-context-prefs"
39 label=
"&beagle.context.prefs.label;"
40 oncommand=
"window.openDialog('chrome://beagle/content/beaglePrefs.xul','PrefWindow','chrome,modal=yes,resizable=no','browser');"
44 <menuseparator id=
"beagle-context-sep-b" />
47 <statusbar id=
"status-bar">
49 class=
"statusbarpanel-iconic"
50 id=
"beagle-notifier-status"
51 onmouseup=
"beagleProcessClick(event);"