Liste des surveillances
This commit is contained in:
parent
5c2dc69e83
commit
0c256360b6
@ -1 +1,113 @@
|
|||||||
<?php
|
<div id="center">
|
||||||
|
|
||||||
|
<div id="recherche-info">
|
||||||
|
<p class="StyleInfoLib">
|
||||||
|
|
||||||
|
<?=$this->nbReponsesTotal?> réponse<?php if ($this->nbReponsesTotal>1){?>s<?php }?>
|
||||||
|
avec les critères "<a href="<?php echo $this->criteresLien?>">
|
||||||
|
<?=$this->criteresTexte?></a>".
|
||||||
|
<?php if ($this->PageTotal!=1) {?>
|
||||||
|
<?=$this->nbReponses?> résultats affichés.
|
||||||
|
Page <?=$this->PageCurrent.'/'.$this->PageTotal.'.';?>
|
||||||
|
<?php }?>
|
||||||
|
|
||||||
|
<?php if ($this->filtres) { ?>
|
||||||
|
<select name="filtre">
|
||||||
|
<?php foreach ($this->filtres as $k => $filtre) {?>
|
||||||
|
<option value="<?=$this->url(array('filtre'=>$k))?>"<?=$filtre['select']?>><?=$filtre['txt']?></option>
|
||||||
|
<?php }?>
|
||||||
|
</select>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$('select[name=filtre]').change(function(e){
|
||||||
|
window.location = $(this).val();
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<?php }?>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php if (!empty($this->info)) { ?>
|
||||||
|
<div style="margin:5px; padding: 0pt 0.7em;" class="ui-state-highlight ui-corner-all">
|
||||||
|
<p><span style="float: left; margin-right: 0.3em;" class="ui-icon ui-icon-info"></span>
|
||||||
|
<?=$this->info?></p>
|
||||||
|
</div>
|
||||||
|
<?php }?>
|
||||||
|
|
||||||
|
<ol>
|
||||||
|
<?php foreach ( $this->liste as $item ) { ?>
|
||||||
|
<li style="list-style-type:decimal;" class="<?=$item['class']?>" type="1" value="<?=$item['position']?>">
|
||||||
|
<b>
|
||||||
|
<?php if ($this->IDENTITE) {?>
|
||||||
|
<?php if ($item['source']==7 && !empty($item['sourceId'])) {?>
|
||||||
|
<a title="Voir les liens inter entreprises de cet établissement"
|
||||||
|
href="<?=$this->url(array('controller'=>'identite','action'=>'liens','lienref'=>$item['sourceId']),'default',true)?>">
|
||||||
|
<?php } else {?>
|
||||||
|
<a title="Voir la fiche d'identité de cet établissement"
|
||||||
|
href="<?=$this->url(array('controller'=>'identite','action'=>'fiche','id'=>$item['id'],'siret'=>$item['siret']),'default',true)?>">
|
||||||
|
<?php }?>
|
||||||
|
<?php } else {?>
|
||||||
|
<a title="Vous n'avez pas les permissions nécessaires pour accèder à la fiche identité" href="#">
|
||||||
|
<?php }?>
|
||||||
|
<?=$item['InfoNom']?></a></b><br/>
|
||||||
|
<?=$item['InfoNomDetail']?>
|
||||||
|
<b>RCS <?=$item['InfoSiret']?></b>
|
||||||
|
<br/>
|
||||||
|
<b><?=$item['InfoEtab']?></b><br/>
|
||||||
|
<?=$item['InfoAdresse']?><br/>
|
||||||
|
<?=$item['InfoForme']?>
|
||||||
|
<?=$item['InfoActivite']?>
|
||||||
|
<?php if (isset($item['InfoDirigeant'])) { ?>
|
||||||
|
<?=$item['InfoDirigeant']?>
|
||||||
|
<?php } elseif(isset($item['InfoActionnaire'])) {?>
|
||||||
|
<?=$item['InfoActionnaire']?>
|
||||||
|
<?php }?>
|
||||||
|
<?php if (isset($item['lien']) && count($item['lien'])>0) {?>
|
||||||
|
<br/> Liens : <?php foreach($item['lien'] as $lien){?>
|
||||||
|
<a href="<?=$lien['href']?>"><?=$lien['title']?></a>
|
||||||
|
<?php }?>
|
||||||
|
<?php }?>
|
||||||
|
</li>
|
||||||
|
<?php }?>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
<?php if ($this->PageTotal>1) {?>
|
||||||
|
<div class="paragraph">
|
||||||
|
<div class="pagination clearfix">
|
||||||
|
<a class="first" href="<?=$this->url(array('page'=>1, 'token'=> $this->token))?>">«</a>
|
||||||
|
<a class="previous" href="<?=$this->url(array('page'=>$this->PagePrev, 'token'=> $this->token))?>">‹</a>
|
||||||
|
<span>Page <?=$this->PageCurrent?>/<?=$this->PageTotal?></span>
|
||||||
|
<a class="next" href="<?=$this->url(array('page'=>$this->PageNext, 'token'=> $this->token))?>">›</a>
|
||||||
|
<a class="last" href="<?=$this->url(array('page'=>$this->PageTotal, 'token'=> $this->token))?>">»</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<?php }?>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="paragraph">
|
||||||
|
<?php if ($this->rechCsv) { ?>
|
||||||
|
<?php foreach ($this->filtres as $k => $filtre) { if ( !empty($filtre['select']) ) break; }?>
|
||||||
|
<p class="StyleInfoLib">
|
||||||
|
<a href="<?=$this->url(array('controller'=>'recherche', 'action'=>'csv', 'filtre'=>$k), 'default', true)?>" target="_blank">
|
||||||
|
Exporter les résultats de la recherche en CSV.</a>
|
||||||
|
</p>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
|
<?php if ($this->blockDirToEntreprise){ ?>
|
||||||
|
<p class="StyleInfoLib">
|
||||||
|
Effectuer une recherche entreprise avec les paramètres "<a href="<?=$this->searchDirToEntrepriseLien?>">
|
||||||
|
<?=$this->searchDirToEntrepriseTxt?></a>"
|
||||||
|
</p>
|
||||||
|
<?php }?>
|
||||||
|
|
||||||
|
<?php if ($this->blockInvestig) { ?>
|
||||||
|
<p class="StyleInfoLib">
|
||||||
|
Si aucun résultat ne correspond à votre recherche.
|
||||||
|
<a href="<?=$this->url(array('controller'=>'recherche','action'=>'enquete'), 'default', true)?>">Cliquez-ici.</a>
|
||||||
|
</p>
|
||||||
|
<?php }?>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
Loading…
Reference in New Issue
Block a user