site-accueil-insa/includes/com_template.php
2020-09-19 16:08:07 +02:00

38 lines
753 B
PHP
Executable file

<div class="com-container">
<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>
</div>