]> iEval git - gruntmaster-page.git/blobdiff - tmpl/pb_entry.en
Change default theme back to slate
[gruntmaster-page.git] / tmpl / pb_entry.en
index ab2333f11ee52c6d5b7da1c26f6c34db188fa789..ebb947cf4924814de19457aeb319043580f12c28 100644 (file)
@@ -24,15 +24,15 @@ To submit solutions to this problem, please visit the problem <a href="/pb/id">o
 </div>
 
 <div id="submit">
-<form action="/action/submit" method="POST" enctype="multipart/form-data" role="form">
+<form id="submitform" action="/action/submit" method="POST" enctype="multipart/form-data" role="form">
 <input type="hidden" name="problem" value="problem_id">
 <input type="hidden" name="contest" value="contest_id">
 
 <div class="form-group"><label for="prog">File:</label><input id="prog" name="prog" type="file"></div>
 <div class="form-group"><label for="source_code">Source code:</label> <textarea class="form-control" id="source_code" name="source_code"></textarea></div>
 <div class="form-group"><label for="prog_format">File format:</label><select id="prog_format" name="prog_format" class="form-control" required>
-<option value="C">C (gcc 4.7.2)</option>
-<option value="CPP" selected>C++ (g++ 4.7.2)</option>
+<option value="C">C11 (gcc 4.7.2)</option>
+<option value="CPP" selected>C++11 (g++ 4.7.2)</option>
 <option value="GCCGO">Go (gccgo 4.7.2)</option>
 <option value="GOLANG">Go (gc 1.0.2)</option>
 <option value="HASKELL">Haskell (ghc 7.4.1)</option>
@@ -40,7 +40,7 @@ To submit solutions to this problem, please visit the problem <a href="/pb/id">o
 <option value="PASCAL">Pascal (fpc 2.6.0)</option>
 <option value="PERL">Perl (perl 5.14.2)</option>
 <option value="PYTHON">Python (python 2.7.3)</option>
-<option value="SBCL">Common Lisp (sbcl)</option>
+<option value="SBCL">Common Lisp (sbcl 1.0.57)</option>
 </select></div>
 
 <input type="submit" value="Submit job" class="btn btn-primary">
This page took 0.023682 seconds and 4 git commands to generate.