35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <form class="{{cssClass}}" autocomplete="off">
 | |
|   {{> systems/fvtt-hawkmoon-cyd/templates/partial-item-header.html}}
 | |
| 
 | |
|     {{> systems/fvtt-hawkmoon-cyd/templates/partial-item-nav.html}}
 | |
| 
 | |
|     {{!-- Sheet Body --}}
 | |
|     <section class="sheet-body">
 | |
|   
 | |
|       {{> 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">
 | |
| 
 | |
|         <li class="flexrow item">
 | |
|           <label class="generic-label item-field-label-long">Quantite </label>
 | |
|           <input type="text" class="padd-right numeric-input item-field-label-short" name="system.quantite"
 | |
|                   value="{{system.quantite}}" data-dtype="Number" />
 | |
|         </li>
 | |
| 
 | |
|         <li class="flexrow item">
 | |
|           <label class="generic-label item-field-label-long">Valeur en Sous de Cuivre (SC)</label>
 | |
|           <input type="text" class="numeric-input item-field-label-short" name="system.prixsc" value="{{system.prixsc}}"
 | |
|                 data-dtype="Number" />
 | |
|         </li>
 | |
| 
 | |
|       
 | |
|       </ul>
 | |
| 
 | |
|     </div>
 | |
|       
 | |
|     </section>
 | |
| </form>
 |