Mercurial > libervia-templates
view sat_templates/templates/bulma/photo/slideshow.html @ 303:877f01720036
bulma (lists): creation, invitations, item deletion:
- add interface to create lists from templates
- show list specific icon when available in lists discovery
- owned lists can be deleted from lists discovery
- lists can now be created from templates
- when edition is allowed, a delete button let now delete a list item from single item
view
- new button to launch invitation manager from list overview
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 20 Feb 2021 13:39:11 +0100 |
parents | 9731b71ffa53 |
children |
line wrap: on
line source
<div class="slideshow"> <button class="delete is-large click_to_close slideshow_control"></button> <div class="click_to_comment slideshow_control"> <span class='comments__count'></span> <i class="icon-comment-empty is-size-3"></i> </div> <div class="swiper-container"> <div class="swiper-wrapper"></div> <div class="swiper-pagination slideshow_control"></div> <div class="swiper-button-prev slideshow_control"></div> <div class="swiper-button-next slideshow_control"></div> <div class="swiper-scrollbar slideshow_control"></div> </div> </div>