First version
authorFulup Ar Foll <fulup@iot.bzh>
Mon, 25 Jan 2016 13:37:32 +0000 (14:37 +0100)
committerFulup Ar Foll <fulup@iot.bzh>
Mon, 25 Jan 2016 13:37:32 +0000 (14:37 +0100)
commit3ebdce373e134b70b129154d8033c1c628847a6c
tree76d84a1b1e6e6b474c7eecad2ea098ba0de69300
parent8d03b8c581ce64192e9d265597d262b59826cffd
First version
82 files changed:
afm-client/.gitignore [new file with mode: 0644]
afm-client/LICENSE
afm-client/README.md
afm-client/app/Backend/RestApis/AfmMainMockApi.js [new file with mode: 0644]
afm-client/app/Backend/RestApis/PostMockApi.js [new file with mode: 0644]
afm-client/app/Backend/RestApis/TokenMockApi.js [new file with mode: 0644]
afm-client/app/Backend/RestApis/_all.js [new file with mode: 0644]
afm-client/app/Backend/server.js [new file with mode: 0644]
afm-client/app/Frontend/app.js [new file with mode: 0644]
afm-client/app/Frontend/etc/AppConfig.js [new file with mode: 0644]
afm-client/app/Frontend/etc/routes.js [new file with mode: 0644]
afm-client/app/Frontend/favicon.ico [new file with mode: 0644]
afm-client/app/Frontend/images/appli/isnotvalid.png [new file with mode: 0644]
afm-client/app/Frontend/images/appli/istoobig.png [new file with mode: 0644]
afm-client/app/Frontend/images/appli/upload-appli.png [new file with mode: 0644]
afm-client/app/Frontend/images/appli/w3c-widget.png [new file with mode: 0644]
afm-client/app/Frontend/images/audio/istoobig.png [new file with mode: 0644]
afm-client/app/Frontend/images/audio/upload-music.png [new file with mode: 0644]
afm-client/app/Frontend/images/avatars/istoobig.jpg [new file with mode: 0644]
afm-client/app/Frontend/images/avatars/istoobig.png [new file with mode: 0644]
afm-client/app/Frontend/images/avatars/tux-admin.png [new file with mode: 0644]
afm-client/app/Frontend/images/avatars/tux-bzh.png [new file with mode: 0644]
afm-client/app/Frontend/images/avatars/tux-visitor.png [new file with mode: 0644]
afm-client/app/Frontend/images/icons/annex-ico.png [new file with mode: 0644]
afm-client/app/Frontend/images/icons/memorymatch-ico.png [new file with mode: 0644]
afm-client/app/Frontend/images/icons/rabbit-ico.png [new file with mode: 0644]
afm-client/app/Frontend/images/icons/w3c-ico.png [new file with mode: 0644]
afm-client/app/Frontend/images/login/fb-logo.png [new file with mode: 0644]
afm-client/app/Frontend/images/login/gg-logo.png [new file with mode: 0644]
afm-client/app/Frontend/images/login/gh-logo.png [new file with mode: 0644]
afm-client/app/Frontend/images/login/iot-logo.png [new file with mode: 0644]
afm-client/app/Frontend/images/login/lk-logo.png [new file with mode: 0644]
afm-client/app/Frontend/images/login/ms-logo.png [new file with mode: 0644]
afm-client/app/Frontend/images/login/og-logo.png [new file with mode: 0644]
afm-client/app/Frontend/images/login/pp-logo.png [new file with mode: 0644]
afm-client/app/Frontend/images/login/yh-logo.png [new file with mode: 0644]
afm-client/app/Frontend/images/logo/logo_iot_bzh.svg [new file with mode: 0644]
afm-client/app/Frontend/images/logo/logo_iot_bzhx350.png [new file with mode: 0644]
afm-client/app/Frontend/images/logo/tampon-iot-bzhx450.png [new file with mode: 0644]
afm-client/app/Frontend/images/logo/triskel_iot_bzh.png [new file with mode: 0644]
afm-client/app/Frontend/images/logo/triskel_iot_bzh.svg [new file with mode: 0644]
afm-client/app/Frontend/images/logo/triskel_iot_bzhx250.png [new file with mode: 0644]
afm-client/app/Frontend/index.html [new file with mode: 0644]
afm-client/app/Frontend/pages/Dashboard/Dashboard.html [new file with mode: 0644]
afm-client/app/Frontend/pages/Dashboard/DashboardModule.js [new file with mode: 0644]
afm-client/app/Frontend/pages/Dashboard/DashboardModule.scss [new file with mode: 0644]
afm-client/app/Frontend/pages/Home/Dashboard.html [new file with mode: 0644]
afm-client/app/Frontend/pages/Home/DashboardModule.js [new file with mode: 0644]
afm-client/app/Frontend/pages/Home/DashboardModule.scss [new file with mode: 0644]
afm-client/app/Frontend/pages/Sample/Sample.html [new file with mode: 0644]
afm-client/app/Frontend/pages/Sample/SampleModule.js [new file with mode: 0644]
afm-client/app/Frontend/pages/Sample/SampleModule.scss [new file with mode: 0644]
afm-client/app/Frontend/services/JQueryEmu.js [new file with mode: 0644]
afm-client/app/Frontend/styles/README.md [new file with mode: 0644]
afm-client/app/Frontend/styles/app/_ibz-mixins.scss [new file with mode: 0644]
afm-client/app/Frontend/styles/app/ibz-global.scss [new file with mode: 0644]
afm-client/app/Frontend/styles/foundation/_foundation-icons.scss [new file with mode: 0644]
afm-client/app/Frontend/styles/foundation/_foundation-settings.scss [new file with mode: 0644]
afm-client/app/Frontend/styles/foundation/foundation-conf.scss [new file with mode: 0644]
afm-client/app/Frontend/widgets/ActionButtons/ActionButtons.scss [new file with mode: 0644]
afm-client/app/Frontend/widgets/ActionButtons/AppliButton.js [new file with mode: 0644]
afm-client/app/Frontend/widgets/ActionButtons/SubmitButton.js [new file with mode: 0644]
afm-client/app/Frontend/widgets/FormInput/FormInput.scss [new file with mode: 0644]
afm-client/app/Frontend/widgets/FormInput/InputPassword.js [new file with mode: 0644]
afm-client/app/Frontend/widgets/FormInput/InputText.js [new file with mode: 0644]
afm-client/app/Frontend/widgets/FormInput/UploadAppli.js [new file with mode: 0644]
afm-client/app/Frontend/widgets/Navigation/LinkButton.js [new file with mode: 0644]
afm-client/app/Frontend/widgets/Navigation/Navigation.scss [new file with mode: 0644]
afm-client/app/Frontend/widgets/Notifications/ModalNotification.js [new file with mode: 0644]
afm-client/app/Frontend/widgets/Notifications/Notifications.scss [new file with mode: 0644]
afm-client/app/Frontend/widgets/Notifications/TokenRefreshSvc.js [new file with mode: 0644]
afm-client/app/Frontend/widgets/RangeSliders/RangeSliderMod.js [new file with mode: 0644]
afm-client/app/Frontend/widgets/RangeSliders/Rangeslider.scss [new file with mode: 0644]
afm-client/app/etc/AppDefaults.js [new file with mode: 0644]
afm-client/app/etc/_Config.js [new file with mode: 0644]
afm-client/app/etc/_Trace.js [new file with mode: 0644]
afm-client/bower.json [new file with mode: 0644]
afm-client/gulpfile.js [new file with mode: 0644]
afm-client/index.html [new file with mode: 0644]
afm-client/nbproject/project.properties [new file with mode: 0644]
afm-client/nbproject/project.xml [new file with mode: 0644]
afm-client/package.json [new file with mode: 0644]