Skip to content

Commit

Permalink
fof solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
Headary committed Feb 14, 2025
1 parent 3219666 commit c3a5be0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions app/Modules/Fof/DefaultModule/templates/Default/default.latte
Original file line number Diff line number Diff line change
Expand Up @@ -58,27 +58,26 @@
</div>
</div>

{*<div class="panel registration" style="background-color: black">*}
{*<div class="inner-container">*}
{*<div class="text">*}
{*{switch $language->value}*}
{*{case 'cs'}Doufáme, že jste si soutěž užili!*}
{*{default}We hope you have enjoyed the competition!*}
{*{/switch}*}
{*</div>*}
{*<div class="buttons">*}
{*{switch $language->value}*}
{*{case cs}*}
{*<a class="btn btn-primary m-1" href="/2024/vysledky/">Výsledky soutěže</a>*}
{*<a class="btn btn-primary m-1" href="/download/2024/reseni.pdf">Úlohy a řešení</a>*}
{*{default}*}
{*<a class="btn btn-primary m-1" href="/2024/results/">Competition results</a>*}
{*<a class="btn btn-primary m-1" href="/download/2024/solutions.pdf">Problem assignment and solutions</a>*}
{*{/switch}*}
{**}
{*</div>*}
{*</div>*}
{*</div>*}
<div class="panel registration" style="background-color: black">
<div class="inner-container">
<div class="text">
{switch $language->value}
{case 'cs'}Doufáme, že jste si soutěž užili!
{default}We hope you have enjoyed the competition!
{/switch}
</div>
<div class="buttons">
{switch $language->value}
{case cs}
<a class="btn btn-primary m-1" href="/2025/vysledky/">Výsledky soutěže</a>
<a class="btn btn-primary m-1" href="/download/2025/reseni.pdf">Úlohy a řešení</a>
{default}
<a class="btn btn-primary m-1" href="/2025/results/">Competition results</a>
<a class="btn btn-primary m-1" href="/download/2025/solutions.pdf">Problem assignment and solutions</a>
{/switch}
</div>
</div>
</div>

{if $newestEvent->getGamePeriod()->is(Fykosak\Utils\DateTime\Phase::onGoing)}
{control resultsPanel !$newestEvent->getGamePeriod()->is(Fykosak\Utils\DateTime\Phase::onGoing)}
Expand Down
Binary file added www/fof/download/2025/reseni.pdf
Binary file not shown.
Binary file added www/fof/download/2025/solutions.pdf
Binary file not shown.

0 comments on commit c3a5be0

Please sign in to comment.