[ADD] New template for Lua script
This commit is contained in:
31
composants/index.html
Normal file
31
composants/index.html
Normal file
@ -0,0 +1,31 @@
|
||||
<!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>
|
||||
<!-- Entete de page -->
|
||||
<header>
|
||||
<h1>${PORTEAIL_TITLE}</h1>
|
||||
</header>
|
||||
|
||||
<!-- Corps de la page -->
|
||||
<div id="corps">
|
||||
${INTRODUCTION}
|
||||
${CONTENT}
|
||||
</div>
|
||||
|
||||
${MENU}
|
||||
|
||||
<!-- Pied de page -->
|
||||
|
||||
<footer>
|
||||
<p>Page générée à l'aide de <a href="http://porteail.e-mergence.org/" title="Se rendre sur la page officielle du projet PorteAil">PorteAil</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user