arma-server-web-admin/public/js/tpl/mods/form.html
2015-02-05 00:46:03 +01:00

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>