Create attractive VASL scenarios, with loads of useful information embedded to assist with game play. https://vasl-templates.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
vasl-templates/vasl_templates/webapp/templates/edit-vo-dialog.html

32 lines
1.1 KiB

<div id="edit-vo" style="display:none;">
<div class="header"></div>
<div class="capabilities">
<div style="float:right;"> <input type="checkbox" class="elite">&nbsp;Elite </input> </div>
<div class="fieldset-legend"> Capabilities: </div>
<div class="fieldset">
<ul id="vo_capabilities-sortable" class="sortable"></ul>
<div class="footer">
<button id="vo_capabilities-add" class="sortable-add"></button>
<img id="vo_capabilities-trash" class="sortable-trash">
<span class="spacer"></span>
<button id="vo_capabilities-reset" class="sortable-reset"></button>
</div>
</div>
</div>
<div class="comments">
<div class="fieldset-legend">Comments:</div>
<div class="fieldset">
<ul id="vo_comments-sortable" class="sortable"></ul>
<div class="footer">
<button id="vo_comments-add" class="sortable-add"></button>
<img id="vo_comments-trash" class="sortable-trash">
<span class="spacer"></span>
<button id="vo_comments-reset" class="sortable-reset"></button>
</div>
</div>
</div>
</div>