Vue cadastre

This commit is contained in:
Michael RICOIS 2016-09-07 14:02:02 +02:00
parent 2669865101
commit b73146ad37

View File

@ -1,31 +1,20 @@
<div id="center">
<div id="content">
<div class="page-header">
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></small></h1>
</div>
<h1>PATRIMOINE FONCIER</h1>
<div class="paragraph">
<table class="identite">
<tr>
<td width="30">&nbsp;</td>
<td width="200" class="StyleInfoLib">Num&eacute;ro identifiant Siren</td>
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
</tr>
<tr>
<td width="30">&nbsp;</td>
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
</tr>
</table>
</div>
<?php if ($this->MsgTxt) {?>
<div class="paragraph"><?=$this->MsgTxt?></div>
<p><?=$this->MsgTxt?></p>
<?php } else {?>
<h2>Propriétés baties</h2>
<div class="paragraph">
<table class="data">
<table class="table table-bordered">
<thead>
<tr>
<th>Rôle</th>
@ -79,11 +68,9 @@
<?php }?>
</tbody>
</table>
</div>
<h2>Propriétés non baties</h2>
<div class="paragraph">
<table class="data">
<table class="table table-bordered">
<thead>
<tr>
<th>Rôle</th>
@ -131,7 +118,6 @@
<?php }?>
</tbody>
</table>
</div>
<?php }?>