2014-06-24 00:42:43 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2014-10-21 16:45:54 +02:00
|
|
|
<meta charset="utf-8">
|
2015-03-02 19:49:34 +01:00
|
|
|
<meta name="viewport" content="initial-scale=1">
|
|
|
|
|
2014-09-15 17:21:40 +02:00
|
|
|
<title data-i18n="dashboardName"></title>
|
2014-10-21 16:45:54 +02:00
|
|
|
<link href="css/dashboard.css" rel="stylesheet" type="text/css">
|
|
|
|
<link href="css/common.css" rel="stylesheet" type="text/css">
|
2015-03-27 22:03:49 +01:00
|
|
|
<link rel="shortcut icon" type="image/png" href="img/icon_16.png"/>
|
2014-06-24 00:42:43 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="dashboard-nav">
|
|
|
|
<div id="dashboard-nav-widgets">
|
2014-10-21 16:45:54 +02:00
|
|
|
<span data-i18n="extName"></span>
|
2015-01-06 17:44:06 +01:00
|
|
|
<a class="tabButton" href="#settings.html" data-i18n="settingsPageName"></a>
|
2014-10-21 16:45:54 +02:00
|
|
|
<a class="tabButton" href="#3p-filters.html" data-i18n="3pPageName"></a>
|
|
|
|
<a class="tabButton" href="#1p-filters.html" data-i18n="1pPageName"></a>
|
2014-12-31 23:26:17 +01:00
|
|
|
<a class="tabButton" href="#dyna-rules.html" data-i18n="rulesPageName"></a>
|
2014-10-21 16:45:54 +02:00
|
|
|
<a class="tabButton" href="#whitelist.html" data-i18n="whitelistPageName"></a>
|
|
|
|
<a class="tabButton" href="#about.html" data-i18n="aboutPageName"></a>
|
2014-06-24 00:42:43 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2015-03-20 15:36:38 +01:00
|
|
|
<iframe id="iframe" src=""></iframe>
|
2014-06-24 00:42:43 +02:00
|
|
|
|
2014-11-04 12:32:44 +01:00
|
|
|
<script src="js/vapi-common.js"></script>
|
|
|
|
<script src="js/udom.js"></script>
|
|
|
|
<script src="js/i18n.js"></script>
|
|
|
|
<script src="js/dashboard.js"></script>
|
2014-10-17 21:44:19 +02:00
|
|
|
|
2014-06-24 00:42:43 +02:00
|
|
|
</body>
|
|
|
|
</html>
|