forked from public/foundryvtt-reve-de-dragon
		
	- Ajout de "for" sur labels - suppression d'id inutiles - corrections de for="xp" incorrects - simplification css alchimie-title/blessure-title
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<form class="{{cssClass}}" autocomplete="off">
 | 
						|
  {{>"systems/foundryvtt-reve-de-dragon/templates/header-item.html"}}
 | 
						|
  {{!-- Sheet Body --}}
 | 
						|
  <section class="sheet-body">
 | 
						|
    <div class="form-group">
 | 
						|
      <label class="item-label" for="system.but">But</label>
 | 
						|
      <input class="attribute-value" type="text" name="system.but" value="{{system.but}}" data-dtype="String"/>
 | 
						|
    </div>
 | 
						|
    <div class="flexcol">
 | 
						|
      <span><label class="item-label">Manipulation : </label></span>
 | 
						|
      <div class="form-group medium-editor">
 | 
						|
        {{editor manipulation_update target="system.manipulation" button=true owner=options.isOwner editable=options.editable engine="prosemirror"}}
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
    <div class="flexcol">
 | 
						|
      <span><label class="item-label">Utilisation : </label></span>
 | 
						|
      <div class="form-group small-editor">
 | 
						|
        {{editor utilisation target="system.utilisation" button=true owner=options.isOwner editable=options.editable engine="prosemirror"}}
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
    <div class="flexcol">
 | 
						|
      <span><label class="item-label">Enchantement : </label></span>
 | 
						|
      <div class="form-group small-editor">
 | 
						|
        {{editor enchantement target="system.enchantement" button=true owner=options.isOwner editable=options.editable engine="prosemirror"}}
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
    <div class="flexcol">
 | 
						|
      <span><label class="item-label">Sur-effet : </label></span>
 | 
						|
      <div class="form-group small-editor">
 | 
						|
        {{editor sureffet target="system.sureffet" button=true owner=options.isOwner editable=options.editable engine="prosemirror"}}
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
 | 
						|
    {{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.html"}}
 | 
						|
  </section>
 | 
						|
</form>
 |