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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
<?php
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Cigarette électronique H&C</TITLE>
<link rel='stylesheet' type='text/css' href='style_ie.css'/>
<link rel="Shortcut Icon" href="images/icone.ico" type="image/x-icon" />
<meta name="description" content="H&C est une société qui vous propose des produits vous permettant de fumer plus sainement. Ainsi vous pourrez trouver sur notre site des kits de cigarette électronique, des recharges pour cigarettes électroniques, des recharges pour cigarettes électroniques, des chargeur pour cigarettes électroniques, des eliquide pour cigarette électroniques et d'autres accessoires pour cigarettes électroniques" />
<meta name="keywords" content="cigarette électronique, ecigarette électronique, ecig h&c, ecig électronique, cigarette électronique h&c, ecigarette electronique h&c, atomiseur, fiole h&c, eliquid h&c, kits pour cigarette électronique h&c, kits ego h&c, kits joye 510 h&c, kits spécial 510 h&c, cartomiseur" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<SCRIPT LANGUAGE="Javascript" SRC="disclaimer.js"></SCRIPT>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js"></script>
<script type="text/javascript" src="simplegallery.js"></script>
<script type="text/javascript" src="arrondi.js"></script>
<script type="text/javascript">
var mygallery=new simpleGallery({
wrapperid: "simplegallery1", //ID of main gallery container,
dimensions: [650, 380], //width/height of gallery in pixels. Should reflect dimensions of the images exactly
imagearray: [
["images/new_year.jpg", "http://en.wikipedia.org/wiki/Swimming_pool", "_new", "Bonne année 2012 à tous :)."],
["images/facebook_affiche.png", "http://en.wikipedia.org/wiki/Cave", "", "rejoignez notre groupe"],
["images/promotion.png", "", "", "Bienvenue à tout nos nouveaux clients"],
["images/parrainage.png", "", "", "Tout le monde est récompensé"]
],
autoplay: [true, 3000, 2], //[auto_play_boolean, delay_btw_slide_millisec, cycles_before_stopping_int]
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
oninit:function(){ //event that fires when gallery has initialized/ ready to run
//Keyword "this": references current gallery instance (ie: try this.navigate("play/pause"))
},
onslide:function(curslide, i){ //event that fires after each slide is shown
//Keyword "this": references current gallery instance
//curslide: returns DOM reference to current slide's DIV (ie: try alert(curslide.innerHTML)
//i: integer reflecting current image within collection being shown (0=1st image, 1=2nd etc)
}
})
</script>
</HEAD>
<BODY>
<div id="page">
<div class="arrondi">
<?php include("entete.php");
include("menu.php");
include("menu_prod.php");
include("panier.php");
include("cadre_eco.php");
include("paypal.php");
include("tag.php");
include("facebook.php");?>
<div class="accueil">
<div id="simplegallery1"> </div>
<h2> bienvenue dans l'univers H&C</h2>
<table id="box1" border="1">
<tr>
<td>
<?php
echo "<a href='product.php?nom_prod=".$handc."' title='".$data[0]."'><h3>".$data[0]."</h3></a></br></br>";
echo "<a href='product.php?nom_prod=".$handc."' title='".$data[0]."'><img src='images/products/".$data[1].".jpg' border='0' width='100' alt='".$data[0]."'></a></br>";
echo "<a href='product.php?nom_prod=".$handc."' title='".$data[0]."'>".$data[2]."</a>";
?>
</td>
</tr>
</table>
<table id="box3" border="1">
<tr>
<td>
<?php
echo "<a href='product.php?nom_prod=".$handc."'><h3>".$data[0]."</h3></a></br></br>";
echo "<img src='images/products/".$data[1].".jpg' width='100'></br>";
echo "<a href='product.php?nom_prod=".$handc."'>".$data[2]."</a>";
?>
</td>
</tr>
</table>
</div>
</div>
<?php include("menu_bottom.php");?>
</div>
</BODY>
</HTML> |
Partager