# HG changeset patch # User durandn # Date 1469108124 -7200 # Node ID c3116f5ed7777dc0750007fd863a105995824d75 # Parent a086445543d536b26c8efa51fc0d33d7ffe04a8c replaced link with buttons on templates diff -r a086445543d5 -r c3116f5ed777 src/iconolab/templates/iconolab/collection_home.html --- a/src/iconolab/templates/iconolab/collection_home.html Thu Jul 21 12:00:54 2016 +0200 +++ b/src/iconolab/templates/iconolab/collection_home.html Thu Jul 21 15:35:24 2016 +0200 @@ -24,7 +24,7 @@ {% endthumbnail %}
- Détail de l'objet + Détail de l'objet
{% endwith %} diff -r a086445543d5 -r c3116f5ed777 src/iconolab/templates/iconolab/detail_image.html --- a/src/iconolab/templates/iconolab/detail_image.html Thu Jul 21 12:00:54 2016 +0200 +++ b/src/iconolab/templates/iconolab/detail_image.html Thu Jul 21 15:35:24 2016 +0200 @@ -8,13 +8,16 @@ {% block content %}
-
- Retour à la liste d'images - Créer une nouvelle annotation - - {% thumbnail image.media "x800" crop="center" as im %} +
+ Retour à la liste d'objets + Revoir l'objet de cette image + Annoter l'image +

+ + {% thumbnail image.media "800x800" crop=False as im %} {% endthumbnail %} +
diff -r a086445543d5 -r c3116f5ed777 src/iconolab/templates/iconolab/detail_item.html --- a/src/iconolab/templates/iconolab/detail_item.html Thu Jul 21 12:00:54 2016 +0200 +++ b/src/iconolab/templates/iconolab/detail_item.html Thu Jul 21 15:35:24 2016 +0200 @@ -15,7 +15,8 @@ {% endthumbnail %}
-
Créer une nouvelle annotation sur cette image +
Annoter cette image +

{% endfor %} @@ -32,7 +33,7 @@ {% endfor %}

{% endif %} - Retour à la liste d'objets + Retour à la liste d'objets {% for image in item.images.all %}