arma-server-web-admin/public/js/tpl/missions/workshop.html

15 lines
622 B
HTML
Raw Normal View History

2015-08-15 15:12:50 +00:00
<form class="form" role="form" enctype="multipart/form-data">
<div class="form-group">
<label for="workshop" class="control-label">Steam Workshop ID</label>
<input type="number" class="form-control workshop" name="workshop" id="workshop" data-field="workshop">
<span class="help-block">
ID can be found in the URL of Workshop i.e.
<i>https://steamcommunity.com/workshop/filedetails/?id=$id</i>
</span>
</div>
2015-09-19 17:23:28 +00:00
<button type="submit" class="btn btn-primary ladda-button" data-style="expand-left">
<span class="glyphicon glyphicon-cloud-download"></span>
Download
</button>
2015-08-15 15:12:50 +00:00
</form>