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

modifié le 20 décembre 2022, taille: 3,68 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
54
55
56
57
58
59
60
61
<!doctype html>
<html lang="fr-FR">
<head>
    <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 A</title>
</head>

<body>
<?php include 'eglises17-header.php';?>
<br>
<table width="100%" border="2" cellspacing="2" cellpadding="5">
  <tr>
    <td width="344" bgcolor="#D7FFFF">
        <?php    cree_lien_profond("agonnay_oratoire.php","Agonnay");?><br>
        <?php    cree_lien_profond("agudelle_eglise_saint-eutrope.php","Agudelle");?><br>
        <?php    cree_lien_profond("aigrefeuille_d'aunis_eglise_saint-etienne.php","Aigrefeuille-d’Aunis");?><br>
        <?php    cree_lien_profond("ile-d'aix_eglise_saint-martin.php","Aix, (Ile d’)");?><br>
        <?php    cree_lien_profond("allas-bocage_eglise_saint-martin.php","Allas-Boccage");?><br>
        <?php    cree_lien_profond("allas-champagne_eglise_saint-didier.php","Allas-Champagne");?><br>
        <?php    cree_lien_profond("anais_eglise_saint-pierre.php","Anais");?><br>
        <?php    cree_lien_profond("andilly_eglise_saint-nazaire.php","Andilly");?><br>
        <?php    cree_lien_profond("angliers_eglise_saint-pierre.php","Angliers");?><br>
        <?php    cree_lien_profond("angoulin-sur-mer_eglise_saint-pierre.php","Angoulin-sur-Mer");?><br>
    </td>
    <td width="348" bgcolor="#D7FFFF">
        <?php    cree_lien_profond("annepont_eglise_saint-andre.php","Annepont");?><br>
        <?php    cree_lien_profond("annezay_eglise_saint-pierre.php","Annezay");?><br>
        <?php    cree_lien_profond("antezant_eglise_sainte-maxime.php","Antezant");?> la Chapelle<br>
        <?php    cree_lien_profond("saint-georges_d'antignac_eglise_saint-georges-de-cubillac.php"," d’Antignac");?> Saint Georges<br>
        <?php    cree_lien_profond("arces-sur-gironde_eglise_saint-martin.php","Arces-sur-Gironde");?><br>
        <?php    cree_lien_profond("archiac_eglise_saint-pierre.php","Archiac");?><br>
        <?php    cree_lien_profond("archingeay_eglise_saint-martin.php","Archingeay");?><br>
        <?php    cree_lien_profond("ardillieres_eglise_saint-pierre.php","Ardillières");?><br>
        <?php    cree_lien_profond("ars-en-re_eglise_saint-etienne-d'ars.php","Ars-en-Ré");?><br>
    </td>
    <td width="360" bgcolor="#D7FFFF">
        <?php    cree_lien_profond("arthenac_eglise_saint-martin.php","Arthenac");?><br>
        <?php    cree_lien_profond("arvert_eglise_saint-etienne.php","Arvert");?><br>
        <?php    cree_lien_profond("asniere-la-giraud_eglise_saint-medard.php","Asnières-la-Giraud");?><br>
        <?php    cree_lien_profond("aujac_eglise_saint-martin.php","Aujac");?><br>
        <?php    cree_lien_profond("aulnay-de-saintonge_eglise_saint-pierre.php","Aulnay de Saintonge");?><br>
        <?php    cree_lien_profond("aumagne_eglise_saint-andre.php","Aumagne");?><br>
        <?php    cree_lien_profond("authon-ebeon_eglise_notre-dame-de-l'assomption.php","Authon-Ebéon");?><br>
        <?php    cree_lien_profond("avy_eglise_notre-dame.php","Avy");?><br>
        Aytré <?php    cree_lien_profond("aytre_eglise_saint-etienne.php","Église St Etienne");?><br>
        Aytré <?php    cree_lien_profond("aytre_chapelle_sainte-bernadette.php","Chapelle Ste Bernadette");?><br>
      </td>
  </tr>
</table>
<br>
<?php include 'eglises17-trailer.php';?>
</body>
</html>