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