Skip to content

Instantly share code, notes, and snippets.

@juba
Created November 7, 2014 14:58
Show Gist options
  • Save juba/436efa6ac47297734fed to your computer and use it in GitHub Desktop.
Save juba/436efa6ac47297734fed to your computer and use it in GitHub Desktop.
<BOUCLE_liste_halspub_typdoc(HALS_PUBLICATIONS){id_hal IN #GET{the_hals}}{!par date_production,titre}{doublons recents}{0,#NBPUB}>
<BOUCLE_liste_halspub_affichage(HALS_PUBLICATIONS){!doublons recents}{!par typdoc}>
[<h3>(#TYPDOC|unique)</h3>]
<ul>
[<li>(#HAL_COMPLET|traite_hal_complet)</li>]
</ul>
</BOUCLE_liste_halspub_affichage>
</BOUCLE_liste_halspub_typdoc>
@marcimat
Copy link

marcimat commented Nov 7, 2014

<BOUCLE_liste_halspub_typdoc(HALS_PUBLICATIONS){id_hal IN #GET{the_hals}}{!par date_production,titre}{doublons recents}{0,#NBPUB}> </BOUCLE_liste_halspub_typdoc>

<B_liste_halspub_affichage>
[<h3>(#TYPDOC|unique)</h3>]
<ul>
<BOUCLE_liste_halspub_affichage(HALS_PUBLICATIONS){!doublons recents}{!par typdoc}>
[<li>(#HAL_COMPLET|traite_hal_complet)</li>]
</BOUCLE_liste_halspub_affichage>
</ul>
</B_liste_halspub_affichage>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment