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
0d5e8beb
Commit
0d5e8beb
authored
2 years ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
Průvodce: Opravy
parent
2385b8d9
No related branches found
No related tags found
1 merge request
!125
Průvodce soutěží pro garanty
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mo/web/templates/parts/org_contest_guide.html
+8
-9
8 additions, 9 deletions
mo/web/templates/parts/org_contest_guide.html
with
8 additions
and
9 deletions
mo/web/templates/parts/org_contest_guide.html
+
8
−
9
View file @
0d5e8beb
...
@@ -4,6 +4,8 @@
...
@@ -4,6 +4,8 @@
<h3>
Průvodce pro garanty
</h3>
<h3>
Průvodce pro garanty
</h3>
<div
class=
guide
><div
class=
guide-inner
>
<p>
Průvodce popisuje, co by měl garant v tomto stavu soutěže udělat.
<p>
Průvodce popisuje, co by měl garant v tomto stavu soutěže udělat.
<ul>
<ul>
...
@@ -25,15 +27,17 @@
...
@@ -25,15 +27,17 @@
{% endif %}
{% endif %}
{% if round_type not in [RoundType.domaci, RoundType.skolni] %}
{% if round_type not in [RoundType.domaci, RoundType.skolni] %}
<li>
Rozešlete soutěžícím pozvánky
(TODO)
.
<li>
Rozešlete soutěžícím
<a
href=
'{{ ctx.url_for('
org_generic_list_emails
')
}}'
>
pozvánky
</a>
.
{% endif %}
{% endif %}
{% if round_type != RoundType.domaci %}
{% if round_type != RoundType.domaci %}
<li>
Pokud chcete, vytiskn
ěte
<a
href=
'{{ ctx.url_for('
org_contest_protocols
')
}}'
>
hlavičkové papíry na protokoly
</a>
.
<li>
Pokud chcete,
můžete
vytiskn
out
<a
href=
'{{ ctx.url_for('
org_contest_protocols
')
}}'
>
hlavičkové papíry na protokoly
</a>
.
{% endif %}
{% endif %}
<li>
Počkejte, až uplyne termín odevzdání a garant kategorie přepne soutěž do stavu „opravuje se“.
<li>
Počkejte, až uplyne termín odevzdání a garant kategorie přepne soutěž do stavu „opravuje se“.
<li>
Můžete si stáhnout
<a
href=
'{{ ctx.url_for('
org_generic_batch_points
',
add_del=
1)
}}'
>
bodovací tabulku
</a>
.
{% elif state in [RoundState.grading, RoundState.graded] %}
{% elif state in [RoundState.grading, RoundState.graded] %}
{% if state == RoundState.grading %}
{% if state == RoundState.grading %}
...
@@ -90,13 +94,6 @@
...
@@ -90,13 +94,6 @@
<li>
Soutěž je uzavřena, už není potřeba dělat nic dalšího.
<li>
Soutěž je uzavřena, už není potřeba dělat nic dalšího.
<li>
Kdybyste potřebovali upravit nějaké údaje,
{% if round.state == RoundState.closed %}
kontaktujte správce.
{% else %}
<a
href=
'{{ ctx.url_for('
org_contest_edit
',
set_state=
'grading'
)
}}'
>
přepněte soutěž
</a>
zpět do stavu „opravuje se“.
{% endif %}
{% else %}
{% else %}
<li>
Soutěž je v neznámém stavu, musí zasáhnout správce.
<li>
Soutěž je v neznámém stavu, musí zasáhnout správce.
...
@@ -104,3 +101,5 @@
...
@@ -104,3 +101,5 @@
{% endif %}
{% endif %}
</ul>
</ul>
</div></div>
This diff is collapsed.
Click to expand it.
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