Line 89... |
Line 89... |
89 |
<link rel="stylesheet" href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.15/css/smoothness/jquery-ui-1.8.15.custom.css" type="text/css" media="screen" />
|
89 |
<link rel="stylesheet" href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.15/css/smoothness/jquery-ui-1.8.15.custom.css" type="text/css" media="screen" />
|
90 |
<link href="<?=$url_base?>modules/cartopoint/squelettes/css/<?=isset($_GET['style']) ? $_GET['style'] : 'carto'?>.css" rel="stylesheet" type="text/css" media="screen" />
|
90 |
<link href="<?=$url_base?>modules/cartopoint/squelettes/css/<?=isset($_GET['style']) ? $_GET['style'] : 'carto'?>.css" rel="stylesheet" type="text/css" media="screen" />
|
91 |
</head>
|
91 |
</head>
|
Line 92... |
Line 92... |
92 |
|
92 |
|
93 |
<body>
|
93 |
<body>
|
94 |
<div id="zone-chargement-point" class="element-overlay" class="element-overlay">
|
94 |
<div id="zone-chargement-point" class="element-overlay">
|
95 |
<img src="<?=$url_base?>modules/cartopoint/squelettes/images/chargement.gif" alt="Chargement en cours..." />
|
95 |
<img id="img-chargement" src="<?=$url_base?>modules/cartopoint/squelettes/images/chargement_transparent.gif" alt="Chargement en cours..." />
|
96 |
<p> Chargement des points en cours... </p>
|
96 |
<div id="legende-chargement">Chargement des points en cours...</div>
|
97 |
</div>
|
97 |
</div>
|
98 |
<?php if($logo != null) { ?>
|
98 |
<?php if($logo != null) { ?>
|
99 |
<div id="logo">
|
99 |
<div id="logo">
|
100 |
<?php if($url_site != null) { ?>
|
100 |
<?php if($url_site != null) { ?>
|
Line 110... |
Line 110... |
110 |
<?php } else { ?>
|
110 |
<?php } else { ?>
|
111 |
<div id="logo">
|
111 |
<div id="logo">
|
112 |
<a href="http://www.tela-botanica.org/site:accueil"
|
112 |
<a href="http://www.tela-botanica.org/site:accueil"
|
113 |
title="Aller à l'accueil de Tela Botanica"
|
113 |
title="Aller à l'accueil de Tela Botanica"
|
114 |
onclick="ouvrirNouvelleFenetre(this, event)">
|
114 |
onclick="ouvrirNouvelleFenetre(this, event)">
|
115 |
<img height="60px" class="image-logo" src="http://www.tela-botanica.org/sites/commun/generique/images/logos/logo_tela.gif" alt="TB" />
|
115 |
<img height="60px" class="image-logo" src="http://resources.tela-botanica.org/tb/img/128x128/logo_carre_officiel.png" alt="TB" />
|
116 |
</a>
|
116 |
</a>
|
117 |
</div>
|
117 |
</div>
|
118 |
<?php } ?>
|
118 |
<?php } ?>
|
119 |
<?php if($titre !== "0" && $titre != null) : ?>
|
119 |
<?php if($titre !== "0" && $titre != null) : ?>
|
120 |
<div id="zone-titre" class="element-overlay">
|
120 |
<div id="zone-titre" class="element-overlay">
|