Enregistrement initial
This commit is contained in:
commit
6581b4afb7
5 changed files with 223 additions and 0 deletions
8
_nav.html
Normal file
8
_nav.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{{* -*- brindille -*- *}}
|
||||
|
||||
<nav class="tabs">
|
||||
<ul>
|
||||
<li {{if $current == 'conversion'}} class="current"{{/if}}><a href="{{$module.url}}convert.html">Conversion poids - volume</a></li>
|
||||
<li {{if $current == 'prix_vente'}} class="current"{{/if}}><a href="{{$module.url}}prix_vente.html">Prix de vente</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
Loading…
Add table
Add a link
Reference in a new issue