Fix pb and log
[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">
7<dl>
8<dt>Author</dt> <dd><tmpl_var author></dd>
1ad43ccc 9<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
10</dl>
11
491e82eb
MG
12<a href="/pb/<tmpl_var id>/log/">Job log</a>
13
9da2f495
MG
14<tmpl_if cansubmit>
15<h1>Submit solution</h1>
58a0ba09 16<form action="<tmpl_var id>/submit" method="POST" enctype="multipart/form-data" role="form">
9da2f495
MG
17<input type="hidden" name="problem" value="<tmpl_var id>">
18<tmpl_if_defined contest><input type="hidden" name="contest" value="<tmpl_var contest>"></tmpl_if_defined>
19
20<div class="form-group"><label for="prog">File:</label><input id="prog" name="prog" type="file"></div>
21<div class="form-group"><label for="source_code">Source code:</label> <textarea class="form-control" id="source_code" name="source_code"></textarea></div>
22<div class="form-group"><label for="prog_format">File format:</label><select id="prog_format" name="prog_format" class="form-control" required>
d3200993
MG
23<option value="C">C</option>
24<option value="CPP">C++</option>
25<option value="JAVA">Java</option>
26<option value="PASCAL">Pascal</option>
27<option value="PERL">Perl</option>
28<option value="PYTHON">Python</option>
29</select></div>
9da2f495
MG
30
31<input type="submit" value="Submit job" class="btn btn-primary">
32</form>
33</tmpl_if>
34</div>
491e82eb 35</div>
This page took 0.013234 seconds and 4 git commands to generate.