arma-server-web-admin/public/js/tpl/mods/form.html

24 lines
585 B
HTML
Raw Normal View History

2014-05-06 23:35:44 +00:00
<p>
2015-02-04 23:42:18 +00:00
Install mods from <a href='http://play.withsix.com/' target=_blank>Play withSIX</a>
2014-05-06 23:35:44 +00:00
</p>
2014-05-21 22:52:20 +00:00
<form class="form" role="form" action="/api/mods" method="POST">
2014-05-06 23:35:44 +00:00
<div class="form-group">
2015-02-04 23:42:18 +00:00
<label for="query" class="control-label">Search</label>
<input type="text" class="form-control query" name="query" id="query" data-field="query">
2014-05-06 23:35:44 +00:00
<span class="help-block"></span>
</div>
</form>
2015-02-04 23:42:18 +00:00
<table class="table table-striped">
<thead>
<tr>
<th>Mod</th>
<th></th>
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>