ode-csslib-panda-creteil 3.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/editor-resources/font3/LICENSE.txt +30 -0
- package/dist/editor-resources/font3/README.txt +75 -0
- package/dist/editor-resources/font3/config.json +172 -0
- package/dist/editor-resources/font3/css/animation.css +85 -0
- package/dist/editor-resources/font3/css/entcore-editor-codes.css +81 -0
- package/dist/editor-resources/font3/css/entcore-editor-embedded.css +139 -0
- package/dist/editor-resources/font3/css/entcore-editor-ie7-codes.css +162 -0
- package/dist/editor-resources/font3/css/entcore-editor-ie7.css +175 -0
- package/dist/editor-resources/font3/css/entcore-editor.css +140 -0
- package/dist/editor-resources/font3/demo.html +467 -0
- package/dist/editor-resources/font3/font/entcore-editor.eot +0 -0
- package/dist/editor-resources/font3/font/entcore-editor.svg +64 -0
- package/dist/editor-resources/font3/font/entcore-editor.ttf +0 -0
- package/dist/editor-resources/font3/font/entcore-editor.woff +0 -0
- package/dist/editor-resources/font3/font/entcore-editor.woff2 +0 -0
- package/dist/editor-resources/img/Thumbs.db +0 -0
- package/dist/editor-resources/img/bold.png +0 -0
- package/dist/editor-resources/img/embed.png +0 -0
- package/dist/editor-resources/img/glyphicons_280_settings.png +0 -0
- package/dist/editor-resources/img/image-default.svg +28 -0
- package/dist/editor-resources/img/image.png +0 -0
- package/dist/editor-resources/img/italic.png +0 -0
- package/dist/editor-resources/img/justify-center.png +0 -0
- package/dist/editor-resources/img/justify-full.png +0 -0
- package/dist/editor-resources/img/justify-left.png +0 -0
- package/dist/editor-resources/img/justify-right.png +0 -0
- package/dist/editor-resources/img/linker.png +0 -0
- package/dist/editor-resources/img/mathjax.png +0 -0
- package/dist/editor-resources/img/olist.png +0 -0
- package/dist/editor-resources/img/quote.png +0 -0
- package/dist/editor-resources/img/redo.png +0 -0
- package/dist/editor-resources/img/remove-format.png +0 -0
- package/dist/editor-resources/img/smileys.png +0 -0
- package/dist/editor-resources/img/sound.png +0 -0
- package/dist/editor-resources/img/subscript.png +0 -0
- package/dist/editor-resources/img/superscript.png +0 -0
- package/dist/editor-resources/img/table.png +0 -0
- package/dist/editor-resources/img/templates-preview-dominos.svg +27 -0
- package/dist/editor-resources/img/templates-preview-emptypage.svg +7 -0
- package/dist/editor-resources/img/templates-preview-illustration.svg +23 -0
- package/dist/editor-resources/img/templates-preview-threecols.svg +23 -0
- package/dist/editor-resources/img/templates-preview-twocols.svg +21 -0
- package/dist/editor-resources/img/templates.png +0 -0
- package/dist/editor-resources/img/ulist.png +0 -0
- package/dist/editor-resources/img/underline.png +0 -0
- package/dist/editor-resources/img/undo.png +0 -0
- package/dist/editor-resources/img/unlink.png +0 -0
- package/dist/fonts/Arial.woff +0 -0
- package/dist/fonts/Atma-Bold.woff +0 -0
- package/dist/fonts/Atma-Light.woff +0 -0
- package/dist/fonts/ComicSansMS.woff +0 -0
- package/dist/fonts/Cursive.woff +0 -0
- package/dist/fonts/EcritureA-Romain-Orne.woff +0 -0
- package/dist/fonts/EcritureB-Romain-Orne.woff +0 -0
- package/dist/fonts/KGJuneBug.woff +0 -0
- package/dist/fonts/OpenDyslexic.woff +0 -0
- package/dist/fonts/OpenDyslexic3-Regular.ttf +0 -0
- package/dist/fonts/Roboto/Roboto-Bold.ttf +0 -0
- package/dist/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
- package/dist/fonts/Roboto/Roboto-Italic.ttf +0 -0
- package/dist/fonts/Roboto/Roboto-Regular.ttf +0 -0
- package/dist/fonts/Roboto/why.txt +2 -0
- package/dist/fonts/Satellite.woff +0 -0
- package/dist/fonts/Square-721-BT.woff +0 -0
- package/dist/fonts/Tahoma.woff +0 -0
- package/dist/fonts/Verdana.woff +0 -0
- package/dist/fonts/generic-icons/generic-icons.svg +354 -0
- package/dist/fonts/generic-icons/generic-icons.ttf +0 -0
- package/dist/fonts/generic-icons/generic-icons.woff +0 -0
- package/dist/i18n/Archive/en.json +3 -0
- package/dist/i18n/Archive/fr.json +3 -0
- package/dist/i18n/Archive/pt.json +3 -0
- package/dist/i18n/Auth/de.json +4 -0
- package/dist/i18n/Auth/en.json +7 -0
- package/dist/i18n/Auth/es.json +4 -0
- package/dist/i18n/Auth/fr.json +11 -0
- package/dist/i18n/Auth/it.json +4 -0
- package/dist/i18n/Auth/pt.json +8 -0
- package/dist/i18n/Directory/en.json +4 -0
- package/dist/i18n/Directory/fr.json +17 -0
- package/dist/i18n/Directory/pt.json +5 -0
- package/dist/i18n/Portal/en.json +11 -0
- package/dist/i18n/Portal/es.json +10 -0
- package/dist/i18n/Portal/fr.json +43 -0
- package/dist/i18n/Portal/pt.json +11 -0
- package/dist/i18n/Timeline/de.json +24 -0
- package/dist/i18n/Timeline/en.json +36 -0
- package/dist/i18n/Timeline/es.json +29 -0
- package/dist/i18n/Timeline/fr.json +51 -0
- package/dist/i18n/Timeline/it.json +24 -0
- package/dist/i18n/Timeline/pt.json +24 -0
- package/dist/i18n/Workspace/fr.json +4 -0
- package/dist/images/blur.cur +0 -0
- package/dist/images/blur.png +0 -0
- package/dist/images/blur.svg +26 -0
- package/dist/images/cc-by-nc-sa.svg +57 -0
- package/dist/images/cc-by.svg +54 -0
- package/dist/images/empty-filters.svg +1 -0
- package/dist/images/empty-search.svg +298 -0
- package/dist/images/empty-trash.svg +1 -0
- package/dist/images/emptyscreen-recorder-video.svg +1048 -0
- package/dist/img/activation.png +0 -0
- package/dist/img/assistant/.directory +5 -0
- package/dist/img/assistant/applications.png +0 -0
- package/dist/img/assistant/apps.png +0 -0
- package/dist/img/assistant/blog.png +0 -0
- package/dist/img/assistant/conversation.png +0 -0
- package/dist/img/assistant/education.png +0 -0
- package/dist/img/assistant/external.png +0 -0
- package/dist/img/assistant/feed.png +0 -0
- package/dist/img/assistant/internal.png +0 -0
- package/dist/img/assistant/intro-student.png +0 -0
- package/dist/img/assistant/learning.png +0 -0
- package/dist/img/assistant/puzzle.png +0 -0
- package/dist/img/assistant/safespace.png +0 -0
- package/dist/img/assistant/scrapbook.png +0 -0
- package/dist/img/assistant/student-app.png +0 -0
- package/dist/img/assistant/workspace.png +0 -0
- package/dist/img/compagnon.jpg +0 -0
- package/dist/img/icons/Thumbs.db +0 -0
- package/dist/img/icons/account-large.png +0 -0
- package/dist/img/icons/actualites-large.png +0 -0
- package/dist/img/icons/add-green.png +0 -0
- package/dist/img/icons/add.png +0 -0
- package/dist/img/icons/admin-large.png +0 -0
- package/dist/img/icons/admin-portal-large.png +0 -0
- package/dist/img/icons/admin.png +0 -0
- package/dist/img/icons/angry-panda-60px.png +0 -0
- package/dist/img/icons/angry-panda-small.png +0 -0
- package/dist/img/icons/angry.png +0 -0
- package/dist/img/icons/anim_loading_small.gif +0 -0
- package/dist/img/icons/apps-small.png +0 -0
- package/dist/img/icons/apps.png +0 -0
- package/dist/img/icons/archive-folder-large.png +0 -0
- package/dist/img/icons/archive-large.png +0 -0
- package/dist/img/icons/archive.png +0 -0
- package/dist/img/icons/arrow-bottom.png +0 -0
- package/dist/img/icons/arrow-left.png +0 -0
- package/dist/img/icons/arrow-right.png +0 -0
- package/dist/img/icons/arrow-top.png +0 -0
- package/dist/img/icons/attendance-large.png +0 -0
- package/dist/img/icons/audio-large.png +0 -0
- package/dist/img/icons/audio.png +0 -0
- package/dist/img/icons/back-chevron.png +0 -0
- package/dist/img/icons/birthday-icon.png +0 -0
- package/dist/img/icons/blog-large.png +0 -0
- package/dist/img/icons/blog.png +0 -0
- package/dist/img/icons/cahier-de-texte-large.png +0 -0
- package/dist/img/icons/calendar-button.png +0 -0
- package/dist/img/icons/calendar-icon.png +0 -0
- package/dist/img/icons/calendar-large.png +0 -0
- package/dist/img/icons/calendar-small.png +0 -0
- package/dist/img/icons/cancel.png +0 -0
- package/dist/img/icons/checkbox-checked-disabled.png +0 -0
- package/dist/img/icons/checkbox-checked.png +0 -0
- package/dist/img/icons/checkbox-unchecked-disabled.png +0 -0
- package/dist/img/icons/checkbox-unchecked.png +0 -0
- package/dist/img/icons/clock-icon.png +0 -0
- package/dist/img/icons/close-2x.png +0 -0
- package/dist/img/icons/close.png +0 -0
- package/dist/img/icons/cns-large.png +0 -0
- package/dist/img/icons/cns.png +0 -0
- package/dist/img/icons/collaborative-wall-large.png +0 -0
- package/dist/img/icons/colorpicker.svg +1 -0
- package/dist/img/icons/communautes-large.png +0 -0
- package/dist/img/icons/configuration.png +0 -0
- package/dist/img/icons/connection-by-visitors-icon-alt.png +0 -0
- package/dist/img/icons/connection-by-visitors-icon.png +0 -0
- package/dist/img/icons/connection-icon.png +0 -0
- package/dist/img/icons/connector-icon.png +0 -0
- package/dist/img/icons/contacts-large.png +0 -0
- package/dist/img/icons/conversation-large.png +0 -0
- package/dist/img/icons/conversation-small.png +0 -0
- package/dist/img/icons/conversation-yellow.png +0 -0
- package/dist/img/icons/conversation.png +0 -0
- package/dist/img/icons/default-panda-60px.png +0 -0
- package/dist/img/icons/default-panda-small.png +0 -0
- package/dist/img/icons/default.png +0 -0
- package/dist/img/icons/devices-icon.png +0 -0
- package/dist/img/icons/dicodelazone-icon.png +0 -0
- package/dist/img/icons/doc-large.png +0 -0
- package/dist/img/icons/doc.png +0 -0
- package/dist/img/icons/download.png +0 -0
- package/dist/img/icons/drag-drop-light.png +0 -0
- package/dist/img/icons/drag-drop-on.png +0 -0
- package/dist/img/icons/dreamy-panda-small.png +0 -0
- package/dist/img/icons/dreamy.png +0 -0
- package/dist/img/icons/envelope-unread.svg +1 -0
- package/dist/img/icons/envelope.svg +1 -0
- package/dist/img/icons/flags/.directory +4 -0
- package/dist/img/icons/flags/de.svg +12 -0
- package/dist/img/icons/flags/en.svg +69 -0
- package/dist/img/icons/flags/es.svg +1496 -0
- package/dist/img/icons/flags/fr.svg +20 -0
- package/dist/img/icons/flags/it.svg +15 -0
- package/dist/img/icons/flags/pt.svg +663 -0
- package/dist/img/icons/folder-large.png +0 -0
- package/dist/img/icons/folder.png +0 -0
- package/dist/img/icons/forum-large.png +0 -0
- package/dist/img/icons/fullscreen.png +0 -0
- package/dist/img/icons/glyphicons-498-glasses@3x.png +0 -0
- package/dist/img/icons/glyphicons_036_file.png +0 -0
- package/dist/img/icons/glyphicons_062_paperclip.png +0 -0
- package/dist/img/icons/glyphicons_113_justify.png +0 -0
- package/dist/img/icons/glyphicons_169_record.png +0 -0
- package/dist/img/icons/glyphicons_173_play.png +0 -0
- package/dist/img/icons/glyphicons_174_pause.png +0 -0
- package/dist/img/icons/glyphicons_207_remove_2.png +0 -0
- package/dist/img/icons/happy-panda-60px.png +0 -0
- package/dist/img/icons/happy-panda-small.png +0 -0
- package/dist/img/icons/happy.png +0 -0
- package/dist/img/icons/hiboutheque.png +0 -0
- package/dist/img/icons/homeworks.png +0 -0
- package/dist/img/icons/img.png +0 -0
- package/dist/img/icons/joker-panda-small.png +0 -0
- package/dist/img/icons/joker.png +0 -0
- package/dist/img/icons/knur-plus.png +0 -0
- package/dist/img/icons/le-site-tv-large.png +0 -0
- package/dist/img/icons/link.png +0 -0
- package/dist/img/icons/loading-panel.gif +0 -0
- package/dist/img/icons/love-panda-small.png +0 -0
- package/dist/img/icons/love.png +0 -0
- package/dist/img/icons/maxicours-large.png +0 -0
- package/dist/img/icons/menu-mobile.png +0 -0
- package/dist/img/icons/message-icon.png +0 -0
- package/dist/img/icons/mindmap-large.png +0 -0
- package/dist/img/icons/mood-icon.png +0 -0
- package/dist/img/icons/mp3.png +0 -0
- package/dist/img/icons/music-icon.png +0 -0
- package/dist/img/icons/new-mail.png +0 -0
- package/dist/img/icons/news-large.png +0 -0
- package/dist/img/icons/notebook-large.png +0 -0
- package/dist/img/icons/notes-large.png +0 -0
- package/dist/img/icons/notes-widget.png +0 -0
- package/dist/img/icons/notification.png +0 -0
- package/dist/img/icons/oops.png +0 -0
- package/dist/img/icons/orange-user.png +0 -0
- package/dist/img/icons/pages-large.png +0 -0
- package/dist/img/icons/pdf-large.png +0 -0
- package/dist/img/icons/pdf.png +0 -0
- package/dist/img/icons/people-icon.png +0 -0
- package/dist/img/icons/picture-icon-delete.png +0 -0
- package/dist/img/icons/picture-icon-lock.png +0 -0
- package/dist/img/icons/picture-icon.png +0 -0
- package/dist/img/icons/plus.png +0 -0
- package/dist/img/icons/power-off.svg +1 -0
- package/dist/img/icons/ppt-large.png +0 -0
- package/dist/img/icons/ppt.png +0 -0
- package/dist/img/icons/prive.png +0 -0
- package/dist/img/icons/proud-panda-small.png +0 -0
- package/dist/img/icons/proud.png +0 -0
- package/dist/img/icons/public.png +0 -0
- package/dist/img/icons/question.svg +1 -0
- package/dist/img/icons/qwant-widget-icon.png +0 -0
- package/dist/img/icons/rack-large.png +0 -0
- package/dist/img/icons/rack.png +0 -0
- package/dist/img/icons/rbs-large.png +0 -0
- package/dist/img/icons/recorder-widget.png +0 -0
- package/dist/img/icons/refresh.png +0 -0
- package/dist/img/icons/residence-artiste-large.png +0 -0
- package/dist/img/icons/residence-artiste.png +0 -0
- package/dist/img/icons/sad-panda-60px.png +0 -0
- package/dist/img/icons/sad-panda-small.png +0 -0
- package/dist/img/icons/sad.png +0 -0
- package/dist/img/icons/save.png +0 -0
- package/dist/img/icons/scrapbook-large.png +0 -0
- package/dist/img/icons/scrapbook.png +0 -0
- package/dist/img/icons/search.png +0 -0
- package/dist/img/icons/send-mail-white.png +0 -0
- package/dist/img/icons/send-mail.png +0 -0
- package/dist/img/icons/share.png +0 -0
- package/dist/img/icons/shared.png +0 -0
- package/dist/img/icons/show-carousel-selected.png +0 -0
- package/dist/img/icons/show-carousel.png +0 -0
- package/dist/img/icons/show-details-selected.png +0 -0
- package/dist/img/icons/show-details-unsaturated.png +0 -0
- package/dist/img/icons/show-details.png +0 -0
- package/dist/img/icons/show-icons-selected.png +0 -0
- package/dist/img/icons/show-icons-unsaturated.png +0 -0
- package/dist/img/icons/show-icons.png +0 -0
- package/dist/img/icons/show-list-selected.png +0 -0
- package/dist/img/icons/show-list-unsaturated.png +0 -0
- package/dist/img/icons/show-list.png +0 -0
- package/dist/img/icons/shutdown.png +0 -0
- package/dist/img/icons/sick-panda-small.png +0 -0
- package/dist/img/icons/sick.png +0 -0
- package/dist/img/icons/statistics-large.png +0 -0
- package/dist/img/icons/statistics.png +0 -0
- package/dist/img/icons/stats-large.png +0 -0
- package/dist/img/icons/stats-service-icon.png +0 -0
- package/dist/img/icons/storage.png +0 -0
- package/dist/img/icons/support-large.png +0 -0
- package/dist/img/icons/support.png +0 -0
- package/dist/img/icons/text-icon.png +0 -0
- package/dist/img/icons/timelinegenerator-large.png +0 -0
- package/dist/img/icons/tired-panda-60px.png +0 -0
- package/dist/img/icons/tired-panda-small.png +0 -0
- package/dist/img/icons/tired.png +0 -0
- package/dist/img/icons/tools.png +0 -0
- package/dist/img/icons/transparent_color.png +0 -0
- package/dist/img/icons/unique-visitors-icon.png +0 -0
- package/dist/img/icons/unknown-large.png +0 -0
- package/dist/img/icons/unknown.png +0 -0
- package/dist/img/icons/user-circle.svg +1 -0
- package/dist/img/icons/user.png +0 -0
- package/dist/img/icons/userbook-large.png +0 -0
- package/dist/img/icons/userbook.png +0 -0
- package/dist/img/icons/video-icon.png +0 -0
- package/dist/img/icons/video-large.png +0 -0
- package/dist/img/icons/video.png +0 -0
- package/dist/img/icons/view-book-white.png +0 -0
- package/dist/img/icons/view-book.png +0 -0
- package/dist/img/icons/view-folder-white.png +0 -0
- package/dist/img/icons/view-folder.png +0 -0
- package/dist/img/icons/website-large.png +0 -0
- package/dist/img/icons/widgets/widget-agenda.svg +17 -0
- package/dist/img/icons/widgets/widget-birthday.svg +178 -0
- package/dist/img/icons/widgets/widget-calendar.svg +142 -0
- package/dist/img/icons/widgets/widget-dicodelazone.svg +148 -0
- package/dist/img/icons/widgets/widget-edumalin.svg +31 -0
- package/dist/img/icons/widgets/widget-mood.svg +3669 -0
- package/dist/img/icons/widgets/widget-news.svg +447 -0
- package/dist/img/icons/widgets/widget-note.svg +161 -0
- package/dist/img/icons/widgets/widget-qwant-junior.svg +205 -0
- package/dist/img/icons/widgets/widget-qwant.svg +191 -0
- package/dist/img/icons/widgets/widget-recorder.svg +153 -0
- package/dist/img/icons/wiki-large.png +0 -0
- package/dist/img/icons/wiki.png +0 -0
- package/dist/img/icons/workspace-large.png +0 -0
- package/dist/img/icons/workspace-small.png +0 -0
- package/dist/img/icons/worried-panda-small.png +0 -0
- package/dist/img/icons/worried.png +0 -0
- package/dist/img/icons/xls-large.png +0 -0
- package/dist/img/icons/xls.png +0 -0
- package/dist/img/illustrations/Haute-Normandie.jpg +0 -0
- package/dist/img/illustrations/JO-hiver.png +0 -0
- package/dist/img/illustrations/Publipostage_Blog.png +0 -0
- package/dist/img/illustrations/Publipostage_Cahier_Multimedia.png +0 -0
- package/dist/img/illustrations/Publipostage_Messagerie.png +0 -0
- package/dist/img/illustrations/Thumbs.db +0 -0
- package/dist/img/illustrations/audio-file.png +0 -0
- package/dist/img/illustrations/banner-enseignant.jpg +0 -0
- package/dist/img/illustrations/birthdays-header-de.png +0 -0
- package/dist/img/illustrations/birthdays-header-en.png +0 -0
- package/dist/img/illustrations/birthdays-header-es.png +0 -0
- package/dist/img/illustrations/birthdays-header-fr.png +0 -0
- package/dist/img/illustrations/birthdays-header-it.png +0 -0
- package/dist/img/illustrations/birthdays-header-pt.png +0 -0
- package/dist/img/illustrations/birthdays-header.png +0 -0
- package/dist/img/illustrations/blog.svg +222 -0
- package/dist/img/illustrations/calendar-header.png +0 -0
- package/dist/img/illustrations/calendar-separator.png +0 -0
- package/dist/img/illustrations/circus-background.jpg +0 -0
- package/dist/img/illustrations/classroom.png +0 -0
- package/dist/img/illustrations/collaborative-editor.svg +198 -0
- package/dist/img/illustrations/community.svg +198 -0
- package/dist/img/illustrations/desert-background.jpg +0 -0
- package/dist/img/illustrations/exercizer.svg +165 -0
- package/dist/img/illustrations/fav-avatar.svg +12 -0
- package/dist/img/illustrations/favicon.ico +0 -0
- package/dist/img/illustrations/folder.svg +11 -0
- package/dist/img/illustrations/forum-default.png +0 -0
- package/dist/img/illustrations/group-avatar.svg +20 -0
- package/dist/img/illustrations/haute-normandie.png +0 -0
- package/dist/img/illustrations/hills-background.jpg +0 -0
- package/dist/img/illustrations/homeworks.svg +198 -0
- package/dist/img/illustrations/homeworks_notebook.png +0 -0
- package/dist/img/illustrations/illus-emptyscreen.svg +1 -0
- package/dist/img/illustrations/illus-noresults.svg +1 -0
- package/dist/img/illustrations/illus-rotatedevice.svg +1 -0
- package/dist/img/illustrations/image-default.svg +27 -0
- package/dist/img/illustrations/library-incentive.gif +0 -0
- package/dist/img/illustrations/loading.gif +0 -0
- package/dist/img/illustrations/logo.png +0 -0
- package/dist/img/illustrations/mindmap.svg +198 -0
- package/dist/img/illustrations/monthly.jpg +0 -0
- package/dist/img/illustrations/mood-header-en.png +0 -0
- package/dist/img/illustrations/mood-header-fr.png +0 -0
- package/dist/img/illustrations/mood-header.png +0 -0
- package/dist/img/illustrations/news-default.svg +109 -0
- package/dist/img/illustrations/news.svg +182 -0
- package/dist/img/illustrations/no-avatar.svg +14 -0
- package/dist/img/illustrations/note.svg +186 -0
- package/dist/img/illustrations/notebook-wallpaper.svg +7658 -0
- package/dist/img/illustrations/notebook.png +0 -0
- package/dist/img/illustrations/notebook.svg +7658 -0
- package/dist/img/illustrations/notebook_lines.png +0 -0
- package/dist/img/illustrations/notes-widget.png +0 -0
- package/dist/img/illustrations/ocean-background.jpg +0 -0
- package/dist/img/illustrations/one-pocket.png +0 -0
- package/dist/img/illustrations/pages-default.png +0 -0
- package/dist/img/illustrations/pages.svg +180 -0
- package/dist/img/illustrations/panda-food-background.jpg +0 -0
- package/dist/img/illustrations/panda.png +0 -0
- package/dist/img/illustrations/recorder-illustration.png +0 -0
- package/dist/img/illustrations/scrapbook-monopage-cover.png +0 -0
- package/dist/img/illustrations/scrapbook-monopage.png +0 -0
- package/dist/img/illustrations/scrapbook.svg +198 -0
- package/dist/img/illustrations/sparkly-background.jpg +0 -0
- package/dist/img/illustrations/stats.gif +0 -0
- package/dist/img/illustrations/system-avatar.png +0 -0
- package/dist/img/illustrations/theme-open-ent.png +0 -0
- package/dist/img/illustrations/timeline.svg +182 -0
- package/dist/img/illustrations/unknown-avatar.svg +29 -0
- package/dist/img/illustrations/user-avatar.svg +12 -0
- package/dist/img/illustrations/wiki.svg +289 -0
- package/dist/img/login.jpg +0 -0
- package/dist/img/logo.png +0 -0
- package/dist/img/oubli.jpg +0 -0
- package/dist/img/reinit.jpg +0 -0
- package/dist/img/smileys/angry.png +0 -0
- package/dist/img/smileys/dreamy.png +0 -0
- package/dist/img/smileys/happy.png +0 -0
- package/dist/img/smileys/joker.png +0 -0
- package/dist/img/smileys/love.png +0 -0
- package/dist/img/smileys/proud.png +0 -0
- package/dist/img/smileys/sad.png +0 -0
- package/dist/img/smileys/sick.png +0 -0
- package/dist/img/smileys/tired.png +0 -0
- package/dist/img/smileys/worried.png +0 -0
- package/dist/img/wallpaper/hills.svg +360 -0
- package/dist/portal.html +130 -0
- package/dist/skins/circus/theme.css +260 -0
- package/dist/skins/circus/theme.css.map +1 -0
- package/dist/skins/circus/theme.scss +11 -0
- package/dist/skins/circus/thumbnail.png +0 -0
- package/dist/skins/default/details.json +1 -0
- package/dist/skins/default/theme.css +260 -0
- package/dist/skins/default/theme.css.map +1 -0
- package/dist/skins/default/theme.scss +3 -0
- package/dist/skins/default/thumbnail.png +0 -0
- package/dist/skins/desert/theme.css +260 -0
- package/dist/skins/desert/theme.css.map +1 -0
- package/dist/skins/desert/theme.scss +11 -0
- package/dist/skins/desert/thumbnail.png +0 -0
- package/dist/skins/neutre/theme.css +260 -0
- package/dist/skins/neutre/theme.css.map +1 -0
- package/dist/skins/neutre/theme.scss +9 -0
- package/dist/skins/neutre/thumbnail.png +0 -0
- package/dist/skins/ocean/theme.css +260 -0
- package/dist/skins/ocean/theme.css.map +1 -0
- package/dist/skins/ocean/theme.scss +11 -0
- package/dist/skins/ocean/thumbnail.png +0 -0
- package/dist/skins/panda-food/theme.css +260 -0
- package/dist/skins/panda-food/theme.css.map +1 -0
- package/dist/skins/panda-food/theme.scss +11 -0
- package/dist/skins/panda-food/thumbnail.png +0 -0
- package/dist/skins/sparkly/theme.css +260 -0
- package/dist/skins/sparkly/theme.css.map +1 -0
- package/dist/skins/sparkly/theme.scss +11 -0
- package/dist/skins/sparkly/thumbnail.png +0 -0
- package/dist/template/assistant/exercizer/personnel/0.html +11 -0
- package/dist/template/assistant/exercizer/personnel/1.html +11 -0
- package/dist/template/assistant/exercizer/personnel/2.html +11 -0
- package/dist/template/assistant/exercizer/personnel/3.html +11 -0
- package/dist/template/assistant/exercizer/relative/0.html +11 -0
- package/dist/template/assistant/exercizer/relative/1.html +11 -0
- package/dist/template/assistant/exercizer/steps.json +6 -0
- package/dist/template/assistant/exercizer/student/0.html +11 -0
- package/dist/template/assistant/exercizer/student/1.html +11 -0
- package/dist/template/assistant/exercizer/teacher/0.html +11 -0
- package/dist/template/assistant/exercizer/teacher/1.html +11 -0
- package/dist/template/assistant/exercizer/teacher/2.html +11 -0
- package/dist/template/assistant/exercizer/teacher/3.html +11 -0
- package/dist/template/assistant/personnel/0.html +18 -0
- package/dist/template/assistant/personnel/1.html +9 -0
- package/dist/template/assistant/personnel/2.html +17 -0
- package/dist/template/assistant/personnel/3.html +11 -0
- package/dist/template/assistant/relative/0.html +18 -0
- package/dist/template/assistant/relative/1.html +23 -0
- package/dist/template/assistant/relative/2.html +13 -0
- package/dist/template/assistant/steps.json +6 -0
- package/dist/template/assistant/student/0.html +6 -0
- package/dist/template/assistant/student/1.html +4 -0
- package/dist/template/assistant/teacher/0.html +18 -0
- package/dist/template/assistant/teacher/1.html +9 -0
- package/dist/template/assistant/teacher/2.html +17 -0
- package/dist/template/assistant/teacher/3.html +11 -0
- package/dist/template/auth/activation-form.html +153 -0
- package/dist/template/auth/cgu-content.html +11 -0
- package/dist/template/auth/forgot-form.html +98 -0
- package/dist/template/auth/forgot-message.html +30 -0
- package/dist/template/auth/login-form.html +171 -0
- package/dist/template/auth/reset-form.html +53 -0
- package/dist/template/directory/massmail.mail.es.txt +46 -0
- package/dist/template/directory/massmail.mail.txt +46 -0
- package/dist/template/directory/massmail.pdf.xhtml +158 -0
- package/dist/template/directory/massmail_new/massmail_new.pdf.de.xhtml +158 -0
- package/dist/template/directory/massmail_new/massmail_new.pdf.en.xhtml +158 -0
- package/dist/template/directory/massmail_new/massmail_new.pdf.es.xhtml +158 -0
- package/dist/template/directory/massmail_new/massmail_new.pdf.it.xhtml +158 -0
- package/dist/template/directory/massmail_new/massmail_new.pdf.pt.xhtml +158 -0
- package/dist/template/directory/massmail_new/massmail_new.pdf.xhtml +158 -0
- package/dist/template/directory/massmail_simple.pdf.xhtml +114 -0
- package/dist/template/override.json +12 -0
- package/dist/template/portal/applications.html +142 -0
- package/dist/template/timeline/notifications.html +356 -0
- package/dist/version.txt +2 -0
- package/package.json +52 -0
|
@@ -0,0 +1,360 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 24.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 1920 1080" style="enable-background:new 0 0 1920 1080;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:url(#SVGID_1_);}
|
|
7
|
+
.st1{fill:#A448C1;}
|
|
8
|
+
.st2{fill:#781F93;}
|
|
9
|
+
.st3{fill:#60A531;}
|
|
10
|
+
.st4{fill:#FE8E00;}
|
|
11
|
+
.st5{fill:#FFC001;}
|
|
12
|
+
.st6{fill:#FC680E;}
|
|
13
|
+
.st7{fill:#A6CE3A;}
|
|
14
|
+
.st8{fill:#447621;}
|
|
15
|
+
.st9{fill:#761E92;}
|
|
16
|
+
.st10{fill:#FFFFFF;}
|
|
17
|
+
.st11{fill:#77CD46;}
|
|
18
|
+
.st12{fill:#437522;}
|
|
19
|
+
.st13{fill:#291902;}
|
|
20
|
+
.st14{fill:#FA5718;}
|
|
21
|
+
.st15{fill:#FB8F30;}
|
|
22
|
+
.st16{fill:#C33D08;}
|
|
23
|
+
.st17{fill:url(#SVGID_2_);}
|
|
24
|
+
</style>
|
|
25
|
+
<g id="Calque_1">
|
|
26
|
+
|
|
27
|
+
<image style="display:none;overflow:visible;" width="1680" height="1094" xlink:href="../../Downloads/slack-imgs.com.jpeg" transform="matrix(0.9857 0 0 0.9857 1 -0.8114)">
|
|
28
|
+
</image>
|
|
29
|
+
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="960" y1="1095" x2="960" y2="-9.094947e-13">
|
|
30
|
+
<stop offset="0" style="stop-color:#CCE0F4"/>
|
|
31
|
+
<stop offset="6.405089e-02" style="stop-color:#C3DCF2"/>
|
|
32
|
+
<stop offset="0.1706" style="stop-color:#A9D2EE"/>
|
|
33
|
+
<stop offset="0.3066" style="stop-color:#80C2E7"/>
|
|
34
|
+
<stop offset="0.4649" style="stop-color:#47ACDE"/>
|
|
35
|
+
<stop offset="0.5674" style="stop-color:#1E9CD7"/>
|
|
36
|
+
<stop offset="0.8652" style="stop-color:#2D94D7"/>
|
|
37
|
+
<stop offset="0.9944" style="stop-color:#228CD4"/>
|
|
38
|
+
</linearGradient>
|
|
39
|
+
<polygon class="st0" points="1920,0 1920,1095 1919,1095 1919,1080 0,1080 0,0 "/>
|
|
40
|
+
<g id="Montaign">
|
|
41
|
+
<path class="st1" d="M1920,837.1v51.7c-0.1,0.1-0.2,0.3-0.3,0.4c-0.2,0.3-0.5,0.7-0.7,1c-11.7,15.5-32,19.8-32,19.8l-218-41.9
|
|
42
|
+
l-5.7-1.1l-4.7-0.9l-5.6-1.1l-0.3-1l-2.7-11.2l-4.5-18.2L1641,816c1.1-1.7,2.3-3.4,3.4-5.1c1.1-1.6,2.3-3.3,3.5-4.9
|
|
43
|
+
c1.4-1.9,2.8-3.8,4.2-5.7c2.2-2.9,4.5-5.8,6.9-8.7c0.1-0.1,0.2-0.2,0.2-0.3c1.5-1.8,3-3.6,4.5-5.3c1.7-2,3.5-4,5.3-6
|
|
44
|
+
c49.3-53.8,125.3-90.5,210,0c20.2,21.6,32.8,39.8,40,55C1919.3,835.7,1919.7,836.4,1920,837.1z"/>
|
|
45
|
+
<path class="st2" d="M1539,850c27-75,89-114,119-19s-1,22-1,22L1539,850z"/>
|
|
46
|
+
<path class="st2" d="M1791,853c-31-88,70-129,88-7S1791,853,1791,853z"/>
|
|
47
|
+
<path class="st1" d="M1573.1,846.4C1560,811,1576,798,1578,796s26.3-1.4,16.6,49.3L1573.1,846.4z"/>
|
|
48
|
+
</g>
|
|
49
|
+
<path class="st3" d="M1920,889.3V1095h-1v-15h-322.2C1460.6,957.3,1250,855,1250,855c82.2-13.8,188.4-23.4,296.6-23.4
|
|
50
|
+
c3.3,0,6.5,0,9.8,0c4.2,0,8.4,0.1,12.5,0.1c9.2,0.1,18.3,0.3,27.5,0.6c9.5,0.3,18.9,0.6,28.4,1.1c1,0,2,0.1,3,0.1
|
|
51
|
+
c5.9,0.3,11.8,0.6,17.6,1c4.2,0.3,8.4,0.5,12.6,0.8c0.4,0,0.8,0,1.2,0.1c0.4,0,0.8,0.1,1.2,0.1c8.5,0.6,17,1.3,25.4,2
|
|
52
|
+
c0.8,0.1,1.6,0.1,2.4,0.2c19,1.7,37.7,3.9,56.1,6.5c0.8,0.1,1.7,0.2,2.5,0.4c5.4,0.8,10.8,1.6,16.1,2.4c0.8,0.1,1.6,0.2,2.4,0.4
|
|
53
|
+
c7.6,1.2,15.2,2.5,22.7,3.9c0.8,0.1,1.5,0.3,2.3,0.4c0,0,0,0,0.1,0h0c32,6,62.4,13.6,90.4,22.8c13.2,4.4,25.9,9.1,38,14.3
|
|
54
|
+
c0.2,0.1,0.5,0.2,0.7,0.3C1919.8,889.3,1919.9,889.3,1920,889.3z"/>
|
|
55
|
+
<path class="st4" d="M149,826l-6.6,2.8h0l-7.7,3.3l-17.3,7.3l-4,1.7l-30.5,13l-6.6,2.8L29,877l-29,4.8v-35.4
|
|
56
|
+
C24.7,784.2,45.3,738,78,738c34.4,0,60,58.9,68.2,80.3C148,823.1,149,826,149,826z"/>
|
|
57
|
+
<path class="st5" d="M47,778c-9.4-5.2-17,3-20,28c-2,19,7,28,13,29s17-6,18-19S56,783,47,778z"/>
|
|
58
|
+
<path class="st6" d="M135,836c-2-34-10-56-35-57s-40,45-28,72S135,836,135,836z"/>
|
|
59
|
+
<path class="st7" d="M1920,976.3V1095h-1v-15H0V872.8c23.4-7.7,47.2-15.3,71.6-22.8c5.1-1.6,10.3-3.2,15.4-4.7
|
|
60
|
+
c3.6-1.1,7.3-2.2,11-3.3c0,0,0,0,0.1,0c1-0.3,2-0.6,2.9-0.9c2.7-0.8,5.4-1.6,8.2-2.5c1.2-0.4,2.5-0.7,3.7-1.1
|
|
61
|
+
c0.2-0.1,0.3-0.1,0.5-0.2c3.5-1,7.1-2.1,10.6-3.1c3.6-1,7.1-2.1,10.7-3.1c2.6-0.7,5.1-1.5,7.7-2.2h0c2.5-0.7,5-1.4,7.5-2.2
|
|
62
|
+
c2.5-0.7,5-1.4,7.5-2.1c2.1-0.6,4.1-1.2,6.2-1.8c20.1-5.6,40.5-11.2,61.2-16.6c3.3-0.9,6.5-1.7,9.8-2.5c6.5-1.7,13.1-3.3,19.7-5
|
|
63
|
+
c5.9-1.5,11.8-2.9,17.8-4.4c0.7-0.2,1.4-0.3,2.1-0.5c3.3-0.8,6.7-1.6,10-2.4c0.2,0,0.3-0.1,0.5-0.1c3.2-0.8,6.4-1.5,9.6-2.3
|
|
64
|
+
c23.6-5.5,47.5-10.8,71.7-15.9c2.9-0.6,5.9-1.2,8.8-1.8c2-0.4,4-0.8,6-1.2c7.5-1.5,15-3,22.5-4.4c0.4-0.1,0.8-0.2,1.3-0.2l6-1.1
|
|
65
|
+
c1.9-0.4,3.8-0.7,5.7-1.1c2.6-0.5,5.2-1,7.9-1.5c4.5-0.8,8.9-1.6,13.4-2.4c1.7-0.3,3.5-0.6,5.2-0.9c1.8-0.3,3.7-0.6,5.5-1
|
|
66
|
+
c2-0.3,4-0.7,5.9-1c1-0.2,2-0.3,3-0.5c2.5-0.4,5-0.9,7.4-1.3c0.9-0.2,1.8-0.3,2.7-0.5c2.6-0.4,5.2-0.9,7.8-1.3
|
|
67
|
+
c2.8-0.5,5.7-0.9,8.5-1.4c2.1-0.3,4.2-0.7,6.3-1c1.9-0.3,3.9-0.6,5.8-0.9c0.1,0,0.2,0,0.3,0c3-0.5,5.9-0.9,8.9-1.4
|
|
68
|
+
c14.6-2.2,29.4-4.3,44.3-6.3c3.7-0.5,7.5-1,11.2-1.5c3.6-0.5,7.2-0.9,10.9-1.4c0.1,0,0.2,0,0.4,0c2.7-0.3,5.4-0.7,8.1-1
|
|
69
|
+
c0.4-0.1,0.9-0.1,1.3-0.2c1.4-0.2,2.8-0.3,4.1-0.5c3-0.4,6-0.7,9.1-1.1c3.8-0.4,7.6-0.8,11.4-1.3c2.5-0.3,4.9-0.5,7.4-0.8
|
|
70
|
+
c1-0.1,1.9-0.2,2.8-0.3c3.8-0.4,7.6-0.8,11.5-1.2c5-0.5,9.9-1,14.9-1.4c2.6-0.3,5.3-0.5,8-0.7c5.8-0.5,11.7-1,17.6-1.5
|
|
71
|
+
c2.3-0.2,4.6-0.4,7-0.6c3.6-0.3,7.2-0.6,10.8-0.8c0.8-0.1,1.6-0.1,2.4-0.2c3.6-0.3,7.2-0.5,10.9-0.8c3.7-0.3,7.4-0.5,11.1-0.7
|
|
72
|
+
c3.9-0.3,7.9-0.5,11.8-0.7c8.2-0.5,16.5-0.9,24.8-1.3c3.6-0.2,7.3-0.3,10.9-0.5c2.8-0.1,5.6-0.2,8.4-0.3c2.1-0.1,4.2-0.2,6.3-0.2
|
|
73
|
+
c0.4,0,0.8,0,1.1,0c1.8-0.1,3.7-0.1,5.5-0.2c0.3,0,0.5,0,0.8,0c1.6-0.1,3.2-0.1,4.8-0.2c4.4-0.2,8.8-0.3,13.1-0.4
|
|
74
|
+
c2.7-0.1,5.4-0.1,8.2-0.2c7.7-0.2,15.5-0.3,23.3-0.4c1.2,0,2.3,0,3.5,0c2.2,0,4.5,0,6.7,0c1.7,0,3.3,0,5,0c9.7,0,19.5,0,29.3,0
|
|
75
|
+
c3.1,0,6.3,0.1,9.4,0.1c12.7,0.1,25.5,0.4,38.3,0.8c2.6,0.1,5.3,0.2,8,0.3c0.5,0,1.1,0,1.6,0c2.3,0.1,4.5,0.1,6.8,0.2
|
|
76
|
+
c2.7,0.1,5.5,0.2,8.2,0.3c2,0.1,4.1,0.2,6.2,0.3c4.4,0.2,8.8,0.4,13.2,0.6c1.9,0.1,3.9,0.2,5.8,0.3c2.8,0.2,5.6,0.3,8.4,0.5
|
|
77
|
+
c2.8,0.2,5.7,0.3,8.5,0.5c6.5,0.4,12.9,0.8,19.4,1.2c2.4,0.2,4.9,0.3,7.3,0.5c1.8,0.1,3.6,0.3,5.4,0.4c5.5,0.4,11,0.8,16.6,1.3
|
|
78
|
+
c3.3,0.3,6.5,0.5,9.8,0.8c9.8,0.8,19.7,1.8,29.6,2.7c6.6,0.6,13.2,1.3,19.9,2.1c6.6,0.7,13.3,1.5,20,2.2h0
|
|
79
|
+
c6.7,0.8,13.4,1.6,20.1,2.4c13.4,1.7,26.9,3.5,40.5,5.5c6.8,1,13.6,2,20.4,3c6.8,1,13.6,2.1,20.5,3.2c6.9,1.1,13.7,2.3,20.6,3.4
|
|
80
|
+
c13.8,2.4,27.6,4.9,41.5,7.5c3,0.6,6.1,1.2,9.1,1.8c2.4,0.5,4.9,1,7.3,1.4c1.9,0.4,3.8,0.8,5.7,1.1c3.1,0.6,6.1,1.2,9.2,1.8
|
|
81
|
+
c7,1.4,14,2.9,21,4.4c7,1.5,14.1,3,21.2,4.6c3.6,0.8,7.3,1.6,11,2.5c3.2,0.7,6.4,1.5,9.6,2.2c0.2,0.1,0.5,0.1,0.7,0.2
|
|
82
|
+
c3.5,0.8,7.1,1.7,10.6,2.5c0.8,0.2,1.6,0.4,2.4,0.6c2.8,0.7,5.5,1.3,8.3,2c11.1,2.7,22.2,5.5,33.3,8.3c3.2,0.8,6.5,1.7,9.7,2.5
|
|
83
|
+
c3.6,0.9,7.2,1.9,10.8,2.8c7.2,1.9,14.5,3.9,21.7,5.9c3.3,0.9,6.7,1.9,10,2.8c0.9,0.2,1.7,0.5,2.6,0.7c3,0.9,6.1,1.7,9.2,2.6
|
|
84
|
+
c3.6,1,7.3,2.1,10.9,3.1c14.7,4.3,29.4,8.7,44.2,13.3c2.8,0.9,5.7,1.8,8.5,2.7c4.5,1.4,8.9,2.8,13.4,4.2c8.3,2.7,16.7,5.4,25,8.2
|
|
85
|
+
c7.8,2.6,15.7,5.3,23.6,7.9c11.4,3.9,22.8,7.9,34.3,12c1.9,0.7,3.9,1.4,5.8,2.1c1.7,0.6,3.4,1.2,5.1,1.9c1.9,0.7,3.9,1.4,5.8,2.1
|
|
86
|
+
c36.4,13.3,73.3,27.6,110.5,43c54.3,22.5,100.3,43.4,139,62.8C1919.3,976,1919.7,976.2,1920,976.3z"/>
|
|
87
|
+
<path class="st3" d="M486.8,806.2c-13.5,1.6-26.8,3.2-39.9,4.9C217.2,841.2,52.9,891.9,0,912.5v-39.8c23.4-7.7,47.2-15.3,71.6-22.8
|
|
88
|
+
c5.1-1.6,10.3-3.2,15.4-4.7c3.6-1.1,7.3-2.2,11-3.3c0,0,0,0,0.1,0c1-0.3,2-0.6,2.9-0.9c2.7-0.8,5.4-1.6,8.2-2.5
|
|
89
|
+
c1.2-0.4,2.5-0.7,3.7-1.1c0.2-0.1,0.3-0.1,0.5-0.2c3.5-1,7.1-2.1,10.6-3.1c3.6-1,7.1-2.1,10.7-3.1c2.6-0.7,5.1-1.5,7.7-2.2h0
|
|
90
|
+
c2.5-0.7,5-1.4,7.5-2.2c2.5-0.7,5-1.4,7.5-2.1c2.1-0.6,4.1-1.2,6.2-1.8c1.1-0.3,2.2-0.6,3.3-0.9c1-0.3,2.1-0.6,3.1-0.9
|
|
91
|
+
c2.1-0.6,4.3-1.2,6.4-1.8c3.2-0.9,6.4-1.8,9.6-2.6c2.7-0.7,5.4-1.5,8.1-2.2c0.5-0.1,1-0.3,1.6-0.4c2.7-0.7,5.5-1.5,8.2-2.2
|
|
92
|
+
c1.7-0.5,3.4-0.9,5.1-1.4c5-1.3,9.9-2.6,14.9-3.9c0.3-0.1,0.6-0.2,0.9-0.2c3.3-0.9,6.5-1.7,9.8-2.5c3.2-0.8,6.5-1.7,9.7-2.5
|
|
93
|
+
l9.8-2.5c0.1,0,0.1,0,0.2,0c6.5-1.6,13.1-3.2,19.6-4.8c0.1,0,0.2,0,0.3-0.1c3.3-0.8,6.7-1.6,10-2.4c0.2,0,0.3-0.1,0.5-0.1
|
|
94
|
+
c3.2-0.8,6.4-1.5,9.6-2.3c3.4-0.8,6.7-1.6,10.1-2.4c3.4-0.8,6.8-1.5,10.2-2.3c0.4-0.1,0.8-0.2,1.2-0.3c3.6-0.8,7.2-1.6,10.8-2.4
|
|
95
|
+
c3.8-0.8,7.6-1.7,11.5-2.5c2.4-0.5,4.8-1,7.3-1.6c3.3-0.7,6.6-1.4,9.9-2.1c0.1,0,0.3,0,0.4-0.1c3.5-0.7,6.9-1.5,10.4-2.2
|
|
96
|
+
c2.9-0.6,5.9-1.2,8.8-1.8c4-0.8,8-1.6,12-2.4c1.8-0.3,3.5-0.7,5.3-1c1.3-0.3,2.7-0.5,4-0.8c2.4-0.5,4.8-0.9,7.2-1.4L486.8,806.2z"
|
|
97
|
+
/>
|
|
98
|
+
<path class="st8" d="M1503.7,815.7c-4.7-0.8-10-1.7-15.7-2.7c-253-46-571-10-655-12c-76-1.8-356.4,7-675.5,23.5
|
|
99
|
+
C512.4,724,961.7,658.1,1503.7,815.7z"/>
|
|
100
|
+
<path class="st1" d="M121,852c25-5,42-8,42-8c11-2,16-14,2-19c-6-11-15-13-20-5c-7-12-16-10-20,4c-8,1-15,12-11,18S121,852,121,852
|
|
101
|
+
z"/>
|
|
102
|
+
<path class="st9" d="M89,863c17-1.7,22-4,29-5c11-1,15-18-4-19c-1-5-13-16-16,3c-4-6-11-1-12,7C82,853,79,864,89,863z"/>
|
|
103
|
+
<g id="Arbre-droite">
|
|
104
|
+
<g>
|
|
105
|
+
<g>
|
|
106
|
+
<g>
|
|
107
|
+
<ellipse class="st10" cx="1764.5" cy="816.2" rx="16.9" ry="16.8"/>
|
|
108
|
+
<ellipse class="st10" cx="1764.5" cy="816.2" rx="16.9" ry="16.8"/>
|
|
109
|
+
</g>
|
|
110
|
+
<ellipse class="st10" cx="1752.2" cy="814.2" rx="3.6" ry="5.5"/>
|
|
111
|
+
<ellipse class="st10" cx="1767.7" cy="816.6" rx="10" ry="10.2"/>
|
|
112
|
+
<g>
|
|
113
|
+
<polygon class="st10" points="1764,807.2 1763.1,853.4 1765.8,853.4 "/>
|
|
114
|
+
<polygon class="st10" points="1764,807.2 1763.1,853.4 1765.8,853.4 "/>
|
|
115
|
+
</g>
|
|
116
|
+
<polygon class="st10" points="1758.6,818.9 1763.5,831.1 1764,826.8 "/>
|
|
117
|
+
<polygon class="st10" points="1769.5,814.2 1764,826.8 1764,829.1 "/>
|
|
118
|
+
<polygon class="st10" points="1758.6,834.6 1763.5,844.7 1764,840.1 "/>
|
|
119
|
+
<polygon class="st10" points="1764.9,841.6 1766.7,839.3 1764.9,844.8 "/>
|
|
120
|
+
</g>
|
|
121
|
+
<g>
|
|
122
|
+
<g>
|
|
123
|
+
<ellipse class="st10" cx="1789.5" cy="822.2" rx="16.9" ry="16.8"/>
|
|
124
|
+
<ellipse class="st10" cx="1789.5" cy="822.2" rx="16.9" ry="16.8"/>
|
|
125
|
+
</g>
|
|
126
|
+
<ellipse class="st10" cx="1777.2" cy="820.2" rx="3.6" ry="5.5"/>
|
|
127
|
+
<ellipse class="st10" cx="1792.7" cy="822.6" rx="10" ry="10.2"/>
|
|
128
|
+
<g>
|
|
129
|
+
<polygon class="st10" points="1789,813.2 1788.1,859.4 1790.8,859.4 "/>
|
|
130
|
+
<polygon class="st10" points="1789,813.2 1788.1,859.4 1790.8,859.4 "/>
|
|
131
|
+
</g>
|
|
132
|
+
<polygon class="st10" points="1783.6,824.9 1788.5,837.1 1789,832.8 "/>
|
|
133
|
+
<polygon class="st10" points="1794.5,820.2 1789,832.8 1789,835.1 "/>
|
|
134
|
+
<polygon class="st10" points="1783.6,840.6 1788.5,850.7 1789,846.1 "/>
|
|
135
|
+
<polygon class="st10" points="1789.9,847.6 1791.7,845.3 1789.9,850.8 "/>
|
|
136
|
+
</g>
|
|
137
|
+
<g>
|
|
138
|
+
<g>
|
|
139
|
+
<ellipse class="st10" cx="1745.9" cy="810.8" rx="16.9" ry="16.8"/>
|
|
140
|
+
<ellipse class="st10" cx="1745.9" cy="810.8" rx="16.9" ry="16.8"/>
|
|
141
|
+
</g>
|
|
142
|
+
<ellipse class="st10" cx="1733.6" cy="808.9" rx="3.6" ry="5.5"/>
|
|
143
|
+
<ellipse class="st10" cx="1749" cy="811.2" rx="10" ry="10.2"/>
|
|
144
|
+
<g>
|
|
145
|
+
<polygon class="st10" points="1745.4,801.8 1744.5,848 1747.2,848 "/>
|
|
146
|
+
<polygon class="st10" points="1745.4,801.8 1744.5,848 1747.2,848 "/>
|
|
147
|
+
</g>
|
|
148
|
+
<polygon class="st10" points="1739.9,813.6 1744.9,825.7 1745.4,821.4 "/>
|
|
149
|
+
<polygon class="st10" points="1750.9,808.9 1745.4,821.4 1745.4,823.8 "/>
|
|
150
|
+
<polygon class="st10" points="1739.9,829.2 1744.9,839.4 1745.4,834.7 "/>
|
|
151
|
+
<polygon class="st10" points="1746.3,836.3 1748.1,833.9 1746.3,839.4 "/>
|
|
152
|
+
</g>
|
|
153
|
+
<g>
|
|
154
|
+
<g>
|
|
155
|
+
<ellipse class="st10" cx="1626.5" cy="784.5" rx="22.5" ry="27.8"/>
|
|
156
|
+
<ellipse class="st10" cx="1626.5" cy="784.5" rx="22.5" ry="27.8"/>
|
|
157
|
+
</g>
|
|
158
|
+
<ellipse class="st10" cx="1610.1" cy="781.2" rx="4.9" ry="9.1"/>
|
|
159
|
+
<ellipse class="st10" cx="1630.8" cy="785.1" rx="13.4" ry="16.8"/>
|
|
160
|
+
<g>
|
|
161
|
+
<polygon class="st10" points="1625.9,769.6 1624.7,846 1628.3,846 "/>
|
|
162
|
+
<polygon class="st10" points="1625.9,769.6 1624.7,846 1628.3,846 "/>
|
|
163
|
+
</g>
|
|
164
|
+
<polygon class="st10" points="1618.6,789 1625.2,809.1 1625.9,802 "/>
|
|
165
|
+
<polygon class="st10" points="1633.2,781.2 1625.9,802 1625.9,805.8 "/>
|
|
166
|
+
<polygon class="st10" points="1618.6,814.9 1625.3,831.6 1625.9,824 "/>
|
|
167
|
+
<polygon class="st10" points="1627.1,826.6 1629.5,822.7 1627.1,831.8 "/>
|
|
168
|
+
</g>
|
|
169
|
+
<g>
|
|
170
|
+
<g>
|
|
171
|
+
<g>
|
|
172
|
+
<ellipse class="st10" cx="1659.5" cy="798.5" rx="18.5" ry="21.5"/>
|
|
173
|
+
<ellipse class="st10" cx="1659.5" cy="798.5" rx="18.5" ry="21.5"/>
|
|
174
|
+
</g>
|
|
175
|
+
<g>
|
|
176
|
+
<ellipse class="st10" cx="1646" cy="796" rx="4" ry="7"/>
|
|
177
|
+
</g>
|
|
178
|
+
<g id="Calque_5_8_">
|
|
179
|
+
<g>
|
|
180
|
+
<ellipse class="st10" cx="1663" cy="799" rx="11" ry="13"/>
|
|
181
|
+
</g>
|
|
182
|
+
<g>
|
|
183
|
+
<ellipse class="st10" cx="1663" cy="799" rx="11" ry="13"/>
|
|
184
|
+
</g>
|
|
185
|
+
<g>
|
|
186
|
+
<ellipse class="st10" cx="1663" cy="799" rx="11" ry="13"/>
|
|
187
|
+
</g>
|
|
188
|
+
</g>
|
|
189
|
+
</g>
|
|
190
|
+
<g>
|
|
191
|
+
<g>
|
|
192
|
+
<polygon class="st10" points="1659,787 1658,846 1661,846 "/>
|
|
193
|
+
<polygon class="st10" points="1659,787 1658,846 1661,846 "/>
|
|
194
|
+
</g>
|
|
195
|
+
<polygon class="st10" points="1653,802 1658.4,817.5 1659,812 "/>
|
|
196
|
+
<polygon class="st10" points="1665,796 1659,812 1659,815 "/>
|
|
197
|
+
<polygon class="st10" points="1653,822 1658.5,834.9 1659,829 "/>
|
|
198
|
+
<polygon class="st10" points="1660,831 1662,828 1660,835 "/>
|
|
199
|
+
</g>
|
|
200
|
+
</g>
|
|
201
|
+
<g>
|
|
202
|
+
<g>
|
|
203
|
+
<ellipse class="st10" cx="1687.4" cy="801.1" rx="18.5" ry="21.5"/>
|
|
204
|
+
<ellipse class="st10" cx="1687.4" cy="801.1" rx="18.5" ry="21.5"/>
|
|
205
|
+
</g>
|
|
206
|
+
<ellipse class="st10" cx="1673.9" cy="798.6" rx="4" ry="7"/>
|
|
207
|
+
<ellipse class="st10" cx="1690.9" cy="801.6" rx="11" ry="13"/>
|
|
208
|
+
<g>
|
|
209
|
+
<polygon class="st10" points="1686.9,789.6 1685.9,848.6 1688.9,848.6 "/>
|
|
210
|
+
<polygon class="st10" points="1686.9,789.6 1685.9,848.6 1688.9,848.6 "/>
|
|
211
|
+
</g>
|
|
212
|
+
<polygon class="st10" points="1680.9,804.6 1686.3,820.2 1686.9,814.6 "/>
|
|
213
|
+
<polygon class="st10" points="1692.9,798.6 1686.9,814.6 1686.9,817.6 "/>
|
|
214
|
+
<polygon class="st10" points="1680.9,824.6 1686.4,837.5 1686.9,831.6 "/>
|
|
215
|
+
<polygon class="st10" points="1687.9,833.6 1689.9,830.6 1687.9,837.6 "/>
|
|
216
|
+
</g>
|
|
217
|
+
</g>
|
|
218
|
+
<g>
|
|
219
|
+
<g>
|
|
220
|
+
<g>
|
|
221
|
+
<ellipse class="st3" cx="1764.5" cy="816.2" rx="16.9" ry="16.8"/>
|
|
222
|
+
</g>
|
|
223
|
+
<ellipse class="st11" cx="1752.2" cy="814.2" rx="3.6" ry="5.5"/>
|
|
224
|
+
<ellipse class="st12" cx="1767.7" cy="816.6" rx="10" ry="10.2"/>
|
|
225
|
+
<g>
|
|
226
|
+
<polygon class="st13" points="1764,807.2 1763.1,853.4 1765.8,853.4 "/>
|
|
227
|
+
</g>
|
|
228
|
+
<polygon class="st13" points="1758.6,818.9 1763.5,831.1 1764,826.8 "/>
|
|
229
|
+
<polygon class="st13" points="1769.5,814.2 1764,826.8 1764,829.1 "/>
|
|
230
|
+
<polygon class="st13" points="1758.6,834.6 1763.5,844.7 1764,840.1 "/>
|
|
231
|
+
<polygon class="st13" points="1764.9,841.6 1766.7,839.3 1764.9,844.8 "/>
|
|
232
|
+
</g>
|
|
233
|
+
<g>
|
|
234
|
+
<g>
|
|
235
|
+
<ellipse class="st3" cx="1789.5" cy="822.2" rx="16.9" ry="16.8"/>
|
|
236
|
+
</g>
|
|
237
|
+
<ellipse class="st11" cx="1777.2" cy="820.2" rx="3.6" ry="5.5"/>
|
|
238
|
+
<ellipse class="st12" cx="1792.7" cy="822.6" rx="10" ry="10.2"/>
|
|
239
|
+
<g>
|
|
240
|
+
<polygon class="st13" points="1789,813.2 1788.1,859.4 1790.8,859.4 "/>
|
|
241
|
+
</g>
|
|
242
|
+
<polygon class="st13" points="1783.6,824.9 1788.5,837.1 1789,832.8 "/>
|
|
243
|
+
<polygon class="st13" points="1794.5,820.2 1789,832.8 1789,835.1 "/>
|
|
244
|
+
<polygon class="st13" points="1783.6,840.6 1788.5,850.7 1789,846.1 "/>
|
|
245
|
+
<polygon class="st13" points="1789.9,847.6 1791.7,845.3 1789.9,850.8 "/>
|
|
246
|
+
</g>
|
|
247
|
+
<g>
|
|
248
|
+
<g>
|
|
249
|
+
<ellipse class="st3" cx="1745.9" cy="810.8" rx="16.9" ry="16.8"/>
|
|
250
|
+
</g>
|
|
251
|
+
<ellipse class="st11" cx="1733.6" cy="808.9" rx="3.6" ry="5.5"/>
|
|
252
|
+
<ellipse class="st12" cx="1749" cy="811.2" rx="10" ry="10.2"/>
|
|
253
|
+
<g>
|
|
254
|
+
<polygon class="st13" points="1745.4,801.8 1744.5,848 1747.2,848 "/>
|
|
255
|
+
</g>
|
|
256
|
+
<polygon class="st13" points="1739.9,813.6 1744.9,825.7 1745.4,821.4 "/>
|
|
257
|
+
<polygon class="st13" points="1750.9,808.9 1745.4,821.4 1745.4,823.8 "/>
|
|
258
|
+
<polygon class="st13" points="1739.9,829.2 1744.9,839.4 1745.4,834.7 "/>
|
|
259
|
+
<polygon class="st13" points="1746.3,836.3 1748.1,833.9 1746.3,839.4 "/>
|
|
260
|
+
</g>
|
|
261
|
+
<g>
|
|
262
|
+
<g>
|
|
263
|
+
<ellipse class="st3" cx="1626.5" cy="784.5" rx="22.5" ry="27.8"/>
|
|
264
|
+
</g>
|
|
265
|
+
<ellipse class="st11" cx="1610.1" cy="781.2" rx="4.9" ry="9.1"/>
|
|
266
|
+
<ellipse class="st12" cx="1630.8" cy="785.1" rx="13.4" ry="16.8"/>
|
|
267
|
+
<g>
|
|
268
|
+
<polygon class="st13" points="1625.9,769.6 1624.7,846 1628.3,846 "/>
|
|
269
|
+
</g>
|
|
270
|
+
<polygon class="st13" points="1618.6,789 1625.2,809.1 1625.9,802 "/>
|
|
271
|
+
<polygon class="st13" points="1633.2,781.2 1625.9,802 1625.9,805.8 "/>
|
|
272
|
+
<polygon class="st13" points="1618.6,814.9 1625.3,831.6 1625.9,824 "/>
|
|
273
|
+
<polygon class="st13" points="1627.1,826.6 1629.5,822.7 1627.1,831.8 "/>
|
|
274
|
+
</g>
|
|
275
|
+
<g>
|
|
276
|
+
<g>
|
|
277
|
+
<g>
|
|
278
|
+
<ellipse class="st14" cx="1659.5" cy="798.5" rx="18.5" ry="21.5"/>
|
|
279
|
+
</g>
|
|
280
|
+
<g>
|
|
281
|
+
<ellipse class="st15" cx="1646" cy="796" rx="4" ry="7"/>
|
|
282
|
+
</g>
|
|
283
|
+
<g id="Calque_5_7_">
|
|
284
|
+
<g>
|
|
285
|
+
<ellipse class="st16" cx="1663" cy="799" rx="11" ry="13"/>
|
|
286
|
+
</g>
|
|
287
|
+
</g>
|
|
288
|
+
</g>
|
|
289
|
+
<g>
|
|
290
|
+
<g>
|
|
291
|
+
<polygon class="st13" points="1659,787 1658,846 1661,846 "/>
|
|
292
|
+
</g>
|
|
293
|
+
<polygon class="st13" points="1653,802 1658.4,817.5 1659,812 "/>
|
|
294
|
+
<polygon class="st13" points="1665,796 1659,812 1659,815 "/>
|
|
295
|
+
<polygon class="st13" points="1653,822 1658.5,834.9 1659,829 "/>
|
|
296
|
+
<polygon class="st13" points="1660,831 1662,828 1660,835 "/>
|
|
297
|
+
</g>
|
|
298
|
+
</g>
|
|
299
|
+
<g>
|
|
300
|
+
<g>
|
|
301
|
+
<ellipse class="st14" cx="1687.4" cy="801.1" rx="18.5" ry="21.5"/>
|
|
302
|
+
</g>
|
|
303
|
+
<ellipse class="st15" cx="1673.9" cy="798.6" rx="4" ry="7"/>
|
|
304
|
+
<ellipse class="st16" cx="1690.9" cy="801.6" rx="11" ry="13"/>
|
|
305
|
+
<g>
|
|
306
|
+
<polygon class="st13" points="1686.9,789.6 1685.9,848.6 1688.9,848.6 "/>
|
|
307
|
+
</g>
|
|
308
|
+
<polygon class="st13" points="1680.9,804.6 1686.3,820.2 1686.9,814.6 "/>
|
|
309
|
+
<polygon class="st13" points="1692.9,798.6 1686.9,814.6 1686.9,817.6 "/>
|
|
310
|
+
<polygon class="st13" points="1680.9,824.6 1686.4,837.5 1686.9,831.6 "/>
|
|
311
|
+
<polygon class="st13" points="1687.9,833.6 1689.9,830.6 1687.9,837.6 "/>
|
|
312
|
+
</g>
|
|
313
|
+
</g>
|
|
314
|
+
</g>
|
|
315
|
+
<g>
|
|
316
|
+
<path class="st10" d="M115,313c58,2.4,133,3,180,1s78-84-14-87c-4-31-70.8-65.3-94,0c-21-21-76-6-72,30C87,247,67,311,115,313z"/>
|
|
317
|
+
</g>
|
|
318
|
+
<path class="st10" d="M923.3,198.5c76.6,3,175.7,3.7,237.8,1.2c62.1-2.5,103.1-103.3-18.5-107c-5.3-38.1-93.5-80.3-124.2,0
|
|
319
|
+
c-27.7-25.8-100.4-7.4-95.1,36.9C886.3,117.3,859.9,196,923.3,198.5z"/>
|
|
320
|
+
<path class="st10" d="M1759.9,202.7c-46.3,2-106.2,2.5-143.7,0.8c-37.5-1.6-62.3-68.7,11.2-71.1c3.2-25.3,56.5-53.4,75,0
|
|
321
|
+
c16.8-17.2,60.7-4.9,57.5,24.5C1782.2,148.7,1798.2,201,1759.9,202.7z"/>
|
|
322
|
+
<path class="st10" d="M1301,349h103c18-13-6-31-22-29c-15-28-40-26-49-3c-16-3-19,5-19,11C1301,333,1301,349,1301,349z"/>
|
|
323
|
+
<path class="st10" d="M570,152H403.4c-29.1-22,7.6-60,35.6-49.1c-3-47.9,64.7-44,79.3-5.1C544,80,551,109,542,119
|
|
324
|
+
C588,119,570,152,570,152z"/>
|
|
325
|
+
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="1919.5" y1="1095" x2="1919.5" y2="813">
|
|
326
|
+
<stop offset="0" style="stop-color:#CCE0F4"/>
|
|
327
|
+
<stop offset="6.405089e-02" style="stop-color:#C3DCF2"/>
|
|
328
|
+
<stop offset="0.1706" style="stop-color:#A9D2EE"/>
|
|
329
|
+
<stop offset="0.3066" style="stop-color:#80C2E7"/>
|
|
330
|
+
<stop offset="0.4649" style="stop-color:#47ACDE"/>
|
|
331
|
+
<stop offset="0.5674" style="stop-color:#1E9CD7"/>
|
|
332
|
+
<stop offset="0.8652" style="stop-color:#2D94D7"/>
|
|
333
|
+
<stop offset="0.9944" style="stop-color:#228CD4"/>
|
|
334
|
+
</linearGradient>
|
|
335
|
+
<rect x="1919" y="813" class="st17" width="1" height="282"/>
|
|
336
|
+
<rect x="1919" y="1080" width="1" height="15"/>
|
|
337
|
+
</g>
|
|
338
|
+
<g id="Arbredroite">
|
|
339
|
+
<g id="Calque_13">
|
|
340
|
+
<ellipse class="st3" cx="238.2" cy="795.9" rx="22.8" ry="37.1"/>
|
|
341
|
+
<ellipse class="st11" cx="221.6" cy="791.6" rx="4.9" ry="12.1"/>
|
|
342
|
+
<ellipse class="st12" cx="242.5" cy="796.8" rx="13.5" ry="22.4"/>
|
|
343
|
+
<polygon class="st13" points="237.6,772.9 236.4,856 240.1,856 "/>
|
|
344
|
+
<polygon class="st13" points="230.2,794 236.9,815.9 237.6,808.1 "/>
|
|
345
|
+
<polygon class="st13" points="245,785.6 237.6,808.1 237.6,812.3 "/>
|
|
346
|
+
<polygon class="st13" points="230.2,822.2 237,840.4 237.6,832.1 "/>
|
|
347
|
+
<polygon class="st13" points="238.8,834.9 241.3,830.7 238.8,840.5 "/>
|
|
348
|
+
</g>
|
|
349
|
+
<g id="Calque_14">
|
|
350
|
+
<ellipse class="st3" cx="294.1" cy="807" rx="16.5" ry="20.4"/>
|
|
351
|
+
<ellipse class="st11" cx="282.1" cy="804.6" rx="3.6" ry="6.6"/>
|
|
352
|
+
<ellipse class="st12" cx="297.3" cy="807.5" rx="9.8" ry="12.3"/>
|
|
353
|
+
<polygon class="st13" points="293.7,796.1 292.8,852 295.5,852 "/>
|
|
354
|
+
<polygon class="st13" points="288.4,810.3 293.2,825 293.7,819.8 "/>
|
|
355
|
+
<polygon class="st13" points="299,804.6 293.7,819.8 293.7,822.6 "/>
|
|
356
|
+
<polygon class="st13" points="288.4,829.3 293.2,841.5 293.7,835.9 "/>
|
|
357
|
+
<polygon class="st13" points="294.6,837.8 296.4,834.9 294.6,841.6 "/>
|
|
358
|
+
</g>
|
|
359
|
+
</g>
|
|
360
|
+
</svg>
|
package/dist/portal.html
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
<header class="header no-2d" ng-controller="Account">
|
|
2
|
+
<div class="container-fluid">
|
|
3
|
+
<nav class="navbar">
|
|
4
|
+
<div class="d-none d-md-inline-flex gap-12 align-items-center">
|
|
5
|
+
<div class="avatar avatar-sm rounded-circle">
|
|
6
|
+
<img ng-src="[[avatar]]" alt="avatar" />
|
|
7
|
+
</div>
|
|
8
|
+
<span class="navbar-text" translate key="welcome"></span>
|
|
9
|
+
</div>
|
|
10
|
+
<ul class="navbar-nav" aria-hidden="false" aria-label="navbar.main.navigation" role="menubar">
|
|
11
|
+
<li class="nav-item" ng-if="me.hasWorkflow('org.entcore.conversation.controllers.ConversationController|view')">
|
|
12
|
+
<a href="/conversation/conversation" class="nav-link" tooltip="navbar.messages"
|
|
13
|
+
aria-label="[[lang.translate('navbar.messages')]]"><svg width="24" height="24" viewBox="0 0 24 24"
|
|
14
|
+
fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="icon notification">
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
16
|
+
d="M5.051 12.366a455.802 455.802 0 0 1-2.746-1.822A6.543 6.543 0 0 1 .74 9.067C.248 8.44.002 7.859.002 7.322a2.7 2.7 0 0 1 .141-.905c.098-.286.242-.542.424-.752C.935 5.222 1.462 5 2.15 5h19.7c.541-.016 1.071.195 1.507.6.424.4.636.882.636 1.446 0 .673-.218 1.317-.657 1.93a6.217 6.217 0 0 1-1.632 1.567c-3.358 2.226-5.447 3.61-6.267 4.156l-.242.167-.323.222a15.448 15.448 0 0 1-1.42.902 4.052 4.052 0 0 1-.77.345 2.215 2.215 0 0 1-.67.115h-.026a2.222 2.222 0 0 1-.67-.116 4.052 4.052 0 0 1-.77-.344c-.272-.154-.506-.29-.697-.415a30.199 30.199 0 0 1-.723-.487c-.288-.2-.477-.33-.565-.389-.81-.545-1.98-1.323-3.51-2.334Zm10.943 3.962c1.517-1.052 3.74-2.524 6.667-4.416.478-.306.927-.68 1.339-1.113v10.16c0 .564-.209 1.044-.63 1.446-.437.405-.97.614-1.512.594H2.149c-.545.02-1.08-.192-1.52-.601C.21 21.995 0 21.52 0 20.95V10.8c.416.437.871.81 1.356 1.113 3.232 2.099 5.45 3.571 6.656 4.416.512.358.926.637 1.243.837a7.7 7.7 0 0 0 1.265.614c.475.198.97.303 1.47.313h.026c.5-.01.995-.115 1.47-.313a7.647 7.647 0 0 0 1.265-.614c.32-.2.735-.479 1.243-.837Z"
|
|
17
|
+
fill="currentColor"></path>
|
|
18
|
+
</svg><span class="position-absolute badge rounded-pill bg-danger"
|
|
19
|
+
ng-if="nbNewMessages">[[nbNewMessages]]<span class="visually-hidden">
|
|
20
|
+
<i18n>navbar.messages</i18n>
|
|
21
|
+
</span></span></a>
|
|
22
|
+
</li>
|
|
23
|
+
<li class="nav-item">
|
|
24
|
+
<a href="/userbook/mon-compte" class="nav-link" tooltip="navbar.myaccount"
|
|
25
|
+
aria-label="[[lang.translate('navbar.myaccount')]]" pulsar="{ index: 5, i18n: 'portal.pulsar.account', position: 'bottom center'}"><svg xmlns="http://www.w3.org/2000/svg" fill="none"
|
|
26
|
+
viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" class="icon user">
|
|
27
|
+
<g clip-path="url(#one-profile_svg__a)">
|
|
28
|
+
<path fill="currentColor"
|
|
29
|
+
d="M12 0a12 12 0 1 0 0 24 12 12 0 0 0 0-24Zm0 4.65a4.26 4.26 0 1 1 0 8.51 4.26 4.26 0 0 1 0-8.51Zm0 16.64a9.27 9.27 0 0 1-7.09-3.3 5.4 5.4 0 0 1 4.77-2.9c.11 0 .23.03.34.06.63.2 1.29.33 1.98.33.7 0 1.35-.13 1.98-.33.11-.03.23-.05.34-.05a5.4 5.4 0 0 1 4.77 2.89 9.27 9.27 0 0 1-7.09 3.3Z">
|
|
30
|
+
</path>
|
|
31
|
+
</g>
|
|
32
|
+
<defs>
|
|
33
|
+
<clipPath id="one-profile_svg__a">
|
|
34
|
+
<path fill="#fff" d="M0 0h24v24H0z"></path>
|
|
35
|
+
</clipPath>
|
|
36
|
+
</defs>
|
|
37
|
+
</svg><span class="visually-hidden">
|
|
38
|
+
<i18n>navbar.account</i18n>
|
|
39
|
+
</span></a>
|
|
40
|
+
</li>
|
|
41
|
+
<li ng-if="currentLanguage == 'fr' && me.hasWorkflow('org.entcore.portal.controllers.PortalController|oldHelpEnable')" class="nav-item" tooltip="navbar.help"
|
|
42
|
+
aria-label="[[lang.translate('navbar.help')]]"
|
|
43
|
+
pulsar="{ index: 6, i18n: 'portal.pulsar.help', position: 'bottom center'}">
|
|
44
|
+
<a href="" class="nav-link" title="[[lang.translate('navbar.help')]]"
|
|
45
|
+
aria-label="[[lang.translate('navbar.help')]]"
|
|
46
|
+
pulsar="{ index: 6, i18n: 'portal.pulsar.help', position: 'bottom center'}">
|
|
47
|
+
<i18n>help.icon</i18n>
|
|
48
|
+
</a>
|
|
49
|
+
</li>
|
|
50
|
+
<li class="nav-item">
|
|
51
|
+
<a href="/" class="nav-link" logout tooltip="navbar.disconnect"
|
|
52
|
+
aria-label="[[lang.translate('navbar.disconnect')]]"><svg width="24"
|
|
53
|
+
height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"
|
|
54
|
+
class="icon logout">
|
|
55
|
+
<path
|
|
56
|
+
d="M22.995 13.153c0 1.393-.29 2.722-.872 3.987a10.627 10.627 0 0 1-2.336 3.292c-.975.929-2.147 1.665-3.516 2.21-1.369.544-2.79.817-4.26.817-1.472 0-2.9-.273-4.287-.817-1.386-.545-2.55-1.281-3.49-2.21a12.338 12.338 0 0 1-2.362-3.291A8.11 8.11 0 0 1 1 13.152c0-1.634.385-3.164 1.155-4.589.77-1.425 1.848-2.634 3.234-3.627.411-.289.873-.4 1.386-.337.514.064.907.289 1.181.673.308.368.428.793.36 1.273-.07.48-.309.857-.72 1.13a6.993 6.993 0 0 0-2.155 2.426 6.383 6.383 0 0 0-.18 5.717 6.98 6.98 0 0 0 1.566 2.186c.65.609 1.428 1.097 2.335 1.466a7.498 7.498 0 0 0 2.85.552 7.31 7.31 0 0 0 2.823-.552 8.296 8.296 0 0 0 2.36-1.466 6.04 6.04 0 0 0 1.567-2.186c.359-.849.547-1.738.564-2.666 0-1.09-.256-2.107-.77-3.051-.513-.945-1.232-1.754-2.156-2.427a1.752 1.752 0 0 1-.719-1.129c-.085-.464.035-.889.36-1.273.29-.384.693-.609 1.206-.673.514-.064.967.048 1.36.337 1.386.977 2.464 2.186 3.234 3.627a9.599 9.599 0 0 1 1.155 4.589ZM13.833 2.846v8.6c0 .465-.18.866-.54 1.202-.359.336-.786.505-1.283.505-.496 0-.932-.169-1.309-.505-.376-.336-.556-.737-.539-1.201v-8.6c0-.465.18-.865.54-1.202.359-.336.795-.504 1.308-.504.514 0 .941.168 1.284.504.342.337.521.737.539 1.201Z"
|
|
57
|
+
fill="currentColor"></path>
|
|
58
|
+
</svg><span class="visually-hidden">
|
|
59
|
+
<i18n>navbar.disconnect</i18n>
|
|
60
|
+
</span></a>
|
|
61
|
+
</li>
|
|
62
|
+
<li class="nav-item d-md-none">
|
|
63
|
+
<button class="nav-link btn btn-naked" type="button" aria-controls="navbarCollapsed" aria-expanded="false"
|
|
64
|
+
aria-label="navbar.secondary.navigation" ng-click="dropdownToggle = !dropdownToggle">
|
|
65
|
+
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
66
|
+
aria-hidden="true" class="icon rafter-down">
|
|
67
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
68
|
+
d="M4.012 7.871a1.5 1.5 0 0 1 2.117.141L12 14.722l5.871-6.71a1.5 1.5 0 1 1 2.258 1.976l-7 8a1.5 1.5 0 0 1-2.258 0l-7-8a1.5 1.5 0 0 1 .141-2.117Z"
|
|
69
|
+
fill="currentColor"></path>
|
|
70
|
+
</svg>
|
|
71
|
+
</button>
|
|
72
|
+
</li>
|
|
73
|
+
</ul>
|
|
74
|
+
</nav>
|
|
75
|
+
</div>
|
|
76
|
+
<nav class="navbar no-2d navbar-secondary navbar-expand-md" aria-label="navbar.secondary.navigation">
|
|
77
|
+
<div class="container-fluid">
|
|
78
|
+
<div class="collapse navbar-collapse" id="navbarCollapsed" ng-class="{'show' : dropdownToggle}">
|
|
79
|
+
<a class="navbar-brand d-none d-md-block" href="/timeline/timeline" aria-label="Accueil"><img class="logo"
|
|
80
|
+
src="/assets/themes/[[skin.skin]]/img/illustrations/logo.png" alt="Logo de l'ENT"></a>
|
|
81
|
+
<ul class="navbar-nav gap-8">
|
|
82
|
+
<li class="nav-item">
|
|
83
|
+
<a href="/timeline/timeline?token=[[rand]]" class="button"><svg xmlns="http://www.w3.org/2000/svg"
|
|
84
|
+
viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" color="#fff" class="d-md-none">
|
|
85
|
+
<path fill="currentColor"
|
|
86
|
+
d="M13.07 13.07V6.54h-2.14v6.53h2.14zm0 4.4v-2.2h-2.14v2.2h2.14zM24 12l-2.65 3.01.35 4.04-3.93.86-2.04 3.48L12 21.8l-3.73 1.6-2.04-3.42-3.93-.92.35-4.04L0 12l2.65-3.06-.35-3.99 3.93-.86L8.27.6 12 2.2 15.73.6l2.04 3.48 3.93.86L21.34 9z">
|
|
87
|
+
</path>
|
|
88
|
+
</svg><span class="d-inline-block">
|
|
89
|
+
<i18n>portal.header.navigation.whatsnew</i18n>
|
|
90
|
+
</span></a>
|
|
91
|
+
</li>
|
|
92
|
+
<li class="nav-item">
|
|
93
|
+
<a href="/userbook/annuaire?myClass&token=[[rand]]" class="button" pulsar-highlight="3"
|
|
94
|
+
pulsar="{ index: 3, i18n: 'portal.pulsar.myclass', position: 'bottom center'}"><svg xmlns="http://www.w3.org/2000/svg"
|
|
95
|
+
viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" color="#fff" class="d-md-none">
|
|
96
|
+
<path
|
|
97
|
+
d="M0 24.58V.53h24.05v4.28h-2.62V7.1h2.62v4.28h-2.62v2.35h2.62V18h-2.62v2.3h2.62v4.29H0zm4.64-6.85h12.12V14l-4.5-2.67q.9-.46 1.4-1.3t.53-1.85q0-1.4-1.01-2.43T10.7 4.72 8.25 5.75 7.24 8.18q0 1.03.53 1.85t1.4 1.3L4.63 14v3.73z"
|
|
98
|
+
fill="currentColor"></path>
|
|
99
|
+
</svg><span class="d-inline-block">
|
|
100
|
+
<i18n>portal.header.navigation.classMembers</i18n>
|
|
101
|
+
</span></a>
|
|
102
|
+
</li>
|
|
103
|
+
<li class="nav-item">
|
|
104
|
+
<a href="/welcome?token=[[rand]]" class="button" pulsar-highlight="4"
|
|
105
|
+
pulsar="{ index: 4, i18n: 'portal.pulsar.apps', position: 'bottom center'}"><svg width="24" height="24" viewBox="0 0 24 24" fill="none"
|
|
106
|
+
xmlns="http://www.w3.org/2000/svg" aria-hidden="true" color="#fff" class="d-md-none">
|
|
107
|
+
<path
|
|
108
|
+
d="M1.898 22.555c-.072-.145-.096-1.37-.048-2.691l.048-2.402h5.261v5.26l-2.595.049c-1.994.048-2.594 0-2.666-.216Zm7.76 0c-.049-.145-.073-1.37-.049-2.691l.072-2.402h5.238v5.26l-2.571.049c-2.018.048-2.595 0-2.69-.216Zm7.759 0c-.048-.145-.072-1.37-.048-2.691l.072-2.402h5.237v5.26l-2.57.049c-1.994.048-2.595 0-2.691-.216Zm-15.52-7.76c-.071-.168-.095-1.37-.047-2.69l.048-2.403h5.261v5.261l-2.595.048c-1.994.048-2.594 0-2.666-.216Zm7.76 0c-.048-.168-.072-1.37-.048-2.69l.072-2.403h5.238v5.261l-2.571.048c-2.018.048-2.595 0-2.69-.216Zm7.76 0c-.048-.168-.072-1.37-.048-2.69l.072-2.403h5.237v5.261l-2.57.048c-1.994.048-2.595 0-2.691-.216ZM1.897 7.011c-.071-.144-.095-1.345-.047-2.666l.048-2.402h5.261V7.18l-2.595.072c-1.994.048-2.594 0-2.666-.24Zm7.76 0c-.048-.144-.072-1.345-.048-2.666l.072-2.402h5.238V7.18l-2.571.072c-2.018.048-2.595 0-2.69-.24Zm7.76 0c-.048-.144-.072-1.345-.048-2.666l.072-2.402h5.237V7.18l-2.57.072c-1.994.048-2.595 0-2.691-.24Z"
|
|
109
|
+
fill="currentColor"></path>
|
|
110
|
+
</svg><span class="d-inline-block">
|
|
111
|
+
<i18n>portal.header.navigation.myapps</i18n>
|
|
112
|
+
</span></a>
|
|
113
|
+
</li>
|
|
114
|
+
</ul>
|
|
115
|
+
</div>
|
|
116
|
+
</div>
|
|
117
|
+
</nav>
|
|
118
|
+
</header>
|
|
119
|
+
|
|
120
|
+
<div class="centered container row">
|
|
121
|
+
<div class="main wrapper">
|
|
122
|
+
<section class="main">
|
|
123
|
+
<div id="directory"></div>
|
|
124
|
+
<div ng-transclude class="twelve cell"></div>
|
|
125
|
+
<div class="clear"></div>
|
|
126
|
+
</section>
|
|
127
|
+
</div>
|
|
128
|
+
</div>
|
|
129
|
+
|
|
130
|
+
<xiti></xiti>
|