source: trunk/spip/esqueleto-redcta/plugins/magusine-portage2/squelettes/blocs/rubrique/rubrique-lexique-index.html @ 198

Last change on this file since 198 was 198, checked in by guille, 15 years ago

magusine 2

File size: 460 bytes
Line 
1<div id="indexlexique" class="listagebloc">
2<h2><:lexique:></h2>
3<ul class="listageconteneur">
4<li>
5<?php
6$lettres = array();
7?>
8<BOUCLE_listearticles(ARTICLES){id_rubrique}{par titre}>
9<?php
10if (!in_array("[(#TITRE|premiere_lettre)]", $lettres)) {
11?>
12[<a style="font-size:140%; font-weight:bold;" href="#[(#TITRE|premiere_lettre)]">(#TITRE|premiere_lettre)</a>]
13<?php
14}
15$lettres[] = "[(#TITRE|premiere_lettre)]";
16?>
17</BOUCLE_listearticles>
18</li>
19</ul>
20</div>
Note: See TracBrowser for help on using the repository browser.