Module Dl

This commit is contained in:
Michael RICOIS 2016-05-09 15:34:47 +02:00
parent 6bd4f90890
commit b8bf4f5217
6 changed files with 9 additions and 19 deletions

View File

@ -213,7 +213,7 @@ class RechercheController extends Zend_Controller_Action
'annee' => $annonce->Annee,
'code' => $code,
'text' => $texte,
'file' => $this->view->url(array('controller'=>'telechargement', 'action'=>'histopdf',
'file' => $this->view->url(array('module'=>'file', 'controller'=>'dl', 'action'=>'histopdf',
'q' => $fichier, 'host' => base64_encode($host)), 'default', true
),
);

View File

@ -1,7 +1,5 @@
<p class="options">
<a href="<?=$this->url(array(
'controller' => 'telechargement',
'action' => 'portefeuille',
))?>" id="dl">Exporter votre portefeuille au format CSV</a>
<a href="<?=$this->url(array('module'=>'file', 'controller'=>'dl', 'action' => 'portefeuille'), 'default',
true)?>" id="dl">Exporter votre portefeuille au format CSV</a>
</p>
<div class="paragraph" id="dlMsg"></div>

View File

@ -6,7 +6,7 @@
<option value="<?=$s['value']?>"<?=$s['select']?>><?=$s['name']?></option>
<?php } ?>
</select>
<a href="<?=$this->url(array( 'controller' => 'telechargement', 'action' => 'surveillance'),
<a href="<?=$this->url(array('module'=>'file', 'controller'=>'dl', 'action' => 'surveillance'),
'default', true)?>" id="dl">Ok</a>
</p>
<div class="paragraph" id="dlMsg"></div>

View File

@ -18,11 +18,7 @@ for ($i = 0; $i <= 12; ++$i) {
}
?>
</select>
<a href="<?=$this->url(array(
'controller' => 'telechargement',
'action' => 'consommation',
'login' => $this->login,
'idClient' => $this->idClient,
))?>" id="dl">Ok</a>
<a href="<?=$this->url(array('module'=>'file', 'controller'=>'dl', 'action' => 'consommation', 'login' => $this->login,
'idClient' => $this->idClient), 'default', true)?>" id="dl">Ok</a>
</div>
<div class="infoTitle StyleInfoLib"></div><div id="dlMsg" class="infoData last"></div>

View File

@ -126,7 +126,7 @@ class Search_AnnonceController extends Zend_Controller_Action
'annee' => $annonce->Annee,
'code' => $code,
'text' => $texte,
'file' => $this->view->url(array('controller'=>'telechargement', 'action'=>'histopdf',
'file' => $this->view->url(array('module'=>'file', 'controller'=>'dl', 'action'=>'histopdf',
'q' => $fichier, 'host' => base64_encode($host)), 'default', true
),
);

View File

@ -18,11 +18,7 @@ for ($i = 0; $i <= 12; ++$i) {
}
?>
</select>
<a href="<?=$this->url(array(
'controller' => 'telechargement',
'action' => 'consommation',
'login' => $this->login,
'idClient' => $this->idClient,
))?>" id="dl">Ok</a>
<a href="<?=$this->url(array('module'=>'file', 'controller'=>'dl', 'action' => 'consommation', 'login' => $this->login,
'idClient' => $this->idClient), 'default', true)?>" id="dl">Ok</a>
</div>
<div class="infoTitle StyleInfoLib"></div><div id="dlMsg" class="infoData last"></div>