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

55 lines
2.5 KiB

<div id="user-settings" style="display:none;">
<div class="row" style="display:flex;align-items:center;margin-bottom:0.25em;">
<label for="vasl-username" style="display:inline-block;width:8.75em;"> VASL user name: </label>
<input type="text" name="vasl-username" style="flex:1;">
</div>
<div class="row" style="display:flex;align-items:center;margin-bottom:0.25em;">
<label for="snippet-font-family" style="width:8.75em;"> HTML snippet font: </label>
<input type="text" name="snippet-font-family" title='CSS font family (e.g. "Verdana" or "sans-serif")' style="flex-grow:1;">&nbsp;
<input type="text" name="snippet-font-size" size="3" title='CSS font size (e.g. "12px")'>
</div>
<div class="row">
<input type="checkbox" name="hide-unavailable-ma-notes">
Hide unavailable multi-applicable notes
</div>
<div class="row">
<input type="checkbox" name="confirm-update-vsav-settings">
Confirm settings before updating scenarios
</div>
<div class="row" style="margin-top:0.25em;">
<label for="date-format">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>
<fieldset> <legend> Images in scenarios </legend>
<div class="row">
<label for="scenario-images-source"> Get images from: </label>
<select name="scenario-images-source" style="width:7.5em;">
<option value="1">this program</option>
<option value="2">the internet</option>
</select> <br>
</div>
<div class="row" style="margin-top:0.4em;">
<input type="checkbox" name="include-vasl-images-in-snippets" class="need-localhost sometimes"> Include VASL counter images in snippets <br>
</div>
<div class="row">
<input type="checkbox" name="include-flags-in-snippets" class="need-localhost sometimes"> Include player flags in snippets <br>
</div>
<div class="row">
<input type="checkbox" name="custom-list-bullets" class="need-localhost sometimes"> Use custom list bullets <br>
</div>
<div class="row" style="margin-top:0.5em;margin-bottom:-0.25em;">
<input type="checkbox" name="vo-notes-as-images" class="need-localhost"> Show Chapter H vehicle/ordnance notes as images <br>
</div>
</fieldset>
</div>