countdown

This commit is contained in:
2025-01-03 19:40:32 +01:00
parent 25b6cf7573
commit 21fd18e1ff
5 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1 @@
<?php die("Access Denied"); ?>#x#a:2:{s:6:"result";a:1:{i:0;a:9:{s:5:"@type";s:7:"Article";s:3:"@id";s:69:"https://conservatorio2025.ddev.site/#/schema/com_content/article/7225";s:4:"name";s:71:"Armonia e Analisi - Orario provvisorio a.a. 2024-25 (prof. Procaccioli)";s:8:"headline";s:71:"Armonia e Analisi - Orario provvisorio a.a. 2024-25 (prof. Procaccioli)";s:10:"inLanguage";s:5:"it-IT";s:14:"articleSection";s:6:"Avvisi";s:11:"dateCreated";s:25:"2024-11-03T17:55:50+00:00";s:12:"dateModified";s:25:"2024-12-31T15:39:36+00:00";s:8:"isPartOf";a:1:{s:3:"@id";s:57:"https://conservatorio2025.ddev.site/#/schema/WebPage/base";}}}s:6:"output";s:0:"";}

View File

@ -0,0 +1 @@
<?php die("Access Denied"); ?>#x#a:2:{s:6:"result";a:1:{i:0;a:6:{s:5:"@type";s:7:"Article";s:3:"@id";s:69:"https://conservatorio2025.ddev.site/#/schema/com_content/article/4867";s:4:"name";s:4:"Arpa";s:8:"headline";s:4:"Arpa";s:10:"inLanguage";s:5:"it-IT";s:8:"isPartOf";a:1:{s:3:"@id";s:57:"https://conservatorio2025.ddev.site/#/schema/WebPage/base";}}}s:6:"output";s:0:"";}

View File

@ -3866,3 +3866,7 @@ Content-Transfer-Encoding: 8bit
2025-01-03T17:25:06+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T17:25:50+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T17:25:53+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.8 Array ( )
2025-01-03T18:33:56+00:00 WARNING 172.21.0.6 assets No asset found for com_modules.module.557, falling back to com_modules
2025-01-03T18:33:56+00:00 WARNING 172.21.0.6 assets No asset found for com_modules.module.557, falling back to com_modules
2025-01-03T18:33:58+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T18:34:05+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.8 Array ( )

View File

@ -391,3 +391,5 @@
2025-01-03T17:25:06+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T17:25:50+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T17:25:53+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.8 Array ( )
2025-01-03T18:33:58+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T18:34:05+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.8 Array ( )

View File

@ -30,6 +30,7 @@ $sfondo = $params->get('sfondo', []);
<div class="container">
<?php foreach ($elements as $index => $element) : ?>
<div class="contatore">
<div class="row justify-content-center">
<div class="col-5">
@ -37,8 +38,10 @@ $sfondo = $params->get('sfondo', []);
<?php if (!empty($element->sottotitolo)) : ?>
<p class="sottotitolo"><?= $element->sottotitolo; ?></p>
<?php endif; ?>
<p><?= $element->data; ?></p>
<?php if (!empty($element->descrizione)) : ?>
<p><?= $element->descrizione; ?></p>
<?php endif; ?>
<?php if (!empty($element->link_pulsante)) : ?>
<a href="<?= $element->link_pulsante; ?>" class="btn btn-slide" title="<?= $element->testo_pulsante; ?>"><?= $element->testo_pulsante; ?></a>
@ -166,4 +169,5 @@ $sfondo = $params->get('sfondo', []);
<?php endforeach; ?>
</div>
<?php endif; ?>
<?php endif; ?>