|
60 | 60 | <th scope="col" colspan="2">team</th>
|
61 | 61 | <th scope="col">problem</th>
|
62 | 62 | <th scope="col">lang</th>
|
| 63 | + {%- if rejudging is defined %} |
| 64 | + <th scope="col">old result</th> |
| 65 | + {%- endif %} |
63 | 66 | {% if showExternalResult and showExternalTestcases %}
|
64 |
| - <th scope="col" colspan="2">result</th> |
| 67 | + <th scope="col" colspan="2">{%-if rejudging is defined %}new {% endif %}result</th> |
65 | 68 | {% else %}
|
66 |
| - <th scope="col">result</th> |
| 69 | + <th scope="col">{%- if rejudging is defined %}new {% endif %}result</th> |
67 | 70 | {% endif %}
|
68 | 71 | {% if showExternalResult and not showExternalTestcases %}
|
69 | 72 | <th scope="col">external result</th>
|
|
72 | 75 | <th scope="col" class="table-button-head-left">verified</th>
|
73 | 76 | <th scope="col" class="table-button-head-right">by</th>
|
74 | 77 | {% endif %}
|
75 |
| - {%- if rejudging is defined %} |
76 |
| - |
77 |
| - <th scope="col">old result</th> |
78 |
| - {%- endif %} |
79 | 78 | {%- if showTestcases is defined and showTestcases %}
|
80 |
| - |
81 | 79 | <th scope="col" class="not-sortable not-searchable table-button-head-right-right">test results</th>
|
82 | 80 | {%- endif %}
|
83 | 81 |
|
|
146 | 144 | </a>
|
147 | 145 | </td>
|
148 | 146 | {% endif %}
|
| 147 | + {%- if rejudging is defined %} |
| 148 | + <td class="{{ tdExtraClass }}"><a href="{{ path('jury_submission', {submitId: submission.submitid}) }}"> |
| 149 | + {{ submission.oldResult | printValidJuryResult }} |
| 150 | + </a></td> |
| 151 | + {%- endif %} |
149 | 152 | <td class="{{ tdExtraClass }}">
|
150 | 153 | <a href="{{ link }}">
|
| 154 | + {%- if rejudging is defined %} |
| 155 | + ⇝ |
| 156 | + {% endif %} |
151 | 157 | {{ submission | printValidJurySubmissionResult }}
|
152 | 158 | </a>
|
153 | 159 | </td>
|
|
211 | 217 | </td>
|
212 | 218 | {% endif %}
|
213 | 219 | {% endif %}
|
214 |
| - {%- if rejudging is defined %} |
215 |
| - |
216 |
| - <td class="{{ tdExtraClass }}"><a href="{{ path('jury_submission', {submitId: submission.submitid}) }}"> |
217 |
| - {{ submission.oldResult | printValidJuryResult }} |
218 |
| - </a></td> |
219 |
| - {%- endif %} |
220 | 220 | {%- if showTestcases is defined and showTestcases %}
|
221 |
| - |
222 | 221 | <td class="testcase-results{{ tdExtraClass }} table-button-head-right-right">
|
223 | 222 | {{- submission | testcaseResults -}}
|
224 | 223 | </td>
|
|
0 commit comments