]> 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 e7996a0b7d5770bca1a096c9b8183a61d9fe6ef3..a6612397995d71396c8349964b0c0f40c1e85824 100644 (file)
@@ -8,7 +8,7 @@
 
 <h3>Problem information</h3>
 <dl>
-<dt>Time limit:</dt> <dd><tmpl_var timelimit>&nbsp;s</dd>
+<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>
@@ -25,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.020631 seconds and 4 git commands to generate.