Profil d'enrichissement
This commit is contained in:
parent
cab2ee9440
commit
5a497ee0a8
10
application/controllers/ProfilController.php
Normal file
10
application/controllers/ProfilController.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
class IndexController extends Zend_Controller_Action
|
||||
{
|
||||
|
||||
public function indexAction()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
@ -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>
|
1
application/views/scripts/profil/index.phtml
Normal file
1
application/views/scripts/profil/index.phtml
Normal file
@ -0,0 +1 @@
|
||||
<?php
|
Loading…
Reference in New Issue
Block a user