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

Fix ../ vs .

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2244 b32b6428-25c9-4566-ad07-03861ab6144f
parent 574db630
No related branches found
No related tags found
No related merge requests found
<%inherit file="base.mako"/> <%inherit file="base.mako"/>
<%namespace name="widgets" file="widgets.mako" /> <%namespace name="widgets" file="widgets.mako" />
<link href="../static/css/btns.css" rel="stylesheet"> <link href="./static/css/btns.css" rel="stylesheet">
<div class="grid-background"> <div class="grid-background">
<div class="grid"> <div class="grid">
...@@ -103,18 +103,18 @@ ...@@ -103,18 +103,18 @@
</div> <!-- end of grid --> </div> <!-- end of grid -->
</div><!-- end of grib background --> </div><!-- end of grib background -->
<script type="riot/tag" src="../static/tags/powerrelay.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/hygrometer.tag"></script>
<script type="riot/tag" src="../static/tags/thermometer.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/powermeter.tag"></script>
<script type="riot/tag" src="../static/tags/lamp.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/shutter.tag"></script>
<script type="riot/tag" src="../static/tags/barometer.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/co2meter.tag"></script>
<script type="riot/tag" src="../static/tags/motion.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="./static/tags/door.tag"></script>
<script type="riot/tag" src="../static/tags/generic_attrs.tag"></script> <script type="riot/tag" src="./static/tags/generic_attrs.tag"></script>
<script type="riot/tag" src="../static/tags/clock.tag"></script> <script type="riot/tag" src="./static/tags/clock.tag"></script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment