fvtt-hawkmoon-cyd/templates/item-equipement-sheet.html

22 lines
558 B
HTML
Raw Permalink Normal View History

2022-10-22 11:09:48 +02:00
<form class="{{cssClass}}" autocomplete="off">
2022-11-14 15:27:19 +01:00
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-header.html}}
2022-10-23 09:55:02 +02:00
2022-10-24 15:39:09 +02:00
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-nav.html}}
2022-10-23 09:55:02 +02:00
{{!-- Sheet Body --}}
<section class="sheet-body">
2022-10-22 11:09:48 +02:00
2022-10-24 15:39:09 +02:00
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-description.html}}
<div class="tab details" data-group="primary" data-tab="details">
<ul class="item-list alternate-list">
2022-10-22 11:09:48 +02:00
2022-10-24 15:39:09 +02:00
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-prix.html}}
2022-10-23 09:55:02 +02:00
2022-10-24 15:39:09 +02:00
</ul>
2022-10-22 11:09:48 +02:00
</div>
2022-10-23 09:55:02 +02:00
</section>
</form>