src/iconolab_mcc/templates/iconolab/misc/help.html
author ymh <ymh.work@gmail.com>
Thu, 05 Jul 2018 14:04:26 +0200
changeset 25 607cdf16caf5
parent 1 309def3c05dc
permissions -rw-r--r--
add specific version information in footer
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
     1
{% extends 'iconolab_base.html' %}
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
     2
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
     3
{% load staticfiles %}
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
     4
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
     5
{% load thumbnail %}
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
     6
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
     7
{% load iconolab_tags %}
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
     8
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
     9
{% block content %}
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    10
  <div class="row">
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    11
    <div class="alert alert-warning">
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    12
      <b>Avertissement</b> : Le contenu de cette page est temporaire et sera amené à être modifié dans les versions ultérieures de la plateforme.
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    13
    </div><div class="col-md-9">
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    14
    <h1>Le projet</h1>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    15
    <p class="text-justify">Iconolab est une plateforme contributive grâce à laquelle les utilisateurs peuvent explorer et annoter des <a href="/glossary/">collections (fonds)</a> d'images fournies par plusieurs musées et référencées dans la base de données <a target="_blank" href="http://www.culture.gouv.fr/documentation/joconde/fr/pres.htm">Joconde, catalogue collectif des collections des musées de France</a>.
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    16
    <br><br>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    17
    Sur cette plateforme, il est possible de découper des <a href="/glossary/">détails</a> d'une image et de lui assigner des <a href="/glossary/">mots-clés</a> pour en faire une <a href="/glossary/">annotation</a>. Les autres utilisateurs de la plateforme peuvent ensuite échanger, débattre et faire évoluer ces annotations.
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    18
    <br><br>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    19
    La <a href="/glossary/">page "glossaire"</a> décrit le vocabulaire employé sur la plateforme afin de vous aider à en comprendre le fonctionnement.
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    20
    </p>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    21
    </div>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    22
    <div class="col-md-3 text-center">
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    23
         <img src="{% static 'iconolab/img/glossary_example.png' %}" width="200" height="200">
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    24
         <br><h4 class="text-center"><small>Exemple de fragment</small></h6>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    25
    </div>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    26
  </div>
309def3c05dc Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff changeset
    27
{% endblock %}