Version initiale

This commit is contained in:
Jean-Christophe Engel 2024-02-15 14:23:03 +01:00
commit c03cd6e7ae
7 changed files with 443 additions and 0 deletions

6
_nav.html Normal file
View file

@ -0,0 +1,6 @@
<nav class="tabs">
<ul>
<li {{if $current == 'index'}} class="current"{{/if}}><a href="{{$module.url}}index.html">Immobilisations</a></li>
<li {{if $current == 'amortissements'}} class="current"{{/if}}><a href="{{$module.url}}/amortissements.html">Amortissements</a></li>
</ul>
</nav>