forked from public/foundryvtt-reve-de-dragon
		
	Fix templates for new appv2
This commit is contained in:
		@@ -1,14 +0,0 @@
 | 
			
		||||
<form class="{{cssClass}}" autocomplete="off">
 | 
			
		||||
  {{>"systems/foundryvtt-reve-de-dragon/templates/header-item.hbs"}}
 | 
			
		||||
  <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.hbs"}}
 | 
			
		||||
  </nav>
 | 
			
		||||
  <section class="sheet-body">
 | 
			
		||||
    <div class="tab items flexcol" data-group="primary" data-tab="informations">
 | 
			
		||||
      {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-inventaire.hbs"}}
 | 
			
		||||
      {{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.hbs"}}
 | 
			
		||||
    </div>
 | 
			
		||||
    {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-environnement.hbs"}}
 | 
			
		||||
  </section>
 | 
			
		||||
</form>
 | 
			
		||||
@@ -1,14 +0,0 @@
 | 
			
		||||
<form class="{{cssClass}}" autocomplete="off">
 | 
			
		||||
  {{>"systems/foundryvtt-reve-de-dragon/templates/header-item.hbs"}}
 | 
			
		||||
  <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.hbs"}}
 | 
			
		||||
  </nav>
 | 
			
		||||
  <section class="sheet-body">
 | 
			
		||||
    <div class="tab items flexcol" data-group="primary" data-tab="informations">
 | 
			
		||||
      {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-inventaire.hbs"}}
 | 
			
		||||
      {{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.hbs"}}
 | 
			
		||||
    </div>
 | 
			
		||||
    {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-environnement.hbs"}}
 | 
			
		||||
  </section>
 | 
			
		||||
</form>
 | 
			
		||||
@@ -1,14 +0,0 @@
 | 
			
		||||
<form class="{{cssClass}}" autocomplete="off">
 | 
			
		||||
  {{>"systems/foundryvtt-reve-de-dragon/templates/header-item.hbs"}}
 | 
			
		||||
  <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.hbs"}}
 | 
			
		||||
  </nav>
 | 
			
		||||
  <section class="sheet-body">
 | 
			
		||||
    <div class="tab items flexcol" data-group="primary" data-tab="informations">
 | 
			
		||||
      {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-inventaire.hbs"}}
 | 
			
		||||
      {{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.hbs"}}
 | 
			
		||||
    </div>
 | 
			
		||||
    {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-environnement.hbs"}}
 | 
			
		||||
  </section>
 | 
			
		||||
</form>
 | 
			
		||||
@@ -1,27 +0,0 @@
 | 
			
		||||
<form class="rdd-item-sheet-tarot" autocomplete="off">
 | 
			
		||||
  <header class="sheet-header">
 | 
			
		||||
    <div class="header-fields">
 | 
			
		||||
      <h1 class="charname"><input name="name" type="text" value="{{name}}" placeholder="Name"/></h1>
 | 
			
		||||
    </div>
 | 
			
		||||
  </header>
 | 
			
		||||
  <section class="sheet-body">
 | 
			
		||||
    <div class="flexrow">
 | 
			
		||||
      <img class="profile-img" src="{{img}}" data-edit="img" data-tooltip="{{name}}"/>
 | 
			
		||||
      <div class="flexcol">
 | 
			
		||||
        <div class="form-group">
 | 
			
		||||
          <label for="system.concept">Aspect</label>
 | 
			
		||||
          <input class="attribute-value" type="text" name="system.concept" value="{{system.concept}}" data-dtype="String" />
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="form-group">
 | 
			
		||||
          <label for="system.aspect">Sens</label>
 | 
			
		||||
          <select name="system.aspect" data-dtype="String">
 | 
			
		||||
            {{#select system.aspect}}
 | 
			
		||||
            {{>"systems/foundryvtt-reve-de-dragon/templates/enum-aspect-tarot.hbs"}}
 | 
			
		||||
            {{/select}}
 | 
			
		||||
          </select>
 | 
			
		||||
        </div>
 | 
			
		||||
        {{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-frequence.hbs"}}
 | 
			
		||||
        {{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.hbs"}}
 | 
			
		||||
      </div>
 | 
			
		||||
    </section>
 | 
			
		||||
</form>
 | 
			
		||||
@@ -1,6 +1,8 @@
 | 
			
		||||
<header class="sheet-header">
 | 
			
		||||
  <div class="sheet-header-row">
 | 
			
		||||
    <img class="profile-img" src="{{item.img}}" data-edit="img" data-action="editImage" data-tooltip="{{item.name}}"/>
 | 
			
		||||
    <div class="header-fields">
 | 
			
		||||
        <h1 class="charname"><input name="name" type="text" value="{{item.name}}" placeholder="Name"/></h1>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
</header>
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										22
									
								
								templates/sheets/item/tarot.hbs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								templates/sheets/item/tarot.hbs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
			
		||||
<section>
 | 
			
		||||
  {{> "systems/foundryvtt-reve-de-dragon/templates/sheets/item/common/header.hbs"}}
 | 
			
		||||
 | 
			
		||||
  <fieldset>
 | 
			
		||||
    <div class="form-group">
 | 
			
		||||
      <label for="system.concept">Concept</label>
 | 
			
		||||
      <input type="text" name="system.concept" value="{{system.concept}}" />
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <div class="form-group">
 | 
			
		||||
      <label for="system.aspect">Aspect</label>
 | 
			
		||||
      <input type="text" name="system.aspect" value="{{system.aspect}}" />
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <div class="form-group">
 | 
			
		||||
      <label for="system.frequence">Fréquence</label>
 | 
			
		||||
      <input type="number" name="system.frequence" value="{{system.frequence}}" data-dtype="Number" />
 | 
			
		||||
    </div>
 | 
			
		||||
  </fieldset>
 | 
			
		||||
  {{>"systems/foundryvtt-reve-de-dragon/templates/sheets/item/common/template-description.hbs"}}
 | 
			
		||||
 | 
			
		||||
</section>
 | 
			
		||||
		Reference in New Issue
	
	Block a user