some improvements on submitting
authorS7012MY <l3asketballplayer@yahoo.com>
Sat, 25 Jan 2014 18:02:57 +0000 (20:02 +0200)
committerS7012MY <l3asketballplayer@yahoo.com>
Sat, 25 Jan 2014 18:02:57 +0000 (20:02 +0200)
tmpl/pb_entry.en

index 5c652024f08246820f861150d3be7cd991031bb3..cdc4679cea699c811e969aa5d9bd35e923a87de4 100644 (file)
                                </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>
This page took 0.0104 seconds and 4 git commands to generate.