comparison default/photo/discover.html @ 129:ca42dc037bbf

file (discover): new discovery page: the discovery page will show service, own devices and roster contact devices offering file sharing. An extra field allow to enter free jid. Added a small message in photo/discover.html has photo album discovery is not yes implemented. New block and images macros.
author Goffi <goffi@goffi.org>
date Sat, 24 Mar 2018 11:16:14 +0100
parents
children
comparison
equal deleted inserted replaced
128:4f27ce980ced 129:ca42dc037bbf
1 {% extends 'base/base.html' %}
2 {% import 'input/form.html' as form with context %}
3 {% import 'input/field.html' as field with context %}
4
5 {% block body %}
6 <p class="instructions--alt">{% trans %}Photo discovery is not implemented yet, however you can enter a jid below to find its albums{% endtrans %}</p>
7 {% call form.form(class="form_single") %}
8 {{ field.text("jid", _("device full jid"), required=true)}}
9 {{ field.submit(_("Access")) }}
10 {% endcall %}
11 {% endblock body %}