source: trunk/spip/esqueleto-redcta/themes/redcta/inc/inc-titulares.html @ 30

Last change on this file since 30 was 30, checked in by sebas, 17 years ago

nueva importacion del codigo del esqueleto de redcta con los plugins

File size: 377 bytes
Line 
1<B_ultimas>
2        <ul>
3        <BOUCLE_ultimas(ARTICLES){titre_mot=titulares} {par date} {inverse}{0,6}>
4                        <div id="titulares">
5                                               
6                                <li><a href="#URL_ARTICLE">
7                                       
8                                        #TITRE
9                                        [<span class="fechatitulares">[(#DATE|journum)]/[(#DATE|mois)]/[(#DATE|annee)]</span> ] #CHAPO<span class="mas"> (+)</span>
10                                       
11                                </a>
12                                </li>
13                        </div>
14        </BOUCLE_ultimas>
15        </ul>
16</B_ultimas>
Note: See TracBrowser for help on using the repository browser.