Update logos
[gruntmaster-page.git] / tmpl / pb_entry.en
1 <div class="row">
2 <div class="col-md-9">
3 <tmpl_var ESCAPE=0 statement>
4 </div>
5
6 <div class="col-md-3">
7 <div id="sidebar"></div>
8
9 <h3>Problem information</h3>
10 <dl>
11 <dt>Time limit:</dt> <dd><tmpl_var timeout>&nbsp;s</dd>
12 <dt>Author</dt> <dd><tmpl_var author></dd>
13 <dt>Statement by</dt> <dd><tmpl_var writer></dd>
14 <dt>Owner</dt> <dd><a href="/us/<tmpl_var owner>"><tmpl_if owner_name><tmpl_var owner_name><tmpl_else><tmpl_var owner></tmpl_if></a></dd>
15 </dl>
16
17 <a href="/pb/<tmpl_var id>/log/">Job log</a>
18
19 <tmpl_if cansubmit>
20 <h1>Submit solution</h1>
21 <form action="<tmpl_var id>/submit" method="POST" enctype="multipart/form-data" role="form">
22 <input type="hidden" name="problem" value="<tmpl_var id>">
23 <tmpl_if_defined contest><input type="hidden" name="contest" value="<tmpl_var contest>"></tmpl_if_defined>
24
25 <div class="form-group"><label for="prog">File:</label><input id="prog" name="prog" type="file"></div>
26 <div class="form-group"><label for="source_code">Source code:</label> <textarea class="form-control" id="source_code" name="source_code"></textarea></div>
27 <div class="form-group"><label for="prog_format">File format:</label><select id="prog_format" name="prog_format" class="form-control" required>
28 <option value="C">C (gcc 4.7.2)</option>
29 <option value="CPP" selected>C++ (g++ 4.7.2)</option>
30 <option value="GCCGO">Go (gccgo 4.7.2)</option>
31 <option value="GOLANG">Go (gc 1.0.2)</option>
32 <option value="HASKELL">Haskell (ghc 7.4.1)</option>
33 <option value="JAVA">Java (javac 1.6.0_31)</option>
34 <option value="PASCAL">Pascal (fpc 2.6.0)</option>
35 <option value="PERL">Perl (perl 5.14.2)</option>
36 <option value="PYTHON">Python (python 2.7.3)</option>
37 </select></div>
38
39 <input type="submit" value="Submit job" class="btn btn-primary">
40 </form>
41 </tmpl_if>
42 </div>
43 </div>
This page took 0.019403 seconds and 4 git commands to generate.