Mercurial > libervia-templates
comparison default/file/overview.html @ 124:11e729a7d8e9
photo: photos handling, first draft:
this template is a specialized file view for photo albums. A comments panel is added if a comments link is found.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 18 Mar 2018 11:31:36 +0100 |
parents | 44b838bcc0d6 |
children | 14a4c6bb4443 |
comparison
equal
deleted
inserted
replaced
123:44b838bcc0d6 | 124:11e729a7d8e9 |
---|---|
1 {% extends 'base/base.html' %} | 1 {% extends 'base/base.html' %} |
2 | 2 |
3 {% block body %} | 3 {% block body %} |
4 {{ icon_defs('level-up', 'doc','folder-open-empty') }} | 4 {{ icon_defs('level-up', 'doc','folder-open-empty', 'comment-empty') }} |
5 <ul id="files"> | 5 <ul id="files"> |
6 {% if parent_url is defined %} | 6 {% if parent_url is defined %} |
7 <li class="file"> | 7 <li class="file"> |
8 <a href="{{ parent_url }}"> | 8 <a href="{{ parent_url }}"> |
9 {{ icon('level-up', cls='file__icon') }} | 9 {{ icon('level-up', cls='file__icon') }} |