Changeset 115824 in spip-zone for _squelettes_
- Timestamp:
- Jun 29, 2019, 7:55:04 AM (22 months ago)
- Location:
- _squelettes_/html5up_spectral
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/html5up_spectral/article.html
r115761 r115824 25 25 <div class="inner"> 26 26 <p> 27 <B_FilAriane>28 27 <br /><a href="#URL_SITE_SPIP"><:accueil_site:></a> > 29 <BOUCLE_FilAriane(HIERARCHIE){id_article}> 28 <B_FilAriane> 29 <BOUCLE_FilAriane(HIERARCHIE){id_article}{titre!==^[9]}> 30 30 <a href="#URL_RUBRIQUE">[(#TITRE|supprimer_numero)]</a> > 31 31 </BOUCLE_FilAriane> … … 48 48 <h2><:mots_clefs:></h2> 49 49 50 <BOUCLE_motscles(MOTS){id_article} >50 <BOUCLE_motscles(MOTS){id_article}{titre!==^[9]}> 51 51 [<a href="#URL_MOT" class="image" style="padding: 10px">(#LOGO_MOT|image_reduire{*,64})</a>] 52 52 </BOUCLE_motscles> -
_squelettes_/html5up_spectral/mot.html
r115764 r115824 13 13 14 14 <!-- Main --> 15 <BOUCLE_principale(MOTS){id_mot} >15 <BOUCLE_principale(MOTS){id_mot}{titre!==^[9]}> 16 16 <article id="main"> 17 17 <header> … … 26 26 <B_FilAriane> 27 27 <br /><a href="#URL_SITE_SPIP"><:accueil_site:></a> > [(#TITRE|supprimer_numero)] > 28 <BOUCLE_FilAriane(ARTICLES){id_mot} >28 <BOUCLE_FilAriane(ARTICLES){id_mot}{titre!==^[9]}> 29 29 </BOUCLE_FilAriane> 30 30 #TOTAL_BOUCLE [(#TOTAL_BOUCLE|>={2}|?{<:articles:>, <:article:>})] … … 38 38 <div class="inner"> 39 39 [(#DESCRIPTIF)] 40 <BOUCLE_articles(ARTICLES) {id_mot} {par num titre}{!par date} >40 <BOUCLE_articles(ARTICLES) {id_mot} {par num titre}{!par date}{titre!==^[9]}> 41 41 <h4><a href="#URL_ARTICLE">#TITRE</a></h4> 42 42 </BOUCLE_articles> -
_squelettes_/html5up_spectral/plan.html
r115761 r115824 24 24 <B_racine> 25 25 26 <BOUCLE_racine(RUBRIQUES){racine} >26 <BOUCLE_racine(RUBRIQUES){racine}{titre!==^[9]}> 27 27 <section class="wrapper alt style2"> 28 28 <section class="spotlight"> … … 39 39 <section class="wrapper style5"> 40 40 <div class="inner"> 41 <BOUCLE_articles(ARTICLES) {id_rubrique} {par num titre}{!par date} >41 <BOUCLE_articles(ARTICLES) {id_rubrique} {par num titre}{!par date}{titre!==^[9]}> 42 42 <h4><a href="#URL_ARTICLE">#TITRE</a></h4> 43 43 </BOUCLE_articles> … … 60 60 <B_mot_ayant_un_article> 61 61 [<a href="#URL_MOT" class="image" style="padding: 10px">(#LOGO_MOT|image_reduire{*,64})</a>] 62 <BOUCLE_mot_ayant_un_article(ARTICLES) {id_mot} >62 <BOUCLE_mot_ayant_un_article(ARTICLES) {id_mot}{titre!==^[9]}> 63 63 </BOUCLE_mot_ayant_un_article> 64 64 </BOUCLE_motscles> -
_squelettes_/html5up_spectral/rubrique.html
r115764 r115824 13 13 14 14 <!-- Main --> 15 <BOUCLE_principale(RUBRIQUES){id_rubrique} >15 <BOUCLE_principale(RUBRIQUES){id_rubrique}{titre!==^[9]}> 16 16 <article id="main"> 17 17 <header> … … 27 27 <B_FilAriane> 28 28 <br /><a href="#URL_SITE_SPIP"><:accueil_site:></a> > 29 <BOUCLE_FilAriane(HIERARCHIE){id_article} >29 <BOUCLE_FilAriane(HIERARCHIE){id_article}{titre!==^[9]}> 30 30 <a href="#URL_RUBRIQUE">[(#TITRE|supprimer_numero)]</a> > 31 31 </BOUCLE_FilAriane> 32 32 33 <BOUCLE_art(ARTICLES) {id_rubrique} >33 <BOUCLE_art(ARTICLES) {id_rubrique} {titre!==^[9]}> 34 34 </BOUCLE_art> 35 35 #TOTAL_BOUCLE [(#TOTAL_BOUCLE|>={2}|?{<:articles:>, <:article:>})] … … 43 43 [(#TEXTE|image_reduire{800,*})] 44 44 45 <BOUCLE_articles(ARTICLES) {id_rubrique} {par num titre}{!par date} >45 <BOUCLE_articles(ARTICLES) {id_rubrique} {par num titre}{!par date}{titre!==^[9]}> 46 46 <h4><a href="#URL_ARTICLE">#TITRE</a></h4> 47 47 </BOUCLE_articles> -
_squelettes_/html5up_spectral/sommaire.html
r115823 r115824 81 81 <B_mot_ayant_un_article> 82 82 [<a href="#URL_MOT" class="image" style="padding: 10px">(#LOGO_MOT|image_reduire{*,96})</a>] 83 <BOUCLE_mot_ayant_un_article(ARTICLES) {id_mot} >83 <BOUCLE_mot_ayant_un_article(ARTICLES) {id_mot}{titre!==^[9]}> 84 84 </BOUCLE_mot_ayant_un_article> 85 85 </BOUCLE_motscles_site>
Note: See TracChangeset
for help on using the changeset viewer.