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.2 KiB

<div id="user-settings" style="display:none;">
<label for="">Date format:</label>
<select name="date-format">
<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.5em;">
<input type="checkbox" name="hide-unavailable-ma-notes">&nbsp;Hide unavailable multi-applicable notes <br>
</div>
<fieldset> <legend> Provide services to VASL </legend>
<div class="run-as-server-note">
<img src="{{url_for('static',filename='images/info.gif')}}">
If you enable any of these options, this program must be running before you load the scenario in VASL.
</div>
<input type="checkbox" name="include-vasl-images-in-snippets">&nbsp;Include VASL images in snippets <br>
<input type="checkbox" name="include-flags-in-snippets">&nbsp;Include flags in snippets <br>
<input type="checkbox" name="custom-list-bullets">&nbsp;Use custom list bullets <br>
<div style="height:0.25em;"> &nbsp; </div>
<input type="checkbox" name="vo-notes-as-images">&nbsp;Show Chapter H vehicle/ordnance notes as images
</fieldset>
</div>