mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
24 lines
585 B
HTML
24 lines
585 B
HTML
<p>
|
|
Install mods from <a href='http://play.withsix.com/' target=_blank>Play withSIX</a>
|
|
</p>
|
|
|
|
<form class="form" role="form" action="/api/mods" method="POST">
|
|
<div class="form-group">
|
|
<label for="query" class="control-label">Search</label>
|
|
<input type="text" class="form-control query" name="query" id="query" data-field="query">
|
|
<span class="help-block"></span>
|
|
</div>
|
|
</form>
|
|
|
|
<table class="table table-striped">
|
|
<thead>
|
|
<tr>
|
|
<th>Mod</th>
|
|
<th></th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<!-- want to insert collection items, here -->
|
|
<tbody></tbody>
|
|
</table>
|