Code source de ch.lerolle.free.fr/eglises17/index-villes-t.php

modifié le 20 décembre 2022, taille: 3,03 Ko
NB: Les fonctions (<function>) sont intégrées dans la page appelante, en général avant la balise <body>
ou dans un document externe appelé par un 'include', 'include_once' ou 'require',
localisé dans le dossier ch.lerolle.free.fr/include, ou un de ses sous-dossiers, ou dans le même dossier que la page appelant l'include
(règle pour les Pages Perso de Free, mon hébergeur gratuit ❤️❤️❤️...)

validation du HTML: W3C ou Aborla avec correction automatique
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html lang="fr-FR">
<head><!-- &nbsp; &thinsp; &copy; apostrophe-incline: ‘’code: &#8217; «» ÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÒÓÔÕÖÙÚÛÜÝ -->
    <meta charset="utf-8">
    <meta name="AUTHOR" content="Michel CARON">
    <meta name="CREATED" content="20100101; 2472285">
    <meta name="ROBOTS" content="INDEX, NOFOLLOW">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" type="text/css" href="/1com/css/style-rsrc.css">
    <link rel="stylesheet" type="text/css" href="/1com/css/style-eglise17.css">
    <link rel="shortcut icon" href="/eglises17/img/4/430c_04_Saint-Georges-d-Oleron.ico">
    <!--script src="Scripts/AC_RunActiveContent.js"></script-->
    <title>Églises de Charente Maritime (liste) Villes T</title>
</head>

<body>
<?php include 'eglises17-header.php';?>
<br>
<table width="100%" cellspacing="2" cellpadding="15">
  <tr>
    <td width="334" bgcolor="#D7FFFF">
        <?php    cree_lien_profond("taillant_eglise_saint-martin.php","Taillant");?><br>
        <?php    cree_lien_profond("taillebourg_eglise_saint-louis.php","Taillebourg");?><br>
        <?php    cree_lien_profond("talmont-sur-gironde_eglise_sainte-radegonde.php","Talmont-sur-Gironde");?><br>
        <?php    cree_lien_profond("tanzac_eglise_saint-saturnin.php","Tanzac");?><br>
        <?php    cree_lien_profond("taugon_eglise_saint-jean.php","Taugon");?><br>
        <?php    cree_lien_profond("ternant_eglise_nativite-de-la-sainte-vierge.php","Ternant");?><br>
        <?php    cree_lien_profond("tesson_eglise_saint-gregoire.php","Tesson");?><br>
    </td>
    <td width="333" bgcolor="#D7FFFF">
        <?php    cree_lien_profond("thaims_eglise_saint-pierre.php","Thaims");?><br>
        <?php    cree_lien_profond("thaire_eglise_notre-dame-de-l'assomption.php","Thairé");?><br>
        <?php    cree_lien_profond("thenac_eglise_saint-pierre.php","Thénac");?><br>
        <?php    cree_lien_profond("thezac_eglise_notre-dame.php","Thézac");?><br>
        <?php    cree_lien_profond("thors_eglise_sainte_madeleine.php","Thors");?><br>
        <?php    cree_lien_profond("le-thou_eglise_saint-pierre.php","Thou, (Le)");?><br>
        <?php    cree_lien_profond("tonnay-boutonne_eglise_saint-martin.php","Tonnay-boutonne");?><br>
    </td>
    <td width="335" bgcolor="#D7FFFF">
        <?php    cree_lien_profond("tonnay-charente_eglise_saint-etienne-et-saint-nicolas.php","Tonnay-Charente");?><br>
        <?php    cree_lien_profond("torxe_eglise_saint-pierre.php","Torxé");?><br>
        <?php    cree_lien_profond("les-touches-de-perigny_eglise_notre-dame-de-l'assomption.php","Touches-de-Périgny, (Les)");?><br>
        <?php    cree_lien_profond("la-tremblade_eglise_du-sacre-coeur.php","Tremblade, (La)");?><br>
        Trizay <?php    cree_lien_profond("trizay_eglise_saint-francois.php","église St François");?><br>
        Trizay <?php    cree_lien_profond("abbaye-de-trizay.php","Abbaye");?><br>
        <?php    cree_lien_profond("tugeras-saint-maurice_eglise_de-l'assomption.php","Tugéras-St-Maurice");?><br>
    </td>
  </tr>
</table>
<br>
<?php include 'eglises17-trailer.php';?>
</body>
</html>