server/onyx/tpl/bootstrap/teams/exercice.tpl

24 lines
543 B
Smarty
Raw Normal View History

{extends file="layout-nav.tpl"}
{block name=head}
<link href="/css/common.css" rel="stylesheet">
{/block}
{block name=content}
<div>
2013-11-04 23:35:35 +00:00
{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>
2013-11-04 23:35:35 +00:00
<li>Difficulté : {$Exercice->level}</li>
<li>Gain : {$Exercice->points}</li>
<!-- Dowloads files -->
2013-11-04 23:35:35 +00:00
<li>Description : {$Exercice->statement}</li>
<!-- Input solution -->
<ul>
{/block}