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

20 lines
369 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}
<!-- TODO: resolved number -->
<div>
<h1>Exercice {$Number} - X</h1>
<ul>
<li>Difficulté : {$Exercice->statement}</li>
<li>Gain :</li>
<!-- Dowloads files -->
<li>Description</li>
<!-- Input solution -->
<ul>
{/block}