Profil d'enrichissement

This commit is contained in:
Michael RICOIS 2012-01-13 16:17:33 +00:00
parent cab2ee9440
commit 5a497ee0a8
3 changed files with 23 additions and 2 deletions

View File

@ -0,0 +1,10 @@
<?php
class IndexController extends Zend_Controller_Action
{
public function indexAction()
{
}
}

View File

@ -1,3 +1,13 @@
- Affichage du formulaire d'envoi de fichier
<h1>Enrichissement</h1>
- Affichage des enrichissements en cours
<p>
<a href="<?=$this->url(array('controller'=>'envoi', 'action'=>'fileform'))?>">Envoi d'un fichier CSV</a>
</p>
<p>
<a href="<?=$this->url(array('controller'=>'profil', 'action'=>'index'))?>">Gestion des profils d'enrichissement</a>
</p>
<h2>Enrichissements en cours</h2>
<div>
</div>

View File

@ -0,0 +1 @@
<?php