Add the app!!!
authorFulup Ar Foll <fulup@iot.bzh>
Wed, 16 Dec 2015 16:15:43 +0000 (17:15 +0100)
committerFulup Ar Foll <fulup@iot.bzh>
Wed, 16 Dec 2015 16:15:43 +0000 (17:15 +0100)
commit475508baa9f0b21087eb85048d51af342aa09692
treef3e944401efc59c68110f54fcea7f569e928a42f
parentf7e443f996dceb928a047d06e45f59579f1fbc0e
Add the app!!!
55 files changed:
afb-client/README.md
afb-client/app/Backend/RestApis/PostMockApi.js [new file with mode: 0644]
afb-client/app/Backend/RestApis/TokenMockApi.js [new file with mode: 0644]
afb-client/app/Backend/RestApis/_all.js [new file with mode: 0644]
afb-client/app/Backend/server.js [new file with mode: 0644]
afb-client/app/Frontend/app.js [new file with mode: 0644]
afb-client/app/Frontend/favicon.ico [new file with mode: 0644]
afb-client/app/Frontend/images/avatars/istoobig.jpg [new file with mode: 0644]
afb-client/app/Frontend/images/avatars/tux-admin.png [new file with mode: 0644]
afb-client/app/Frontend/images/avatars/tux-bzh.png [new file with mode: 0644]
afb-client/app/Frontend/images/avatars/tux-visitor.png [new file with mode: 0644]
afb-client/app/Frontend/images/login/fb-logo.png [new file with mode: 0644]
afb-client/app/Frontend/images/login/gg-logo.png [new file with mode: 0644]
afb-client/app/Frontend/images/login/gh-logo.png [new file with mode: 0644]
afb-client/app/Frontend/images/login/iot-logo.png [new file with mode: 0644]
afb-client/app/Frontend/images/login/lk-logo.png [new file with mode: 0644]
afb-client/app/Frontend/images/login/ms-logo.png [new file with mode: 0644]
afb-client/app/Frontend/images/login/og-logo.png [new file with mode: 0644]
afb-client/app/Frontend/images/login/pp-logo.png [new file with mode: 0644]
afb-client/app/Frontend/images/login/yh-logo.png [new file with mode: 0644]
afb-client/app/Frontend/images/logo/logo_iot_bzh.svg [new file with mode: 0644]
afb-client/app/Frontend/images/logo/logo_iot_bzhx350.png [new file with mode: 0644]
afb-client/app/Frontend/images/logo/tampon-iot-bzhx450.png [new file with mode: 0644]
afb-client/app/Frontend/images/logo/triskel_iot_bzh.png [new file with mode: 0644]
afb-client/app/Frontend/images/logo/triskel_iot_bzh.svg [new file with mode: 0644]
afb-client/app/Frontend/images/logo/triskel_iot_bzhx250.png [new file with mode: 0644]
afb-client/app/Frontend/index.html [new file with mode: 0644]
afb-client/app/Frontend/pages/Home/Home.html [new file with mode: 0644]
afb-client/app/Frontend/pages/Home/HomeModule.js [new file with mode: 0644]
afb-client/app/Frontend/pages/Home/HomeModule.scss [new file with mode: 0644]
afb-client/app/Frontend/pages/Sample/Sample.html [new file with mode: 0644]
afb-client/app/Frontend/pages/Sample/SampleModule.js [new file with mode: 0644]
afb-client/app/Frontend/pages/Sample/SampleModule.scss [new file with mode: 0644]
afb-client/app/Frontend/services/ConfigApp.js [new file with mode: 0644]
afb-client/app/Frontend/services/JQueryEmu.js [new file with mode: 0644]
afb-client/app/Frontend/styles/README.md [new file with mode: 0644]
afb-client/app/Frontend/styles/app/_ibz-mixins.scss [new file with mode: 0644]
afb-client/app/Frontend/styles/app/ibz-global.scss [new file with mode: 0644]
afb-client/app/Frontend/styles/foundation/_foundation-icons.scss [new file with mode: 0644]
afb-client/app/Frontend/styles/foundation/_foundation-settings.scss [new file with mode: 0644]
afb-client/app/Frontend/styles/foundation/foundation-conf.scss [new file with mode: 0644]
afb-client/app/Frontend/tmp/routes.js [new file with mode: 0644]
afb-client/app/Frontend/widgets/Buttons/SubmitButtons/SubmitButtons.js [new file with mode: 0644]
afb-client/app/Frontend/widgets/Buttons/SubmitButtons/SubmitButtons.scss [new file with mode: 0644]
afb-client/app/Frontend/widgets/FormInput/FormInput.scss [new file with mode: 0644]
afb-client/app/Frontend/widgets/FormInput/InputPassword.js [new file with mode: 0644]
afb-client/app/Frontend/widgets/FormInput/InputText.js [new file with mode: 0644]
afb-client/app/Frontend/widgets/FormInput/UploadFile.js [new file with mode: 0644]
afb-client/app/Frontend/widgets/Navigation/LinkButton.js [new file with mode: 0644]
afb-client/app/Frontend/widgets/Navigation/Navigation.scss [new file with mode: 0644]
afb-client/app/Frontend/widgets/Notifications/ModalNotification.js [new file with mode: 0644]
afb-client/app/Frontend/widgets/Notifications/Notifications.scss [new file with mode: 0644]
afb-client/app/etc/AppDefaults.js [new file with mode: 0644]
afb-client/app/etc/_Config.js [new file with mode: 0644]
afb-client/app/etc/_Trace.js [new file with mode: 0644]