[DEL] Slimming down of GNUMakefile to support last lua script

This commit is contained in:
Olivier DOSSMANN
2013-05-15 17:16:05 +02:00
parent cb487777a8
commit e16143bc41
16 changed files with 177 additions and 284 deletions

View File

@ -1,8 +0,0 @@
<!-- Catégorie ${CATEG_TITLE} -->
<h2>${CATEG_TITLE}</h2>
<p>${CATEG_DESC}</p>
<ul class="ensemble_element">
${ELEMENTS}
</ul>
<div class="espace">&nbsp;</div>

View File

@ -1,5 +0,0 @@
<!-- Catégorie @@TITRE_CATEG@@ -->
<h2>@@TITRE_CATEG@@</h2>
<p>@@DESC_CATEG@@</p>
<ul class="ensemble_element">

View File

@ -1,2 +0,0 @@
</ul>
<div class="espace">&nbsp;</div>

View File

@ -0,0 +1,9 @@
<!-- Catégorie ${CATEG_TITLE} -->
<h2>${CATEG_TITLE}</h2>
<p>${CATEG_DESC}</p>
<ul class="ensemble_element">
${ELEMENTS}
</ul>
<div class="espace">&nbsp;</div>

View File

@ -1 +0,0 @@
</div>

View File

@ -1,9 +1,9 @@
<li>
<a class="cadre" href="@@URL_ELEMENT@@" title="@@DESC_ELEMENT@@">
<a class="cadre" href="${ELEMENT_URL}" title="${ELEMENT_DESC}">
<span class="element">
@@TITRE_ELEMENT@@ <br />
${ELEMENT_TITLE} <br />
<img src="@@URL_IMAGE@@" alt="@@DESC_IMAGE@@" title="@@TITRE_IMAGE@@" />
<img src="${IMG_URL}" alt="${IMG_DESC}" title="${ELEMENT_DESC}" />
</span>
</a>
</li>

View File

@ -1,7 +0,0 @@
<!-- 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>

View File

@ -1,19 +0,0 @@
<!DOCTYPE html>
<html xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml" lang="fr">
<head>
<meta charset="UTF-8" />
<title>@@ACCUEIL_PORTEAIL@@</title>
<!--[if lt IE 9]>
<script src="html5.js" type="text/javascript"></script>
<![endif]-->
<link rel="stylesheet" href="@@CSS_DEFAUT@@" type="text/css" media="all" title="Défaut" />
<link rel="stylesheet" href="@@CSS_COULEUR@@" type="text/css" media="all" title="Défaut" />
</head>
<body>
<!-- Entete de page -->
<header>
<h1>@@TITRE_PORTEAIL@@</h1>
</header>
<!-- Corps de la page -->
<div id="corps">

View File

@ -1,10 +0,0 @@
<li>
<a class="cadre" href="${ELEMENT_URL}" title="${ELEMENT_DESC}">
<span class="element">
${ELEMENT_TITLE} <br />
<img src="${IMG_URL}" alt="${IMG_DESC}" title="${ELEMENT_DESC}" />
</span>
</a>
</li>