loreakasmatzen_docker/data/web/pirineos.php

76 lines
4.1 KiB
PHP
Raw Normal View History

2022-11-09 20:19:30 +01:00
<?php require_once("../inc/includes.php");?>
<?php
$head_title = _PI_TITLE;
$head_description = _PI_DESCRIPTION;
$head_keywords = _PI_KEYWORDS;
require("../inc/head.php");
?>
<body>
<div id="mother">
<?php require('../inc/header.php');?><!-- /container_head -->
<div id="container">
<div id="wrapper">
<?php require('../inc/menu.php');?>
<div id="main">
<div id="main_in_top"><h2><?php echo _MENU42?></h2></div>
<div id="main_in">
<p><?php echo _PI_TXT?></p>
<p><?php echo _PI_TXT2?></p>
<div class="photo_frame">
<div class="photo_image">
<a href="../images/max/ZM_cb3_01_Pirineos.jpg" title="<?php echo _TITLE_PAGINA?>" target="_blank"><img src="../images/min/ZM_cb3_01_Pirineos.jpg" alt="MELLING et CERVINI. Carte itineraire du Voyage pittoresque dans les Pyr<79>n<EFBFBD>es" width="186" height="105" /></a>
</div>
<span><?php echo _PI_FT1?></span>
</div>
<div class="photo_frame">
<div class="photo_image">
<a href="../images/max/ZM_cb3_02_Gavarni.jpg" title="<?php echo _TITLE_PAGINA?>" target="_blank"><img src="../images/min/ZM_cb3_02_Gavarni.jpg" alt="J. JACOTTET. Vue generale du cirque de Gavarni" width="186" height="105" /></a>
</div>
<span><?php echo _PI_FT2?></span>
</div>
<div class="photo_frame3">
<div class="photo_image">
<a href="../images/max/ZM_cb3_03_Cascade_Valentin.jpg" title="<?php echo _TITLE_PAGINA?>" target="_blank"><img src="../images/min/ZM_cb3_03_Cascade_Valentin.jpg" alt="E. PARIS. Cascade Valentin" width="186" height="105" /></a>
</div>
<span><?php echo _PI_FT3?></span>
</div>
<div class="photo_frame">
<div class="photo_image">
<a href="../images/max/ZM_cb3_04_Luz.jpg" title="<?php echo _TITLE_PAGINA?>" target="_blank"><img src="../images/min/ZM_cb3_04_Luz.jpg" alt="J. JACOTTET. Luz route de Barreges" width="186" height="105" /></a>
</div>
<span><?php echo _PI_FT4?></span>
</div>
<div class="photo_frame">
<div class="photo_image">
<a href="../images/max/ZM_cb3_Luchon.jpg" title="<?php echo _TITLE_PAGINA?>" target="_blank"><img src="../images/min/ZM_cb3_Luchon.jpg" alt="MIALHE et DANDIRAN. Bains de Bagneres de Luchon" width="186" height="105" /></a>
</div>
<span><?php echo _PI_FT5?></span>
</div>
<div class="photo_frame3">
<div class="photo_image">
<a href="../images/max/ZM_cb3_Chapelle_de_Poney_La_Huc.jpg" title="<?php echo _TITLE_PAGINA?>" target="_blank"><img src="../images/min/ZM_cb3_Chapelle_de_Poney_La_Huc.jpg" alt="A.I. MELLING. Chapelle de Pouey-La-Huc" width="186" height="105" /></a>
</div>
<span><?php echo _PI_FT6?></span>
</div>
<div class="photo_frame3">
<div class="photo_image">
<a href="../images/max/ZM_cb3_Chasseurs.jpg" title="<?php echo _TITLE_PAGINA?>" target="_blank"><img src="../images/min/ZM_cb3_Chasseurs.jpg" alt="V. PETIT. Chasseurs d<>Isard et Berger" width="186" height="105" /></a>
</div>
<span><?php echo _PI_FT7?></span>
</div>
</div>
<div id="main_in_bottom"></div>
</div>
</div><!-- /wrapper -->
</div><!-- /container -->
<?php require('../inc/footer.php');?><!-- /footer -->
</div>
<?php require('../inc/analytics.php');?>
</body>
</html>