Created
March 10, 2014 23:13
-
-
Save taclab/9476412 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <BOUCLE_articles(ARTICLES) {id_article}> | |
| <article> | |
| [(#REM) on reformate le titre] | |
| <BOUCLE_mots(MOTS) {id_article}{id_groupe=2}{0,1}> | |
| <span class="thematique"><a href="#URL_MOT">#TITRE</a></span> | |
| </BOUCLE_mots> | |
| <h3 class="titre"><a href="#URL_ARTICLE" [ class="(#EXPOSE)"]>[(#TITRE|textebrut)]</a></h3> | |
| <div class="#EDIT{intro} introduction entry-content"> | |
| [(#DESCRIPTIF|PtoBR|cesure{#LANG})]</div> | |
| <span class="time-article"> | |
| Publié le | |
| <time datetime="[(#DATE|date_iso)]">[(#DATE|affdate_jourcourt)]</time> | |
| </span> | |
| <BOUCLE_local(MOTS) {id_article}{id_groupe_racine=5}{0,1}> | |
| <span class="tag"> | |
| <i class="icon-map-marker"></i> | |
| <a href="#URL_MOT">#TITRE </a> | |
| </span> | |
| </BOUCLE_local> | |
| <span class="clearfix"></span> | |
| </article> | |
| </BOUCLE_articles> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment