From 11808ed74f51c08b3a9de4b7a7e66d83713de16b Mon Sep 17 00:00:00 2001 From: goofy Date: Sun, 27 Sep 2015 13:11:39 +0200 Subject: essai intégration image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/fr/captures/kanboard-board.png | Bin 0 -> 65587 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 doc/fr/captures/kanboard-board.png (limited to 'doc/fr/captures') diff --git a/doc/fr/captures/kanboard-board.png b/doc/fr/captures/kanboard-board.png new file mode 100644 index 00000000..9e81e48e Binary files /dev/null and b/doc/fr/captures/kanboard-board.png differ -- cgit v1.2.3 From 91eeeee6c511246df56b4720f69d450b8787dd03 Mon Sep 17 00:00:00 2001 From: goofy Date: Mon, 28 Sep 2015 22:47:32 +0200 Subject: ajout captures pour les vues --- doc/fr/captures/kanboard-vue-calendrier.png | Bin 0 -> 31640 bytes doc/fr/captures/kanboard-vue-gantt.png | Bin 0 -> 42360 bytes doc/fr/captures/kanboard-vue-liste.png | Bin 0 -> 38316 bytes doc/fr/project-views.markdown | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 doc/fr/captures/kanboard-vue-calendrier.png create mode 100644 doc/fr/captures/kanboard-vue-gantt.png create mode 100644 doc/fr/captures/kanboard-vue-liste.png (limited to 'doc/fr/captures') diff --git a/doc/fr/captures/kanboard-vue-calendrier.png b/doc/fr/captures/kanboard-vue-calendrier.png new file mode 100644 index 00000000..799add41 Binary files /dev/null and b/doc/fr/captures/kanboard-vue-calendrier.png differ diff --git a/doc/fr/captures/kanboard-vue-gantt.png b/doc/fr/captures/kanboard-vue-gantt.png new file mode 100644 index 00000000..445e8a87 Binary files /dev/null and b/doc/fr/captures/kanboard-vue-gantt.png differ diff --git a/doc/fr/captures/kanboard-vue-liste.png b/doc/fr/captures/kanboard-vue-liste.png new file mode 100644 index 00000000..41311245 Binary files /dev/null and b/doc/fr/captures/kanboard-vue-liste.png differ diff --git a/doc/fr/project-views.markdown b/doc/fr/project-views.markdown index 0b40fe77..0f893d44 100644 --- a/doc/fr/project-views.markdown +++ b/doc/fr/project-views.markdown @@ -19,7 +19,7 @@ Lorsque la limite de tâches est atteinte pour une colonne, l'arrière-plan devi Vue Agenda -------------- -![Vue Agenda](http://kanboard.net/screenshots/documentation/calendar-view.png) +![Vue Agenda](captures/kanboard-vue-calendrier.png) - Dans cette vue, il est possible de voir les tâches avec des dates d'échéance. - Selon les paramètres, il est également possible de voir les tâches en cours. @@ -29,7 +29,7 @@ Vue Agenda Vue Liste ---------- -![Vue liste](http://kanboard.net/screenshots/documentation/list-view.png) +![Vue liste](captures/kanboard-vue-liste.png) - Dans cette vue, tous les résultats de votre recherche sont affichés dans un tableau. - Il est également possible d'utiliser le raccourci clavier **"v l"** pour afficher la vue Liste. @@ -37,7 +37,7 @@ Vue Liste Vue Gantt ---------- -![Vue Gantt](http://kanboard.net/screenshots/documentation/gantt-view.png) +![Vue Gantt](captures/kanboard-vue-gantt.png) - La vue Gantt affiche les tâches dans une fresque horizontale - Le diagramme utilise la date de début et la date d'échéance pour afficher les tâches -- cgit v1.2.3