]> iEval git - gruntmaster-page.git/blobdiff - tmpl/pb_entry.en
Change timelimit to timeout in pb_entry
[gruntmaster-page.git] / tmpl / pb_entry.en
index f3d0f7579603123cf8e29590f69644e382f33d94..a6612397995d71396c8349964b0c0f40c1e85824 100644 (file)
@@ -4,7 +4,11 @@
 </div>
 
 <div class="col-md-3">
+<div id="sidebar"></div>
+
+<h3>Problem information</h3>
 <dl>
+<dt>Time limit:</dt> <dd><tmpl_var timeout>&nbsp;s</dd>
 <dt>Author</dt> <dd><tmpl_var author></dd>
 <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>
 </dl>
@@ -21,7 +25,7 @@
 <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</option>
-<option value="CPP">C++</option>
+<option value="CPP" selected>C++</option>
 <option value="JAVA">Java</option>
 <option value="PASCAL">Pascal</option>
 <option value="PERL">Perl</option>
This page took 0.022427 seconds and 4 git commands to generate.