mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
15 lines
600 B
HTML
15 lines
600 B
HTML
<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">
|
|
<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>
|
|
<button type="submit" class="btn btn-primary ladda-button" data-style="expand-left">
|
|
<span class="glyphicon glyphicon-cloud-download"></span>
|
|
Download
|
|
</button>
|
|
</form>
|