Friday release

This commit is contained in:
nemunaire 2013-12-14 06:11:14 +01:00
commit c349769425
16 changed files with 319 additions and 89 deletions

View file

@ -1,7 +1,7 @@
<table class="table" style="font-size: 12px; padding: 10px; margin-bottom: 10px;">
<table class="table" style="font-size: 14px; padding: 10px; margin-bottom: 10px;">
<thead>
<tr>
<th style="font-size: 15px">{$my_team->get_name()}</th>
<th style="font-size: 30px">{$my_team->get_name()}</th>
{for $i=1 to $nbExoMax}
<th class="text-center">Exercice {$i}</th>
{/for}
@ -12,7 +12,7 @@
{$total=0}
{foreach from=$themes item=theme}
<tr>
<th style="padding: 0px">{$theme->get_name()}</th>
<th>{$theme->get_name()}</th>
{$sum=0}
{$cpt=0}
{$themeID=$theme->get_id()}
@ -43,8 +43,8 @@
</tbody>
<tfoot>
<tr>
<th colspan="{$nbExoMax+1}" style="text-align: right">Total :</th>
<th class="active text-center">{$total}</th>
<th colspan="{$nbExoMax+1}" style="text-align: right; font-size: 30px">Total :</th>
<th class="active text-center" style="font-size: 30px">{$total}</th>
</tr>
</tfoot>
</table>