2012-01-19 15:25:47 +00:00

16 lines
357 B
PHTML

<div>
<?php if (count($this->errors)>0) {?>
<?php foreach($this->errors as $error) {?>
<p><?=$this->error?></p>
<?php }?>
<?php }?>
</div>
<?php if ($this->nb) {?>
<div>
<p>Votre fichier contient <?=$this->nb?> identifiants</p>
</div>
<?php }?>
<div>
<a href="<?=$this->url(array('controller'=>'index', 'action'=>'index'), null, true)?>">Accueil</a>
</div>