32 lines
1.1 KiB
HTML
32 lines
1.1 KiB
HTML
<ul class="identity-content">
|
|
<li>
|
|
<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' }}
|
|
<input type="text" name="data.identity.family" value="{{data.identity.family}}"/>
|
|
</label>
|
|
</li>
|
|
<li>
|
|
<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' }}
|
|
<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' }}
|
|
<input type="text" name="data.identity.roles" value="{{data.identity.roles}}"/>
|
|
</label>
|
|
</li>
|
|
</ul> |