Fix apv2, WIP

This commit is contained in:
2026-06-06 10:21:24 +02:00
parent 6cec1da910
commit 9b77a0c552
130 changed files with 12850 additions and 2830 deletions
-26
View File
@@ -1,13 +1,5 @@
<div class="grid grid-2col">
{{!-- Group Identity --}}
<div>
<h4>{{ localize 'IDENTITY.profile' }}</h4>
<div class="flexrow flex-group-center">
<input type="text" name="system.identity.profile" value="{{system.identity.profile}}"
placeholder="Profil du groupe..." style="flex: 1;" />
</div>
</div>
<div>
<h4>{{ localize 'IDENTITY.origin' }}</h4>
@@ -25,24 +17,6 @@
</div>
</div>
<div>
<h4>{{ localize 'VERMINE.level' }}</h4>
<div class="flexrow flex-group-center">
<input type="number" name="system.level.value" value="{{system.level.value}}"
data-dtype="Number" min="{{system.level.min}}" max="{{system.level.max}}" />
<span>/ {{system.level.max}}</span>
</div>
</div>
<div>
<h4>{{ localize 'VERMINE.reputation' }}</h4>
<div class="flexrow flex-group-center">
<input type="number" name="system.reputation.value" value="{{system.reputation.value}}"
data-dtype="Number" min="{{system.reputation.min}}" max="{{system.reputation.max}}" />
<span>/ {{system.reputation.max}}</span>
</div>
</div>
{{!-- Group Notes --}}
<div class="grid-span-2">
<h4>{{ localize 'IDENTITY.notes' }}</h4>