source: trunk/spip/esqueleto-redcta/themes/alternatives/inc/inc-breves.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: 745 bytes
Line 
1    <!-- Breves -->
2    <B_breves>
3    <div class="menu">
4    <h2 class="structure"><:dernieres_breves:></h2>
5      <ul>
6        <li><b><:nouvelles_breves:></b>
7          <ul>
8            <BOUCLE_breves(BREVES) {par date} {lang}{inverse} {0,3}>
9                <li>[<span>(#DATE|affdate)</span>]
10              <a href="#URL_SITE_SPIP/#URL_BREVE" [title="(#INTRODUCTION|textebrut|entites_html)"]>[(#TITRE|supprimer_numero)]</a>
11                </li>
12            </BOUCLE_breves>
13          </ul>
14        </li>
15    <!--[if lte IE 6]><style>#encart a{height:1em;}#encart li{height:1em;float:left;clear:both;width:100%}</style><![endif]-->
16    <!--[if IE 6]><style>#encart li{clear:none;}</style><![endif]-->
17      </ul>
18    </div><!-- menu -->
19    </B_breves>
Note: See TracBrowser for help on using the repository browser.