|
|
@ -15,6 +15,7 @@ |
|
|
|
<% } %> |
|
|
|
<% } %> |
|
|
|
|
|
|
|
|
|
|
|
<form action="<%= syzoj.utils.makeUrl(displayConfig.inContest ? ['contest', contest.id, 'submissions'] : ['submissions']) %>" class="ui mini form" method="get" role="form" id="form"> |
|
|
|
<form action="<%= syzoj.utils.makeUrl(displayConfig.inContest ? ['contest', contest.id, 'submissions'] : ['submissions']) %>" class="ui mini form" method="get" role="form" id="form"> |
|
|
|
|
|
|
|
<input type="hidden" name="contest" value="<%= form.contest %>" /> |
|
|
|
<div class="inline fields" style="margin-bottom: 25px; white-space: nowrap; "> |
|
|
|
<div class="inline fields" style="margin-bottom: 25px; white-space: nowrap; "> |
|
|
|
<label style="font-size: 1.2em; margin-right: 1px; ">题目:</label> |
|
|
|
<label style="font-size: 1.2em; margin-right: 1px; ">题目:</label> |
|
|
|
<div class="field"><input name="problem_id" style="width: 50px; " type="text" value="<%= form.problem_id %>"></div> |
|
|
|
<div class="field"><input name="problem_id" style="width: 50px; " type="text" value="<%= form.problem_id %>"></div> |
|
|
|