9 lines
794 B
PHTML
9 lines
794 B
PHTML
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="f">
|
|
<li data-role="list-divider">Overview</li>
|
|
<li><a href="<?=$this->url(array('controller'=>'recherche', 'action'=>'entreprise'), null, true);?>">Recherche Entreprise</a></li>
|
|
<li><a href="<?=$this->url(array('controller'=>'recherche', 'action'=>'dirigeant'), null, true);?>">Recherche Dirigeants</a></li>
|
|
<li><a href="<?=$this->url(array('controller'=>'recherche', 'action'=>'actionnaire'), null, true);?>">Recherche Actionnaires</a></li>
|
|
<li><a href="<?=$this->url(array('controller'=>'recherche', 'action'=>'annonce'), null, true);?>">Recherche Annonces</a></li>
|
|
<li><a href="<?=$this->url(array('controller'=>'recherche', 'action'=>'entreprise'), null, true);?>">Recherche dans vos surveillances</a></li>
|
|
</ul>
|