From b9712355975e1dc1007742103ccb1f9517657896 Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 21 Jun 2023 19:00:20 +0200 Subject: [PATCH] wip #6606 @4:00 --- public/images/icons/icon-eye.svg | 7 ++ public/images/icons/icon-indication.svg | 7 ++ public/images/icons/icon-like.svg | 10 +++ public/images/icons/icon-settings.svg | 6 ++ public/images/icons/icon-stats.svg | 10 +++ .../fluidbook_publication/delivery.blade.php | 83 ++++++++++++++++++- 6 files changed, 122 insertions(+), 1 deletion(-) create mode 100644 public/images/icons/icon-eye.svg create mode 100644 public/images/icons/icon-indication.svg create mode 100644 public/images/icons/icon-like.svg create mode 100644 public/images/icons/icon-settings.svg create mode 100644 public/images/icons/icon-stats.svg diff --git a/public/images/icons/icon-eye.svg b/public/images/icons/icon-eye.svg new file mode 100644 index 000000000..6f4ab02c8 --- /dev/null +++ b/public/images/icons/icon-eye.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/images/icons/icon-indication.svg b/public/images/icons/icon-indication.svg new file mode 100644 index 000000000..3c02a69bb --- /dev/null +++ b/public/images/icons/icon-indication.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/images/icons/icon-like.svg b/public/images/icons/icon-like.svg new file mode 100644 index 000000000..d23ffcb2e --- /dev/null +++ b/public/images/icons/icon-like.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/images/icons/icon-settings.svg b/public/images/icons/icon-settings.svg new file mode 100644 index 000000000..9e6f338ab --- /dev/null +++ b/public/images/icons/icon-settings.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/images/icons/icon-stats.svg b/public/images/icons/icon-stats.svg new file mode 100644 index 000000000..80bf67f82 --- /dev/null +++ b/public/images/icons/icon-stats.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/resources/views/fluidbook_publication/delivery.blade.php b/resources/views/fluidbook_publication/delivery.blade.php index cbaa168f6..15de453a3 100644 --- a/resources/views/fluidbook_publication/delivery.blade.php +++ b/resources/views/fluidbook_publication/delivery.blade.php @@ -1 +1,82 @@ -@dd($fluidbook) +@extends(backpack_view('blank')) + +@php + $breadcrumbs = [ + trans('backpack::crud.admin') => url(config('backpack.base.route_prefix'), 'dashboard'), + trans('backpack::base.my_account') => false, + ]; +@endphp + +@section('header') +
+

+ Bonjour Arnaud, votre Fluidbook est prêt ! +

+

+ {{ 'Fluidbook MGEN - Valeurs mutualistes - N°328' }} +

+
+
    +
  • Aperçu de votre Fluidbook
  • +
  • Paramètres du Fluidbook
  • +
  • Faites connaitre votre Fluidbook
  • +
  • Mesurez votre audience
  • +
+
+
+@endsection + +@section('content') +
+
+
+
+
+
+

Aperçu de votre Fluidbook XXXXX - FR

+ Cliquez sur l’une des versions ci-dessous pour la visualiser : +
+
+
+

Version Desktop

+
+
+

Version Mobile

+
+
+

Version Mobile-first

+
+
+
+ +

Attention, ces liens temporaires de démo ne doivent être utilisés que pour la validation du + Fluidbook. Merci de ne pas les partager !

+
+
+
+ +
+
+
+

Paramètres du Fluidbook

+ Voici les caractéristiques et fonctionnalités de votre Fluidbook +
+
+ + + + + + +
+ + + +
+
+
+
+
+
+
+@endsection -- 2.39.5