view sat_templates/templates/bulma/photo/slideshow.html @ 407:f45c311710b1 default tip

chat (message): Add origin of the message: A tag is used to show origin of the message below header. A "bot" tag is also added is the sender identifies itself as a bot. rel 459
author Goffi <goffi@goffi.org>
date Sun, 08 Jun 2025 17:31:38 +0200
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>