Module Dl
This commit is contained in:
parent
6bd4f90890
commit
b8bf4f5217
@ -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
|
||||
),
|
||||
);
|
||||
|
@ -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>
|
@ -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>
|
@ -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>
|
@ -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
|
||||
),
|
||||
);
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user