2014-06-23 16:42:43 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2014-10-21 08:45:54 -06:00
|
|
|
<meta charset="utf-8">
|
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">
|
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>
|
|
|
|
<a class="tabButton" href="#3p-filters.html" data-i18n="3pPageName"></a>
|
|
|
|
<a class="tabButton" href="#1p-filters.html" data-i18n="1pPageName"></a>
|
|
|
|
<a class="tabButton" href="#whitelist.html" data-i18n="whitelistPageName"></a>
|
|
|
|
<a class="tabButton" href="#settings.html" data-i18n="settingsPageName"></a>
|
|
|
|
<a class="tabButton" href="#stats.html" data-i18n="statsPageName"></a>
|
|
|
|
<a class="tabButton" href="#about.html" data-i18n="aboutPageName"></a>
|
2014-06-23 16:42:43 -06:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<iframe src=""></iframe>
|
|
|
|
|
2014-10-17 13:44:19 -06:00
|
|
|
<script src="js/js-loader.js" data-jsList="
|
|
|
|
js/vapi-common.js
|
|
|
|
js/udom.js
|
|
|
|
js/i18n.js
|
|
|
|
js/dashboard.js
|
|
|
|
"></script>
|
|
|
|
|
2014-06-23 16:42:43 -06:00
|
|
|
</body>
|
|
|
|
</html>
|