64 lines
1.9 KiB
HTML
64 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="Yax">
|
|
<title>Le blog du Yax</title>
|
|
|
|
<!-- Le styles -->
|
|
<link rel="stylesheet" href="css/pure-0.css" type="text/css" />
|
|
<!--[if lte IE 8]>
|
|
<link rel="stylesheet" href="css/grids-responsive-old-ie-min.css">
|
|
<![endif]-->
|
|
<!--[if gt IE 8]><!-->
|
|
<link rel="stylesheet" href="cssgrids-responsive-min.css">
|
|
<!--<![endif]-->
|
|
<link rel="stylesheet" href="css/style.css" type="text/css" />
|
|
<link rel="stylesheet" href="css/font-awesome.css" type="text/css" />
|
|
|
|
<!-- Le fav and touch icons -->
|
|
<link rel="shortcut icon" href="img/favicon.png">
|
|
|
|
</head>
|
|
|
|
<body onload="display()">
|
|
|
|
<div class="pure-g">
|
|
<div class="pure-u-1 l-box" id="banner">
|
|
<a href="http://blogduyax.madyanne.fr">Le blog du Yax <i class="fa fa-coffee"></i></a>
|
|
<p>GNU/Linux et autres libertés</p>
|
|
</div>
|
|
</div>
|
|
<p></p>
|
|
|
|
<div class="pure-g">
|
|
<div class="pure-u-lg-2-3 pure-u-1" id="content">
|
|
<div class="l-box">
|
|
<p><strong>Le commentaire a été envoyé à l'administrateur du site.</strong></p>
|
|
<a id="linkurl" href="#">Cliquez sur ce lien pour retourner à l'article.</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javascript"><!--
|
|
|
|
function getParameterByName(name) {
|
|
name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]");
|
|
var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"),
|
|
results = regex.exec(location.search);
|
|
return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " "));
|
|
}
|
|
|
|
function display() {
|
|
var page = getParameterByName('p');
|
|
document.getElementById('linkurl').href = page;
|
|
}
|
|
|
|
window.onload = display();
|
|
|
|
--></script>
|
|
|
|
</body>
|
|
</html>
|