images add totems

This commit is contained in:
François-Xavier Guillois
2023-09-03 13:16:59 +02:00
parent 3edc669e44
commit 83757d26d0
62 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
<div class="totem choose">
<div class="totem choose grid grid-2col" style="padding:5px;">
{{#each config.totems as | totem tk|}}
{{#if (ne tk "human")}}
{{#if (ne tk "adapted")}}
<div class="flexrow row mdb">
<h4 style="flex:20%;"><a class="totem" data-totem="{{ tk }}" title="{{ smarttlk "TOTEMS" tk "description"}}"><img src="" alt="{{ localize totem }}" /></a></h4>
<p style="flex:80%;">
<h4 style="flex:33%;"><a class="totem" data-totem="{{ tk }}" title="{{ smarttlk "TOTEMS" tk "description"}}"><img src="/systems/vermine2047/assets/images/ui/totems/{{ tk }}.webp" alt="{{ localize totem }}" width="80" height="80" /></a></h4>
<p style="flex:66%;">
<strong>Instincts</strong> : {{ smarttlk "TOTEMS" tk "instincts"}}<br>
<strong>Interdits</strong> : {{ smarttlk "TOTEMS" tk "bans"}}<br>
<strong>Comportements</strong> : {{ smarttlk "TOTEMS" tk "behaviour"}}<br>