20 lines
834 B
HTML
20 lines
834 B
HTML
<ul class="social-content">
|
|
<li>
|
|
<label class="attribute-label centered-input">
|
|
{{ localize 'l5r5e.social.honor' }}
|
|
<input class="centered-input" type="text" name="data.social.honor" value="{{data.social.honor}}" placeholder="0"/>
|
|
</label>
|
|
</li>
|
|
<li>
|
|
<label class="attribute-label centered-input">
|
|
{{ localize 'l5r5e.social.glory' }}
|
|
<input class="centered-input" type="text" name="data.social.glory" value="{{data.social.glory}}" placeholder="0"/>
|
|
</label>
|
|
</li>
|
|
<li>
|
|
<label class="attribute-label centered-input">
|
|
{{ localize 'l5r5e.social.status' }}
|
|
<input class="centered-input" type="text" name="data.social.status" value="{{data.social.status}}" placeholder="0"/>
|
|
</label>
|
|
</li>
|
|
</ul> |