feed.sql: add some files
This commit is contained in:
parent
41b83ef725
commit
097023a32a
3 changed files with 33 additions and 9 deletions
|
|
@ -5,14 +5,18 @@
|
|||
{/block}
|
||||
|
||||
{block name=content}
|
||||
<!-- TODO: resolved number -->
|
||||
<div>
|
||||
<h1>Exercice {$Number} - X</h1>
|
||||
|
||||
{if $solved < 1}
|
||||
<h1>Exercice {$Exercice->number} - {$solved} équipe a résolu cet exercice</h1>
|
||||
{else}
|
||||
<h1>Exercice {$Exercice->number} - {$solved} équipes ont résolu cet exercice</h1>
|
||||
{/if}
|
||||
<ul>
|
||||
<li>Difficulté : {$Exercice->statement}</li>
|
||||
<li>Gain :</li>
|
||||
<li>Difficulté : {$Exercice->level}</li>
|
||||
<li>Gain : {$Exercice->points}</li>
|
||||
<!-- Dowloads files -->
|
||||
<li>Description</li>
|
||||
<li>Description : {$Exercice->statement}</li>
|
||||
<!-- Input solution -->
|
||||
<ul>
|
||||
|
||||
|
|
|
|||
Reference in a new issue