Changeset 79091 in spip-zone
- Timestamp:
- Dec 3, 2013, 8:58:08 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/mediaspip/mediaspip_core/trunk/inclure/articles-medias_liste.html
r79056 r79091 32 32 -* lang_forcee (string) : Si quelque chose est passé, cela n'affichera les résultats que de la langue passée (à défaut, la langue de l'environnement) 33 33 -* toutes_langues (string oui|non) : Ne triera pas en fonction de la langue de l'environnement si on n'a pas lang_forcee (affichera tous les résultats) 34 -* message_null (string non) : Si non, n'affichera pas qu'il n'y a pas de médias si c'est le cas34 -* message_null (string oui|non) : Si oui, ne rien afficher s'il n'y a pas de résultat. Valeur par défaut : non 35 35 -* vueliste_medias (thumbnail|listview) : par défaut thumbnail, affichage en blocs ou en lignes 36 36 … … 108 108 </B_medias> 109 109 [(#ENV{id_auteur}|ou{#ENV{id_mot}}|ou{#ENV{recherche}}|ou{#ENV{em_type}}|ou{#ENV{mots}}|ou{#ENV{id_licence}}|ou{#ENV{id_licence}|=={0}}|ou{#ENV{date_debut}}|ou{#ENV{date_fin}}|oui) 110 [(#ENV{message_null}|=={ non}|oui)110 [(#ENV{message_null}|=={oui}|non) 111 111 <p><:mediaspip_core:message_aucun_media_critere_categorie:></p>]] 112 112 [(#ENV{id_auteur}|ou{#ENV{id_mot}}|ou{#ENV{recherche}}|ou{#ENV{em_type}}|ou{#ENV{mots}}|ou{#ENV{id_licence}}|ou{#ENV{id_licence}|=={0}}|ou{#ENV{date_debut}}|ou{#ENV{date_fin}}|non) 113 [(#ENV{message_null}|=={ non}|oui)113 [(#ENV{message_null}|=={oui}|non) 114 114 <p><:mediaspip_core:message_aucun_media_publie_categorie:></p>]] 115 115 <//B_medias> … … 162 162 </B_medias_tous> 163 163 [(#ENV{id_auteur}|ou{#ENV{id_mot}}|ou{#ENV{recherche}}|ou{#ENV{em_type}}|ou{#ENV{mots}}|ou{#ENV{id_licence}}|ou{#ENV{id_licence}|=={0}}|ou{#ENV{date_debut}}|ou{#ENV{date_fin}}|oui) 164 [(#ENV{message_null}|=={ non}|oui)164 [(#ENV{message_null}|=={oui}|non) 165 165 <p><:mediaspip_core:message_aucun_media_critere:></p>]] 166 166 [(#ENV{id_auteur}|ou{#ENV{id_mot}}|ou{#ENV{recherche}}|ou{#ENV{em_type}}|ou{#ENV{mots}}|ou{#ENV{id_licence}}|ou{#ENV{id_licence}|=={0}}|ou{#ENV{date_debut}}|ou{#ENV{date_fin}}|non) 167 [(#ENV{message_null}|=={ non}|oui)167 [(#ENV{message_null}|=={oui}|non) 168 168 <p><:mediaspip_core:message_aucun_media_publie:></p>]] 169 169 <//B_medias_tous>
Note: See TracChangeset
for help on using the changeset viewer.