Photo test v4

This commit is contained in:
Arthur 2019-08-28 12:59:43 +02:00
parent 02500464ba
commit 032b8a90a4
7 changed files with 16 additions and 6 deletions

View file

@ -20,7 +20,6 @@ ob_start(); // Start reading html
Signé Sarah Diggouni
<br/>
<img style="max-width: 300px" src="assets/images/teams/diggouni.jpg"></div>
<hint>Qui sait est. Tout le monde est.</hint>
<?php
$pageContent = ob_get_clean(); // Store html content in variable

View file

@ -4,7 +4,7 @@ ob_start(); // Start reading html
-TEXTE-
<br><br>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeQ6ldsTuBGNN5hnp7KP_tt2rRuvRREJMvohjwsOhXCVCnECw/viewform?embedded=true" width="640" height="1290" frameborder="0" marginheight="0" marginwidth="0">Chargement…</iframe>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeQ6ldsTuBGNN5hnp7KP_tt2rRuvRREJMvohjwsOhXCVCnECw/viewform?embedded=true" frameborder="0" scrolling="no" onload="resizeIframe(this)">Chargement…</iframe>
<?php

View file

@ -20,7 +20,7 @@ ob_start(); // Start reading html
Signé Célestine Paillebledore
<br/>
<img style="max-width: 300px" src="assets/images/teams/paillebledore.jpg"></div>
<hint>Ne vous fiez plus qu'à vous-mêmes.</hint>
<?php
$pageContent = ob_get_clean(); // Store html content in variable
$customBackgroundId = "bg_gli";

View file

@ -45,6 +45,11 @@ require_once $relativePath.'includes/score_functions.php';
})();
</script>
<!-- End Matomo Code -->
<script>
function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
}
</script>
</head>
<body id="main">
<div class="background" id="<?= $customBackgroundId?>"></div>

View file

@ -24,7 +24,6 @@ ob_start(); // Start reading html
Signé Théo Malboys
<br>
<img style="max-width: 300px" src="assets/images/teams/malboys.jpg"></div>
<hint>Personne ne sait.</hint>
<?php
$pageContent = ob_get_clean(); // Store html content in variable

View file

@ -1 +1,9 @@
En maintenance !
<?php
ob_start(); // Start reading html
?>
EN MAINTENANCE !
<?php
$pageContent = ob_get_clean(); // Store html content in variable
$pageTitle = "Photos";
include("includes/template.php"); // Display template with variable content
?>

View file

@ -23,7 +23,6 @@ ob_start(); // Start reading html
Signé Gaston Lovplood
<br/>
<img style="max-width: 300px" src="assets/images/teams/verredaigle.jpg"></div>
<hint>Ne vous fiez pas aux autres. Ne vous fiez plus aux autres.</hint>
<?php
$pageContent = ob_get_clean(); // Store html content in variable