+ {% with messages = get_flashed_messages(with_categories=true) %} + {% if messages %} + {% for category, message in messages %} +
+

{{ message }}

+
+ {% endfor %} + {% endif %} + {% endwith %} {% block content %} {% endblock content %}
diff --git a/ecospheres_migrator/templates/fragments/transform_job_status.html.j2 b/ecospheres_migrator/templates/fragments/transform_job_status.html.j2 index 909ef92..ddc151a 100644 --- a/ecospheres_migrator/templates/fragments/transform_job_status.html.j2 +++ b/ecospheres_migrator/templates/fragments/transform_job_status.html.j2 @@ -4,12 +4,12 @@ hx-trigger="load delay:1s" hx-swap="outerHTML">{{ now }} — le job est en cours de traitement ({{ status }}). {% elif status == "finished" %} + {# TODO: add normalized info about current connected catalog #}

Job terminé.

Vous pouvez télécharger le résultat et appliquer vous-mêmes les modifications sur votre catalogue en important le fichier.

Vous pouvez également utiliser le formulaire ci-dessous pour appliquer les modifications automatiquement - sur le catalogue {{ url }}. Pour ce faire, nous avons besoin d'identifiants privilégiés sur votre catalogue. - Ces identifiants sont transmis de manière sécurisée et nous ne les stockons pas.

+ sur le catalogue {{ url }}.

diff --git a/ecospheres_migrator/templates/header.html.j2 b/ecospheres_migrator/templates/header.html.j2 index cfda416..b5deefc 100644 --- a/ecospheres_migrator/templates/header.html.j2 +++ b/ecospheres_migrator/templates/header.html.j2 @@ -23,7 +23,7 @@
- +

Ecosphères migrator

Migrations XML Geonetwork

@@ -44,7 +44,7 @@ aria-label="Menu principal">
  • - Migration + Migration
  • Documentation diff --git a/ecospheres_migrator/templates/login.html.j2 b/ecospheres_migrator/templates/login.html.j2 new file mode 100644 index 0000000..0b42772 --- /dev/null +++ b/ecospheres_migrator/templates/login.html.j2 @@ -0,0 +1,33 @@ +{% extends "base.html.j2" %} +{% block content %} +
    +

    + Connexion au catalogue + Étape 1 sur 4 +

    +
    +

    + Étape suivante : Sélection des données +

    +
    + +
    + + +
    +
    + + +
    +
    + + +
    +
    Les données de ce formulaire sont chiffrées et stockées uniquement sur votre navigateur.
    +
    + +
    +
  • +{% endblock content %} diff --git a/ecospheres_migrator/templates/migrate.html.j2 b/ecospheres_migrator/templates/migrate.html.j2 index 8b12c6f..5afa27f 100644 --- a/ecospheres_migrator/templates/migrate.html.j2 +++ b/ecospheres_migrator/templates/migrate.html.j2 @@ -3,9 +3,9 @@

    Migration des données - Étape 3 sur 3 + Étape 4 sur 4

    -
    +
    Votre traitement (job) porte l'identifiant {{ job.id }}. Son avancement est présenté ci-dessous. diff --git a/ecospheres_migrator/templates/select.html.j2 b/ecospheres_migrator/templates/select.html.j2 index b214756..5082590 100644 --- a/ecospheres_migrator/templates/select.html.j2 +++ b/ecospheres_migrator/templates/select.html.j2 @@ -3,28 +3,15 @@

    Sélection des données à migrer - Étape 1 sur 3 + Étape 2 sur 4

    -
    +

    Étape suivante : Transformation des données

    -
    - - -
    -
    - - -
    -
    - - -
    + {# TODO: add info about current connected catalog #}