119 lines
		
	
	
		
			5.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			119 lines
		
	
	
		
			5.3 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">Exemples : </label>
 | |
|         </li>
 | |
|         <li class="flexrow item">
 | |
|           <input type="text" class="padd-right status-small-label color-class-common" name="system.exemples"
 | |
|             value="{{system.exemples}}" data-dtype="String" />
 | |
|         </li>
 | |
|         <li class="flexrow items">
 | |
|           <label class="generic-label item-field-label-long">Attribut principal 1 </label>
 | |
|           <select class="status-small-label color-class-common item-field-label-long"" type=" text"
 | |
|             name="system.attribut1" value="{{system.attribut1}}" data-dtype="string">
 | |
|             {{#select system.attribut1}}
 | |
|             {{#each attributs as |attrLabel attrKey|}}
 | |
|             <option value="{{attrKey}}">{{attrLabel}}</option>
 | |
|             {{/each}}
 | |
|             {{/select}}
 | |
|           </select>
 | |
|         </li>
 | |
|         <li class="flexrow item ">
 | |
|           <label class="generic-label item-field-label-long">Attribut principal 2 </label>
 | |
|           <select class="status-small-label color-class-common item-field-label-long"" type=" text"
 | |
|             name="system.attribut2" value="{{system.attribut2}}" data-dtype="string">
 | |
|             <option value="none">Aucun</option>
 | |
|             {{#select system.attribut2}}
 | |
|             {{#each attributs as |attrLabel attrKey|}}
 | |
|             <option value="{{attrKey}}">{{attrLabel}}</option>
 | |
|             {{/each}}
 | |
|             {{/select}}
 | |
|           </select>
 | |
|         </li>
 | |
|         <li class="flexrow item ">
 | |
|           <label class="generic-label item-field-label-long">Attribut principal 3 </label>
 | |
|           <select class="status-small-label color-class-common item-field-label-long"" type=" text"
 | |
|             name="system.attribut3" value="{{system.attribut3}}" data-dtype="string">
 | |
|             <option value="none">Aucun</option>
 | |
|             {{#select system.attribut3}}
 | |
|             {{#each attributs as |attrLabel attrKey|}}
 | |
|             <option value="{{attrKey}}">{{attrLabel}}</option>
 | |
|             {{/each}}
 | |
|             {{/select}}
 | |
|           </select>
 | |
|         </li>
 | |
| 
 | |
|         <li class="flexrow item">
 | |
|           <label class="generic-label">Compétences exercées : </label>
 | |
|         </li>
 | |
|         <li class="flexrow item">
 | |
|           <textarea type="text" rows="3" class="padd-right status-small-label color-class-common"
 | |
|             name="system.compétences" data-dtype="String">{{system.compétences}}</textarea>
 | |
|         </li>
 | |
| 
 | |
|         <li class="flexrow item">
 | |
|           <label class="generic-label">Talents Initié : </label>
 | |
|         </li>
 | |
|         <li class="flexrow item">
 | |
|           <textarea type="text" rows="3" class="padd-right status-small-label color-class-common"
 | |
|             name="system.talentsinitie" data-dtype="String">{{system.talentsinitie}}</textarea>
 | |
|         </li>
 | |
|         <li class="flexrow item">
 | |
|           <label class="generic-label">Prérequis Aguerri : </label>
 | |
|         </li>
 | |
|         <li class="flexrow item">
 | |
|           <textarea type="text" rows="3" class="padd-right status-small-label color-class-common"
 | |
|           name="system.prerequisaguerri" data-dtype="String">{{system.prerequisaguerri}}</textarea>
 | |
|         </li>
 | |
|         <li class="flexrow item">
 | |
|           <label class="generic-label">Talents Aguerri : </label>
 | |
|         </li>
 | |
|         <li class="flexrow item">
 | |
|           <textarea rows="3" type="text" class="padd-right status-small-label color-class-common"
 | |
|             name="system.talentsaguerri" data-dtype="String">{{system.talentsaguerri}}</textarea>
 | |
|         </li>
 | |
|         <li class="flexrow item">
 | |
|           <label class="generic-label">Prérequis Maître : </label>
 | |
|         </li>
 | |
|         <li class="flexrow item">
 | |
|           <textarea rows="3" type="text" class="padd-right status-small-label color-class-common"
 | |
|             name="system.prerequismaitre" data-dtype="String">{{system.prerequismaitre}}</textarea>
 | |
|         </li>
 | |
|         <li class="flexrow item">
 | |
|           <label class="generic-label">Talents Maître : </label>
 | |
|         </li>
 | |
|         <li class="flexrow item">
 | |
|           <textarea rows="3" type="text" class="padd-right status-small-label color-class-common"
 | |
|             name="system.talentsmaitre" data-dtype="String">{{system.talentsmaitre}}</textarea>
 | |
|         </li>
 | |
|         <li class="flexrow item">
 | |
|           <label class="generic-label">Equipement : </label>
 | |
|         </li>
 | |
|         <li class="flexrow item">
 | |
|           <input type="text" class="padd-right status-small-label color-class-common" name="system.equipement"
 | |
|             value="{{system.equipement}}" data-dtype="String" />
 | |
|         </li>
 | |
|         <li class="flexrow item">
 | |
|           <label class="generic-label">Contribution à la création de la cellule : </label>
 | |
|         </li>
 | |
|         <li class="flexrow item">
 | |
|           <textarea rows="3" type="text" class="padd-right status-small-label color-class-common"
 | |
|             name="system.celluleinfo" data-dtype="String">{{system.celluleinfo}}</textarea>
 | |
|         </li>
 | |
| 
 | |
|       </ul>
 | |
| 
 | |
|     </div>
 | |
| 
 | |
|   </section>
 | |
| </form> |