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-08 13:00:46 +02:00
|
|
|
<td colspan="4" class="com-description"><?= $comDescription ?></td>
|
2018-03-25 13:22:28 +02:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2019-06-08 13:00:46 +02:00
|
|
|
<td rowspan="2" class="spacer"></td>
|
2018-05-24 14:27:15 +02:00
|
|
|
<td><?= $comRespo ?></td>
|
2019-06-08 13:00:46 +02:00
|
|
|
<td rowspan="2"><img src="<?= $comRespoPhoto ?>"></td>
|
|
|
|
<td rowspan="2" class="spacer"></td>
|
2019-06-13 14:36:42 +02:00
|
|
|
|
2019-05-23 21:16:38 +02:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><?= $comRespoId ?></td>
|
2018-03-25 13:22:28 +02:00
|
|
|
</tr>
|
2018-05-24 14:27:15 +02:00
|
|
|
<?php if ($comRespo2 != ""): ?>
|
2018-05-25 08:33:39 +02:00
|
|
|
<tr>
|
2019-06-08 13:00:46 +02:00
|
|
|
<td rowspan="2" class="spacer"></td>
|
2018-05-25 08:33:39 +02:00
|
|
|
<td><?= $comRespo2 ?></td>
|
2019-06-08 13:00:46 +02:00
|
|
|
<td rowspan="2"><img src="<?= $comRespo2Photo ?>"></td>
|
|
|
|
<td rowspan="2" class="spacer"></td>
|
2018-05-25 08:33:39 +02:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2019-05-23 21:16:38 +02:00
|
|
|
<td><?= $comRespo2Id ?></td>
|
2018-05-25 08:33:39 +02:00
|
|
|
</tr>
|
2018-05-24 14:27:15 +02:00
|
|
|
<?php endif; ?>
|
2018-03-25 13:22:28 +02:00
|
|
|
</table>
|