Add Actor Sheet first design
This commit is contained in:
@@ -1,22 +1,32 @@
|
||||
<ul class="identity-content">
|
||||
<li>
|
||||
<label class="attribute-label">{{ localize 'L5r5e.Clan' }}</label>
|
||||
<input type="text" name="data.identity.clan" value="{{data.identity.clan}}"/>
|
||||
<label class="attribute-label">
|
||||
{{ localize 'L5r5e.Clan' }}
|
||||
<input type="text" name="data.identity.clan" value="{{data.identity.clan}}"/>
|
||||
</label>
|
||||
</li>
|
||||
<li>
|
||||
<label class="attribute-label">{{ localize 'L5r5e.Family' }}</label>
|
||||
<input type="text" name="data.identity.family" value="{{data.identity.family}}"/>
|
||||
<label class="attribute-label">
|
||||
{{ localize 'L5r5e.Family' }}
|
||||
<input type="text" name="data.identity.family" value="{{data.identity.family}}"/>
|
||||
</label>
|
||||
</li>
|
||||
<li>
|
||||
<label class="attribute-label">{{ localize 'L5r5e.School' }}</label>
|
||||
<input type="text" name="data.identity.school" value="{{data.identity.school}}"/>
|
||||
<label class="attribute-label">
|
||||
{{ localize 'L5r5e.School' }}
|
||||
<input type="text" name="data.identity.school" value="{{data.identity.school}}"/>
|
||||
</label>
|
||||
</li>
|
||||
<li>
|
||||
<label class="attribute-label">{{ localize 'L5r5e.SchoolRank' }}</label>
|
||||
<input type="text" name="data.identity.school_rank" value="{{data.identity.school_rank}}" data-dtype="Number" placeholder="0"/>
|
||||
<label class="attribute-label">
|
||||
{{ localize 'L5r5e.SchoolRank' }}
|
||||
<input type="text" name="data.identity.school_rank" value="{{data.identity.school_rank}}" data-dtype="Number" placeholder="0"/>
|
||||
</label>
|
||||
</li>
|
||||
<li>
|
||||
<label class="attribute-label">{{ localize 'L5r5e.Roles' }}</label>
|
||||
<input type="text" name="data.identity.roles" value="{{data.identity.roles}}"/>
|
||||
<label class="attribute-label">
|
||||
{{ localize 'L5r5e.Roles' }}
|
||||
<input type="text" name="data.identity.roles" value="{{data.identity.roles}}"/>
|
||||
</label>
|
||||
</li>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user