site-accueil-insa/includes/com_template.php
2019-06-27 22:27:47 +02:00

37 lines
574 B
PHP
Executable file

<h3 id="<?= $comId ?>"><?= $comTitle ?></h3>
<table id="table-coms">
<tr>
<td class="com-description"><?= $comDescription ?></td>
</tr>
<tr>
<td><br></td>
</tr>
<tr>
<td ><?= $comRespo ?></td>
</tr>
<tr>
<td ><?= $comRespoId ?></td></tr>
</tr>
<?php if ($comRespo2 != ""): ?>
<tr>
<td><br></td>
</tr>
<tr>
<td><?= $comRespo2?></td>
</tr>
<tr>
<td><?= $comRespo2Id ?></td>
</tr>
<?php endif; ?>
</table>
<br>