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

13 lines
402 B
HTML
Raw Normal View History

2014-05-06 23:35:44 +00:00
<p>
Use foldername from <a href='http://play.withsix.com/' target=_blank>play withSIX</a>
2014-05-07 00:19:19 +00:00
such as @A3MP
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">
<label for="mod" class="control-label">Mod</label>
2014-05-21 22:52:20 +00:00
<input type="text" class="form-control mod" name="name" id="mod" data-field="mod">
2014-05-06 23:35:44 +00:00
<span class="help-block"></span>
</div>
</form>