Line 4... |
Line 4... |
4 |
<head>
|
4 |
<head>
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
6 |
<meta http-equiv="Content-style-type" content="text/css" />
|
6 |
<meta http-equiv="Content-style-type" content="text/css" />
|
7 |
<meta http-equiv="Content-script-type" content="text/javascript" />
|
7 |
<meta http-equiv="Content-script-type" content="text/javascript" />
|
8 |
<meta http-equiv="Content-language" content="fr" />
|
8 |
<meta http-equiv="Content-language" content="fr" />
|
- |
|
9 |
|
- |
|
10 |
<base href="<?= dirname($_SERVER['PHP_SELF'])."/"; ?>" />
|
Line 9... |
Line 11... |
9 |
|
11 |
|
Line 10... |
Line 12... |
10 |
<title>Carte des stations</title>
|
12 |
<title>Carte des stations</title>
|
11 |
|
13 |
|
12 |
<meta name="revisit-after" content="15 days" />
|
14 |
<meta name="revisit-after" content="15 days" />
|
Line 13... |
Line 15... |
13 |
<meta name="robots" content="index,follow" />
|
15 |
<meta name="robots" content="index,follow" />
|
14 |
<meta name="author" content="Tela Botanica" />
|
16 |
<meta name="author" content="Tela Botanica" />
|
- |
|
17 |
|
15 |
|
18 |
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
|
16 |
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
|
19 |
<script type="text/javascript" src="<?= dirname($_SERVER['PHP_SELF'])."/"; ?>jquery-1.4.4.min.js"></script>
|
Line 17... |
Line 20... |
17 |
<script type="text/javascript" src="jquery-1.4.4.min.js"></script>
|
20 |
<script type="text/javascript" src="<?= dirname($_SERVER['PHP_SELF'])."/"; ?>config.js"></script>
|
18 |
<script type="text/javascript" src="stations.js"></script>
|
21 |
<script type="text/javascript" src="<?= dirname($_SERVER['PHP_SELF'])."/"; ?>stations.js"></script>
|
19 |
<link media="screen" href="stations.css" type="text/css" rel="stylesheet" />
|
22 |
<link media="screen" href="stations.css" type="text/css" rel="stylesheet" />
|