arma-server-web-admin/public/js/tpl/mods/form.html
2014-05-22 00:52:20 +02:00

13 lines
402 B
HTML

<p>
Use foldername from <a href='http://play.withsix.com/' target=_blank>play withSIX</a>
such as @A3MP
</p>
<form class="form" role="form" action="/api/mods" method="POST">
<div class="form-group">
<label for="mod" class="control-label">Mod</label>
<input type="text" class="form-control mod" name="name" id="mod" data-field="mod">
<span class="help-block"></span>
</div>
</form>