</table>
<tmpl_if cansubmit>
<h3>Submit solution</h3>
+ <input type="hidden" name="problem" value="<tmpl_var id>">
+ <tmpl_if_defined contest><input type="hidden" name="contest" value="<tmpl_var contest>"></tmpl_if_defined>
+ <label>File: <input name="prog" required type="file"></label>
+
+ <label>File format: <select name="prog_format" required>
+ <tmpl_loop formats><option value="<tmpl_var _>"><tmpl_var _></option>
+ </tmpl_loop></select></label>
<div class="input-group">
<form action="https://gm.ieval.ro/action/submit" method="POST" enctype="multipart/form-data"><textarea class="form-control" style="width: 25em; height: 25em;" placeholder="Source code"></textarea>
<div class="input-group-btn">
<li> g++ </li>
<li> perl </li>
</ul>
- </div>
- <input type="hidden" name="problem" value="<tmpl_var id>">
- <tmpl_if_defined contest><input type="hidden" name="contest" value="<tmpl_var contest>"></tmpl_if_defined>
- <label>File: <input name="prog" required type="file"></label>
-
- <label>File format: <select name="prog_format" required>
- <tmpl_loop formats><option value="<tmpl_var _>"><tmpl_var _></option>
- </tmpl_loop></select></label>
-
<input type="submit" class="btn btn-default" value="Submit job">
+ </div>
+
</form>
</div>
</div>