Add static mode
[plack-app-gruntmaster.git] / tmpl / pb_entry.en
index c76c56cf3d5f23961d48aabe2ff858fcd85064ed..6398e631b7617fd5b1f121f71ab446979e76e9fd 100644 (file)
 <a href="/log/?problem=problem_id" id="job_log">Job log</a><br>
 <a href="/sol/problem_id" id="solution" data-toggle="modal" data-target="#solution_modal">Solution</a>
 
-<h1>Submit solution</h1>
+<h1 static="no">Submit solution</h1>
 
 <div id="nosubmit">
 The contest has finished.<br>
 To submit solutions to this problem, please visit the problem <a href="/pb/id">outside&nbsp;the&nbsp;contest</a>.
 </div>
 
-<div id="submit">
-<form action="/action/submit" method="POST" enctype="multipart/form-data" role="form">
+<div id="submit" static="no">
+<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">
 
@@ -40,6 +40,8 @@ To submit solutions to this problem, please visit the problem <a href="/pb/id">o
 <option value="PASCAL">Pascal (fpc)</option>
 <option value="PERL">Perl (perl)</option>
 <option value="PYTHON">Python (python)</option>
+<option value="RUBY">Ruby (ruby)</option>
+<option value="SBCL">Common Lisp (sbcl)</option>
 </select></div>
 
 <input type="submit" value="Submit job" class="btn btn-primary">
This page took 0.010049 seconds and 4 git commands to generate.