You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.2 KiB
47 lines
1.2 KiB
[(#REM) |
|
corps du sommaire |
|
composition |
|
- un article large |
|
- n articles sur 2 cols en medium |
|
- n articles en short |
|
|
|
cf _patron_home.html |
|
|
|
param: |
|
(aucun) |
|
|
|
]<!-- home-row-1 : preview full widht banner --> |
|
<div class="home-row-1"> |
|
<BOUCLE_news_row_1(ARTICLES){!par date}{0,1}{doublons news}> |
|
<INCLURE{fond=inc/inc_article_preview, id_article}/> |
|
</BOUCLE_news_row_1> |
|
</div> |
|
<!-- #home-row-1 --> |
|
|
|
<!-- home-row-2 : 2 cols --> |
|
<div class="home-row-2"> |
|
<!-- home-row-2-col --> |
|
<div class="home-row-2-col"> |
|
<BOUCLE_news_row_2_1(ARTICLES){!par date}{0,4}{doublons news}> |
|
<INCLURE{fond=inc/inc_article_preview, id_article}/> |
|
</BOUCLE_news_row_2_1> |
|
</div> |
|
<!-- #home-row-2-col --> |
|
|
|
<!-- home-row-2-col --> |
|
<div class="home-row-2-col"> |
|
<BOUCLE_news_row_2_2(ARTICLES){!par date}{0,4}{doublons news}> |
|
<INCLURE{fond=inc/inc_article_preview, id_article}/> |
|
</BOUCLE_news_row_2_2> |
|
</div> |
|
<!-- #home-row-2-col --> |
|
</div> |
|
<!-- #home-row-2 --> |
|
|
|
<!-- home-row-3 : shortheadlines --> |
|
<div class="home-row-3"> |
|
<BOUCLE_news_row_3(ARTICLES){!par date}{0,6}{doublons news}> |
|
<INCLURE{fond=inc/inc_article_preview, id_article, article_preview_short=oui}/> |
|
</BOUCLE_news_row_3> |
|
</div> |
|
<!-- #home-row-3 --> |