Update templates

This commit is contained in:
nemunaire 2020-11-15 17:23:53 +01:00
commit c8cfbb1d49
10 changed files with 48 additions and 44 deletions

View file

@ -5,9 +5,10 @@
{assign var='max' value=$planete->batiments.3}
{/if}
<ul class="onglets">
{for $i=0; $i<$max; $i++}
{section name=nb start=0 loop=$max}
{assign var=i value=$smarty.section.nb.index}
<li{if $lieu == $i} class="hilight"{/if}><a href="{$menu.chantierspatial}&amp;k={$i}">Chantier {$i+1}</a></li>
{/for}
{/section}
</ul>
<h2>File d'attente</h2>