Set default language to C++
[gruntmaster-page.git] / tmpl / pb_entry.en
CommitLineData
9da2f495
MG
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">
01c59698
MG
7<div id="sidebar"></div>
8
9<h3>Problem information</h3>
9da2f495 10<dl>
8f22df69 11<dt>Time limit:</dt> <dd><tmpl_var timelimit>&nbsp;s</dd>
9da2f495 12<dt>Author</dt> <dd><tmpl_var author></dd>
1ad43ccc 13<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>
9da2f495
MG
14</dl>
15
491e82eb
MG
16<a href="/pb/<tmpl_var id>/log/">Job log</a>
17
9da2f495
MG
18<tmpl_if cansubmit>
19<h1>Submit solution</h1>
20<form action="<tmpl_var id>/submit" method="POST" enctype="multipart/form-data" role="form">
21<input type="hidden" name="problem" value="<tmpl_var id>">
22<tmpl_if_defined contest><input type="hidden" name="contest" value="<tmpl_var contest>"></tmpl_if_defined>
23
24<div class="form-group"><label for="prog">File:</label><input id="prog" name="prog" type="file"></div>
25<div class="form-group"><label for="source_code">Source code:</label> <textarea class="form-control" id="source_code" name="source_code"></textarea></div>
26<div class="form-group"><label for="prog_format">File format:</label><select id="prog_format" name="prog_format" class="form-control" required>
d3200993 27<option value="C">C</option>
def007ec 28<option value="CPP" selected>C++</option>
d3200993
MG
29<option value="JAVA">Java</option>
30<option value="PASCAL">Pascal</option>
31<option value="PERL">Perl</option>
32<option value="PYTHON">Python</option>
33</select></div>
9da2f495
MG
34
35<input type="submit" value="Submit job" class="btn btn-primary">
36</form>
37</tmpl_if>
38</div>
e1f9d2ac 39</div>
This page took 0.013313 seconds and 4 git commands to generate.