site-accueil-insa/downloads.php

30 lines
1.4 KiB
PHP
Raw Normal View History

2020-09-19 16:08:07 +02:00
<?php
ob_start(); // Start reading html
?>
2022-06-10 01:41:26 +02:00
<main>
2023-04-22 18:47:14 +02:00
<div class="zone_txt" align="left">
2022-06-10 01:41:26 +02:00
<p>Si jamais t'as perdu quelque chose, pas de problèmes ! Tu pourras trouver tout ce dont tu as besoin ici.</p>
<ul>
2023-08-02 00:21:34 +02:00
2022-07-19 20:16:03 +02:00
<li>
2023-08-02 00:21:34 +02:00
- <a download="Fiche-de-parrainage.pdf" href="assets/pdf/Fiche-parrainage-français-PDF.pdf" class="link">La fiche de parrainage</a> (<a download="Godfather-Godmother-Form.pdf" href="assets/pdf/Fiche-parrainage-version-anglais-PDF.pdf" class="link">Godfather/Godmother form</a>, <a download="Formulario-de-patrocinio.pdf" href="assets/pdf/Fiche-parrainage-espagnol-PDF.pdf" class="link">Formulario de patrocinio</a>)
2022-09-05 18:50:06 +02:00
</li>
2023-08-02 00:21:34 +02:00
2023-08-02 00:39:32 +02:00
<li>
2023-08-02 00:40:34 +02:00
- <a download="droit_image.pdf" href="assets/pdf/droit_image.pdf" class="link">Fiche de droit à l'image</a>
2023-08-02 00:39:32 +02:00
</li>
<li>
2023-08-02 00:40:34 +02:00
- <a download="plaquette.pdf" href="assets/pdf/Plaquette_Boomelix.pdf" class="link">La Plaquette Boomélix !</a>
2023-08-02 00:39:32 +02:00
</li>
<li>
2023-08-02 00:40:34 +02:00
- <a download="plaquette.pdf" href="assets/pdf/Plaquette_Cleopeks.pdf" class="link">La Plaquette CléoPeks !</a>
2023-08-02 00:39:32 +02:00
</li>
2022-06-10 01:41:26 +02:00
</ul>
2023-04-22 18:47:14 +02:00
</div>
2022-06-10 01:41:26 +02:00
</main>
2020-09-19 16:08:07 +02:00
<?php
$infopage = ["", "Telechargements", ob_get_clean(), "", "downloads","Les Téléchargements"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
2022-01-19 22:26:58 +01:00
include("structure/template.php");
2023-08-02 00:21:34 +02:00
?>