No images in this repository’s iceberg at this time
Download raw (1.6 KB)
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<meta charset="utf-8"></meta>
<title>OpenSauce</title>
<link rel="stylesheet" type="text/css" href="styles/style.css" class="day" title="day"/>
</head>
<body>
<script src="js/jquery.js"></script>
<script>
//<![CDATA[
$(document).ready(function() {
$("#cell1").click(function() {
$("#cell1bis").show();
});
$("#cell1bis").click(function() {
$("#cell1bis").hide();
});
$("#cell2").click(function() {
$("#cell2bis").show();
});
$("#cell2bis").click(function() {
document.location.href = "contentAvecTexte.xhtml";
});
$("#cell3").click(function() {
$("#cell3bis").show();
});
$("#cell3bis").click(function() {
$("#cell3bis").hide();
});
});
//]]>
</script>
<div class="cellule" style="">
<img id="cell1" src="Images/10tif.png"/>
<img id="cell1bis" class="bis" src="Images/MacaronFinal.gif" style="margin-top:-294px;" />
</div>
<div class="cellule" style="">
<img id="cell2" src="Images/gif1.png"/>
<img id="cell2bis" class="bis" src="Images/Macaron2.gif" style="margin-top:-228px;"/>
</div>
<div class="cellule" style="">
<img id="cell3" src="Images/21tif.png" />
<img id="cell3bis" class="bis" src="Images/MacaronLundi.gif" style="margin-top:-309px;"/>
</div>
</body>
</html>