Skip to content
Snippets Groups Projects
Commit b60ef671 authored by jkerdreu's avatar jkerdreu
Browse files

Bye bye dash ..



git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2242 b32b6428-25c9-4566-ad07-03861ab6144f
parent bc581d7c
Branches
No related tags found
No related merge requests found
......@@ -9,12 +9,12 @@
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="mobile-web-app-capable" content="yes">
<link rel="manifest" href="/dash/static/manifest.json">
<link rel="icon" href="/dash/static/imgs/favicon.ico">
<link rel="manifest" href="/static/manifest.json">
<link rel="icon" href="/static/imgs/favicon.ico">
<meta name="theme-color" content="#333" />
<!-- CSS & Fonts -->
<link href="/dash/static/css/site.css" rel="stylesheet">
<link href="/static/css/site.css" rel="stylesheet">
</head>
......@@ -36,10 +36,10 @@
<!-- loading JS-->
<script src="/dash/static/js/riot+compiler.min.js"></script>
<script src="/dash/static/js/socket.io.slim.js"></script>
<script src="/static/js/riot+compiler.min.js"></script>
<script src="/static/js/socket.io.slim.js"></script>
<script src="/dash/static/js/site.js"></script>
<script src="/static/js/site.js"></script>
</body>
</html>
<%inherit file="base.mako"/>
<script src="/dash/static/js/sorttable.js"></script>
<script src="../static/js/sorttable.js"></script>
<!-- https://www.w3schools.com/howto/howto_js_filter_table.asp -->
......
......@@ -28,7 +28,7 @@
<h2>Attributes</h2>
<div data-is="generic-attrs" xaal_addr="${dev.address}"></div>
<script type="riot/tag" src="/dash/static/tags/generic_attrs.tag"></script>
<script type="riot/tag" src="../static/tags/generic_attrs.tag"></script>
<h2>Meta Data</h2>
<table width=100%>
......
<%inherit file="base.mako"/>
<%namespace name="widgets" file="widgets.mako" />
<link href="/dash/static/css/btns.css" rel="stylesheet">
<link href="../static/css/btns.css" rel="stylesheet">
<div class="grid-background">
<div class="grid">
......@@ -103,18 +103,18 @@
</div> <!-- end of grid -->
</div><!-- end of grib background -->
<script type="riot/tag" src="/dash/static/tags/powerrelay.tag"></script>
<script type="riot/tag" src="/dash/static/tags/hygrometer.tag"></script>
<script type="riot/tag" src="/dash/static/tags/thermometer.tag"></script>
<script type="riot/tag" src="/dash/static/tags/powermeter.tag"></script>
<script type="riot/tag" src="/dash/static/tags/lamp.tag"></script>
<script type="riot/tag" src="/dash/static/tags/shutter.tag"></script>
<script type="riot/tag" src="/dash/static/tags/barometer.tag"></script>
<script type="riot/tag" src="/dash/static/tags/co2meter.tag"></script>
<script type="riot/tag" src="/dash/static/tags/motion.tag"></script>
<script type="riot/tag" src="/dash/static/tags/door.tag"></script>
<script type="riot/tag" src="../static/tags/powerrelay.tag"></script>
<script type="riot/tag" src="../static/tags/hygrometer.tag"></script>
<script type="riot/tag" src="../static/tags/thermometer.tag"></script>
<script type="riot/tag" src="../static/tags/powermeter.tag"></script>
<script type="riot/tag" src="../static/tags/lamp.tag"></script>
<script type="riot/tag" src="../static/tags/shutter.tag"></script>
<script type="riot/tag" src="../static/tags/barometer.tag"></script>
<script type="riot/tag" src="../static/tags/co2meter.tag"></script>
<script type="riot/tag" src="../static/tags/motion.tag"></script>
<script type="riot/tag" src="../static/tags/door.tag"></script>
<script type="riot/tag" src="/dash/static/tags/generic_attrs.tag"></script>
<script type="riot/tag" src="/dash/static/tags/clock.tag"></script>
<script type="riot/tag" src="../static/tags/generic_attrs.tag"></script>
<script type="riot/tag" src="../static/tags/clock.tag"></script>
<%
menu = [('devices' ,'Devices'),
('grid' ,'Dash'),
menu = [('devices' ,'Eléments'),
('grid' ,'Général'),
]
%>
......@@ -11,7 +11,7 @@
% if item[0] == active_menu:
<li class="active"><a href="/${item[0]}">${item[1]}</a></li>
% else:
<li><a href="/dash/${item[0]}">${item[1]}</a></li>
<li><a href="/${item[0]}">${item[1]}</a></li>
% endif
% endfor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment