Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 197 → Rev 198

/trunk/presentation/calendrier_mini.tpl.html
18,9 → 18,9
<?php foreach ($elements as $semaine) : ?>
<tr>
<?php foreach ($semaine as $jour) : ?>
<td class="<?=$jour['class'];?>"> <? if ($jour['class'] == 'jour_vide') :?>
<?=$jour['jour'];?> <? else :?> <a href="<?=$jour['url'];?>"><?=$jour['jour'];?></a>
<? endif;?></td>
<td class="<?=$jour['class'];?>"> <?php if ($jour['class'] == 'jour_vide') :?>
<?=$jour['jour'];?> <?php else :?> <a href="<?=$jour['url'];?>"><?=$jour['jour'];?></a>
<?php endif;?></td>
<?php endforeach; ?>
</tr>
<?php endforeach; ?>
27,4 → 27,4
</tbody>
</table>
<hr/>
</div>
</div>