You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.4 KiB

10 years ago
7 years ago
7 years ago
10 years ago
10 years ago
7 years ago
10 years ago
10 years ago
10 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <link rel="shortcut icon" type="image/png" href="img/icon_16.png">
  7. <title data-i18n="dashboardPageName"></title>
  8. <link href='css/dashboard.css' rel='stylesheet' type='text/css'>
  9. <link href='css/common.css' rel='stylesheet' type='text/css'>
  10. </head>
  11. <body>
  12. <div id="dashboard-nav">
  13. <div id="dashboard-nav-widgets">
  14. <span>uMatrix</span>
  15. <a class="tabButton" id="settings" href="#settings" data-dashboard-panel-url="settings.html" data-i18n="settingsPageName"></a>
  16. <a class="tabButton" id="user-rules" href="#user-rules" data-dashboard-panel-url="user-rules.html" data-i18n="userRulesPageName"></a>
  17. <a class="tabButton" id="hosts-files" href="#hosts-files" data-dashboard-panel-url="hosts-files.html" data-i18n="ubiquitousRulesPageName"></a>
  18. <a class="tabButton" id="raw-settings" href="#raw-settings" data-dashboard-panel-url="raw-settings.html" data-i18n="rawSettingsPageName"></a>
  19. <a class="tabButton" id="about" href="#about" data-dashboard-panel-url="about.html" data-i18n="aboutPageName"></a>
  20. </div>
  21. </div>
  22. <iframe src=""></iframe>
  23. <script src="js/vapi-common.js"></script>
  24. <script src="js/vapi-client.js"></script>
  25. <script src="js/udom.js"></script>
  26. <script src="js/i18n.js"></script>
  27. <script src="js/dashboard.js"></script>
  28. </body>
  29. </html>