"Menu escamotble pour tTh"

This commit is contained in:
2017-10-30 11:11:40 +01:00
parent eb844db1d7
commit 2cc69e7246
10 changed files with 460 additions and 1147 deletions

View File

@@ -4,7 +4,7 @@
<title>Tetastock - {% block title %}Accueil{% endblock %}</title>
<meta name="viewport" content="initial-scale=1.0" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="/static/style/style.css" />
<link rel="stylesheet" type="text/css" href="/static/style/style_{{ css }}.css" />
<script type="text/javascript" src="/static/scripts/tetalab.js"></script>
</head>
{% block bodyheader %}
@@ -17,6 +17,7 @@
</div>
<div class='top_menu'>
{% block top_menu %} <span class='top_menu_item_selected' onclick='javascript:document.location="./";'>Accueil</span> {% endblock %}
<input type='image' src='/static/images/menu.png' title='Afficher/Cacher menu' value='' onclick='javascript:switch_css("{{ css }}");' />
<input type='image' src='/static/images/logout.png' title='Se deconnecter' value='' onclick='javascript:logout();' />
</div>
<div class='content_wrapper'>