<#macro page title>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<title>Legacy Worlds Beta 6 <@version/> - ${title?xhtml}</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script type="text/javascript" charset="utf-8" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/main.js"></script>
</head>
<body>
<!-- Header -->
<div id="hd-top">
<div id="hd-logo">
<a href="home" title="Page d'accueil de Legacy Worlds"><span>Legacy Worlds Beta 6 <@version/></span></a>
</div>
<div id="hd-bar">
<div id="hd-summary" />
<div id="hd-page">
<h1>${title?xhtml}</h1>
<div id="hd-text">version courante : <@full_version/></div>
<div id="menu-left">
<div class="button">
<a href="?">Réessayer</a>
<div id="page-contents"><#nested></div>
<div id="footer">
Copyright (C) 2004-2012,
<a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
</body>
</html>
</#macro>