source: trunk/spip/esqueleto-redcta/themes/redcta/inc/inc-nota-principal.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: 761 bytes
Line 
1<B_principal>
2<BOUCLE_principal(ARTICLES) {titre_mot=nota principal} {par date} {inverse}{0,1}{doublons}>
3        <div id="nota_principal">
4                <div class="volantadest1">
5                        <BOUCLE_foto(DOCUMENTS){id_article}{mode=image}{0,1}>
6                                [(#LOGO_DOCUMENT|right|#URL_ARTICLE|image_reduire{140,0}|inserer_attribut{hspace,4}|inserer_attribut{vspace,4}|inserer_attribut{style,border:1px solid #000000})]
7            </BOUCLE_foto>
8                       
9                </div>
10                <a href="#URL_ARTICLE">
11                        #SURTITRE
12                        <h3>#TITRE</h3>
13                        <div class="chapodest1">
14                                [[(#DATE|journum)]/[(#DATE|mois)]/[(#DATE|annee)] - #NOM_SITE_SPIP] #CHAPO
15                                <span class="vermas"> &gt; nota completa</span>
16                        </div>
17                </a>   
18        </div>
19</BOUCLE_principal>
20
21</B_principal>
22<INCLURE{fond=inc/inc-instalacion}{lang}>
23<//B_principal>
Note: See TracBrowser for help on using the repository browser.