Mercurial > libervia-templates
comparison sat_templates/templates/bulma/chat/chat.html @ 364:095bd5b34080
chat: add templates for URL previews
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 28 Jun 2023 10:40:53 +0200 |
parents | b2b859a62e70 |
children | 9860286068b9 |
comparison
equal
deleted
inserted
replaced
363:cddac8502c4b | 364:095bd5b34080 |
---|---|
1 {% if not embedded %}{% extends 'base/base.html' %}{% endif %} | 1 {% if not embedded %}{% extends 'base/base.html' %}{% endif %} |
2 {% block title %}{{ target_jid }} - {{ super() }}{% endblock %} | 2 {% block title %}{{ target_jid }} - {{ super() }}{% endblock %} |
3 {% block body %} | 3 {% block body %} |
4 {{ icon_defs("lock-open", "lock-filled", "ok", "pencil", "dot-3", "share", "attach", "paper-plane-empty", "doc", "download") }} | 4 {{ icon_defs( |
5 "lock-open", "lock-filled", "ok", "pencil", "dot-3", "share", "attach", | |
6 "paper-plane-empty", "doc", "download", "wrench", "eye" | |
7 ) }} | |
5 | 8 |
6 {# TODO: this should be done in a more generic way in dialog module #} | 9 {# TODO: this should be done in a more generic way in dialog module #} |
7 <div id="modal" class="modal"> | 10 <div id="modal" class="modal"> |
8 <div class="modal-background"></div> | 11 <div class="modal-background"></div> |
9 <div class="modal-content"> | 12 <div class="modal-content"> |