23 lines
618 B
PHTML
23 lines
618 B
PHTML
<tr>
|
|
<td width="30"> </td>
|
|
<td width="140" class="StyleInfoLib">
|
|
<span id="annoncesDate">Le <?=$this->date?> </span>
|
|
<span id="annoncesImg">
|
|
<?php if (!empty($this->logo)) {?>
|
|
<img src="/themes/default/images/annonces/<?=$this->logo?>" title="<?=$this->title?>" />
|
|
<?php }?>
|
|
</span>
|
|
</td>
|
|
<td width="450" colspan="2" class="StyleInfoData">
|
|
<a href="<?=$this->partialLoop()->view->url(array(
|
|
'action' => 'annonces',
|
|
'siret' => $this->partialLoop()->view->siret,
|
|
'id' => $this->partialLoop()->view->id,
|
|
'idAnn' => $this->idAnn,
|
|
'vue' => $this->type,
|
|
))?>">
|
|
<?=$this->lib?>
|
|
</a>
|
|
</td>
|
|
</tr>
|