source: trunk/spip/esqueleto-redcta/themes/redcta/inc/inc-notas-destacadas.html @ 94

Last change on this file since 94 was 70, checked in by guille, 16 years ago
File size: 936 bytes
Line 
1<B_articles_por_secciones>
2        <BOUCLE_articles_por_secciones(ARTICLES) {lang?}{titre_mot=nota destacada}{lang} {par id_rubrique}{unique}>
3        <BOUCLE_nom_rub2 (RUBRIQUES){id_rubrique}>
4                        [<div id="rubriquedestacada"><a href="#URL_RUBRIQUE">(#TITRE|supprimer_numero|unique{dest})</a></div>]</BOUCLE_nom_rub2>
5                        <div class="spacedestacada"></div>
6                        <table width="100%"><TR><TD>
7                        [(#LOGO_ARTICLE|left|#URL_ARTICLE|reduire_image{122}|inserer_attribut{hspace,5})]
8                        [<div class="surtitre #EDIT{surtitre}">(#SURTITRE)</div>]
9                        <a href="#URL_ARTICLE"><h3>[(#TITRE|supprimer_numero)]</h3></a>
10                        [<div class="sous-titre #EDIT{soustitre}">(#SOUSTITRE)</div>]
11                        [<div class="texte #EDIT{chapo}">(#CHAPO)</div>]
12                        <a href="#URL_ARTICLE"><span class="vermas">ver articulo completo</span></a>
13                        </TD></TR></table>
14                                               
15        </BOUCLE_articles_por_secciones>
16</B_articles_por_secciones><!-- Fin Por las secciones -->
Note: See TracBrowser for help on using the repository browser.