Changeset 108610 in spip-zone for _plugins_/albums
- Timestamp:
- Jan 24, 2018, 6:15:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/albums/trunk/modeles/album.html
r108609 r108610 132 132 [(#REM) gestion de la class de la liste <ul> de l'album ] 133 133 [(#PLUGIN{bootstrap}|oui) 134 #SET{class, thumbnails}] 134 #SET{class, thumbnails} 135 #SET{class_album, album-bootstrap} 136 ] 135 137 136 138 [(#CONFIG{foundation/variante}|intval|>={4}|?{ … … 139 141 })] 140 142 143 [(#PLUGIN{foundation}|oui|ou{#PLUGIN{foundation_6}|oui}) 144 #SET{class_album, album-foundation} 145 ] 146 141 147 <B_documents_album> 142 [<(#HTML5|?{figure,div}) class="album vignettes figure[ (#ENV{align})][ (#ENV{classe})][ (# PLUGIN{bootstrap}|oui)album-bootstrap][ (#PLUGIN{foundation}|oui)album-foundation]">]148 [<(#HTML5|?{figure,div}) class="album vignettes figure[ (#ENV{align})][ (#ENV{classe})][ (#GET{class_album})]">] 143 149 #ANCRE_PAGINATION[ 144 150 (#GET{position_legende}|=={top}|oui)[(#GET{caption})]]
Note: See TracChangeset
for help on using the changeset viewer.