mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
Add SQLite indexes for contenus page language/tag queries + WIP: Peertube orphans, dialogs, contact decoupling, context note, finality types
This commit is contained in:
@@ -207,14 +207,8 @@
|
||||
</p>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (!empty($data["context_note"])): ?>
|
||||
<p class="tfe-meta-item tfe-meta-note">
|
||||
<span class="tfe-meta-label">Note contextuelle relative à soutenance :</span>
|
||||
<span class="tfe-note-value"><?= nl2br(htmlspecialchars($data["context_note"])) ?></span>
|
||||
</p>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (!empty($data["contact_visible"])): ?>
|
||||
<?php if (!empty($data["contact_visible"]) && !empty($data["contact_public"])): ?>
|
||||
<p class="tfe-meta-item">
|
||||
<span class="tfe-meta-label">Contact :</span>
|
||||
<?php
|
||||
@@ -271,13 +265,19 @@
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
<?php if (!empty($data["synopsis"])): ?>
|
||||
<div class="tfe-synopsis-text">
|
||||
<?= nl2br(htmlspecialchars($data["synopsis"])) ?>
|
||||
<div class="tfe-synopsis-column">
|
||||
<?php if (!empty($data["context_note"])): ?>
|
||||
<p class="tfe-context-note"><em>Note Contextuelle :</em><br><?= nl2br(htmlspecialchars($data["context_note"])) ?></p>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (!empty($data["synopsis"])): ?>
|
||||
<div class="tfe-synopsis-text">
|
||||
<?= nl2br(htmlspecialchars($data["synopsis"])) ?>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<div class="tfe-synopsis-text tfe-synopsis-empty"></div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<div class="tfe-synopsis-text tfe-synopsis-empty"></div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
<!-- ROW 3: All files — flex container -->
|
||||
|
||||
Reference in New Issue
Block a user