diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-12-16 13:57:01 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-12-16 13:57:01 -0500 |
commit | 06494f307850c576868831bd28a61464eab1f359 (patch) | |
tree | f281f5c46c3e0b73c7eabe22f02622dc013b0c35 /application/basilisk/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml | |
parent | e7d4713e0765c79feddf2384d343d10595fa5cb3 (diff) | |
download | UXP-06494f307850c576868831bd28a61464eab1f359.tar UXP-06494f307850c576868831bd28a61464eab1f359.tar.gz UXP-06494f307850c576868831bd28a61464eab1f359.tar.lz UXP-06494f307850c576868831bd28a61464eab1f359.tar.xz UXP-06494f307850c576868831bd28a61464eab1f359.zip |
Remove Basilisk from the Unified XUL Platform repository
Development will proceed at https://github.com/MoonchildProductions/Basilisk
Diffstat (limited to 'application/basilisk/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml')
-rw-r--r-- | application/basilisk/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/application/basilisk/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml b/application/basilisk/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml deleted file mode 100644 index c27de6994..000000000 --- a/application/basilisk/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml +++ /dev/null @@ -1,86 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. ---> -<!DOCTYPE html [ - <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> - %htmlDTD; - <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd"> - %globalDTD; - <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> - %brandDTD; - <!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd"> - %browserDTD; - <!ENTITY % aboutPrivateBrowsingDTD SYSTEM "chrome://browser/locale/aboutPrivateBrowsing.dtd"> - %aboutPrivateBrowsingDTD; -]> - -<html xmlns="http://www.w3.org/1999/xhtml" class="private"> - <head> - <link id="favicon" rel="icon" type="image/png"/> - <link rel="stylesheet" href="chrome://browser/content/aboutPrivateBrowsing.css" type="text/css" media="all"/> - <link rel="stylesheet" href="chrome://browser/skin/privatebrowsing/aboutPrivateBrowsing.css" type="text/css" media="all"/> - <script type="application/javascript;version=1.7" src="chrome://browser/content/aboutPrivateBrowsing.js"></script> - </head> - - <body dir="&locale.dir;"> - <p class="showNormal">&aboutPrivateBrowsing.notPrivate;</p> - <button xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" - id="startPrivateBrowsing" - class="showNormal" - label="&privatebrowsingpage.openPrivateWindow.label;" - accesskey="&privatebrowsingpage.openPrivateWindow.accesskey;"/> - <div class="showPrivate about-content-container"> - <h1 class="title"> - <span id="title">&privateBrowsing.title;</span> -#ifdef MOZ_SAFE_BROWSING - <span id="titleTracking">&privateBrowsing.title.tracking;</span> -#endif - </h1> - <section class="section-main"> - <p>&aboutPrivateBrowsing.info.notsaved.before;<strong>&aboutPrivateBrowsing.info.notsaved.emphasize;</strong>&aboutPrivateBrowsing.info.notsaved.after;</p> - <div class="list-row"> - <ul> - <li>&aboutPrivateBrowsing.info.visited;</li> - <li>&aboutPrivateBrowsing.info.cookies;</li> - <li>&aboutPrivateBrowsing.info.searches;</li> - <li>&aboutPrivateBrowsing.info.temporaryFiles;</li> - </ul> - </div> - <p>&aboutPrivateBrowsing.info.saved.before;<strong>&aboutPrivateBrowsing.info.saved.emphasize;</strong>&aboutPrivateBrowsing.info.saved.after2;</p> - <div class="list-row"> - <ul> - <li>&aboutPrivateBrowsing.info.bookmarks;</li> - <li>&aboutPrivateBrowsing.info.downloads;</li> - </ul> - </div> - <p> - &aboutPrivateBrowsing.note.before; - <strong>&aboutPrivateBrowsing.note.emphasize;</strong> - &aboutPrivateBrowsing.note.after; - </p> - </section> - -#ifdef MOZ_SAFE_BROWSING - <h2 id="tpSubHeader" class="about-subheader"> - <span class="tpTitle">&trackingProtection.title;</span> - <input id="tpToggle" class="toggle toggle-input" type="checkbox"/> - <span id="tpButton" class="toggle-btn"></span> - </h2> - - <section class="section-main"> - <p>&trackingProtection.description2;</p> - </section> -#endif - - <section class="section-main"> - <p class="about-info">&aboutPrivateBrowsing.learnMore2; - <a id="learnMore" target="_blank">&aboutPrivateBrowsing.learnMore2.title;</a>. - </p> - </section> - - </div> - </body> -</html> |