author | ymh <ymh.work@gmail.com> |
Wed, 01 Aug 2018 14:04:43 +0200 | |
changeset 26 | 957d03d2bc26 |
parent 17 | 2f8800dc2c0d |
permissions | -rw-r--r-- |
0 | 1 |
|
2 |
{% if item.metadatas.metadata_obj.image.title %}<h3>Titre : <small>{{item.metadatas.metadata_obj.image.title}}</small></h3>{% endif %} |
|
12
902a14596a56
Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
0
diff
changeset
|
3 |
{% if item.metadatas.metadata_obj.image.description_html %}<div><h4 style='float:left'>Description :</h4> <div class='text-muted' style='display:inline-block'>{{item.metadatas.metadata_obj.image.description_html|safe}}</div></div>{% endif %} |
0 | 4 |
{% if item.metadatas.metadata_obj.image.credit %}<h5>Crédits : <small>{{item.metadatas.metadata_obj.image.credit}}</small></h5>{% endif %} |
5 |
{% if item.metadatas.metadata_obj.image.id %}<h5>Identification : <small>{{item.metadatas.metadata_obj.image.id}}</small></h5>{% endif %} |
|
17
2f8800dc2c0d
Adapting access on collections images links in templates
Riwad Salim
parents:
12
diff
changeset
|
6 |
{% if item.metadatas.metadata_obj.image.id %} |
2f8800dc2c0d
Adapting access on collections images links in templates
Riwad Salim
parents:
12
diff
changeset
|
7 |
{% with item_link_url=item.get_item_link_url item_link_text=item.get_item_link_text %} |
2f8800dc2c0d
Adapting access on collections images links in templates
Riwad Salim
parents:
12
diff
changeset
|
8 |
{% if item_link_url and item_link_text %} |
2f8800dc2c0d
Adapting access on collections images links in templates
Riwad Salim
parents:
12
diff
changeset
|
9 |
<h5><a href="{{item_link_url}}" target="_blank">{{item_link_text}}</a></h5> |
2f8800dc2c0d
Adapting access on collections images links in templates
Riwad Salim
parents:
12
diff
changeset
|
10 |
{% endif %} |
2f8800dc2c0d
Adapting access on collections images links in templates
Riwad Salim
parents:
12
diff
changeset
|
11 |
{% endwith %} |
2f8800dc2c0d
Adapting access on collections images links in templates
Riwad Salim
parents:
12
diff
changeset
|
12 |
{% endif %} |
0 | 13 |
<br> |