Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: popup.html

Issue 29801613: Issue 6321 - Move the popup under UI (Closed)
Patch Set: removed popup.png Created July 17, 2018, 4:22 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « metadata.chrome ('k') | popup.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: popup.html
===================================================================
deleted file mode 100644
--- a/popup.html
+++ /dev/null
@@ -1,105 +0,0 @@
-<!DOCTYPE html>
-
-<!--
- - This file is part of Adblock Plus <https://adblockplus.org/>,
- - Copyright (C) 2006-present eyeo GmbH
- -
- - Adblock Plus is free software: you can redistribute it and/or modify
- - it under the terms of the GNU General Public License version 3 as
- - published by the Free Software Foundation.
- -
- - Adblock Plus is distributed in the hope that it will be useful,
- - but WITHOUT ANY WARRANTY; without even the implied warranty of
- - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- - GNU General Public License for more details.
- -
- - You should have received a copy of the GNU General Public License
- - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
- -->
-
-<html>
-<head>
- <meta charset="utf-8">
- <link rel="stylesheet" type="text/css" href="skin/popup.css">
- <script src="polyfill.js"></script>
- <script src="ext/common.js"></script>
- <script src="i18n.js"></script>
- <script src="popup.js"></script>
-</head>
-<!-- Set tabindex to work around Chromium issue 304532 -->
-<body class="nohtml" tabindex="1">
-
-<header>
- <img id="logo" src="icons/detailed/abp-64.png" srcset="icons/detailed/abp-128.png 2x">
-</header>
-
-<div id="wrapper">
- <div id="notification" hidden>
- <div id="notification-content">
- <h1>
- <span id="notification-title"></span>
- <span id="notification-close"></span>
- </h1>
- <p id="notification-message"></p>
- </div>
- <ul id="notification-close-content">
- <li id="notification-hide"
- class="i18n_overlay_notification_closing_button_hide"></li>
- <li id="notification-optout"
- class="i18n_overlay_notification_closing_button_optout"></li>
- </ul>
- </div>
-
- <div id="clickhide-instructions" class="i18n_clickhide_instructions"></div>
-
- <ul id="menu">
- <li id="enabled" class="menu-item" role="button">
- <div class="icon"></div>
- <span id="enabled-yes" class="i18n_enabled_for_site"></span>
- <span id="enabled-no" class="i18n_disabled_for_site"></span>
- </li>
-
- <li id="clickhide" class="menu-item" role="button">
- <div class="icon"></div>
- <span class="i18n_easy_create_filter"></span>
- </li>
- <li id="clickhide-cancel" class="menu-item" role="button">
- <div class="icon"></div>
- <span class="i18n_cancel"></span>
- </li>
-
- <li id="stats-container" class="collapsed">
- <div class="menu-item collapse" data-option="show_statsinpopup" data-collapsible="stats-container" role="button">
- <div class="icon"></div>
- <span class="i18n_stats_title"></span>
- <div class="collapse-icon-placeholder"></div>
- <div class="collapse-icon"></div>
- </div>
- <ul id="stats" class="collapsible">
- <li>
- <div>
- <div id="stats-page"></div>
- <div id="stats-total"></div>
- </div>
- </li>
- <li>
- <div id="show-iconnumber" class="checkbox" role="checkbox" aria-checked></div>
- <label for="show-iconnumber" class="i18n_stats_show_iconnumber"></label>
- </li>
- </ul>
- </li>
-
- <li id="issueReporter" class="menu-item" role="button">
- <div class="icon"></div>
- <span class="i18n_sendReport"></span>
- </li>
- </ul>
-</div>
-
-<footer id="options" role="button">
- <div class="icon"></div>
- <span class="i18n_options_short"></span>
-</footer>
-
-</body>
-</html>
« no previous file with comments | « metadata.chrome ('k') | popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld