summaryrefslogtreecommitdiffstats
path: root/src/dashboard.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 05:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 05:47:55 +0000
commit31d6ff6f931696850c348007241195ab3b2eddc7 (patch)
tree615cb1c57ce9f6611bad93326b9105098f379609 /src/dashboard.html
parentInitial commit. (diff)
downloadublock-origin-31d6ff6f931696850c348007241195ab3b2eddc7.tar.xz
ublock-origin-31d6ff6f931696850c348007241195ab3b2eddc7.zip
Adding upstream version 1.55.0+dfsg.upstream/1.55.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/dashboard.html')
-rw-r--r--src/dashboard.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/src/dashboard.html b/src/dashboard.html
new file mode 100644
index 0000000..859de58
--- /dev/null
+++ b/src/dashboard.html
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
+<title data-i18n="dashboardName"></title>
+<link href="css/themes/default.css" rel="stylesheet" type="text/css">
+<link href="css/common.css" rel="stylesheet" type="text/css">
+<link href="css/dashboard.css" rel="stylesheet" type="text/css">
+<link rel="shortcut icon" type="image/png" href="img/icon_64.png">
+</head>
+
+<body class="notReady">
+
+<div id="dashboard-nav">
+ <span class="logo"><img data-i18n-title="extName" src="img/ublock.svg"></span><!--
+ --><button class="tabButton" type="button" data-pane="settings.html" data-i18n="settingsPageName" tabindex="0"></button><!--
+ --><button class="tabButton" type="button" data-pane="3p-filters.html" data-i18n="3pPageName" tabindex="0"></button><!--
+ --><button class="tabButton" type="button" data-pane="1p-filters.html" data-i18n="1pPageName" tabindex="0"></button><!--
+ --><button class="tabButton" type="button" data-pane="dyna-rules.html" data-i18n="rulesPageName" tabindex="0"></button><!--
+ --><button class="tabButton" type="button" data-pane="whitelist.html" data-i18n="whitelistPageName" tabindex="0"></button><!--
+ --><button class="tabButton" type="button" data-pane="support.html" data-i18n="supportPageName" tabindex="0"></button><!--
+ --><button class="tabButton" type="button" data-pane="about.html" data-i18n="aboutPageName" tabindex="0"></button><!--
+ --><button class="tabButton" type="button" data-pane="no-dashboard.html"></button>
+</div>
+<section id="unsavedWarning" class="notice">
+ <div>
+ <span data-i18n="dashboardUnsavedWarning"></span>&emsp;
+ <button type="button" data-i18n="dashboardUnsavedWarningStay">_<span class="hover"></span></button>&ensp;
+ <button type="button" data-i18n="dashboardUnsavedWarningIgnore">_<span class="hover"></span></button>
+ </div>
+ <div></div>
+</section>
+
+<iframe id="iframe" src=""></iframe>
+
+<script src="lib/hsluv/hsluv-0.1.0.min.js"></script>
+
+<script src="js/vapi.js"></script>
+<script src="js/vapi-common.js"></script>
+<script src="js/vapi-client.js"></script>
+<script src="js/theme.js" type="module"></script>
+<script src="js/i18n.js" type="module"></script>
+<script src="js/dashboard.js" type="module"></script>
+
+</body>
+</html>