Changeset 88850 in spip-zone for _plugins_/albums
- Timestamp:
- Apr 27, 2015, 9:04:22 PM (6 years ago)
- Location:
- _plugins_/albums/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/albums/trunk/albums_options.php
r87048 r88850 37 37 if (!defined('_ALBUMS_RECADRER')) define('_ALBUMS_RECADRER',false); 38 38 39 // [vignettes] Titre long ou court 40 if (!defined('_ALBUMS_TITRE_COURT')) define('_ALBUMS_TITRE_COURT',false); 41 39 42 // [liste] Informations affichées pour chaque fichier, séparées par un tiret `-` : 'extension-taille-dimensions' 40 43 if (!defined('_ALBUMS_LISTE_METAS')) define('_ALBUMS_LISTE_METAS',''); -
_plugins_/albums/trunk/modeles/album.html
r88432 r88850 124 124 <BOUCLE_documents_album(DOCUMENTS){id_document IN #GET{ids_documents}}{tout}{pagination #GET{pagination} #VAL{album}|concat{#ENV{id_album,x}}}>[ 125 125 (#SET{titre_doc, #TITRE|sinon{#FICHIER|basename}})][ 126 (#SET{titre_doc_long, # GET{titre_doc}|concat{' - ',#TYPE_DOCUMENT,' - ',#VAL{#TAILLE|taille_en_octets},#MEDIA|=={image}|?{#VAL{' - '}|concat{#LARGEUR,'×',#HAUTEUR,' px'}}}})][126 (#SET{titre_doc_long, #EVAL{_ALBUMS_TITRE_COURT}|?{#GET{titre_doc},#GET{titre_doc}|concat{' - ',#TYPE_DOCUMENT,' - ',#VAL{#TAILLE|taille_en_octets},#MEDIA|=={image}|?{#VAL{' - '}|concat{#LARGEUR,'×',#HAUTEUR,' px'}}}}})][ 127 127 (#SET{ratio, #GET{recadrer}|?{#VAL{/\[-:\/\]/}|preg_split{#ENV*{ratio,1}}}})][ 128 128 (#SET{ratio, #GET{ratio}|count|>{1}|?{#GET{ratio/1}|div{#GET{ratio/0}},#GET{ratio/0}}|floatval})][ -
_plugins_/albums/trunk/paquet.xml
r88435 r88850 2 2 prefix="albums" 3 3 categorie="multimedia" 4 version="3.3. 9"4 version="3.3.10" 5 5 schema="1.0.0" 6 6 etat="stable"
Note: See TracChangeset
for help on using the changeset viewer.