зеркало из https://github.com/mozilla/pjs.git
37 строки
1.4 KiB
XML
37 строки
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
- The contents of this file are subject to the Mozilla Public
|
|
- License Version 1.1 (the "License"); you may not use this file
|
|
- except in compliance with the License. You may obtain a copy of
|
|
- the License at http://www.mozilla.org/MPL/
|
|
-
|
|
- Software distributed under the License is distributed on an "AS
|
|
- IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
- implied. See the License for the specific language governing
|
|
- rights and imitations under the License.
|
|
-
|
|
- The Original Code is mozilla.org code.
|
|
-
|
|
- The Initial Developer of the Original Code is International
|
|
- Business Machines Corporation. Portions created by IBM
|
|
- Corporation are Copyright (C) 2000 International Business
|
|
- Machines Corporation. All Rights Reserved.
|
|
-
|
|
- Contributor(s): IBM Corporation.
|
|
-
|
|
-->
|
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/privacyOverlay.css" type="text/css"?>
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/P3PPrivacyInfo.dtd" >
|
|
|
|
<overlay id="NavPrivacyOverlay"
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<script language="JavaScript" src="chrome://communicator/content/privacyUI.js" />
|
|
|
|
<statusbarpanel id="privacy-button" onclick="displayPrivacyInfo()" tooltip="aTooltip"/>
|
|
|
|
</overlay>
|