2013-05-14 16:40:41 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<title>${TITLE}</title>
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="html5.js" type="text/javascript"></script>
|
|
|
|
<![endif]-->
|
|
|
|
<link rel="stylesheet" href="${DEFAULT_CSS}" type="text/css" media="all" title="${CSS_NAME}" />
|
|
|
|
<link rel="stylesheet" href="${CSS_COLOR}" type="text/css" media="all" title="${CSS_NAME}" />
|
|
|
|
</head>
|
|
|
|
<body>
|
2013-05-17 09:11:52 +00:00
|
|
|
<!-- Header -->
|
2013-05-14 16:40:41 +00:00
|
|
|
<header>
|
|
|
|
<h1>${PORTEAIL_TITLE}</h1>
|
|
|
|
</header>
|
|
|
|
|
2013-05-17 09:11:52 +00:00
|
|
|
<!-- Content -->
|
2013-05-14 16:40:41 +00:00
|
|
|
<div id="corps">
|
|
|
|
${INTRODUCTION}
|
|
|
|
${CONTENT}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
${MENU}
|
|
|
|
|
2013-05-17 09:11:52 +00:00
|
|
|
<!-- Footer -->
|
2013-05-14 16:40:41 +00:00
|
|
|
|
|
|
|
<footer>
|
2014-04-01 19:14:44 +00:00
|
|
|
<p>${POWERED_BY} <a href="http://porteail.depotoi.re/" title="${POWERED_BY_DESC}">PorteAil ${VERSION}</a></p>
|
2013-05-14 16:40:41 +00:00
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|