This is just some static backup of the original site, don't expect every link to work!

source: chrome/content/v_identity/vI_upgradeOverlay.xul @ 45b410

ng_0.9
Last change on this file since 45b410 was 45b410, checked in by rene <rene@…>, 11 years ago

add conversation plugin

  • Property mode set to 100644
File size: 3.1 KB
Line 
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://v_identity/skin/v_identity.css" type="text/css"?>
27<?xml-stylesheet href="chrome://global/content/console.css" type="text/css"?>
28<?xml-stylesheet href="chrome://global/skin/console/console.css" type="text/css"?>
29
30<!DOCTYPE overlay [
31<!ENTITY % versionDTD SYSTEM "chrome://v_identity/content/_version.dtd">
32%versionDTD;
33<!ENTITY % vIdentDTD SYSTEM "chrome://v_identity/locale/v_identity.dtd">
34%vIdentDTD;
35]>
36
37<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
38    <script type="application/x-javascript" src="chrome://v_identity/content/_overlayNameSpaceWrapper.js" />
39
40    <script type="application/x-javascript" src="chrome://v_identity/content/notificationbar/vI_notificationBar.js"/>   
41    <script type="application/x-javascript" src="chrome://v_identity/content/modules/vI_account.js" />
42    <script type="application/x-javascript" src="chrome://v_identity/content/modules/vI_rdfDatasource.js" />
43    <script type="application/x-javascript" src="chrome://v_identity/content/vI_upgradeOverlay.js" />
44
45    <!-- include following scripts to enable quick_upgrade -->
46    <script type="application/x-javascript" src="chrome://v_identity/content/vI_upgrade.js" />
47    <script type="application/x-javascript" src="chrome://v_identity/content/vI_storage.js" />
48    <script type="application/x-javascript" src="chrome://v_identity/content/modules/vI_identityData.js" />
49    <script type="application/x-javascript" src="chrome://v_identity/content/modules/vI_helper.js" />
50    <!-- include following script to enable conversation plugin -->
51    <script type="application/x-javascript" src="chrome://v_identity/content/modules/plugins/conversation.js" />
52    <script type="application/x-javascript" src="chrome://v_identity/content/vI_smartIdentity.js" />
53    <script type="application/x-javascript" src="chrome://v_identity/content/modules/vI_smartIdentityCollection.js" />
54
55    <vbox id="messagepanebox" >
56        <splitter id="vIErrorBoxSplitter" hidden="true" />
57        <vbox id="vIErrorBox" context="ConsoleContext" sortOrder="reverse" hidden="true" />
58    </vbox>
59</overlay>
Note: See TracBrowser for help on using the repository browser.