[IMP] Lua script - Get categories and elements to display them on

homepage
This commit is contained in:
Olivier DOSSMANN
2013-05-15 11:22:55 +02:00
parent e326b7331a
commit 370d5006af
3 changed files with 55 additions and 8 deletions

8
composants/categ.html Normal file
View File

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

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