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

Active now working


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2233 b32b6428-25c9-4566-ad07-03861ab6144f
parent eb06f52a
Branches
No related tags found
No related merge requests found
<%
menu = [('devices' ,'Eléments'),
('grid' ,'Général'),
('grid_haut' ,'Haut'),
('grid_bas' ,'Bas'),
menu = [('devices' ,'Devices'),
('grid' ,'Dash'),
]
%>
......@@ -13,7 +11,7 @@
% if item[0] == active_menu:
<li class="active"><a href="/${item[0]}">${item[1]}</a></li>
% else:
<li><a href="/${item[0]}">${item[1]}</a></li>
<li><a href="/dash/${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