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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Commits
6b073572
Commit
6b073572
authored
4 years ago
by
Jiří Setnička
Browse files
Options
Downloads
Patches
Plain Diff
org_contest_task: upozornění na poznámky
Issue
#165
parent
3295dbce
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mo/web/templates/parts/org_solution_table.html
+4
-0
4 additions, 0 deletions
mo/web/templates/parts/org_solution_table.html
with
4 additions
and
0 deletions
mo/web/templates/parts/org_solution_table.html
+
4
−
0
View file @
6b073572
...
@@ -19,6 +19,7 @@ finální (ve výchozím stavu poslední nahrané).{% endif %}
...
@@ -19,6 +19,7 @@ finální (ve výchozím stavu poslední nahrané).{% endif %}
{% if not for_user and not site and sc.allow_edit_points and not points_form %}
{% if not for_user and not site and sc.allow_edit_points and not points_form %}
<a
title=
"Editovat body"
href=
"{{ url_for('org_contest_task_points', contest_id=contest.contest_id, task_id=task.task_id) }}"
class=
"icon pull-right"
>
✎
</a>
<a
title=
"Editovat body"
href=
"{{ url_for('org_contest_task_points', contest_id=contest.contest_id, task_id=task.task_id) }}"
class=
"icon pull-right"
>
✎
</a>
{% endif %}
{% endif %}
<th>
Poznámky
<th>
Akce
<th>
Akce
</tr>
</tr>
</thead>
</thead>
...
@@ -80,6 +81,9 @@ finální (ve výchozím stavu poslední nahrané).{% endif %}
...
@@ -80,6 +81,9 @@ finální (ve výchozím stavu poslední nahrané).{% endif %}
{% else %}
{% else %}
<td>
–
<td>
–
<td>
–
<td>
–
<td>
–
<td>
–
{% endif %}
{% endif %}
<td
style=
"text-align: center;"
>
{% if sol and sol.note %}
<span
class=
"icon"
title=
"Poznámka pro řešitele: {{ sol.note }}"
>
🗩
</span>
{% endif %}
{% if sol and sol.org_note %}
<span
class=
"icon"
title=
"Interní poznámka: {{ sol.org_note }}"
>
🗩
</span>
{% endif %}
<td>
<td>
<a
class=
"btn btn-xs btn-primary"
href=
"{{ url_for('org_submit_list', contest_id=ct_id, user_id=u.user_id, task_id=task.task_id, site_id=site_id) }}"
>
Detail
</a>
<a
class=
"btn btn-xs btn-primary"
href=
"{{ url_for('org_submit_list', contest_id=ct_id, user_id=u.user_id, task_id=task.task_id, site_id=site_id) }}"
>
Detail
</a>
</tr>
</tr>
...
...
This diff is collapsed.
Click to expand it.
Jiří Setnička
@setnicka
mentioned in issue
#165 (closed)
·
4 years ago
mentioned in issue
#165 (closed)
mentioned in issue #165
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment