Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Merge requests
!74
Odkaz na výsledkovou listinu v tabulce pro postup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Odkaz na výsledkovou listinu v tabulce pro postup
honza/mrg
into
devel
Overview
3
Commits
1
Changes
1
Merged
Jan Prachař
requested to merge
honza/mrg
into
devel
4 years ago
Overview
3
Commits
1
Changes
1
Expand
0
0
Merge request reports
Compare
devel
version 1
17251db1
4 years ago
devel (base)
and
latest version
latest version
34b3c21f
1 commit,
4 years ago
version 1
17251db1
1 commit,
4 years ago
1 file
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
mo/web/templates/org_contest_advance.html
+
4
−
2
Options
@@ -21,19 +21,21 @@
<table
class=
'data'
>
<thead>
<tr><th>
Oblast
<th>
Postoupilo
<th>
Nepostoupilo
<tr><th>
Oblast
<th>
Postoupilo
<th>
Nepostoupilo
<th>
<tbody>
{% for c in prev_contests %}
<tr>
<td>
{{ c.place.name }}
<td>
<a
href=
'{{ url_for('
org_contest
',
id=
c.contest_id)
}}'
>
{{ c.place.name }}
</a>
<td>
{{ accept_by_place_id[c.place.place_id] }}
<td>
{{ reject_by_place_id[c.place.place_id] }}
<td><a
class=
'btn btn-warning btn-xs'
href=
'{{ url_for('
org_score
',
contest_id=
c.contest_id)
}}'
>
Výsledková listina
</a>
{% endfor %}
<tfoot>
<tr>
<th>
Celkem
<th>
{{ accept_by_place_id.values()|sum }}
<th>
{{ reject_by_place_id.values()|sum }}
<th>
</tfoot>
</table>
{% endif %}
Loading