forked from rebillar/site-accueil-insa
Photo test v4
This commit is contained in:
parent
02500464ba
commit
032b8a90a4
7 changed files with 16 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
10
photos.php
10
photos.php
|
@ -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
|
||||
?>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue