Mercurial > libervia-templates
view sat_templates/templates/bulma/components/media_player.html @ 413:0190a0d32909 default tip
Forum: Major redesign of forums:
Forums have been redesigned. They follow the new general design with 2 or 3 panels,
allowing to have directly a forum if one is found/set up, and a panel on the left to
search/discover other ones.
Categories have been rewritten to be usable with pubsub relationships, a XEP-0277 type
node is used for topics, and each item has a comments node for the threads.
The thread view is set in `forum/show_messages.html` template. It has a header with a
search box and a button to (un)subscribe.
Items are displayed with the same macros as for the blog items.
Below a room is set for editor, tags and attachments.
rel 463
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 05 Sep 2025 21:54:09 +0200 |
parents | 742c59641bf5 |
children |
line wrap: on
line source
<div class="media_player"> <div class="media_elt"></div> <div class="media_overlay_play is-flex has-items-centered"> <span class="icon"> <i class="icon-play-circled"></i> </span> </div> <div class="media_controls columns is-mobile has-items-vcentered"> <div class="column is-narrow click_to_play"> <span class="icon is-medium"> <i class="icon-play media_play is-size-4"></i> <i class="icon-pause media_pause is-size-4"></i> </span> </div> <div class="column"> <progress class="progress" value="0"></progress> </div> <div class="column is-narrow click_to_change_timer_mode"> <div class="content timer"> 0:00/0:00 </div> </div> <div class="column is-narrow click_to_change_volume"> <span class="icon is-medium"> <i class="icon-volume-up media_sound_on is-size-4"></i> <i class="icon-volume-off media_sound_off is-size-4"></i> </span> </div> <div class="column is-narrow click_to_fullscreen"> <span class="icon is-medium"> <i class="icon-resize-full media_resize_full is-size-4"></i> <i class="icon-resize-small media_resize_small is-size-4"></i> </span> </div> </div> </div>