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/user-settings-dialog.html

26 lines
1.3 KiB

<div id="user-settings" style="display:none;">
<label for="">Date format:</label>
<select name="date-format" style="width:9em;">
<option value="mm/dd/yy">MM/DD/YYYY</option>
<option value="dd/mm/yy">DD/MM/YYYY</option>
<option value="yy-mm-dd">YYYY-MM-DD</option>
</select>
<div style="margin-top:0.25em;">
<input type="checkbox" name="hide-unavailable-ma-notes"> Hide unavailable multi-applicable notes <br>
</div>
<fieldset> <legend> Images in scenarios </legend>
Get images from:
<select name="scenario-images-source" style="width:8em;">
<option value="1">this program</option>
<option value="2">the internet</option>
</select> <br>
<input type="checkbox" name="include-vasl-images-in-snippets" class="need-localhost sometimes"> Include VASL counter images in snippets <br>
<input type="checkbox" name="include-flags-in-snippets" class="need-localhost sometimes"> Include player flags in snippets <br>
<input type="checkbox" name="custom-list-bullets" class="need-localhost sometimes"> Use custom list bullets <br>
<div style="height:0.5em;"></div>
<input type="checkbox" name="vo-notes-as-images" class="need-localhost"> Show Chapter H vehicle/ordnance notes as images <br>
</fieldset>
</div>