1 | <?xml version="1.0"?> |
---|
2 | <!-- ***** BEGIN LICENSE BLOCK ***** |
---|
3 | - This program is free software; you can redistribute it and/or modify |
---|
4 | - it under the terms of the GNU General Public License as published by |
---|
5 | - the Free Software Foundation; either version 2 of the License, or |
---|
6 | - (at your option) any later version. |
---|
7 | |
---|
8 | - This program is distributed in the hope that it will be useful, |
---|
9 | - but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
10 | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
11 | - GNU General Public License for more details. |
---|
12 | |
---|
13 | - You should have received a copy of the GNU General Public License |
---|
14 | - along with this program; if not, write to the Free Software |
---|
15 | - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
---|
16 | |
---|
17 | - The Original Code is the Virtual Identity Extension. |
---|
18 | |
---|
19 | - The Initial Developer of the Original Code is Rene Ejury. |
---|
20 | - Portions created by the Initial Developer are Copyright (C) 2007 |
---|
21 | - the Initial Developer. All Rights Reserved. |
---|
22 | |
---|
23 | - Contributor(s): |
---|
24 | - ***** END LICENSE BLOCK ***** --> |
---|
25 | |
---|
26 | <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> |
---|
27 | <?xml-stylesheet href="chrome://v_identity/skin/v_identity.css" type="text/css"?> |
---|
28 | |
---|
29 | <!DOCTYPE overlay [ |
---|
30 | <!ENTITY % versionDTD SYSTEM "chrome://v_identity/content/_version.dtd"> |
---|
31 | %versionDTD; |
---|
32 | <!ENTITY % vIdentDTD SYSTEM "chrome://v_identity/locale/v_identity.dtd"> |
---|
33 | %vIdentDTD; |
---|
34 | <!ENTITY % helpDTD SYSTEM "chrome://v_identity/locale/vI_help.dtd"> |
---|
35 | %helpDTD; |
---|
36 | ]> |
---|
37 | |
---|
38 | <dialog id="vI_Help" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
---|
39 | buttons="extra1" |
---|
40 | buttonlabelextra1="&vI_Help.extra1Button.label;" |
---|
41 | buttoniconextra1="close" |
---|
42 | title="Virtual Identity Help" |
---|
43 | zlevel="6" |
---|
44 | onload="vI_Help.init(window.arguments[0]);" |
---|
45 | persist="height width"> |
---|
46 | |
---|
47 | <script type="application/x-javascript" |
---|
48 | src="chrome://v_identity/content/vI_Help.js" /> |
---|
49 | <hbox> |
---|
50 | <spacer flex="1"/> |
---|
51 | <button class="v_identity_logo v_identity_logo_button" |
---|
52 | label="&vident.vidLogo.label; &vident.version;" |
---|
53 | oncommand="vI_prefDialog.openURL('http://www.absorb.it/virtual-id')" |
---|
54 | tooltiptext="&vI_Help.vidLogo.tooltiptext;" /> |
---|
55 | </hbox> |
---|
56 | |
---|
57 | <browser id="vI_Help_browser" class="vI_htmlTextBox" flex="1" /> |
---|
58 | </dialog> |
---|