From 80c2207a073cdc0b8c8f458426b8db76e0e9ee74 Mon Sep 17 00:00:00 2001 From: afornerot Date: Thu, 6 Jun 2019 16:37:34 +0200 Subject: [PATCH] svg --- dicos/90_ninegate.xml | 2 + .../CoreBundle/Command/SynchroCommand.php | 63 ++ .../CoreBundle/Command/data/core-init-01.sql | 10 +- .../CoreBundle/Resources/public/css/style.css | 19 +- .../CronBundle/Command/InitDataCommand.php | 14 +- .../Command/GetLimesurveyCommand.php | 88 ++- .../PortalBundle/Command/InitDataCommand.php | 593 +++++++++--------- .../Controller/FeedController.php | 291 +++++++++ .../Controller/PagewidgetController.php | 193 +++++- .../PortalBundle/Entity/Appexternal.php | 71 +++ .../src/Cadoles/PortalBundle/Entity/Flux.php | 7 + .../Cadoles/PortalBundle/Form/FluxType.php | 2 +- .../PortalBundle/Form/PagewidgetType.php | 20 + .../PortalBundle/Resources/config/routing.yml | 15 + .../Resources/views/Feed/index.xml.twig | 37 ++ .../Resources/views/Page/viewwidget.html.twig | 17 +- .../Pagewidget/viewappexternal.html.twig | 95 +++ .../views/Pagewidget/viewflux.html.twig | 81 ++- .../Controller/DefaultController.php | 4 + .../web/uploads/icon/icon_limesurvey.png | Bin 0 -> 19159 bytes 20 files changed, 1221 insertions(+), 401 deletions(-) create mode 100755 src/ninegate-1.0/src/Cadoles/PortalBundle/Controller/FeedController.php create mode 100644 src/ninegate-1.0/src/Cadoles/PortalBundle/Entity/Appexternal.php create mode 100755 src/ninegate-1.0/src/Cadoles/PortalBundle/Resources/views/Feed/index.xml.twig create mode 100644 src/ninegate-1.0/src/Cadoles/PortalBundle/Resources/views/Pagewidget/viewappexternal.html.twig create mode 100644 src/ninegate-1.0/web/uploads/icon/icon_limesurvey.png diff --git a/dicos/90_ninegate.xml b/dicos/90_ninegate.xml index d7fcd47e..0cb1c37c 100644 --- a/dicos/90_ninegate.xml +++ b/dicos/90_ninegate.xml @@ -27,6 +27,8 @@ +