- Ajout de "for" sur labels - suppression d'id inutiles - corrections de for="xp" incorrects - simplification css alchimie-title/blessure-title
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <form class="{{cssClass}}" autocomplete="off">
 | |
|   {{>"systems/foundryvtt-reve-de-dragon/templates/header-item.html"}}
 | |
|   {{!-- Sheet Body --}}
 | |
| 
 | |
|   <nav class="sheet-tabs tabs" data-group="primary">
 | |
|     <a class="item" data-tab="informations">Informations</a>
 | |
|     {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-tab-environnement.html"}}
 | |
|   </nav>
 | |
|   <section class="sheet-body">
 | |
|     <div class="tab items flexcol" data-group="primary" data-tab="informations">
 | |
|       <div class="form-group">
 | |
|         <label for="system.capacite">Capacite (points d'Enc.)</label>
 | |
|         <input class="attribute-value" type="text" name="system.capacite" value="{{system.capacite}}" data-dtype="Number"/>
 | |
|       </div>
 | |
|       {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-inventaire.html"}}
 | |
|       {{#if options.isOwned}}
 | |
|       <div class="flexcol">
 | |
|         <ul class="item-list alterne-list">
 | |
|           <li class="competence-header flexrow">
 | |
|             <span class="equipement-nom">Nom</span>
 | |
|             <span class="equipement-detail">Q.</span>
 | |
|             <span class="equipement-detail">Enc.</span>
 | |
|             <span class="equipement-actions">Actions</span>
 | |
|           </li>
 | |
|           {{buildInventaireConteneur actorId id options}}
 | |
|         </ul>
 | |
|       </div>
 | |
|       {{/if}}
 | |
|       {{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.html"}}
 | |
|     </div>
 | |
|     {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-environnement.html"}}
 | |
|   </section>
 | |
| </form>
 |