site-accueil-insa/includes/com_template.php

38 lines
574 B
PHP
Raw Normal View History

2018-03-25 13:22:28 +02:00
<h3 id="<?= $comId ?>"><?= $comTitle ?></h3>
2018-06-05 20:03:33 +02:00
<table id="table-coms">
2018-03-25 13:22:28 +02:00
<tr>
2019-06-27 22:27:47 +02:00
<td class="com-description"><?= $comDescription ?></td>
2018-03-25 13:22:28 +02:00
</tr>
2019-06-27 22:27:47 +02:00
2018-03-25 13:22:28 +02:00
<tr>
2019-06-27 22:27:47 +02:00
<td><br></td>
</tr>
2019-06-13 14:36:42 +02:00
2019-06-27 22:27:47 +02:00
<tr>
<td ><?= $comRespo ?></td>
</tr>
2019-06-27 22:27:47 +02:00
<tr>
2019-06-27 22:27:47 +02:00
<td ><?= $comRespoId ?></td></tr>
2018-03-25 13:22:28 +02:00
</tr>
2019-06-27 22:27:47 +02:00
2018-05-24 14:27:15 +02:00
<?php if ($comRespo2 != ""): ?>
2019-06-27 22:27:47 +02:00
2018-05-25 08:33:39 +02:00
<tr>
2019-06-27 22:27:47 +02:00
<td><br></td>
2018-05-25 08:33:39 +02:00
</tr>
2019-06-27 22:27:47 +02:00
<tr>
<td><?= $comRespo2?></td>
</tr>
2018-05-25 08:33:39 +02:00
<tr>
<td><?= $comRespo2Id ?></td>
2018-05-25 08:33:39 +02:00
</tr>
2019-06-27 22:27:47 +02:00
2018-05-24 14:27:15 +02:00
<?php endif; ?>
2019-06-27 22:27:47 +02:00
2018-03-25 13:22:28 +02:00
</table>
2019-06-27 22:27:47 +02:00
<br>