From f8a8d5192b1e5013d9e2f699be54b072ef39d5f0 Mon Sep 17 00:00:00 2001
From: talasila
Date: Wed, 8 Feb 2017 10:13:29 -0500
Subject: Initial OpenECOMP UI/DMaapBC commit
Change-Id: Ia492e1b88311b9bed4c31f593b28deaaad73b7e4
Signed-off-by: talasila
---
dcae_dmaapbc_webapp/.gitignore | 2 +
dcae_dmaapbc_webapp/README.md | 26 +
.../build-scripts/build-deploy-app.sh | 78 +
.../EcompSdkDDLMySql_1610_Complete_OS.sql | 1622 +
.../EcompSdkDMLMySql_1610_Complete_OS.sql | 3826 ++
dcae_dmaapbc_webapp/db-scripts/dbca-user-mysql.sql | 5 +
dcae_dmaapbc_webapp/db-scripts/mysqldump-notes.txt | 7 +
dcae_dmaapbc_webapp/dbc-app-deployment-guide.txt | 363 +
dcae_dmaapbc_webapp/ecomp_dcae_logo_170x130.png | Bin 0 -> 21818 bytes
dcae_dmaapbc_webapp/ecomp_dcae_logo_360x218.png | Bin 0 -> 46197 bytes
dcae_dmaapbc_webapp/ecomp_dcae_logo_680x520.png | Bin 0 -> 151314 bytes
dcae_dmaapbc_webapp/pom.xml | 369 +
.../dbcapp/controller/DataBusHomeController.java | 57 +
.../dbcapp/controller/DataRouterController.java | 315 +
.../controller/DbcappRestrictedBaseController.java | 974 +
.../dbcapp/controller/DmaapAccessController.java | 374 +
.../dbcapp/controller/HealthCheckController.java | 157 +
.../dbcapp/controller/ManifestController.java | 113 +
.../dbcapp/controller/MessageRouterController.java | 226 +
.../dmaapbc/dbcapp/domain/DmaapAccess.java | 167 +
.../dmaapbc/dbcapp/rest/DbcUsvcRestClient.java | 184 +
.../dmaapbc/dbcapp/rest/DbcUsvcRestResponse.java | 61 +
...omponentsClientHttpRequestFactoryBasicAuth.java | 65 +
.../dmaapbc/dbcapp/service/DmaapAccessService.java | 72 +
.../dbcapp/service/DmaapAccessServiceImpl.java | 86 +
.../dmaapbc/dbcapp/util/DbcappProperties.java | 88 +
.../fusionapp/conf/ExternalAppConfig.java | 203 +
.../fusionapp/conf/ExternalAppInitializer.java | 60 +
.../fusionapp/conf/HibernateMappingLocations.java | 45 +
.../controller/AngularSinglePageController.java | 48 +
.../fusionapp/controller/CallflowController.java | 44 +
.../controller/ElasticSearchController.java | 128 +
.../fusionapp/controller/LeafletMapContoller.java | 43 +
.../fusionapp/controller/NetMapController.java | 57 +
.../fusionapp/controller/PostDroolsController.java | 138 +
.../controller/UserProfileController.java | 73 +
.../fusionapp/controller/WelcomeController.java | 44 +
.../java/org/openecomp/fusionapp/model/Result.java | 37 +
.../fusionapp/service/AdminAuthExtension.java | 34 +
.../fusionapp/uebhandler/InitUebHandler.java | 73 +
.../fusionapp/uebhandler/MainUebHandler.java | 104 +
.../uebhandler/WidgetNotificationHandler.java | 46 +
.../fusionapp/util/CustomLoggingFilter.java | 54 +
.../org/openecomp/fusionapp/util/LoggerDemo.java | 48 +
.../fusionapp/util/ValidateEncodingApp.java | 203 +
.../src/main/resources/att-rules.drl | 16 +
dcae_dmaapbc_webapp/src/main/resources/cache.ccf | 30 +
dcae_dmaapbc_webapp/src/main/resources/logback.xml | 350 +
.../src/main/resources/mchange-log.properties | 4 +
.../src/main/resources/portal.properties | 50 +
.../src/main/resources/state-rules.drl | 38 +
.../src/main/webapp/WEB-INF/conf/quartz.properties | 30 +
.../src/main/webapp/WEB-INF/conf/raptor.properties | 168 +
.../WEB-INF/conf/raptor_app_fusion.properties | 20 +
.../WEB-INF/conf/raptor_db_fusion.properties | 0
.../main/webapp/WEB-INF/conf/raptor_pdf.properties | 30 +
.../src/main/webapp/WEB-INF/conf/sql.properties | 303 +
.../src/main/webapp/WEB-INF/conf/system.properties | 61 +
.../webapp/WEB-INF/dbcapp/dbcapp-definitions.xml | 30 +
.../src/main/webapp/WEB-INF/dbcapp/dbcapp.hbm.xml | 47 +
.../main/webapp/WEB-INF/dbcapp/dbcapp.properties | 36 +
.../src/main/webapp/WEB-INF/defs/definitions.xml | 42 +
.../webapp/WEB-INF/fusion/conf/fusion.properties | 61 +
.../webapp/WEB-INF/fusion/defs/definitions.xml | 260 +
.../src/main/webapp/WEB-INF/fusion/jsp/.gitignore | 0
.../main/webapp/WEB-INF/fusion/jsp/broadcast.jsp | 137 +
.../webapp/WEB-INF/fusion/jsp/broadcast_list.jsp | 201 +
.../webapp/WEB-INF/fusion/jsp/collaborateList.jsp | 146 +
.../main/webapp/WEB-INF/fusion/jsp/data_out.jsp | 20 +
.../webapp/WEB-INF/fusion/jsp/ebz/ebz_footer.jsp | 46 +
.../webapp/WEB-INF/fusion/jsp/ebz/ebz_header.jsp | 799 +
.../WEB-INF/fusion/jsp/ebz/loginSnippet.html | 120 +
.../webapp/WEB-INF/fusion/jsp/ebz_template.jsp | 45 +
.../fusion/jsp/ebz_template_noheader_nofooter.jsp | 35 +
.../fusion/jsp/ebz_template_report_embedded.jsp | 48 +
.../webapp/WEB-INF/fusion/jsp/es_search_demo.jsp | 97 +
.../webapp/WEB-INF/fusion/jsp/es_suggest_demo.jsp | 97 +
.../webapp/WEB-INF/fusion/jsp/frame_insert.jsp | 44 +
.../src/main/webapp/WEB-INF/fusion/jsp/include.jsp | 30 +
.../main/webapp/WEB-INF/fusion/jsp/jcs_admin.jsp | 144 +
.../src/main/webapp/WEB-INF/fusion/jsp/meta.jsp | 36 +
.../webapp/WEB-INF/fusion/jsp/popup_modal.html | 324 +
.../WEB-INF/fusion/jsp/popup_modal_role.html | 274 +
.../fusion/jsp/popup_modal_rolefunction.html | 87 +
.../main/webapp/WEB-INF/fusion/jsp/post_search.jsp | 356 +
.../src/main/webapp/WEB-INF/fusion/jsp/profile.jsp | 441 +
.../webapp/WEB-INF/fusion/jsp/profile_search.jsp | 104 +
.../src/main/webapp/WEB-INF/fusion/jsp/role.jsp | 286 +
.../WEB-INF/fusion/jsp/role_function_list.jsp | 213 +
.../main/webapp/WEB-INF/fusion/jsp/role_list.jsp | 139 +
.../main/webapp/WEB-INF/fusion/jsp/usage_list.jsp | 87 +
.../WEB-INF/fusion/jsp/webrtc/collaboration.jsp | 492 +
.../main/webapp/WEB-INF/fusion/orm/Fusion.hbm.xml | 352 +
.../fusion/orm/RNoteBookIntegration.hbm.xml | 44 +
.../webapp/WEB-INF/fusion/orm/Workflow.hbm.xml | 48 +
.../src/main/webapp/WEB-INF/jsp/error.jsp | 20 +
.../src/main/webapp/WEB-INF/jsp/leafletMap.jsp | 288 +
.../src/main/webapp/WEB-INF/jsp/login_external.jsp | 154 +
.../src/main/webapp/WEB-INF/jsp/net_map.jsp | 38 +
.../src/main/webapp/WEB-INF/jsp/user_profile.jsp | 84 +
.../src/main/webapp/WEB-INF/jsp/welcome.jsp | 629 +
.../src/main/webapp/WEB-INF/web.xml | 38 +
.../src/main/webapp/app/dbcapp/att-globe-16x16.ico | Bin 0 -> 1150 bytes
.../dbcapp/datarouter/dr-feed-list-controller.js | 286 +
.../dbcapp/datarouter/dr-feed-popup-controller.js | 125 +
.../dr-feed-pub-sub-list-popup-controller.js | 38 +
.../app/dbcapp/datarouter/dr-feed-service.js | 105 +
.../dbcapp/datarouter/dr-pub-list-controller.js | 149 +
.../dbcapp/datarouter/dr-pub-popup-controller.js | 82 +
.../webapp/app/dbcapp/datarouter/dr-pub-service.js | 106 +
.../dbcapp/datarouter/dr-sub-list-controller.js | 149 +
.../dbcapp/datarouter/dr-sub-popup-controller.js | 89 +
.../webapp/app/dbcapp/datarouter/dr-sub-service.js | 105 +
.../datarouter/dr_feed_add_popup_template.html | 104 +
.../datarouter/dr_feed_edit_popup_template.html | 75 +
.../webapp/app/dbcapp/datarouter/dr_feed_list.html | 177 +
.../dr_feed_pub_sub_list_popup_template.html | 122 +
.../webapp/app/dbcapp/datarouter/dr_pub_list.html | 130 +
.../dbcapp/datarouter/dr_pub_popup_template.html | 60 +
.../webapp/app/dbcapp/datarouter/dr_sub_list.html | 156 +
.../dbcapp/datarouter/dr_sub_popup_template.html | 72 +
.../dmaapaccess/dmaap-access-list-controller.js | 194 +
.../dmaapaccess/dmaap-access-popup-controller.js | 125 +
.../app/dbcapp/dmaapaccess/dmaap-access-service.js | 160 +
.../app/dbcapp/dmaapaccess/dmaap_access_list.html | 108 +
.../dmaapaccess/dmaap_access_popup_template.html | 73 +
.../dbcapp/dmaapaccess/modal-popup-controller.js | 26 +
.../webapp/app/dbcapp/home/dbc-home-controller.js | 66 +
.../webapp/app/dbcapp/home/dbc-spa-controller.js | 50 +
.../src/main/webapp/app/dbcapp/home/dbc-style.css | 77 +
.../main/webapp/app/dbcapp/home/dbc-yn-filter.js | 26 +
.../main/webapp/app/dbcapp/home/dbc_home_body.html | 51 +
.../app/dbcapp/home/dbc_popup_templates.html | 73 +
.../src/main/webapp/app/dbcapp/home/dbc_spa.html | 139 +
.../webapp/app/dbcapp/home/manifest-service.js | 43 +
.../messagerouter/mr-client-list-controller.js | 154 +
.../messagerouter/mr-client-popup-controller.js | 127 +
.../app/dbcapp/messagerouter/mr-client-service.js | 105 +
.../mr-topic-client-list-popup-controller.js | 36 +
.../messagerouter/mr-topic-list-controller.js | 248 +
.../messagerouter/mr-topic-popup-controller.js | 83 +
.../app/dbcapp/messagerouter/mr-topic-service.js | 105 +
.../app/dbcapp/messagerouter/mr_client_list.html | 142 +
.../messagerouter/mr_client_popup_template.html | 68 +
.../mr_topic_client_list_popup_template.html | 74 +
.../app/dbcapp/messagerouter/mr_topic_list.html | 154 +
.../messagerouter/mr_topic_popup_template.html | 62 +
.../webapp/app/fusion/ase/images/bg-top-bar.png | Bin 0 -> 215 bytes
.../webapp/app/fusion/ase/images/checkmark_yes.gif | Bin 0 -> 145 bytes
.../webapp/app/fusion/ase/images/downCaret.gif | Bin 0 -> 2951 bytes
.../webapp/app/fusion/ase/images/home-icon.png | Bin 0 -> 3483 bytes
.../webapp/app/fusion/ase/images/menus/cut.gif | Bin 0 -> 532 bytes
.../webapp/app/fusion/ase/images/menus/door.gif | Bin 0 -> 580 bytes
.../webapp/app/fusion/ase/images/menus/export.gif | Bin 0 -> 613 bytes
.../webapp/app/fusion/ase/images/menus/import.gif | Bin 0 -> 605 bytes
.../app/fusion/ase/images/menus/page_white_add.gif | Bin 0 -> 163 bytes
.../fusion/ase/images/menus/page_white_copy.gif | Bin 0 -> 361 bytes
.../fusion/ase/images/menus/page_white_delete.gif | Bin 0 -> 568 bytes
.../fusion/ase/images/menus/page_white_edit.gif | Bin 0 -> 576 bytes
.../fusion/ase/images/menus/page_white_paste.gif | Bin 0 -> 607 bytes
.../webapp/app/fusion/ase/images/menus/trash.gif | Bin 0 -> 617 bytes
.../images/menus/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 212 bytes
.../images/menus/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 208 bytes
.../images/menus/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 335 bytes
.../images/menus/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 207 bytes
.../images/menus/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 262 bytes
.../images/menus/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 262 bytes
.../images/menus/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 332 bytes
.../menus/ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 280 bytes
.../ase/images/menus/ui-icons_222222_256x240.png | Bin 0 -> 6922 bytes
.../ase/images/menus/ui-icons_2e83ff_256x240.png | Bin 0 -> 4549 bytes
.../ase/images/menus/ui-icons_454545_256x240.png | Bin 0 -> 6992 bytes
.../ase/images/menus/ui-icons_888888_256x240.png | Bin 0 -> 6999 bytes
.../ase/images/menus/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4549 bytes
.../src/main/webapp/app/fusion/ase/images/pipe.png | Bin 0 -> 153 bytes
.../webapp/app/fusion/ase/images/selfArrow.png | Bin 0 -> 3658 bytes
.../webapp/app/fusion/ase/images/smallPostit.png | Bin 0 -> 17715 bytes
.../main/webapp/app/fusion/ase/images/trashCan.gif | Bin 0 -> 54898 bytes
.../webapp/app/fusion/ase/images/trashCanFull.gif | Bin 0 -> 85500 bytes
.../main/webapp/app/fusion/ase/images/triangle.png | Bin 0 -> 289757 bytes
.../src/main/webapp/app/fusion/ase/index.html | 14 +
.../app/fusion/ase/mocks/networkElements.yml | 95 +
.../app/fusion/ase/scripts/BPMNconversion.js | 208 +
.../src/main/webapp/app/fusion/ase/scripts/app.js | 55 +
.../app/fusion/ase/scripts/arrayManipulation.js | 356 +
.../main/webapp/app/fusion/ase/scripts/arrows.js | 213 +
.../src/main/webapp/app/fusion/ase/scripts/ase.js | 112 +
.../main/webapp/app/fusion/ase/scripts/backend.js | 827 +
.../scripts/bower_components/Snap.svg/.bower.json | 35 +
.../scripts/bower_components/Snap.svg/CONTRIBUTING | 3 +
.../scripts/bower_components/Snap.svg/Gruntfile.js | 62 +
.../ase/scripts/bower_components/Snap.svg/LICENSE | 202 +
.../ase/scripts/bower_components/Snap.svg/NOTICE | 190 +
.../scripts/bower_components/Snap.svg/README.md | 68 +
.../scripts/bower_components/Snap.svg/bower.json | 25 +
.../bower_components/Snap.svg/component.json | 13 +
.../bower_components/Snap.svg/dist/snap.svg-min.js | 21 +
.../bower_components/Snap.svg/dist/snap.svg.js | 8170 ++++
.../bower_components/Snap.svg/doc/css/dr.css | 144 +
.../bower_components/Snap.svg/doc/css/main.css | 508 +
.../bower_components/Snap.svg/doc/css/prism.css | 168 +
.../Snap.svg/doc/css/topcoat-desktop-light.css | 3700 ++
.../doc/fonts/sourcecodepro-regular-webfont.eot | Bin 0 -> 23949 bytes
.../doc/fonts/sourcecodepro-regular-webfont.svg | 242 +
.../doc/fonts/sourcecodepro-regular-webfont.ttf | Bin 0 -> 52660 bytes
.../doc/fonts/sourcecodepro-regular-webfont.woff | Bin 0 -> 27068 bytes
.../doc/fonts/sourcesanspro-light-webfont.eot | Bin 0 -> 23716 bytes
.../doc/fonts/sourcesanspro-light-webfont.svg | 243 +
.../doc/fonts/sourcesanspro-light-webfont.ttf | Bin 0 -> 51876 bytes
.../doc/fonts/sourcesanspro-light-webfont.woff | Bin 0 -> 26716 bytes
.../doc/fonts/sourcesanspro-regular-webfont.eot | Bin 0 -> 23970 bytes
.../doc/fonts/sourcesanspro-regular-webfont.svg | 243 +
.../doc/fonts/sourcesanspro-regular-webfont.ttf | Bin 0 -> 52456 bytes
.../doc/fonts/sourcesanspro-regular-webfont.woff | Bin 0 -> 27076 bytes
.../doc/fonts/sourcesanspro-semibold-webfont.eot | Bin 0 -> 23974 bytes
.../doc/fonts/sourcesanspro-semibold-webfont.svg | 243 +
.../doc/fonts/sourcesanspro-semibold-webfont.ttf | Bin 0 -> 51960 bytes
.../doc/fonts/sourcesanspro-semibold-webfont.woff | Bin 0 -> 27048 bytes
.../Snap.svg/doc/fonts/stylesheet.css | 57 +
.../bower_components/Snap.svg/doc/img/search.svg | 11 +
.../Snap.svg/doc/img/search_dark.svg | 16 +
.../bower_components/Snap.svg/doc/js/prism.js | 9 +
.../bower_components/Snap.svg/doc/reference.html | 14816 +++++++
.../ase/scripts/bower_components/Snap.svg/dr.json | 39 +
.../scripts/bower_components/Snap.svg/history.md | 49 +
.../scripts/bower_components/Snap.svg/package.json | 24 +
.../scripts/bower_components/Snap.svg/template.dot | 157 +
.../scripts/bower_components/Snap.svg/test.html | 17 +
.../scripts/bower_components/bpmn-js/.bower.json | 30 +
.../scripts/bower_components/bpmn-js/.gitignore | 1 +
.../ase/scripts/bower_components/bpmn-js/LICENSE | 22 +
.../ase/scripts/bower_components/bpmn-js/README.md | 46 +
.../scripts/bower_components/bpmn-js/bower.json | 20 +
.../dist/assets/bpmn-font/css/bpmn-embedded.css | 150 +
.../bpmn-js/dist/assets/bpmn-font/css/bpmn.css | 152 +
.../bpmn-js/dist/assets/bpmn-font/font/bpmn.eot | Bin 0 -> 40720 bytes
.../bpmn-js/dist/assets/bpmn-font/font/bpmn.svg | 107 +
.../bpmn-js/dist/assets/bpmn-font/font/bpmn.ttf | Bin 0 -> 40568 bytes
.../bpmn-js/dist/assets/bpmn-font/font/bpmn.woff | Bin 0 -> 13784 bytes
.../bpmn-js/dist/assets/diagram-js.css | 457 +
.../bower_components/bpmn-js/dist/bpmn-modeler.js | 43358 +++++++++++++++++++
.../bpmn-js/dist/bpmn-modeler.js.map | 1 +
.../bpmn-js/dist/bpmn-modeler.min.js | 14 +
.../bpmn-js/dist/bpmn-navigated-viewer.js | 27371 ++++++++++++
.../bpmn-js/dist/bpmn-navigated-viewer.js.map | 1 +
.../bpmn-js/dist/bpmn-navigated-viewer.min.js | 9 +
.../bower_components/bpmn-js/dist/bpmn-viewer.js | 27080 ++++++++++++
.../bpmn-js/dist/bpmn-viewer.js.map | 1 +
.../bpmn-js/dist/bpmn-viewer.min.js | 9 +
.../bower_components/jquery-mousewheel/.bower.json | 28 +
.../jquery-mousewheel/ChangeLog.md | 147 +
.../bower_components/jquery-mousewheel/LICENSE.txt | 37 +
.../bower_components/jquery-mousewheel/README.md | 76 +
.../bower_components/jquery-mousewheel/bower.json | 17 +
.../jquery-mousewheel/jquery.mousewheel.js | 221 +
.../jquery-mousewheel/jquery.mousewheel.min.js | 8 +
.../scripts/bower_components/lodash/.bower.json | 31 +
.../ase/scripts/bower_components/lodash/LICENSE | 22 +
.../ase/scripts/bower_components/lodash/bower.json | 19 +
.../ase/scripts/bower_components/lodash/lodash.js | 12351 ++++++
.../scripts/bower_components/lodash/lodash.min.js | 99 +
.../ase/scripts/bower_components/sax/lib/sax.js | 1430 +
.../main/webapp/app/fusion/ase/scripts/buttons.js | 382 +
.../webapp/app/fusion/ase/scripts/convertToYaml.js | 73 +
.../app/fusion/ase/scripts/customContextMenus.js | 1489 +
.../app/fusion/ase/scripts/dependencies/Blob.js | 211 +
.../app/fusion/ase/scripts/dependencies/base64.js | 143 +
.../fusion/ase/scripts/dependencies/interact.js | 5963 +++
.../ase/scripts/dependencies/jquery-2.1.4.min.js | 4 +
.../app/fusion/ase/scripts/dependencies/js-yaml.js | 3960 ++
.../ase/scripts/dependencies/saveSvgAsPng.js | 170 +
.../webapp/app/fusion/ase/scripts/dictionary.js | 614 +
.../app/fusion/ase/scripts/dragMoveListener.js | 55 +
.../fusion/ase/scripts/dragMoveListenerArrow.js | 44 +
.../webapp/app/fusion/ase/scripts/dropzones.js | 704 +
.../webapp/app/fusion/ase/scripts/elements_ase.js | 76 +
.../webapp/app/fusion/ase/scripts/menus/bootbox.js | 986 +
.../app/fusion/ase/scripts/menus/bootstrap.min.js | 7 +
.../app/fusion/ase/scripts/menus/contextMenu.js | 1692 +
.../app/fusion/ase/scripts/menus/jquery-ui.min.js | 13 +
.../fusion/ase/scripts/menus/jquery.tooltipster.js | 1327 +
.../main/webapp/app/fusion/ase/scripts/nodes.js | 1290 +
.../main/webapp/app/fusion/ase/scripts/notes.js | 152 +
.../main/webapp/app/fusion/ase/scripts/printpdf.js | 519 +
.../webapp/app/fusion/ase/scripts/resizable.js | 159 +
.../main/webapp/app/fusion/ase/scripts/scroll.js | 77 +
.../main/webapp/app/fusion/ase/scripts/services.js | 86 +
.../main/webapp/app/fusion/ase/styles/menus/bs.css | 677 +
.../app/fusion/ase/styles/menus/jquery-ui.css | 1227 +
.../app/fusion/ase/styles/menus/tooltipster.css | 294 +
.../main/webapp/app/fusion/ase/styles/style.css | 1028 +
.../app/fusion/ase/view-models/ase_view.html | 0
.../app/fusion/ase/view-models/grid_view.html | 0
.../webapp/app/fusion/ase/view-models/index.html | 159 +
.../app/fusion/ase/view-models/sidebar_view.html | 0
.../app/fusion/ase/view-models/topbar_view.html | 6 +
.../fusion/external/angular-1.5/angular-animate.js | 4121 ++
.../external/angular-1.5/angular-animate.min.js | 56 +
.../angular-1.5/angular-animate.min.js.map | 8 +
.../fusion/external/angular-1.5/angular-aria.js | 398 +
.../external/angular-1.5/angular-aria.min.js | 14 +
.../external/angular-1.5/angular-aria.min.js.map | 8 +
.../fusion/external/angular-1.5/angular-cookies.js | 322 +
.../external/angular-1.5/angular-cookies.min.js | 9 +
.../angular-1.5/angular-cookies.min.js.map | 8 +
.../fusion/external/angular-1.5/angular-csp.css | 20 +
.../fusion/external/angular-1.5/angular-loader.js | 484 +
.../external/angular-1.5/angular-loader.min.js | 10 +
.../external/angular-1.5/angular-loader.min.js.map | 8 +
.../external/angular-1.5/angular-message-format.js | 980 +
.../angular-1.5/angular-message-format.min.js | 26 +
.../angular-1.5/angular-message-format.min.js.map | 8 +
.../external/angular-1.5/angular-messages.js | 687 +
.../external/angular-1.5/angular-messages.min.js | 12 +
.../angular-1.5/angular-messages.min.js.map | 8 +
.../fusion/external/angular-1.5/angular-mocks.js | 2842 ++
.../external/angular-1.5/angular-resource.js | 768 +
.../external/angular-1.5/angular-resource.min.js | 15 +
.../angular-1.5/angular-resource.min.js.map | 8 +
.../fusion/external/angular-1.5/angular-route.js | 1016 +
.../external/angular-1.5/angular-route.min.js | 15 +
.../external/angular-1.5/angular-route.min.js.map | 8 +
.../external/angular-1.5/angular-sanitize.js | 717 +
.../external/angular-1.5/angular-sanitize.min.js | 15 +
.../angular-1.5/angular-sanitize.min.js.map | 8 +
.../external/angular-1.5/angular-scenario.js | 41849 ++++++++++++++++++
.../fusion/external/angular-1.5/angular-touch.js | 729 +
.../external/angular-1.5/angular-touch.min.js | 14 +
.../external/angular-1.5/angular-touch.min.js.map | 8 +
.../app/fusion/external/angular-1.5/angular.js | 30428 +++++++++++++
.../app/fusion/external/angular-1.5/angular.min.js | 307 +
.../fusion/external/angular-1.5/angular.min.js.map | 8 +
.../app/fusion/external/angular-1.5/errors.json | 1 +
.../app/fusion/external/angular-1.5/version.json | 1 +
.../app/fusion/external/angular-1.5/version.txt | 1 +
.../angular-ui/ui-bootstrap-tpls-1.1.2.min.js | 10 +
.../angular-ui/ui-bootstrap-tpls-1.2.4.min.js | 10 +
.../webapp/app/fusion/external/bootstrap/bs.css | 678 +
.../webapp/app/fusion/external/d3/css/nv.d3.css | 656 +
.../main/webapp/app/fusion/external/d3/js/cie.js | 155 +
.../app/fusion/external/d3/js/colorbrewer.js | 302 +
.../main/webapp/app/fusion/external/d3/js/core.js | 122 +
.../app/fusion/external/d3/js/crossfilter.js | 1180 +
.../app/fusion/external/d3/js/crossfilter.min.js | 1 +
.../webapp/app/fusion/external/d3/js/d3.geom.js | 816 +
.../main/webapp/app/fusion/external/d3/js/d3.js | 5 +
.../app/fusion/external/d3/js/d3.layout.cloud.js | 433 +
.../webapp/app/fusion/external/d3/js/d3.layout.js | 908 +
.../main/webapp/app/fusion/external/d3/js/d3.v2.js | 7037 +++
.../webapp/app/fusion/external/d3/js/d3.v2.min.js | 4 +
.../webapp/app/fusion/external/d3/js/d3.v3.min.js | 1 +
.../webapp/app/fusion/external/d3/js/fisheye.js | 86 +
.../main/webapp/app/fusion/external/d3/js/hive.js | 80 +
.../webapp/app/fusion/external/d3/js/horizon.js | 192 +
.../app/fusion/external/d3/js/interactiveLayer.js | 251 +
.../main/webapp/app/fusion/external/d3/js/intro.js | 1 +
.../app/fusion/external/d3/js/models/axis-min.js | 1 +
.../app/fusion/external/d3/js/models/axis.js | 470 +
.../app/fusion/external/d3/js/models/axis.min.js | 1 +
.../fusion/external/d3/js/models/backup/bullet.js | 250 +
.../external/d3/js/models/backup/bulletChart.js | 349 +
.../fusion/external/d3/js/models/boilerplate.js | 104 +
.../app/fusion/external/d3/js/models/bullet.js | 385 +
.../fusion/external/d3/js/models/bulletChart.js | 343 +
.../external/d3/js/models/cumulativeLineChart.js | 782 +
.../fusion/external/d3/js/models/discreteBar.js | 349 +
.../external/d3/js/models/discreteBarChart.js | 333 +
.../fusion/external/d3/js/models/distribution.js | 148 +
.../fusion/external/d3/js/models/historicalBar.js | 331 +
.../external/d3/js/models/historicalBarChart.js | 419 +
.../fusion/external/d3/js/models/indentedTree.js | 337 +
.../app/fusion/external/d3/js/models/legend.js | 270 +
.../app/fusion/external/d3/js/models/line.js | 284 +
.../app/fusion/external/d3/js/models/lineChart.js | 465 +
.../external/d3/js/models/linePlusBarChart.js | 433 +
.../d3/js/models/linePlusBarWithFocusChart.js | 658 +
.../external/d3/js/models/lineWithFisheye.js | 200 +
.../external/d3/js/models/lineWithFisheyeChart.js | 297 +
.../external/d3/js/models/lineWithFocusChart.js | 574 +
.../app/fusion/external/d3/js/models/multiBar.js | 461 +
.../fusion/external/d3/js/models/multiBarChart.js | 524 +
.../external/d3/js/models/multiBarHorizontal.js | 424 +
.../d3/js/models/multiBarHorizontalChart.js | 434 +
.../external/d3/js/models/multiBarTimeSeries.js | 384 +
.../d3/js/models/multiBarTimeSeriesChart.js | 405 +
.../app/fusion/external/d3/js/models/multiChart.js | 452 +
.../app/fusion/external/d3/js/models/ohlcBar.js | 380 +
.../external/d3/js/models/parallelCoordinates.js | 239 +
.../webapp/app/fusion/external/d3/js/models/pie.js | 400 +
.../app/fusion/external/d3/js/models/pieChart.js | 292 +
.../app/fusion/external/d3/js/models/scatter.js | 674 +
.../fusion/external/d3/js/models/scatterChart.js | 628 +
.../external/d3/js/models/scatterPlusLineChart.js | 620 +
.../app/fusion/external/d3/js/models/sparkline.js | 194 +
.../fusion/external/d3/js/models/sparklinePlus.js | 295 +
.../fusion/external/d3/js/models/stackedArea.js | 368 +
.../external/d3/js/models/stackedAreaChart.js | 629 +
.../main/webapp/app/fusion/external/d3/js/nv.d3.js | 13097 ++++++
.../webapp/app/fusion/external/d3/js/nv.d3.min.js | 1 +
.../main/webapp/app/fusion/external/d3/js/outro.js | 1 +
.../webapp/app/fusion/external/d3/js/sankey.js | 292 +
.../webapp/app/fusion/external/d3/js/tooltip.js | 490 +
.../main/webapp/app/fusion/external/d3/js/utils.js | 152 +
.../external/ebz/angular_js/angular-animate.js | 3721 ++
.../external/ebz/angular_js/angular-cookies.js | 206 +
.../external/ebz/angular_js/angular-route.js | 911 +
.../external/ebz/angular_js/angular-route.min.js | 14 +
.../external/ebz/angular_js/angular-sanitize.js | 647 +
.../external/ebz/angular_js/angular-touch.js | 628 +
.../app/fusion/external/ebz/angular_js/angular.js | 22024 ++++++++++
.../app/fusion/external/ebz/angular_js/app.js | 6 +
.../external/ebz/angular_js/checklist-model.js | 99 +
.../external/ebz/angular_js/checklist-model.min.js | 1 +
.../app/fusion/external/ebz/angular_js/gestures.js | 1495 +
.../app/fusion/external/ebz/angular_js/ng_base.js | 4 +
.../external/ebz/angular_js/ui-charts-tpls.js | 3909 ++
.../app/fusion/external/ebz/ebz_header/footer.css | 311 +
.../app/fusion/external/ebz/ebz_header/header.css | 1866 +
.../external/ebz/ebz_header/portal_ebz_header.css | 63 +
.../main/webapp/app/fusion/external/ebz/fn-ebz.css | 1614 +
.../fusion/external/ebz/images/headerChatIcon.png | Bin 0 -> 465 bytes
.../external/ebz/images/no_favorites_star.png | Bin 0 -> 2794 bytes
.../app/fusion/external/ebz/js/attHeaderSnippet.js | 210 +
.../webapp/app/fusion/external/ebz/js/footer.js | 110 +
.../fusion/external/ebz/sandbox/att-abs-tpls.js | 20451 +++++++++
.../external/ebz/sandbox/att-abs-tpls.min.js | 22 +
.../fusion/external/ebz/sandbox/styles/base.css | 1 +
.../app/fusion/external/ebz/sandbox/styles/btn.css | 1 +
.../fusion/external/ebz/sandbox/styles/demo.css | 2 +
.../fusion/external/ebz/sandbox/styles/dtpk.css | 9 +
.../fusion/external/ebz/sandbox/styles/frms.css | 1 +
.../ebz/sandbox/styles/ie/backgroundsize.min.htc | 12 +
.../ebz/sandbox/styles/images/calendar-icon.png | Bin 0 -> 515635 bytes
.../ebz/sandbox/styles/images/checkbox.png | Bin 0 -> 1170 bytes
.../external/ebz/sandbox/styles/images/down.png | Bin 0 -> 1059 bytes
.../ebz/sandbox/styles/images/icon-close-modal.png | Bin 0 -> 1634 bytes
.../styles/images/icon-informative-modal.png | Bin 0 -> 5018 bytes
.../sandbox/styles/images/icon-warning-modal.png | Bin 0 -> 3831 bytes
.../external/ebz/sandbox/styles/images/loader.gif | Bin 0 -> 5732 bytes
.../styles/images/loading-spinner-medium.png | Bin 0 -> 2021 bytes
.../styles/images/loading-spinner-orange.png | Bin 0 -> 2087 bytes
.../styles/images/loading_balls_black-small.gif | Bin 0 -> 3209 bytes
.../sandbox/styles/images/loading_balls_black.gif | Bin 0 -> 2636 bytes
.../styles/images/loading_balls_blue-small.gif | Bin 0 -> 3210 bytes
.../sandbox/styles/images/loading_balls_blue.gif | Bin 0 -> 2636 bytes
.../styles/images/loading_balls_white-small.gif | Bin 0 -> 2060 bytes
.../sandbox/styles/images/loading_balls_white.gif | Bin 0 -> 1924 bytes
.../ebz/sandbox/styles/images/loading_dots.gif | Bin 0 -> 3736 bytes
.../ebz/sandbox/styles/images/magnify_glass.png | Bin 0 -> 556 bytes
.../ebz/sandbox/styles/images/oops-exclamation.png | Bin 0 -> 836 bytes
.../external/ebz/sandbox/styles/images/radio.jpg | Bin 0 -> 1352 bytes
.../ebz/sandbox/styles/images/select-arrows.png | Bin 0 -> 1373 bytes
.../ebz/sandbox/styles/images/treearrow.png | Bin 0 -> 17821 bytes
.../external/ebz/sandbox/styles/images/up.png | Bin 0 -> 1064 bytes
.../ebz/sandbox/styles/images/upanddown.png | Bin 0 -> 1033 bytes
.../ebz/sandbox/styles/pages/iconography.css | 2 +
.../fusion/external/ebz/sandbox/styles/sldr.css | 1 +
.../fusion/external/ebz/sandbox/styles/style.css | 1 +
.../app/fusion/external/ebz/sandbox/styles/tbs.css | 1 +
.../app/fusion/external/ionicons-2.0.1/.gitignore | 4 +
.../app/fusion/external/ionicons-2.0.1/LICENSE | 21 +
.../app/fusion/external/ionicons-2.0.1/bower.json | 31 +
.../fusion/external/ionicons-2.0.1/component.json | 19 +
.../fusion/external/ionicons-2.0.1/composer.json | 36 +
.../external/ionicons-2.0.1/css/ionicons.css | 1480 +
.../external/ionicons-2.0.1/css/ionicons.min.css | 11 +
.../external/ionicons-2.0.1/fonts/ionicons.eot | Bin 0 -> 120724 bytes
.../external/ionicons-2.0.1/fonts/ionicons.svg | 2230 +
.../external/ionicons-2.0.1/fonts/ionicons.ttf | Bin 0 -> 188508 bytes
.../external/ionicons-2.0.1/fonts/ionicons.woff | Bin 0 -> 67904 bytes
.../ionicons-2.0.1/less/_ionicons-font.less | 27 +
.../ionicons-2.0.1/less/_ionicons-icons.less | 1473 +
.../ionicons-2.0.1/less/_ionicons-variables.less | 747 +
.../external/ionicons-2.0.1/less/ionicons.less | 3 +
.../ionicons-2.0.1/png/512/alert-circled.png | Bin 0 -> 2551 bytes
.../external/ionicons-2.0.1/png/512/alert.png | Bin 0 -> 766 bytes
.../ionicons-2.0.1/png/512/android-add-contact.png | Bin 0 -> 3279 bytes
.../ionicons-2.0.1/png/512/android-add.png | Bin 0 -> 240 bytes
.../ionicons-2.0.1/png/512/android-alarm.png | Bin 0 -> 6428 bytes
.../ionicons-2.0.1/png/512/android-archive.png | Bin 0 -> 1628 bytes
.../ionicons-2.0.1/png/512/android-arrow-back.png | Bin 0 -> 1218 bytes
.../png/512/android-arrow-down-left.png | Bin 0 -> 1451 bytes
.../png/512/android-arrow-down-right.png | Bin 0 -> 1462 bytes
.../png/512/android-arrow-forward.png | Bin 0 -> 1191 bytes
.../png/512/android-arrow-up-left.png | Bin 0 -> 1499 bytes
.../png/512/android-arrow-up-right.png | Bin 0 -> 1482 bytes
.../ionicons-2.0.1/png/512/android-battery.png | Bin 0 -> 238 bytes
.../ionicons-2.0.1/png/512/android-book.png | Bin 0 -> 3746 bytes
.../ionicons-2.0.1/png/512/android-calendar.png | Bin 0 -> 849 bytes
.../ionicons-2.0.1/png/512/android-call.png | Bin 0 -> 4766 bytes
.../ionicons-2.0.1/png/512/android-camera.png | Bin 0 -> 3871 bytes
.../ionicons-2.0.1/png/512/android-chat.png | Bin 0 -> 3577 bytes
.../ionicons-2.0.1/png/512/android-checkmark.png | Bin 0 -> 1846 bytes
.../ionicons-2.0.1/png/512/android-clock.png | Bin 0 -> 5268 bytes
.../ionicons-2.0.1/png/512/android-close.png | Bin 0 -> 2156 bytes
.../ionicons-2.0.1/png/512/android-contact.png | Bin 0 -> 3658 bytes
.../ionicons-2.0.1/png/512/android-contacts.png | Bin 0 -> 4299 bytes
.../ionicons-2.0.1/png/512/android-data.png | Bin 0 -> 4808 bytes
.../ionicons-2.0.1/png/512/android-developer.png | Bin 0 -> 4115 bytes
.../ionicons-2.0.1/png/512/android-display.png | Bin 0 -> 4909 bytes
.../ionicons-2.0.1/png/512/android-download.png | Bin 0 -> 4890 bytes
.../ionicons-2.0.1/png/512/android-drawer.png | Bin 0 -> 190 bytes
.../ionicons-2.0.1/png/512/android-dropdown.png | Bin 0 -> 777 bytes
.../ionicons-2.0.1/png/512/android-earth.png | Bin 0 -> 6517 bytes
.../ionicons-2.0.1/png/512/android-folder.png | Bin 0 -> 1688 bytes
.../ionicons-2.0.1/png/512/android-forums.png | Bin 0 -> 1739 bytes
.../ionicons-2.0.1/png/512/android-friends.png | Bin 0 -> 4868 bytes
.../ionicons-2.0.1/png/512/android-hand.png | Bin 0 -> 4650 bytes
.../ionicons-2.0.1/png/512/android-image.png | Bin 0 -> 1433 bytes
.../ionicons-2.0.1/png/512/android-inbox.png | Bin 0 -> 3018 bytes
.../ionicons-2.0.1/png/512/android-information.png | Bin 0 -> 3370 bytes
.../ionicons-2.0.1/png/512/android-keypad.png | Bin 0 -> 1055 bytes
.../ionicons-2.0.1/png/512/android-lightbulb.png | Bin 0 -> 3515 bytes
.../ionicons-2.0.1/png/512/android-locate.png | Bin 0 -> 5003 bytes
.../ionicons-2.0.1/png/512/android-location.png | Bin 0 -> 3067 bytes
.../ionicons-2.0.1/png/512/android-mail.png | Bin 0 -> 3455 bytes
.../ionicons-2.0.1/png/512/android-microphone.png | Bin 0 -> 3267 bytes
.../ionicons-2.0.1/png/512/android-mixer.png | Bin 0 -> 2727 bytes
.../ionicons-2.0.1/png/512/android-more.png | Bin 0 -> 224 bytes
.../ionicons-2.0.1/png/512/android-note.png | Bin 0 -> 249 bytes
.../ionicons-2.0.1/png/512/android-playstore.png | Bin 0 -> 3165 bytes
.../ionicons-2.0.1/png/512/android-printer.png | Bin 0 -> 1721 bytes
.../ionicons-2.0.1/png/512/android-promotion.png | Bin 0 -> 2374 bytes
.../ionicons-2.0.1/png/512/android-reminder.png | Bin 0 -> 2890 bytes
.../ionicons-2.0.1/png/512/android-remove.png | Bin 0 -> 160 bytes
.../ionicons-2.0.1/png/512/android-search.png | Bin 0 -> 4232 bytes
.../ionicons-2.0.1/png/512/android-send.png | Bin 0 -> 2079 bytes
.../ionicons-2.0.1/png/512/android-settings.png | Bin 0 -> 3883 bytes
.../ionicons-2.0.1/png/512/android-share.png | Bin 0 -> 3212 bytes
.../ionicons-2.0.1/png/512/android-social-user.png | Bin 0 -> 3644 bytes
.../ionicons-2.0.1/png/512/android-social.png | Bin 0 -> 3849 bytes
.../ionicons-2.0.1/png/512/android-sort.png | Bin 0 -> 197 bytes
.../png/512/android-stair-drawer.png | Bin 0 -> 209 bytes
.../ionicons-2.0.1/png/512/android-star.png | Bin 0 -> 2926 bytes
.../ionicons-2.0.1/png/512/android-stopwatch.png | Bin 0 -> 5225 bytes
.../ionicons-2.0.1/png/512/android-storage.png | Bin 0 -> 233 bytes
.../ionicons-2.0.1/png/512/android-system-back.png | Bin 0 -> 1796 bytes
.../ionicons-2.0.1/png/512/android-system-home.png | Bin 0 -> 1107 bytes
.../png/512/android-system-windows.png | Bin 0 -> 202 bytes
.../ionicons-2.0.1/png/512/android-timer.png | Bin 0 -> 3904 bytes
.../ionicons-2.0.1/png/512/android-trash.png | Bin 0 -> 2865 bytes
.../ionicons-2.0.1/png/512/android-user-menu.png | Bin 0 -> 3568 bytes
.../ionicons-2.0.1/png/512/android-volume.png | Bin 0 -> 6022 bytes
.../ionicons-2.0.1/png/512/android-wifi.png | Bin 0 -> 4868 bytes
.../external/ionicons-2.0.1/png/512/aperture.png | Bin 0 -> 9500 bytes
.../external/ionicons-2.0.1/png/512/archive.png | Bin 0 -> 2445 bytes
.../ionicons-2.0.1/png/512/arrow-down-a.png | Bin 0 -> 1173 bytes
.../ionicons-2.0.1/png/512/arrow-down-b.png | Bin 0 -> 1307 bytes
.../ionicons-2.0.1/png/512/arrow-down-c.png | Bin 0 -> 1966 bytes
.../ionicons-2.0.1/png/512/arrow-expand.png | Bin 0 -> 2498 bytes
.../png/512/arrow-graph-down-left.png | Bin 0 -> 2478 bytes
.../png/512/arrow-graph-down-right.png | Bin 0 -> 2545 bytes
.../ionicons-2.0.1/png/512/arrow-graph-up-left.png | Bin 0 -> 2440 bytes
.../png/512/arrow-graph-up-right.png | Bin 0 -> 2440 bytes
.../ionicons-2.0.1/png/512/arrow-left-a.png | Bin 0 -> 1260 bytes
.../ionicons-2.0.1/png/512/arrow-left-b.png | Bin 0 -> 1608 bytes
.../ionicons-2.0.1/png/512/arrow-left-c.png | Bin 0 -> 1662 bytes
.../external/ionicons-2.0.1/png/512/arrow-move.png | Bin 0 -> 1948 bytes
.../ionicons-2.0.1/png/512/arrow-resize.png | Bin 0 -> 1266 bytes
.../ionicons-2.0.1/png/512/arrow-return-left.png | Bin 0 -> 1082 bytes
.../ionicons-2.0.1/png/512/arrow-return-right.png | Bin 0 -> 1124 bytes
.../ionicons-2.0.1/png/512/arrow-right-a.png | Bin 0 -> 1317 bytes
.../ionicons-2.0.1/png/512/arrow-right-b.png | Bin 0 -> 1671 bytes
.../ionicons-2.0.1/png/512/arrow-right-c.png | Bin 0 -> 1657 bytes
.../ionicons-2.0.1/png/512/arrow-shrink.png | Bin 0 -> 2594 bytes
.../external/ionicons-2.0.1/png/512/arrow-swap.png | Bin 0 -> 1521 bytes
.../external/ionicons-2.0.1/png/512/arrow-up-a.png | Bin 0 -> 1115 bytes
.../external/ionicons-2.0.1/png/512/arrow-up-b.png | Bin 0 -> 1343 bytes
.../external/ionicons-2.0.1/png/512/arrow-up-c.png | Bin 0 -> 2002 bytes
.../external/ionicons-2.0.1/png/512/asterisk.png | Bin 0 -> 4023 bytes
.../fusion/external/ionicons-2.0.1/png/512/at.png | Bin 0 -> 5852 bytes
.../fusion/external/ionicons-2.0.1/png/512/bag.png | Bin 0 -> 3665 bytes
.../ionicons-2.0.1/png/512/battery-charging.png | Bin 0 -> 1897 bytes
.../ionicons-2.0.1/png/512/battery-empty.png | Bin 0 -> 1019 bytes
.../ionicons-2.0.1/png/512/battery-full.png | Bin 0 -> 982 bytes
.../ionicons-2.0.1/png/512/battery-half.png | Bin 0 -> 1320 bytes
.../ionicons-2.0.1/png/512/battery-low.png | Bin 0 -> 1342 bytes
.../external/ionicons-2.0.1/png/512/beaker.png | Bin 0 -> 3931 bytes
.../external/ionicons-2.0.1/png/512/beer.png | Bin 0 -> 4559 bytes
.../external/ionicons-2.0.1/png/512/bluetooth.png | Bin 0 -> 2909 bytes
.../external/ionicons-2.0.1/png/512/bonfire.png | Bin 0 -> 4852 bytes
.../external/ionicons-2.0.1/png/512/bookmark.png | Bin 0 -> 1102 bytes
.../external/ionicons-2.0.1/png/512/briefcase.png | Bin 0 -> 1475 bytes
.../fusion/external/ionicons-2.0.1/png/512/bug.png | Bin 0 -> 4736 bytes
.../external/ionicons-2.0.1/png/512/calculator.png | Bin 0 -> 1315 bytes
.../external/ionicons-2.0.1/png/512/calendar.png | Bin 0 -> 2577 bytes
.../external/ionicons-2.0.1/png/512/camera.png | Bin 0 -> 4190 bytes
.../external/ionicons-2.0.1/png/512/card.png | Bin 0 -> 1494 bytes
.../external/ionicons-2.0.1/png/512/cash.png | Bin 0 -> 3435 bytes
.../ionicons-2.0.1/png/512/chatbox-working.png | Bin 0 -> 2301 bytes
.../external/ionicons-2.0.1/png/512/chatbox.png | Bin 0 -> 1870 bytes
.../external/ionicons-2.0.1/png/512/chatboxes.png | Bin 0 -> 2562 bytes
.../ionicons-2.0.1/png/512/chatbubble-working.png | Bin 0 -> 3028 bytes
.../external/ionicons-2.0.1/png/512/chatbubble.png | Bin 0 -> 2579 bytes
.../ionicons-2.0.1/png/512/chatbubbles.png | Bin 0 -> 3751 bytes
.../ionicons-2.0.1/png/512/checkmark-circled.png | Bin 0 -> 3687 bytes
.../ionicons-2.0.1/png/512/checkmark-round.png | Bin 0 -> 2367 bytes
.../external/ionicons-2.0.1/png/512/checkmark.png | Bin 0 -> 2134 bytes
.../ionicons-2.0.1/png/512/chevron-down.png | Bin 0 -> 1689 bytes
.../ionicons-2.0.1/png/512/chevron-left.png | Bin 0 -> 1769 bytes
.../ionicons-2.0.1/png/512/chevron-right.png | Bin 0 -> 1831 bytes
.../external/ionicons-2.0.1/png/512/chevron-up.png | Bin 0 -> 1677 bytes
.../external/ionicons-2.0.1/png/512/clipboard.png | Bin 0 -> 2593 bytes
.../external/ionicons-2.0.1/png/512/clock.png | Bin 0 -> 5866 bytes
.../ionicons-2.0.1/png/512/close-circled.png | Bin 0 -> 3809 bytes
.../ionicons-2.0.1/png/512/close-round.png | Bin 0 -> 2177 bytes
.../external/ionicons-2.0.1/png/512/close.png | Bin 0 -> 2244 bytes
.../ionicons-2.0.1/png/512/closed-captioning.png | Bin 0 -> 3665 bytes
.../external/ionicons-2.0.1/png/512/cloud.png | Bin 0 -> 2067 bytes
.../ionicons-2.0.1/png/512/code-download.png | Bin 0 -> 2423 bytes
.../ionicons-2.0.1/png/512/code-working.png | Bin 0 -> 2433 bytes
.../external/ionicons-2.0.1/png/512/code.png | Bin 0 -> 1720 bytes
.../external/ionicons-2.0.1/png/512/coffee.png | Bin 0 -> 3205 bytes
.../external/ionicons-2.0.1/png/512/compass.png | Bin 0 -> 7318 bytes
.../external/ionicons-2.0.1/png/512/compose.png | Bin 0 -> 4296 bytes
.../ionicons-2.0.1/png/512/connection-bars.png | Bin 0 -> 214 bytes
.../external/ionicons-2.0.1/png/512/contrast.png | Bin 0 -> 4087 bytes
.../external/ionicons-2.0.1/png/512/cube.png | Bin 0 -> 3265 bytes
.../external/ionicons-2.0.1/png/512/disc.png | Bin 0 -> 4935 bytes
.../ionicons-2.0.1/png/512/document-text.png | Bin 0 -> 1918 bytes
.../external/ionicons-2.0.1/png/512/document.png | Bin 0 -> 1914 bytes
.../external/ionicons-2.0.1/png/512/drag.png | Bin 0 -> 178 bytes
.../external/ionicons-2.0.1/png/512/earth.png | Bin 0 -> 6476 bytes
.../external/ionicons-2.0.1/png/512/edit.png | Bin 0 -> 2741 bytes
.../fusion/external/ionicons-2.0.1/png/512/egg.png | Bin 0 -> 4234 bytes
.../external/ionicons-2.0.1/png/512/eject.png | Bin 0 -> 3209 bytes
.../external/ionicons-2.0.1/png/512/email.png | Bin 0 -> 3125 bytes
.../ionicons-2.0.1/png/512/eye-disabled.png | Bin 0 -> 3558 bytes
.../fusion/external/ionicons-2.0.1/png/512/eye.png | Bin 0 -> 3297 bytes
.../external/ionicons-2.0.1/png/512/female.png | Bin 0 -> 2779 bytes
.../external/ionicons-2.0.1/png/512/filing.png | Bin 0 -> 2349 bytes
.../ionicons-2.0.1/png/512/film-marker.png | Bin 0 -> 2645 bytes
.../external/ionicons-2.0.1/png/512/fireball.png | Bin 0 -> 3325 bytes
.../external/ionicons-2.0.1/png/512/flag.png | Bin 0 -> 2337 bytes
.../external/ionicons-2.0.1/png/512/flame.png | Bin 0 -> 3012 bytes
.../external/ionicons-2.0.1/png/512/flash-off.png | Bin 0 -> 5437 bytes
.../external/ionicons-2.0.1/png/512/flash.png | Bin 0 -> 1965 bytes
.../external/ionicons-2.0.1/png/512/flask.png | Bin 0 -> 2939 bytes
.../external/ionicons-2.0.1/png/512/folder.png | Bin 0 -> 1689 bytes
.../external/ionicons-2.0.1/png/512/fork-repo.png | Bin 0 -> 3236 bytes
.../external/ionicons-2.0.1/png/512/fork.png | Bin 0 -> 3007 bytes
.../external/ionicons-2.0.1/png/512/forward.png | Bin 0 -> 2142 bytes
.../external/ionicons-2.0.1/png/512/funnel.png | Bin 0 -> 3354 bytes
.../ionicons-2.0.1/png/512/game-controller-a.png | Bin 0 -> 2548 bytes
.../ionicons-2.0.1/png/512/game-controller-b.png | Bin 0 -> 3623 bytes
.../external/ionicons-2.0.1/png/512/gear-a.png | Bin 0 -> 3806 bytes
.../external/ionicons-2.0.1/png/512/gear-b.png | Bin 0 -> 2756 bytes
.../external/ionicons-2.0.1/png/512/grid.png | Bin 0 -> 1066 bytes
.../external/ionicons-2.0.1/png/512/hammer.png | Bin 0 -> 2493 bytes
.../external/ionicons-2.0.1/png/512/happy.png | Bin 0 -> 5732 bytes
.../external/ionicons-2.0.1/png/512/headphone.png | Bin 0 -> 4082 bytes
.../ionicons-2.0.1/png/512/heart-broken.png | Bin 0 -> 4007 bytes
.../external/ionicons-2.0.1/png/512/heart.png | Bin 0 -> 2322 bytes
.../external/ionicons-2.0.1/png/512/help-buoy.png | Bin 0 -> 5824 bytes
.../ionicons-2.0.1/png/512/help-circled.png | Bin 0 -> 3940 bytes
.../external/ionicons-2.0.1/png/512/help.png | Bin 0 -> 2678 bytes
.../external/ionicons-2.0.1/png/512/home.png | Bin 0 -> 1275 bytes
.../external/ionicons-2.0.1/png/512/icecream.png | Bin 0 -> 2317 bytes
.../png/512/icon-social-google-plus-outline.png | Bin 0 -> 4071 bytes
.../png/512/icon-social-google-plus.png | Bin 0 -> 3888 bytes
.../external/ionicons-2.0.1/png/512/image.png | Bin 0 -> 2952 bytes
.../external/ionicons-2.0.1/png/512/images.png | Bin 0 -> 5073 bytes
.../ionicons-2.0.1/png/512/information-circled.png | Bin 0 -> 3300 bytes
.../ionicons-2.0.1/png/512/information.png | Bin 0 -> 2236 bytes
.../external/ionicons-2.0.1/png/512/ionic.png | Bin 0 -> 5541 bytes
.../ionicons-2.0.1/png/512/ios7-alarm-outline.png | Bin 0 -> 5769 bytes
.../external/ionicons-2.0.1/png/512/ios7-alarm.png | Bin 0 -> 3922 bytes
.../ionicons-2.0.1/png/512/ios7-albums-outline.png | Bin 0 -> 231 bytes
.../ionicons-2.0.1/png/512/ios7-albums.png | Bin 0 -> 226 bytes
.../png/512/ios7-americanfootball-outline.png | Bin 0 -> 5767 bytes
.../png/512/ios7-americanfootball.png | Bin 0 -> 5675 bytes
.../png/512/ios7-analytics-outline.png | Bin 0 -> 5847 bytes
.../ionicons-2.0.1/png/512/ios7-analytics.png | Bin 0 -> 4406 bytes
.../ionicons-2.0.1/png/512/ios7-arrow-back.png | Bin 0 -> 881 bytes
.../ionicons-2.0.1/png/512/ios7-arrow-down.png | Bin 0 -> 1451 bytes
.../ionicons-2.0.1/png/512/ios7-arrow-forward.png | Bin 0 -> 898 bytes
.../ionicons-2.0.1/png/512/ios7-arrow-left.png | Bin 0 -> 1550 bytes
.../ionicons-2.0.1/png/512/ios7-arrow-right.png | Bin 0 -> 1537 bytes
.../png/512/ios7-arrow-thin-down.png | Bin 0 -> 1632 bytes
.../png/512/ios7-arrow-thin-left.png | Bin 0 -> 1258 bytes
.../png/512/ios7-arrow-thin-right.png | Bin 0 -> 1235 bytes
.../ionicons-2.0.1/png/512/ios7-arrow-thin-up.png | Bin 0 -> 1647 bytes
.../ionicons-2.0.1/png/512/ios7-arrow-up.png | Bin 0 -> 1482 bytes
.../ionicons-2.0.1/png/512/ios7-at-outline.png | Bin 0 -> 4303 bytes
.../external/ionicons-2.0.1/png/512/ios7-at.png | Bin 0 -> 4153 bytes
.../png/512/ios7-barcode-outline.png | Bin 0 -> 233 bytes
.../ionicons-2.0.1/png/512/ios7-barcode.png | Bin 0 -> 219 bytes
.../png/512/ios7-baseball-outline.png | Bin 0 -> 6676 bytes
.../ionicons-2.0.1/png/512/ios7-baseball.png | Bin 0 -> 5565 bytes
.../png/512/ios7-basketball-outline.png | Bin 0 -> 6200 bytes
.../ionicons-2.0.1/png/512/ios7-basketball.png | Bin 0 -> 6525 bytes
.../ionicons-2.0.1/png/512/ios7-bell-outline.png | Bin 0 -> 3615 bytes
.../external/ionicons-2.0.1/png/512/ios7-bell.png | Bin 0 -> 2769 bytes
.../ionicons-2.0.1/png/512/ios7-bolt-outline.png | Bin 0 -> 2384 bytes
.../external/ionicons-2.0.1/png/512/ios7-bolt.png | Bin 0 -> 1892 bytes
.../png/512/ios7-bookmarks-outline.png | Bin 0 -> 2454 bytes
.../ionicons-2.0.1/png/512/ios7-bookmarks.png | Bin 0 -> 2172 bytes
.../ionicons-2.0.1/png/512/ios7-box-outline.png | Bin 0 -> 1602 bytes
.../external/ionicons-2.0.1/png/512/ios7-box.png | Bin 0 -> 1032 bytes
.../png/512/ios7-briefcase-outline.png | Bin 0 -> 1359 bytes
.../ionicons-2.0.1/png/512/ios7-briefcase.png | Bin 0 -> 1316 bytes
.../png/512/ios7-browsers-outline.png | Bin 0 -> 372 bytes
.../ionicons-2.0.1/png/512/ios7-browsers.png | Bin 0 -> 357 bytes
.../png/512/ios7-calculator-outline.png | Bin 0 -> 1785 bytes
.../ionicons-2.0.1/png/512/ios7-calculator.png | Bin 0 -> 1500 bytes
.../png/512/ios7-calendar-outline.png | Bin 0 -> 236 bytes
.../ionicons-2.0.1/png/512/ios7-calendar.png | Bin 0 -> 230 bytes
.../ionicons-2.0.1/png/512/ios7-camera-outline.png | Bin 0 -> 3582 bytes
.../ionicons-2.0.1/png/512/ios7-camera.png | Bin 0 -> 3099 bytes
.../ionicons-2.0.1/png/512/ios7-cart-outline.png | Bin 0 -> 2861 bytes
.../external/ionicons-2.0.1/png/512/ios7-cart.png | Bin 0 -> 2200 bytes
.../png/512/ios7-chatboxes-outline.png | Bin 0 -> 901 bytes
.../ionicons-2.0.1/png/512/ios7-chatboxes.png | Bin 0 -> 512 bytes
.../png/512/ios7-chatbubble-outline.png | Bin 0 -> 3640 bytes
.../ionicons-2.0.1/png/512/ios7-chatbubble.png | Bin 0 -> 2259 bytes
.../png/512/ios7-checkmark-empty.png | Bin 0 -> 920 bytes
.../png/512/ios7-checkmark-outline.png | Bin 0 -> 4706 bytes
.../ionicons-2.0.1/png/512/ios7-checkmark.png | Bin 0 -> 3080 bytes
.../ionicons-2.0.1/png/512/ios7-circle-filled.png | Bin 0 -> 6478 bytes
.../ionicons-2.0.1/png/512/ios7-circle-outline.png | Bin 0 -> 4120 bytes
.../ionicons-2.0.1/png/512/ios7-clock-outline.png | Bin 0 -> 4320 bytes
.../external/ionicons-2.0.1/png/512/ios7-clock.png | Bin 0 -> 2762 bytes
.../ionicons-2.0.1/png/512/ios7-close-empty.png | Bin 0 -> 1204 bytes
.../ionicons-2.0.1/png/512/ios7-close-outline.png | Bin 0 -> 4999 bytes
.../external/ionicons-2.0.1/png/512/ios7-close.png | Bin 0 -> 3426 bytes
.../png/512/ios7-cloud-download-outline.png | Bin 0 -> 3953 bytes
.../ionicons-2.0.1/png/512/ios7-cloud-download.png | Bin 0 -> 2782 bytes
.../ionicons-2.0.1/png/512/ios7-cloud-outline.png | Bin 0 -> 3339 bytes
.../png/512/ios7-cloud-upload-outline.png | Bin 0 -> 3927 bytes
.../ionicons-2.0.1/png/512/ios7-cloud-upload.png | Bin 0 -> 2815 bytes
.../external/ionicons-2.0.1/png/512/ios7-cloud.png | Bin 0 -> 2082 bytes
.../png/512/ios7-cloudy-night-outline.png | Bin 0 -> 3814 bytes
.../ionicons-2.0.1/png/512/ios7-cloudy-night.png | Bin 0 -> 2870 bytes
.../ionicons-2.0.1/png/512/ios7-cloudy-outline.png | Bin 0 -> 2280 bytes
.../ionicons-2.0.1/png/512/ios7-cloudy.png | Bin 0 -> 1572 bytes
.../ionicons-2.0.1/png/512/ios7-cog-outline.png | Bin 0 -> 8008 bytes
.../external/ionicons-2.0.1/png/512/ios7-cog.png | Bin 0 -> 6029 bytes
.../png/512/ios7-compose-outline.png | Bin 0 -> 1584 bytes
.../ionicons-2.0.1/png/512/ios7-compose.png | Bin 0 -> 2061 bytes
.../png/512/ios7-contact-outline.png | Bin 0 -> 4846 bytes
.../ionicons-2.0.1/png/512/ios7-contact.png | Bin 0 -> 4218 bytes
.../ionicons-2.0.1/png/512/ios7-copy-outline.png | Bin 0 -> 927 bytes
.../external/ionicons-2.0.1/png/512/ios7-copy.png | Bin 0 -> 782 bytes
.../png/512/ios7-download-outline.png | Bin 0 -> 1163 bytes
.../ionicons-2.0.1/png/512/ios7-download.png | Bin 0 -> 1135 bytes
.../external/ionicons-2.0.1/png/512/ios7-drag.png | Bin 0 -> 165 bytes
.../ionicons-2.0.1/png/512/ios7-email-outline.png | Bin 0 -> 2592 bytes
.../external/ionicons-2.0.1/png/512/ios7-email.png | Bin 0 -> 4167 bytes
.../ionicons-2.0.1/png/512/ios7-expand.png | Bin 0 -> 485 bytes
.../ionicons-2.0.1/png/512/ios7-eye-outline.png | Bin 0 -> 4381 bytes
.../external/ionicons-2.0.1/png/512/ios7-eye.png | Bin 0 -> 2973 bytes
.../png/512/ios7-fastforward-outline.png | Bin 0 -> 2726 bytes
.../ionicons-2.0.1/png/512/ios7-fastforward.png | Bin 0 -> 2158 bytes
.../ionicons-2.0.1/png/512/ios7-filing-outline.png | Bin 0 -> 2041 bytes
.../ionicons-2.0.1/png/512/ios7-filing.png | Bin 0 -> 1933 bytes
.../ionicons-2.0.1/png/512/ios7-film-outline.png | Bin 0 -> 772 bytes
.../external/ionicons-2.0.1/png/512/ios7-film.png | Bin 0 -> 722 bytes
.../ionicons-2.0.1/png/512/ios7-flag-outline.png | Bin 0 -> 1928 bytes
.../external/ionicons-2.0.1/png/512/ios7-flag.png | Bin 0 -> 1483 bytes
.../ionicons-2.0.1/png/512/ios7-folder-outline.png | Bin 0 -> 1606 bytes
.../ionicons-2.0.1/png/512/ios7-folder.png | Bin 0 -> 1640 bytes
.../png/512/ios7-football-outline.png | Bin 0 -> 6266 bytes
.../ionicons-2.0.1/png/512/ios7-football.png | Bin 0 -> 5391 bytes
.../ionicons-2.0.1/png/512/ios7-gear-outline.png | Bin 0 -> 5721 bytes
.../external/ionicons-2.0.1/png/512/ios7-gear.png | Bin 0 -> 3445 bytes
.../png/512/ios7-glasses-outline.png | Bin 0 -> 3597 bytes
.../ionicons-2.0.1/png/512/ios7-glasses.png | Bin 0 -> 2350 bytes
.../ionicons-2.0.1/png/512/ios7-heart-outline.png | Bin 0 -> 3097 bytes
.../external/ionicons-2.0.1/png/512/ios7-heart.png | Bin 0 -> 2078 bytes
.../ionicons-2.0.1/png/512/ios7-help-empty.png | Bin 0 -> 1669 bytes
.../ionicons-2.0.1/png/512/ios7-help-outline.png | Bin 0 -> 5608 bytes
.../external/ionicons-2.0.1/png/512/ios7-help.png | Bin 0 -> 3587 bytes
.../ionicons-2.0.1/png/512/ios7-home-outline.png | Bin 0 -> 1710 bytes
.../external/ionicons-2.0.1/png/512/ios7-home.png | Bin 0 -> 1518 bytes
.../png/512/ios7-infinite-outline.png | Bin 0 -> 3028 bytes
.../ionicons-2.0.1/png/512/ios7-infinite.png | Bin 0 -> 2989 bytes
.../png/512/ios7-information-empty.png | Bin 0 -> 837 bytes
.../png/512/ios7-information-outline.png | Bin 0 -> 4563 bytes
.../ionicons-2.0.1/png/512/ios7-information.png | Bin 0 -> 2959 bytes
.../ionicons-2.0.1/png/512/ios7-ionic-outline.png | Bin 0 -> 5780 bytes
.../ionicons-2.0.1/png/512/ios7-keypad-outline.png | Bin 0 -> 7485 bytes
.../ionicons-2.0.1/png/512/ios7-keypad.png | Bin 0 -> 7505 bytes
.../png/512/ios7-lightbulb-outline.png | Bin 0 -> 3791 bytes
.../ionicons-2.0.1/png/512/ios7-lightbulb.png | Bin 0 -> 2696 bytes
.../png/512/ios7-location-outline.png | Bin 0 -> 4116 bytes
.../ionicons-2.0.1/png/512/ios7-location.png | Bin 0 -> 2767 bytes
.../ionicons-2.0.1/png/512/ios7-locked-outline.png | Bin 0 -> 2640 bytes
.../ionicons-2.0.1/png/512/ios7-locked.png | Bin 0 -> 2674 bytes
.../ionicons-2.0.1/png/512/ios7-loop-strong.png | Bin 0 -> 4101 bytes
.../external/ionicons-2.0.1/png/512/ios7-loop.png | Bin 0 -> 4270 bytes
.../ionicons-2.0.1/png/512/ios7-medkit-outline.png | Bin 0 -> 1386 bytes
.../ionicons-2.0.1/png/512/ios7-medkit.png | Bin 0 -> 1373 bytes
.../ionicons-2.0.1/png/512/ios7-mic-off.png | Bin 0 -> 7597 bytes
.../ionicons-2.0.1/png/512/ios7-mic-outline.png | Bin 0 -> 3550 bytes
.../external/ionicons-2.0.1/png/512/ios7-mic.png | Bin 0 -> 3878 bytes
.../ionicons-2.0.1/png/512/ios7-minus-empty.png | Bin 0 -> 153 bytes
.../ionicons-2.0.1/png/512/ios7-minus-outline.png | Bin 0 -> 4137 bytes
.../external/ionicons-2.0.1/png/512/ios7-minus.png | Bin 0 -> 2520 bytes
.../png/512/ios7-monitor-outline.png | Bin 0 -> 225 bytes
.../ionicons-2.0.1/png/512/ios7-monitor.png | Bin 0 -> 230 bytes
.../ionicons-2.0.1/png/512/ios7-moon-outline.png | Bin 0 -> 2566 bytes
.../external/ionicons-2.0.1/png/512/ios7-moon.png | Bin 0 -> 1784 bytes
.../ionicons-2.0.1/png/512/ios7-more-outline.png | Bin 0 -> 1598 bytes
.../external/ionicons-2.0.1/png/512/ios7-more.png | Bin 0 -> 1700 bytes
.../ionicons-2.0.1/png/512/ios7-musical-note.png | Bin 0 -> 1521 bytes
.../ionicons-2.0.1/png/512/ios7-musical-notes.png | Bin 0 -> 2124 bytes
.../png/512/ios7-navigate-outline.png | Bin 0 -> 4901 bytes
.../ionicons-2.0.1/png/512/ios7-navigate.png | Bin 0 -> 3333 bytes
.../ionicons-2.0.1/png/512/ios7-paper-outline.png | Bin 0 -> 1361 bytes
.../external/ionicons-2.0.1/png/512/ios7-paper.png | Bin 0 -> 1197 bytes
.../png/512/ios7-paperplane-outline.png | Bin 0 -> 2952 bytes
.../ionicons-2.0.1/png/512/ios7-paperplane.png | Bin 0 -> 4805 bytes
.../png/512/ios7-partlysunny-outline.png | Bin 0 -> 4823 bytes
.../ionicons-2.0.1/png/512/ios7-partlysunny.png | Bin 0 -> 4052 bytes
.../ionicons-2.0.1/png/512/ios7-pause-outline.png | Bin 0 -> 227 bytes
.../external/ionicons-2.0.1/png/512/ios7-pause.png | Bin 0 -> 213 bytes
.../ionicons-2.0.1/png/512/ios7-paw-outline.png | Bin 0 -> 6318 bytes
.../external/ionicons-2.0.1/png/512/ios7-paw.png | Bin 0 -> 4119 bytes
.../ionicons-2.0.1/png/512/ios7-people-outline.png | Bin 0 -> 5295 bytes
.../ionicons-2.0.1/png/512/ios7-people.png | Bin 0 -> 3439 bytes
.../ionicons-2.0.1/png/512/ios7-person-outline.png | Bin 0 -> 3189 bytes
.../ionicons-2.0.1/png/512/ios7-person.png | Bin 0 -> 2046 bytes
.../png/512/ios7-personadd-outline.png | Bin 0 -> 3246 bytes
.../ionicons-2.0.1/png/512/ios7-personadd.png | Bin 0 -> 2110 bytes
.../ionicons-2.0.1/png/512/ios7-photos-outline.png | Bin 0 -> 234 bytes
.../ionicons-2.0.1/png/512/ios7-photos.png | Bin 0 -> 226 bytes
.../ionicons-2.0.1/png/512/ios7-pie-outline.png | Bin 0 -> 4549 bytes
.../external/ionicons-2.0.1/png/512/ios7-pie.png | Bin 0 -> 3646 bytes
.../ionicons-2.0.1/png/512/ios7-play-outline.png | Bin 0 -> 1474 bytes
.../external/ionicons-2.0.1/png/512/ios7-play.png | Bin 0 -> 1216 bytes
.../ionicons-2.0.1/png/512/ios7-plus-empty.png | Bin 0 -> 204 bytes
.../ionicons-2.0.1/png/512/ios7-plus-outline.png | Bin 0 -> 4415 bytes
.../external/ionicons-2.0.1/png/512/ios7-plus.png | Bin 0 -> 2970 bytes
.../png/512/ios7-pricetag-outline.png | Bin 0 -> 3007 bytes
.../ionicons-2.0.1/png/512/ios7-pricetag.png | Bin 0 -> 2593 bytes
.../png/512/ios7-pricetags-outline.png | Bin 0 -> 3563 bytes
.../ionicons-2.0.1/png/512/ios7-pricetags.png | Bin 0 -> 3219 bytes
.../png/512/ios7-printer-outline.png | Bin 0 -> 1764 bytes
.../ionicons-2.0.1/png/512/ios7-printer.png | Bin 0 -> 1456 bytes
.../ionicons-2.0.1/png/512/ios7-pulse-strong.png | Bin 0 -> 3326 bytes
.../external/ionicons-2.0.1/png/512/ios7-pulse.png | Bin 0 -> 2955 bytes
.../ionicons-2.0.1/png/512/ios7-rainy-outline.png | Bin 0 -> 3346 bytes
.../external/ionicons-2.0.1/png/512/ios7-rainy.png | Bin 0 -> 2567 bytes
.../png/512/ios7-recording-outline.png | Bin 0 -> 4926 bytes
.../ionicons-2.0.1/png/512/ios7-recording.png | Bin 0 -> 3762 bytes
.../ionicons-2.0.1/png/512/ios7-redo-outline.png | Bin 0 -> 3094 bytes
.../external/ionicons-2.0.1/png/512/ios7-redo.png | Bin 0 -> 2054 bytes
.../ionicons-2.0.1/png/512/ios7-refresh-empty.png | Bin 0 -> 2685 bytes
.../png/512/ios7-refresh-outline.png | Bin 0 -> 6021 bytes
.../ionicons-2.0.1/png/512/ios7-refresh.png | Bin 0 -> 4579 bytes
.../ionicons-2.0.1/png/512/ios7-reload.png | Bin 0 -> 4195 bytes
.../png/512/ios7-reverse-camera-outline.png | Bin 0 -> 3404 bytes
.../ionicons-2.0.1/png/512/ios7-reverse-camera.png | Bin 0 -> 3019 bytes
.../ionicons-2.0.1/png/512/ios7-rewind-outline.png | Bin 0 -> 2898 bytes
.../ionicons-2.0.1/png/512/ios7-rewind.png | Bin 0 -> 2362 bytes
.../ionicons-2.0.1/png/512/ios7-search-strong.png | Bin 0 -> 3329 bytes
.../ionicons-2.0.1/png/512/ios7-search.png | Bin 0 -> 3361 bytes
.../png/512/ios7-settings-strong.png | Bin 0 -> 1714 bytes
.../ionicons-2.0.1/png/512/ios7-settings.png | Bin 0 -> 2160 bytes
.../ionicons-2.0.1/png/512/ios7-shrink.png | Bin 0 -> 490 bytes
.../png/512/ios7-skipbackward-outline.png | Bin 0 -> 1890 bytes
.../ionicons-2.0.1/png/512/ios7-skipbackward.png | Bin 0 -> 1533 bytes
.../png/512/ios7-skipforward-outline.png | Bin 0 -> 1827 bytes
.../ionicons-2.0.1/png/512/ios7-skipforward.png | Bin 0 -> 1556 bytes
.../external/ionicons-2.0.1/png/512/ios7-snowy.png | Bin 0 -> 3775 bytes
.../png/512/ios7-speedometer-outline.png | Bin 0 -> 4678 bytes
.../ionicons-2.0.1/png/512/ios7-speedometer.png | Bin 0 -> 5748 bytes
.../ionicons-2.0.1/png/512/ios7-star-half.png | Bin 0 -> 3431 bytes
.../ionicons-2.0.1/png/512/ios7-star-outline.png | Bin 0 -> 3572 bytes
.../external/ionicons-2.0.1/png/512/ios7-star.png | Bin 0 -> 2463 bytes
.../png/512/ios7-stopwatch-outline.png | Bin 0 -> 4823 bytes
.../ionicons-2.0.1/png/512/ios7-stopwatch.png | Bin 0 -> 3451 bytes
.../ionicons-2.0.1/png/512/ios7-sunny-outline.png | Bin 0 -> 2669 bytes
.../external/ionicons-2.0.1/png/512/ios7-sunny.png | Bin 0 -> 2506 bytes
.../png/512/ios7-telephone-outline.png | Bin 0 -> 3779 bytes
.../ionicons-2.0.1/png/512/ios7-telephone.png | Bin 0 -> 2352 bytes
.../png/512/ios7-tennisball-outline.png | Bin 0 -> 5535 bytes
.../ionicons-2.0.1/png/512/ios7-tennisball.png | Bin 0 -> 6356 bytes
.../png/512/ios7-thunderstorm-outline.png | Bin 0 -> 3053 bytes
.../ionicons-2.0.1/png/512/ios7-thunderstorm.png | Bin 0 -> 2492 bytes
.../ionicons-2.0.1/png/512/ios7-time-outline.png | Bin 0 -> 5875 bytes
.../external/ionicons-2.0.1/png/512/ios7-time.png | Bin 0 -> 4136 bytes
.../ionicons-2.0.1/png/512/ios7-timer-outline.png | Bin 0 -> 4578 bytes
.../external/ionicons-2.0.1/png/512/ios7-timer.png | Bin 0 -> 6013 bytes
.../ionicons-2.0.1/png/512/ios7-toggle-outline.png | Bin 0 -> 5660 bytes
.../ionicons-2.0.1/png/512/ios7-toggle.png | Bin 0 -> 4825 bytes
.../ionicons-2.0.1/png/512/ios7-trash-outline.png | Bin 0 -> 4497 bytes
.../external/ionicons-2.0.1/png/512/ios7-trash.png | Bin 0 -> 2760 bytes
.../ionicons-2.0.1/png/512/ios7-undo-outline.png | Bin 0 -> 3114 bytes
.../external/ionicons-2.0.1/png/512/ios7-undo.png | Bin 0 -> 1954 bytes
.../png/512/ios7-unlocked-outline.png | Bin 0 -> 2580 bytes
.../ionicons-2.0.1/png/512/ios7-unlocked.png | Bin 0 -> 2605 bytes
.../ionicons-2.0.1/png/512/ios7-upload-outline.png | Bin 0 -> 1128 bytes
.../ionicons-2.0.1/png/512/ios7-upload.png | Bin 0 -> 1085 bytes
.../png/512/ios7-videocam-outline.png | Bin 0 -> 2038 bytes
.../ionicons-2.0.1/png/512/ios7-videocam.png | Bin 0 -> 2715 bytes
.../ionicons-2.0.1/png/512/ios7-volume-high.png | Bin 0 -> 2977 bytes
.../ionicons-2.0.1/png/512/ios7-volume-low.png | Bin 0 -> 956 bytes
.../png/512/ios7-wineglass-outline.png | Bin 0 -> 2527 bytes
.../ionicons-2.0.1/png/512/ios7-wineglass.png | Bin 0 -> 2013 bytes
.../ionicons-2.0.1/png/512/ios7-world-outline.png | Bin 0 -> 7420 bytes
.../external/ionicons-2.0.1/png/512/ios7-world.png | Bin 0 -> 10031 bytes
.../external/ionicons-2.0.1/png/512/ipad.png | Bin 0 -> 1356 bytes
.../external/ionicons-2.0.1/png/512/iphone.png | Bin 0 -> 1651 bytes
.../external/ionicons-2.0.1/png/512/ipod.png | Bin 0 -> 3207 bytes
.../fusion/external/ionicons-2.0.1/png/512/jet.png | Bin 0 -> 2856 bytes
.../fusion/external/ionicons-2.0.1/png/512/key.png | Bin 0 -> 2722 bytes
.../external/ionicons-2.0.1/png/512/knife.png | Bin 0 -> 1822 bytes
.../external/ionicons-2.0.1/png/512/laptop.png | Bin 0 -> 2474 bytes
.../external/ionicons-2.0.1/png/512/leaf.png | Bin 0 -> 3440 bytes
.../external/ionicons-2.0.1/png/512/levels.png | Bin 0 -> 2431 bytes
.../external/ionicons-2.0.1/png/512/lightbulb.png | Bin 0 -> 2474 bytes
.../external/ionicons-2.0.1/png/512/link.png | Bin 0 -> 2306 bytes
.../external/ionicons-2.0.1/png/512/load-a.png | Bin 0 -> 3941 bytes
.../external/ionicons-2.0.1/png/512/load-b.png | Bin 0 -> 5473 bytes
.../external/ionicons-2.0.1/png/512/load-c.png | Bin 0 -> 4337 bytes
.../external/ionicons-2.0.1/png/512/load-d.png | Bin 0 -> 6618 bytes
.../external/ionicons-2.0.1/png/512/location.png | Bin 0 -> 2739 bytes
.../external/ionicons-2.0.1/png/512/locked.png | Bin 0 -> 2494 bytes
.../external/ionicons-2.0.1/png/512/log-in.png | Bin 0 -> 1460 bytes
.../external/ionicons-2.0.1/png/512/log-out.png | Bin 0 -> 1637 bytes
.../external/ionicons-2.0.1/png/512/loop.png | Bin 0 -> 3794 bytes
.../external/ionicons-2.0.1/png/512/magnet.png | Bin 0 -> 4495 bytes
.../external/ionicons-2.0.1/png/512/male.png | Bin 0 -> 3788 bytes
.../fusion/external/ionicons-2.0.1/png/512/man.png | Bin 0 -> 2126 bytes
.../fusion/external/ionicons-2.0.1/png/512/map.png | Bin 0 -> 4906 bytes
.../external/ionicons-2.0.1/png/512/medkit.png | Bin 0 -> 1605 bytes
.../external/ionicons-2.0.1/png/512/merge.png | Bin 0 -> 3879 bytes
.../external/ionicons-2.0.1/png/512/mic-a.png | Bin 0 -> 4098 bytes
.../external/ionicons-2.0.1/png/512/mic-b.png | Bin 0 -> 2576 bytes
.../external/ionicons-2.0.1/png/512/mic-c.png | Bin 0 -> 1726 bytes
.../ionicons-2.0.1/png/512/minus-circled.png | Bin 0 -> 2655 bytes
.../ionicons-2.0.1/png/512/minus-round.png | Bin 0 -> 937 bytes
.../external/ionicons-2.0.1/png/512/minus.png | Bin 0 -> 160 bytes
.../external/ionicons-2.0.1/png/512/model-s.png | Bin 0 -> 4262 bytes
.../external/ionicons-2.0.1/png/512/monitor.png | Bin 0 -> 1469 bytes
.../external/ionicons-2.0.1/png/512/more.png | Bin 0 -> 3357 bytes
.../external/ionicons-2.0.1/png/512/mouse.png | Bin 0 -> 2891 bytes
.../external/ionicons-2.0.1/png/512/music-note.png | Bin 0 -> 2519 bytes
.../ionicons-2.0.1/png/512/navicon-round.png | Bin 0 -> 1628 bytes
.../external/ionicons-2.0.1/png/512/navicon.png | Bin 0 -> 175 bytes
.../external/ionicons-2.0.1/png/512/navigate.png | Bin 0 -> 1693 bytes
.../external/ionicons-2.0.1/png/512/network.png | Bin 0 -> 3041 bytes
.../external/ionicons-2.0.1/png/512/no-smoking.png | Bin 0 -> 5816 bytes
.../external/ionicons-2.0.1/png/512/nuclear.png | Bin 0 -> 3618 bytes
.../external/ionicons-2.0.1/png/512/outlet.png | Bin 0 -> 2882 bytes
.../ionicons-2.0.1/png/512/paper-airplane.png | Bin 0 -> 3678 bytes
.../external/ionicons-2.0.1/png/512/paperclip.png | Bin 0 -> 2710 bytes
.../external/ionicons-2.0.1/png/512/pause.png | Bin 0 -> 1340 bytes
.../external/ionicons-2.0.1/png/512/person-add.png | Bin 0 -> 2410 bytes
.../ionicons-2.0.1/png/512/person-stalker.png | Bin 0 -> 3272 bytes
.../external/ionicons-2.0.1/png/512/person.png | Bin 0 -> 2258 bytes
.../external/ionicons-2.0.1/png/512/pie-graph.png | Bin 0 -> 3608 bytes
.../fusion/external/ionicons-2.0.1/png/512/pin.png | Bin 0 -> 2270 bytes
.../external/ionicons-2.0.1/png/512/pinpoint.png | Bin 0 -> 4799 bytes
.../external/ionicons-2.0.1/png/512/pizza.png | Bin 0 -> 4548 bytes
.../external/ionicons-2.0.1/png/512/plane.png | Bin 0 -> 3218 bytes
.../external/ionicons-2.0.1/png/512/planet.png | Bin 0 -> 4319 bytes
.../external/ionicons-2.0.1/png/512/play.png | Bin 0 -> 1787 bytes
.../ionicons-2.0.1/png/512/playstation.png | Bin 0 -> 3275 bytes
.../ionicons-2.0.1/png/512/plus-circled.png | Bin 0 -> 3114 bytes
.../external/ionicons-2.0.1/png/512/plus-round.png | Bin 0 -> 1567 bytes
.../external/ionicons-2.0.1/png/512/plus.png | Bin 0 -> 223 bytes
.../external/ionicons-2.0.1/png/512/podium.png | Bin 0 -> 209 bytes
.../external/ionicons-2.0.1/png/512/pound.png | Bin 0 -> 2383 bytes
.../external/ionicons-2.0.1/png/512/power.png | Bin 0 -> 4727 bytes
.../external/ionicons-2.0.1/png/512/pricetag.png | Bin 0 -> 2457 bytes
.../external/ionicons-2.0.1/png/512/pricetags.png | Bin 0 -> 2906 bytes
.../external/ionicons-2.0.1/png/512/printer.png | Bin 0 -> 1869 bytes
.../ionicons-2.0.1/png/512/pull-request.png | Bin 0 -> 3613 bytes
.../external/ionicons-2.0.1/png/512/qr-scanner.png | Bin 0 -> 1842 bytes
.../external/ionicons-2.0.1/png/512/quote.png | Bin 0 -> 1743 bytes
.../ionicons-2.0.1/png/512/radio-waves.png | Bin 0 -> 4978 bytes
.../external/ionicons-2.0.1/png/512/record.png | Bin 0 -> 3779 bytes
.../external/ionicons-2.0.1/png/512/refresh.png | Bin 0 -> 3582 bytes
.../external/ionicons-2.0.1/png/512/reply-all.png | Bin 0 -> 3033 bytes
.../external/ionicons-2.0.1/png/512/reply.png | Bin 0 -> 2131 bytes
.../external/ionicons-2.0.1/png/512/ribbon-a.png | Bin 0 -> 6449 bytes
.../external/ionicons-2.0.1/png/512/ribbon-b.png | Bin 0 -> 5913 bytes
.../fusion/external/ionicons-2.0.1/png/512/sad.png | Bin 0 -> 5517 bytes
.../external/ionicons-2.0.1/png/512/scissors.png | Bin 0 -> 5061 bytes
.../external/ionicons-2.0.1/png/512/search.png | Bin 0 -> 3229 bytes
.../external/ionicons-2.0.1/png/512/settings.png | Bin 0 -> 4141 bytes
.../external/ionicons-2.0.1/png/512/share.png | Bin 0 -> 2616 bytes
.../external/ionicons-2.0.1/png/512/shuffle.png | Bin 0 -> 3420 bytes
.../ionicons-2.0.1/png/512/skip-backward.png | Bin 0 -> 2421 bytes
.../ionicons-2.0.1/png/512/skip-forward.png | Bin 0 -> 2402 bytes
.../png/512/social-android-outline.png | Bin 0 -> 3772 bytes
.../ionicons-2.0.1/png/512/social-android.png | Bin 0 -> 2784 bytes
.../png/512/social-apple-outline.png | Bin 0 -> 4104 bytes
.../ionicons-2.0.1/png/512/social-apple.png | Bin 0 -> 2647 bytes
.../png/512/social-bitcoin-outline.png | Bin 0 -> 3790 bytes
.../ionicons-2.0.1/png/512/social-bitcoin.png | Bin 0 -> 2424 bytes
.../png/512/social-buffer-outline.png | Bin 0 -> 3913 bytes
.../ionicons-2.0.1/png/512/social-buffer.png | Bin 0 -> 4687 bytes
.../png/512/social-designernews-outline.png | Bin 0 -> 4754 bytes
.../ionicons-2.0.1/png/512/social-designernews.png | Bin 0 -> 4242 bytes
.../png/512/social-dribbble-outline.png | Bin 0 -> 5588 bytes
.../ionicons-2.0.1/png/512/social-dribbble.png | Bin 0 -> 6983 bytes
.../png/512/social-dropbox-outline.png | Bin 0 -> 5113 bytes
.../ionicons-2.0.1/png/512/social-dropbox.png | Bin 0 -> 6161 bytes
.../png/512/social-facebook-outline.png | Bin 0 -> 1788 bytes
.../ionicons-2.0.1/png/512/social-facebook.png | Bin 0 -> 1402 bytes
.../png/512/social-foursquare-outline.png | Bin 0 -> 3364 bytes
.../ionicons-2.0.1/png/512/social-foursquare.png | Bin 0 -> 3021 bytes
.../png/512/social-freebsd-devil.png | Bin 0 -> 5300 bytes
.../png/512/social-github-outline.png | Bin 0 -> 7475 bytes
.../ionicons-2.0.1/png/512/social-github.png | Bin 0 -> 4561 bytes
.../png/512/social-google-outline.png | Bin 0 -> 3890 bytes
.../ionicons-2.0.1/png/512/social-google.png | Bin 0 -> 3682 bytes
.../png/512/social-googleplus-outline.png | Bin 0 -> 4071 bytes
.../ionicons-2.0.1/png/512/social-googleplus.png | Bin 0 -> 3888 bytes
.../png/512/social-hackernews-outline.png | Bin 0 -> 1994 bytes
.../ionicons-2.0.1/png/512/social-hackernews.png | Bin 0 -> 1905 bytes
.../png/512/social-instagram-outline.png | Bin 0 -> 3317 bytes
.../ionicons-2.0.1/png/512/social-instagram.png | Bin 0 -> 4403 bytes
.../png/512/social-linkedin-outline.png | Bin 0 -> 2370 bytes
.../ionicons-2.0.1/png/512/social-linkedin.png | Bin 0 -> 2275 bytes
.../png/512/social-pinterest-outline.png | Bin 0 -> 6933 bytes
.../ionicons-2.0.1/png/512/social-pinterest.png | Bin 0 -> 5532 bytes
.../png/512/social-reddit-outline.png | Bin 0 -> 6414 bytes
.../ionicons-2.0.1/png/512/social-reddit.png | Bin 0 -> 4498 bytes
.../ionicons-2.0.1/png/512/social-rss-outline.png | Bin 0 -> 5945 bytes
.../external/ionicons-2.0.1/png/512/social-rss.png | Bin 0 -> 4789 bytes
.../png/512/social-skype-outline.png | Bin 0 -> 5608 bytes
.../ionicons-2.0.1/png/512/social-skype.png | Bin 0 -> 4269 bytes
.../png/512/social-tumblr-outline.png | Bin 0 -> 2725 bytes
.../ionicons-2.0.1/png/512/social-tumblr.png | Bin 0 -> 1946 bytes
.../external/ionicons-2.0.1/png/512/social-tux.png | Bin 0 -> 7103 bytes
.../png/512/social-twitter-outline.png | Bin 0 -> 5569 bytes
.../ionicons-2.0.1/png/512/social-twitter.png | Bin 0 -> 3405 bytes
.../ionicons-2.0.1/png/512/social-usd-outline.png | Bin 0 -> 5744 bytes
.../external/ionicons-2.0.1/png/512/social-usd.png | Bin 0 -> 3446 bytes
.../png/512/social-vimeo-outline.png | Bin 0 -> 5525 bytes
.../ionicons-2.0.1/png/512/social-vimeo.png | Bin 0 -> 3456 bytes
.../png/512/social-windows-outline.png | Bin 0 -> 1775 bytes
.../ionicons-2.0.1/png/512/social-windows.png | Bin 0 -> 2550 bytes
.../png/512/social-wordpress-outline.png | Bin 0 -> 6418 bytes
.../ionicons-2.0.1/png/512/social-wordpress.png | Bin 0 -> 5465 bytes
.../png/512/social-yahoo-outline.png | Bin 0 -> 2119 bytes
.../ionicons-2.0.1/png/512/social-yahoo.png | Bin 0 -> 1729 bytes
.../png/512/social-youtube-outline.png | Bin 0 -> 4655 bytes
.../ionicons-2.0.1/png/512/social-youtube.png | Bin 0 -> 2511 bytes
.../ionicons-2.0.1/png/512/speakerphone.png | Bin 0 -> 4310 bytes
.../ionicons-2.0.1/png/512/speedometer.png | Bin 0 -> 4238 bytes
.../external/ionicons-2.0.1/png/512/spoon.png | Bin 0 -> 2306 bytes
.../external/ionicons-2.0.1/png/512/star.png | Bin 0 -> 2195 bytes
.../external/ionicons-2.0.1/png/512/stats-bars.png | Bin 0 -> 218 bytes
.../external/ionicons-2.0.1/png/512/steam.png | Bin 0 -> 3875 bytes
.../external/ionicons-2.0.1/png/512/stop.png | Bin 0 -> 1090 bytes
.../ionicons-2.0.1/png/512/thermometer.png | Bin 0 -> 1980 bytes
.../external/ionicons-2.0.1/png/512/thumbsdown.png | Bin 0 -> 2288 bytes
.../external/ionicons-2.0.1/png/512/thumbsup.png | Bin 0 -> 2356 bytes
.../ionicons-2.0.1/png/512/toggle-filled.png | Bin 0 -> 3194 bytes
.../external/ionicons-2.0.1/png/512/toggle.png | Bin 0 -> 3599 bytes
.../external/ionicons-2.0.1/png/512/trash-a.png | Bin 0 -> 2752 bytes
.../external/ionicons-2.0.1/png/512/trash-b.png | Bin 0 -> 1882 bytes
.../external/ionicons-2.0.1/png/512/trophy.png | Bin 0 -> 3579 bytes
.../external/ionicons-2.0.1/png/512/umbrella.png | Bin 0 -> 3416 bytes
.../external/ionicons-2.0.1/png/512/university.png | Bin 0 -> 3167 bytes
.../external/ionicons-2.0.1/png/512/unlocked.png | Bin 0 -> 2412 bytes
.../external/ionicons-2.0.1/png/512/upload.png | Bin 0 -> 2480 bytes
.../fusion/external/ionicons-2.0.1/png/512/usb.png | Bin 0 -> 3950 bytes
.../ionicons-2.0.1/png/512/videocamera.png | Bin 0 -> 2381 bytes
.../ionicons-2.0.1/png/512/volume-high.png | Bin 0 -> 4334 bytes
.../external/ionicons-2.0.1/png/512/volume-low.png | Bin 0 -> 2136 bytes
.../ionicons-2.0.1/png/512/volume-medium.png | Bin 0 -> 3174 bytes
.../ionicons-2.0.1/png/512/volume-mute.png | Bin 0 -> 4803 bytes
.../external/ionicons-2.0.1/png/512/wand.png | Bin 0 -> 1933 bytes
.../external/ionicons-2.0.1/png/512/waterdrop.png | Bin 0 -> 3169 bytes
.../external/ionicons-2.0.1/png/512/wifi.png | Bin 0 -> 3037 bytes
.../external/ionicons-2.0.1/png/512/wineglass.png | Bin 0 -> 3734 bytes
.../external/ionicons-2.0.1/png/512/woman.png | Bin 0 -> 3592 bytes
.../external/ionicons-2.0.1/png/512/wrench.png | Bin 0 -> 2866 bytes
.../external/ionicons-2.0.1/png/512/xbox.png | Bin 0 -> 4958 bytes
.../app/fusion/external/ionicons-2.0.1/readme.md | 60 +
.../ionicons-2.0.1/scss/_ionicons-font.scss | 27 +
.../ionicons-2.0.1/scss/_ionicons-icons.scss | 1473 +
.../ionicons-2.0.1/scss/_ionicons-variables.scss | 741 +
.../external/ionicons-2.0.1/scss/ionicons.scss | 15 +
.../external/ionicons-2.0.1/src/alert-circled.svg | 11 +
.../fusion/external/ionicons-2.0.1/src/alert.svg | 9 +
.../ionicons-2.0.1/src/android-add-circle.svg | 12 +
.../external/ionicons-2.0.1/src/android-add.svg | 11 +
.../ionicons-2.0.1/src/android-alarm-clock.svg | 15 +
.../external/ionicons-2.0.1/src/android-alert.svg | 12 +
.../external/ionicons-2.0.1/src/android-apps.svg | 12 +
.../ionicons-2.0.1/src/android-archive.svg | 12 +
.../ionicons-2.0.1/src/android-arrow-back.svg | 11 +
.../ionicons-2.0.1/src/android-arrow-down.svg | 11 +
.../src/android-arrow-dropdown-circle.svg | 10 +
.../ionicons-2.0.1/src/android-arrow-dropdown.svg | 9 +
.../src/android-arrow-dropleft-circle.svg | 10 +
.../ionicons-2.0.1/src/android-arrow-dropleft.svg | 9 +
.../src/android-arrow-dropright-circle.svg | 10 +
.../ionicons-2.0.1/src/android-arrow-dropright.svg | 9 +
.../src/android-arrow-dropup-circle.svg | 10 +
.../ionicons-2.0.1/src/android-arrow-dropup.svg | 9 +
.../ionicons-2.0.1/src/android-arrow-forward.svg | 11 +
.../ionicons-2.0.1/src/android-arrow-up.svg | 11 +
.../external/ionicons-2.0.1/src/android-attach.svg | 15 +
.../external/ionicons-2.0.1/src/android-bar.svg | 12 +
.../ionicons-2.0.1/src/android-bicycle.svg | 19 +
.../external/ionicons-2.0.1/src/android-boat.svg | 16 +
.../ionicons-2.0.1/src/android-bookmark.svg | 7 +
.../external/ionicons-2.0.1/src/android-bulb.svg | 18 +
.../external/ionicons-2.0.1/src/android-bus.svg | 18 +
.../ionicons-2.0.1/src/android-calendar.svg | 11 +
.../external/ionicons-2.0.1/src/android-call.svg | 10 +
.../external/ionicons-2.0.1/src/android-camera.svg | 12 +
.../external/ionicons-2.0.1/src/android-cancel.svg | 11 +
.../external/ionicons-2.0.1/src/android-car.svg | 15 +
.../external/ionicons-2.0.1/src/android-cart.svg | 14 +
.../external/ionicons-2.0.1/src/android-chat.svg | 12 +
.../ionicons-2.0.1/src/android-checkbox-blank.svg | 12 +
.../src/android-checkbox-outline-blank.svg | 13 +
.../src/android-checkbox-outline.svg | 13 +
.../ionicons-2.0.1/src/android-checkbox.svg | 13 +
.../src/android-checkmark-circle.svg | 9 +
.../ionicons-2.0.1/src/android-clipboard.svg | 10 +
.../external/ionicons-2.0.1/src/android-close.svg | 12 +
.../ionicons-2.0.1/src/android-cloud-circle.svg | 16 +
.../ionicons-2.0.1/src/android-cloud-done.svg | 12 +
.../ionicons-2.0.1/src/android-cloud-outline.svg | 16 +
.../external/ionicons-2.0.1/src/android-cloud.svg | 9 +
.../ionicons-2.0.1/src/android-color-palette.svg | 17 +
.../ionicons-2.0.1/src/android-compass.svg | 9 +
.../ionicons-2.0.1/src/android-contact.svg | 15 +
.../ionicons-2.0.1/src/android-contacts.svg | 26 +
.../ionicons-2.0.1/src/android-contract.svg | 12 +
.../external/ionicons-2.0.1/src/android-create.svg | 13 +
.../external/ionicons-2.0.1/src/android-delete.svg | 10 +
.../ionicons-2.0.1/src/android-desktop.svg | 13 +
.../ionicons-2.0.1/src/android-document.svg | 10 +
.../ionicons-2.0.1/src/android-done-all.svg | 13 +
.../external/ionicons-2.0.1/src/android-done.svg | 13 +
.../ionicons-2.0.1/src/android-download.svg | 9 +
.../external/ionicons-2.0.1/src/android-drafts.svg | 15 +
.../external/ionicons-2.0.1/src/android-exit.svg | 9 +
.../external/ionicons-2.0.1/src/android-expand.svg | 12 +
.../src/android-favorite-outline.svg | 13 +
.../ionicons-2.0.1/src/android-favorite.svg | 11 +
.../external/ionicons-2.0.1/src/android-film.svg | 9 +
.../ionicons-2.0.1/src/android-folder-open.svg | 10 +
.../external/ionicons-2.0.1/src/android-folder.svg | 14 +
.../external/ionicons-2.0.1/src/android-funnel.svg | 7 +
.../external/ionicons-2.0.1/src/android-globe.svg | 24 +
.../external/ionicons-2.0.1/src/android-hand.svg | 15 +
.../ionicons-2.0.1/src/android-hangout.svg | 9 +
.../external/ionicons-2.0.1/src/android-happy.svg | 12 +
.../external/ionicons-2.0.1/src/android-home.svg | 9 +
.../external/ionicons-2.0.1/src/android-image.svg | 13 +
.../external/ionicons-2.0.1/src/android-laptop.svg | 14 +
.../external/ionicons-2.0.1/src/android-list.svg | 10 +
.../external/ionicons-2.0.1/src/android-locate.svg | 16 +
.../external/ionicons-2.0.1/src/android-lock.svg | 14 +
.../external/ionicons-2.0.1/src/android-mail.svg | 13 +
.../external/ionicons-2.0.1/src/android-map.svg | 16 +
.../external/ionicons-2.0.1/src/android-menu.svg | 11 +
.../ionicons-2.0.1/src/android-microphone-off.svg | 17 +
.../ionicons-2.0.1/src/android-microphone.svg | 12 +
.../ionicons-2.0.1/src/android-more-horizontal.svg | 9 +
.../ionicons-2.0.1/src/android-more-vertical.svg | 9 +
.../ionicons-2.0.1/src/android-navigate.svg | 11 +
.../src/android-notifications-none.svg | 11 +
.../src/android-notifications-off.svg | 13 +
.../ionicons-2.0.1/src/android-notifications.svg | 9 +
.../external/ionicons-2.0.1/src/android-open.svg | 9 +
.../ionicons-2.0.1/src/android-options.svg | 26 +
.../external/ionicons-2.0.1/src/android-people.svg | 11 +
.../ionicons-2.0.1/src/android-person-add.svg | 17 +
.../external/ionicons-2.0.1/src/android-person.svg | 10 +
.../ionicons-2.0.1/src/android-phone-landscape.svg | 12 +
.../ionicons-2.0.1/src/android-phone-portrait.svg | 12 +
.../external/ionicons-2.0.1/src/android-pin.svg | 11 +
.../external/ionicons-2.0.1/src/android-plane.svg | 12 +
.../ionicons-2.0.1/src/android-playstore.svg | 11 +
.../external/ionicons-2.0.1/src/android-print.svg | 10 +
.../src/android-radio-button-off.svg | 12 +
.../ionicons-2.0.1/src/android-radio-button-on.svg | 13 +
.../ionicons-2.0.1/src/android-refresh.svg | 11 +
.../ionicons-2.0.1/src/android-remove-circle.svg | 10 +
.../external/ionicons-2.0.1/src/android-remove.svg | 7 +
.../ionicons-2.0.1/src/android-restaurant.svg | 17 +
.../external/ionicons-2.0.1/src/android-sad.svg | 16 +
.../external/ionicons-2.0.1/src/android-search.svg | 19 +
.../external/ionicons-2.0.1/src/android-send.svg | 7 +
.../ionicons-2.0.1/src/android-settings.svg | 19 +
.../ionicons-2.0.1/src/android-share-alt.svg | 16 +
.../external/ionicons-2.0.1/src/android-share.svg | 12 +
.../ionicons-2.0.1/src/android-star-half.svg | 9 +
.../ionicons-2.0.1/src/android-star-outline.svg | 10 +
.../external/ionicons-2.0.1/src/android-star.svg | 10 +
.../ionicons-2.0.1/src/android-stopwatch.svg | 21 +
.../external/ionicons-2.0.1/src/android-subway.svg | 13 +
.../external/ionicons-2.0.1/src/android-sunny.svg | 18 +
.../external/ionicons-2.0.1/src/android-sync.svg | 10 +
.../ionicons-2.0.1/src/android-textsms.svg | 10 +
.../external/ionicons-2.0.1/src/android-time.svg | 15 +
.../external/ionicons-2.0.1/src/android-train.svg | 15 +
.../external/ionicons-2.0.1/src/android-unlock.svg | 10 +
.../external/ionicons-2.0.1/src/android-upload.svg | 9 +
.../ionicons-2.0.1/src/android-volume-down.svg | 8 +
.../ionicons-2.0.1/src/android-volume-mute.svg | 7 +
.../ionicons-2.0.1/src/android-volume-off.svg | 15 +
.../ionicons-2.0.1/src/android-volume-up.svg | 9 +
.../external/ionicons-2.0.1/src/android-walk.svg | 12 +
.../ionicons-2.0.1/src/android-warning.svg | 11 +
.../external/ionicons-2.0.1/src/android-watch.svg | 15 +
.../external/ionicons-2.0.1/src/android-wifi.svg | 14 +
.../external/ionicons-2.0.1/src/aperture.svg | 20 +
.../fusion/external/ionicons-2.0.1/src/archive.svg | 12 +
.../external/ionicons-2.0.1/src/arrow-down-a.svg | 7 +
.../external/ionicons-2.0.1/src/arrow-down-b.svg | 8 +
.../external/ionicons-2.0.1/src/arrow-down-c.svg | 9 +
.../external/ionicons-2.0.1/src/arrow-expand.svg | 12 +
.../ionicons-2.0.1/src/arrow-graph-down-left.svg | 7 +
.../ionicons-2.0.1/src/arrow-graph-down-right.svg | 7 +
.../ionicons-2.0.1/src/arrow-graph-up-left.svg | 7 +
.../ionicons-2.0.1/src/arrow-graph-up-right.svg | 7 +
.../external/ionicons-2.0.1/src/arrow-left-a.svg | 7 +
.../external/ionicons-2.0.1/src/arrow-left-b.svg | 8 +
.../external/ionicons-2.0.1/src/arrow-left-c.svg | 9 +
.../external/ionicons-2.0.1/src/arrow-move.svg | 8 +
.../external/ionicons-2.0.1/src/arrow-resize.svg | 8 +
.../ionicons-2.0.1/src/arrow-return-left.svg | 8 +
.../ionicons-2.0.1/src/arrow-return-right.svg | 8 +
.../external/ionicons-2.0.1/src/arrow-right-a.svg | 7 +
.../external/ionicons-2.0.1/src/arrow-right-b.svg | 8 +
.../external/ionicons-2.0.1/src/arrow-right-c.svg | 9 +
.../external/ionicons-2.0.1/src/arrow-shrink.svg | 12 +
.../external/ionicons-2.0.1/src/arrow-swap.svg | 10 +
.../external/ionicons-2.0.1/src/arrow-up-a.svg | 7 +
.../external/ionicons-2.0.1/src/arrow-up-b.svg | 8 +
.../external/ionicons-2.0.1/src/arrow-up-c.svg | 9 +
.../external/ionicons-2.0.1/src/asterisk.svg | 8 +
.../app/fusion/external/ionicons-2.0.1/src/at.svg | 25 +
.../ionicons-2.0.1/src/backspace-outline.svg | 21 +
.../external/ionicons-2.0.1/src/backspace.svg | 17 +
.../app/fusion/external/ionicons-2.0.1/src/bag.svg | 10 +
.../ionicons-2.0.1/src/battery-charging.svg | 9 +
.../external/ionicons-2.0.1/src/battery-empty.svg | 8 +
.../external/ionicons-2.0.1/src/battery-full.svg | 8 +
.../external/ionicons-2.0.1/src/battery-half.svg | 9 +
.../external/ionicons-2.0.1/src/battery-low.svg | 9 +
.../fusion/external/ionicons-2.0.1/src/beaker.svg | 20 +
.../fusion/external/ionicons-2.0.1/src/beer.svg | 28 +
.../external/ionicons-2.0.1/src/bluetooth.svg | 18 +
.../fusion/external/ionicons-2.0.1/src/bonfire.svg | 32 +
.../external/ionicons-2.0.1/src/bookmark.svg | 10 +
.../fusion/external/ionicons-2.0.1/src/bowtie.svg | 22 +
.../external/ionicons-2.0.1/src/briefcase.svg | 12 +
.../app/fusion/external/ionicons-2.0.1/src/bug.svg | 30 +
.../external/ionicons-2.0.1/src/calculator.svg | 10 +
.../external/ionicons-2.0.1/src/calendar.svg | 12 +
.../fusion/external/ionicons-2.0.1/src/camera.svg | 15 +
.../fusion/external/ionicons-2.0.1/src/card.svg | 14 +
.../fusion/external/ionicons-2.0.1/src/cash.svg | 31 +
.../ionicons-2.0.1/src/chatbox-working.svg | 11 +
.../fusion/external/ionicons-2.0.1/src/chatbox.svg | 8 +
.../external/ionicons-2.0.1/src/chatboxes.svg | 12 +
.../ionicons-2.0.1/src/chatbubble-working.svg | 12 +
.../external/ionicons-2.0.1/src/chatbubble.svg | 9 +
.../external/ionicons-2.0.1/src/chatbubbles.svg | 16 +
.../ionicons-2.0.1/src/checkmark-circled.svg | 13 +
.../ionicons-2.0.1/src/checkmark-round.svg | 9 +
.../external/ionicons-2.0.1/src/checkmark.svg | 10 +
.../external/ionicons-2.0.1/src/chevron-down.svg | 9 +
.../external/ionicons-2.0.1/src/chevron-left.svg | 9 +
.../external/ionicons-2.0.1/src/chevron-right.svg | 9 +
.../external/ionicons-2.0.1/src/chevron-up.svg | 9 +
.../external/ionicons-2.0.1/src/clipboard.svg | 22 +
.../fusion/external/ionicons-2.0.1/src/clock.svg | 21 +
.../external/ionicons-2.0.1/src/close-circled.svg | 13 +
.../external/ionicons-2.0.1/src/close-round.svg | 9 +
.../fusion/external/ionicons-2.0.1/src/close.svg | 10 +
.../ionicons-2.0.1/src/closed-captioning.svg | 31 +
.../fusion/external/ionicons-2.0.1/src/cloud.svg | 9 +
.../external/ionicons-2.0.1/src/code-download.svg | 31 +
.../external/ionicons-2.0.1/src/code-working.svg | 21 +
.../fusion/external/ionicons-2.0.1/src/code.svg | 14 +
.../fusion/external/ionicons-2.0.1/src/coffee.svg | 13 +
.../fusion/external/ionicons-2.0.1/src/compass.svg | 16 +
.../fusion/external/ionicons-2.0.1/src/compose.svg | 14 +
.../ionicons-2.0.1/src/connection-bars.svg | 12 +
.../external/ionicons-2.0.1/src/contrast.svg | 9 +
.../fusion/external/ionicons-2.0.1/src/crop.svg | 11 +
.../fusion/external/ionicons-2.0.1/src/cube.svg | 19 +
.../fusion/external/ionicons-2.0.1/src/disc.svg | 13 +
.../external/ionicons-2.0.1/src/document-text.svg | 15 +
.../external/ionicons-2.0.1/src/document.svg | 10 +
.../fusion/external/ionicons-2.0.1/src/drag.svg | 11 +
.../fusion/external/ionicons-2.0.1/src/earth.svg | 44 +
.../fusion/external/ionicons-2.0.1/src/easel.svg | 15 +
.../fusion/external/ionicons-2.0.1/src/edit.svg | 13 +
.../app/fusion/external/ionicons-2.0.1/src/egg.svg | 7 +
.../fusion/external/ionicons-2.0.1/src/eject.svg | 12 +
.../external/ionicons-2.0.1/src/email-unread.svg | 19 +
.../fusion/external/ionicons-2.0.1/src/email.svg | 15 +
.../src/erlenmeyer-flask-bubbles.svg | 15 +
.../ionicons-2.0.1/src/erlenmeyer-flask.svg | 21 +
.../external/ionicons-2.0.1/src/eye-disabled.svg | 18 +
.../app/fusion/external/ionicons-2.0.1/src/eye.svg | 15 +
.../fusion/external/ionicons-2.0.1/src/female.svg | 8 +
.../fusion/external/ionicons-2.0.1/src/filing.svg | 12 +
.../external/ionicons-2.0.1/src/film-marker.svg | 10 +
.../external/ionicons-2.0.1/src/fireball.svg | 16 +
.../fusion/external/ionicons-2.0.1/src/flag.svg | 12 +
.../fusion/external/ionicons-2.0.1/src/flame.svg | 11 +
.../external/ionicons-2.0.1/src/flash-off.svg | 16 +
.../fusion/external/ionicons-2.0.1/src/flash.svg | 7 +
.../fusion/external/ionicons-2.0.1/src/folder.svg | 14 +
.../external/ionicons-2.0.1/src/fork-repo.svg | 20 +
.../fusion/external/ionicons-2.0.1/src/fork.svg | 14 +
.../fusion/external/ionicons-2.0.1/src/forward.svg | 9 +
.../fusion/external/ionicons-2.0.1/src/funnel.svg | 13 +
.../fusion/external/ionicons-2.0.1/src/gear-a.svg | 15 +
.../fusion/external/ionicons-2.0.1/src/gear-b.svg | 11 +
.../fusion/external/ionicons-2.0.1/src/grid.svg | 32 +
.../fusion/external/ionicons-2.0.1/src/hammer.svg | 11 +
.../external/ionicons-2.0.1/src/happy-outline.svg | 23 +
.../fusion/external/ionicons-2.0.1/src/happy.svg | 20 +
.../external/ionicons-2.0.1/src/headphone.svg | 15 +
.../external/ionicons-2.0.1/src/heart-broken.svg | 17 +
.../fusion/external/ionicons-2.0.1/src/heart.svg | 10 +
.../external/ionicons-2.0.1/src/help-buoy.svg | 13 +
.../external/ionicons-2.0.1/src/help-circled.svg | 15 +
.../fusion/external/ionicons-2.0.1/src/help.svg | 14 +
.../fusion/external/ionicons-2.0.1/src/home.svg | 9 +
.../external/ionicons-2.0.1/src/icecream.svg | 15 +
.../fusion/external/ionicons-2.0.1/src/image.svg | 13 +
.../fusion/external/ionicons-2.0.1/src/images.svg | 20 +
.../ionicons-2.0.1/src/information-circled.svg | 11 +
.../external/ionicons-2.0.1/src/information.svg | 10 +
.../fusion/external/ionicons-2.0.1/src/ionic.svg | 18 +
.../ionicons-2.0.1/src/ios-alarm-outline.svg | 21 +
.../external/ionicons-2.0.1/src/ios-alarm.svg | 14 +
.../ionicons-2.0.1/src/ios-albums-outline.svg | 11 +
.../external/ionicons-2.0.1/src/ios-albums.svg | 11 +
.../src/ios-americanfootball-outline.svg | 24 +
.../ionicons-2.0.1/src/ios-americanfootball.svg | 21 +
.../ionicons-2.0.1/src/ios-analytics-outline.svg | 24 +
.../external/ionicons-2.0.1/src/ios-analytics.svg | 17 +
.../external/ionicons-2.0.1/src/ios-arrow-back.svg | 7 +
.../external/ionicons-2.0.1/src/ios-arrow-down.svg | 7 +
.../ionicons-2.0.1/src/ios-arrow-forward.svg | 7 +
.../external/ionicons-2.0.1/src/ios-arrow-left.svg | 7 +
.../ionicons-2.0.1/src/ios-arrow-right.svg | 7 +
.../ionicons-2.0.1/src/ios-arrow-thin-down.svg | 9 +
.../ionicons-2.0.1/src/ios-arrow-thin-left.svg | 9 +
.../ionicons-2.0.1/src/ios-arrow-thin-right.svg | 9 +
.../ionicons-2.0.1/src/ios-arrow-thin-up.svg | 9 +
.../external/ionicons-2.0.1/src/ios-arrow-up.svg | 7 +
.../external/ionicons-2.0.1/src/ios-at-outline.svg | 26 +
.../fusion/external/ionicons-2.0.1/src/ios-at.svg | 24 +
.../ionicons-2.0.1/src/ios-barcode-outline.svg | 15 +
.../external/ionicons-2.0.1/src/ios-barcode.svg | 10 +
.../ionicons-2.0.1/src/ios-baseball-outline.svg | 35 +
.../external/ionicons-2.0.1/src/ios-baseball.svg | 27 +
.../ionicons-2.0.1/src/ios-basketball-outline.svg | 25 +
.../external/ionicons-2.0.1/src/ios-basketball.svg | 21 +
.../ionicons-2.0.1/src/ios-bell-outline.svg | 13 +
.../external/ionicons-2.0.1/src/ios-bell.svg | 11 +
.../ionicons-2.0.1/src/ios-body-outline.svg | 27 +
.../external/ionicons-2.0.1/src/ios-body.svg | 17 +
.../ionicons-2.0.1/src/ios-bolt-outline.svg | 8 +
.../external/ionicons-2.0.1/src/ios-bolt.svg | 7 +
.../ionicons-2.0.1/src/ios-book-outline.svg | 13 +
.../external/ionicons-2.0.1/src/ios-book.svg | 12 +
.../ionicons-2.0.1/src/ios-bookmarks-outline.svg | 13 +
.../external/ionicons-2.0.1/src/ios-bookmarks.svg | 13 +
.../ionicons-2.0.1/src/ios-box-outline.svg | 13 +
.../fusion/external/ionicons-2.0.1/src/ios-box.svg | 10 +
.../ionicons-2.0.1/src/ios-briefcase-outline.svg | 11 +
.../external/ionicons-2.0.1/src/ios-briefcase.svg | 13 +
.../ionicons-2.0.1/src/ios-browsers-outline.svg | 12 +
.../external/ionicons-2.0.1/src/ios-browsers.svg | 10 +
.../ionicons-2.0.1/src/ios-calculator-outline.svg | 19 +
.../external/ionicons-2.0.1/src/ios-calculator.svg | 9 +
.../ionicons-2.0.1/src/ios-calendar-outline.svg | 14 +
.../external/ionicons-2.0.1/src/ios-calendar.svg | 12 +
.../ionicons-2.0.1/src/ios-camera-outline.svg | 17 +
.../external/ionicons-2.0.1/src/ios-camera.svg | 13 +
.../ionicons-2.0.1/src/ios-cart-outline.svg | 16 +
.../external/ionicons-2.0.1/src/ios-cart.svg | 14 +
.../ionicons-2.0.1/src/ios-chatboxes-outline.svg | 10 +
.../external/ionicons-2.0.1/src/ios-chatboxes.svg | 10 +
.../ionicons-2.0.1/src/ios-chatbubble-outline.svg | 14 +
.../external/ionicons-2.0.1/src/ios-chatbubble.svg | 11 +
.../ionicons-2.0.1/src/ios-checkmark-empty.svg | 10 +
.../ionicons-2.0.1/src/ios-checkmark-outline.svg | 14 +
.../external/ionicons-2.0.1/src/ios-checkmark.svg | 10 +
.../ionicons-2.0.1/src/ios-circle-filled.svg | 18 +
.../ionicons-2.0.1/src/ios-circle-outline.svg | 13 +
.../ionicons-2.0.1/src/ios-clock-outline.svg | 12 +
.../external/ionicons-2.0.1/src/ios-clock.svg | 10 +
.../ionicons-2.0.1/src/ios-close-empty.svg | 13 +
.../ionicons-2.0.1/src/ios-close-outline.svg | 20 +
.../external/ionicons-2.0.1/src/ios-close.svg | 16 +
.../src/ios-cloud-download-outline.svg | 19 +
.../ionicons-2.0.1/src/ios-cloud-download.svg | 12 +
.../ionicons-2.0.1/src/ios-cloud-outline.svg | 12 +
.../src/ios-cloud-upload-outline.svg | 20 +
.../ionicons-2.0.1/src/ios-cloud-upload.svg | 13 +
.../external/ionicons-2.0.1/src/ios-cloud.svg | 9 +
.../src/ios-cloudy-night-outline.svg | 24 +
.../ionicons-2.0.1/src/ios-cloudy-night.svg | 21 +
.../ionicons-2.0.1/src/ios-cloudy-outline.svg | 17 +
.../external/ionicons-2.0.1/src/ios-cloudy.svg | 14 +
.../ionicons-2.0.1/src/ios-cog-outline.svg | 29 +
.../fusion/external/ionicons-2.0.1/src/ios-cog.svg | 23 +
.../src/ios-color-filter-outline.svg | 25 +
.../ionicons-2.0.1/src/ios-color-filter.svg | 29 +
.../ionicons-2.0.1/src/ios-color-wand-outline.svg | 17 +
.../external/ionicons-2.0.1/src/ios-color-wand.svg | 16 +
.../ionicons-2.0.1/src/ios-compose-outline.svg | 14 +
.../external/ionicons-2.0.1/src/ios-compose.svg | 13 +
.../ionicons-2.0.1/src/ios-contact-outline.svg | 13 +
.../external/ionicons-2.0.1/src/ios-contact.svg | 13 +
.../ionicons-2.0.1/src/ios-copy-outline.svg | 11 +
.../external/ionicons-2.0.1/src/ios-copy.svg | 12 +
.../ionicons-2.0.1/src/ios-crop-strong.svg | 12 +
.../external/ionicons-2.0.1/src/ios-crop.svg | 12 +
.../ionicons-2.0.1/src/ios-download-outline.svg | 14 +
.../external/ionicons-2.0.1/src/ios-download.svg | 11 +
.../external/ionicons-2.0.1/src/ios-drag.svg | 11 +
.../ionicons-2.0.1/src/ios-email-outline.svg | 8 +
.../external/ionicons-2.0.1/src/ios-email.svg | 11 +
.../ionicons-2.0.1/src/ios-eye-outline.svg | 18 +
.../fusion/external/ionicons-2.0.1/src/ios-eye.svg | 13 +
.../ionicons-2.0.1/src/ios-fastforward-outline.svg | 8 +
.../ionicons-2.0.1/src/ios-fastforward.svg | 7 +
.../ionicons-2.0.1/src/ios-filing-outline.svg | 9 +
.../external/ionicons-2.0.1/src/ios-filing.svg | 11 +
.../ionicons-2.0.1/src/ios-film-outline.svg | 9 +
.../external/ionicons-2.0.1/src/ios-film.svg | 11 +
.../ionicons-2.0.1/src/ios-flag-outline.svg | 13 +
.../external/ionicons-2.0.1/src/ios-flag.svg | 11 +
.../ionicons-2.0.1/src/ios-flame-outline.svg | 14 +
.../external/ionicons-2.0.1/src/ios-flame.svg | 11 +
.../ionicons-2.0.1/src/ios-flask-outline.svg | 19 +
.../external/ionicons-2.0.1/src/ios-flask.svg | 17 +
.../ionicons-2.0.1/src/ios-flower-outline.svg | 75 +
.../external/ionicons-2.0.1/src/ios-flower.svg | 38 +
.../ionicons-2.0.1/src/ios-folder-outline.svg | 11 +
.../external/ionicons-2.0.1/src/ios-folder.svg | 13 +
.../ionicons-2.0.1/src/ios-football-outline.svg | 20 +
.../external/ionicons-2.0.1/src/ios-football.svg | 14 +
.../src/ios-game-controller-a-outline.svg | 26 +
.../ionicons-2.0.1/src/ios-game-controller-a.svg | 19 +
.../src/ios-game-controller-b-outline.svg | 35 +
.../ionicons-2.0.1/src/ios-game-controller-b.svg | 23 +
.../ionicons-2.0.1/src/ios-gear-outline.svg | 40 +
.../external/ionicons-2.0.1/src/ios-gear.svg | 17 +
.../ionicons-2.0.1/src/ios-glasses-outline.svg | 12 +
.../external/ionicons-2.0.1/src/ios-glasses.svg | 11 +
.../ionicons-2.0.1/src/ios-grid-view-outline.svg | 8 +
.../external/ionicons-2.0.1/src/ios-grid-view.svg | 11 +
.../ionicons-2.0.1/src/ios-heart-outline.svg | 15 +
.../external/ionicons-2.0.1/src/ios-heart.svg | 9 +
.../external/ionicons-2.0.1/src/ios-help-empty.svg | 12 +
.../ionicons-2.0.1/src/ios-help-outline.svg | 22 +
.../external/ionicons-2.0.1/src/ios-help.svg | 12 +
.../ionicons-2.0.1/src/ios-home-outline.svg | 11 +
.../external/ionicons-2.0.1/src/ios-home.svg | 10 +
.../ionicons-2.0.1/src/ios-infinite-outline.svg | 17 +
.../external/ionicons-2.0.1/src/ios-infinite.svg | 16 +
.../ionicons-2.0.1/src/ios-information-empty.svg | 12 +
.../ionicons-2.0.1/src/ios-information-outline.svg | 17 +
.../ionicons-2.0.1/src/ios-information.svg | 11 +
.../ionicons-2.0.1/src/ios-ionic-outline.svg | 18 +
.../ionicons-2.0.1/src/ios-keypad-outline.svg | 28 +
.../external/ionicons-2.0.1/src/ios-keypad.svg | 20 +
.../ionicons-2.0.1/src/ios-lightbulb-outline.svg | 17 +
.../external/ionicons-2.0.1/src/ios-lightbulb.svg | 16 +
.../ionicons-2.0.1/src/ios-list-outline.svg | 23 +
.../external/ionicons-2.0.1/src/ios-list.svg | 11 +
.../ionicons-2.0.1/src/ios-location-outline.svg | 14 +
.../external/ionicons-2.0.1/src/ios-location.svg | 8 +
.../ionicons-2.0.1/src/ios-locked-outline.svg | 14 +
.../external/ionicons-2.0.1/src/ios-locked.svg | 12 +
.../ionicons-2.0.1/src/ios-loop-strong.svg | 18 +
.../external/ionicons-2.0.1/src/ios-loop.svg | 22 +
.../ionicons-2.0.1/src/ios-medical-outline.svg | 10 +
.../external/ionicons-2.0.1/src/ios-medical.svg | 8 +
.../ionicons-2.0.1/src/ios-medkit-outline.svg | 14 +
.../external/ionicons-2.0.1/src/ios-medkit.svg | 13 +
.../external/ionicons-2.0.1/src/ios-mic-off.svg | 14 +
.../ionicons-2.0.1/src/ios-mic-outline.svg | 12 +
.../fusion/external/ionicons-2.0.1/src/ios-mic.svg | 12 +
.../ionicons-2.0.1/src/ios-minus-empty.svg | 9 +
.../ionicons-2.0.1/src/ios-minus-outline.svg | 16 +
.../external/ionicons-2.0.1/src/ios-minus.svg | 10 +
.../ionicons-2.0.1/src/ios-monitor-outline.svg | 7 +
.../external/ionicons-2.0.1/src/ios-monitor.svg | 10 +
.../ionicons-2.0.1/src/ios-moon-outline.svg | 15 +
.../external/ionicons-2.0.1/src/ios-moon.svg | 13 +
.../ionicons-2.0.1/src/ios-more-outline.svg | 14 +
.../external/ionicons-2.0.1/src/ios-more.svg | 11 +
.../ionicons-2.0.1/src/ios-musical-note.svg | 9 +
.../ionicons-2.0.1/src/ios-musical-notes.svg | 9 +
.../ionicons-2.0.1/src/ios-navigate-outline.svg | 12 +
.../external/ionicons-2.0.1/src/ios-navigate.svg | 10 +
.../ionicons-2.0.1/src/ios-nutrition-outline.svg | 29 +
.../external/ionicons-2.0.1/src/ios-nutrition.svg | 17 +
.../ionicons-2.0.1/src/ios-paper-outline.svg | 14 +
.../external/ionicons-2.0.1/src/ios-paper.svg | 8 +
.../ionicons-2.0.1/src/ios-paperplane-outline.svg | 8 +
.../external/ionicons-2.0.1/src/ios-paperplane.svg | 10 +
.../ionicons-2.0.1/src/ios-partlysunny-outline.svg | 33 +
.../ionicons-2.0.1/src/ios-partlysunny.svg | 28 +
.../ionicons-2.0.1/src/ios-pause-outline.svg | 10 +
.../external/ionicons-2.0.1/src/ios-pause.svg | 10 +
.../ionicons-2.0.1/src/ios-paw-outline.svg | 43 +
.../fusion/external/ionicons-2.0.1/src/ios-paw.svg | 26 +
.../ionicons-2.0.1/src/ios-people-outline.svg | 44 +
.../external/ionicons-2.0.1/src/ios-people.svg | 29 +
.../ionicons-2.0.1/src/ios-person-outline.svg | 22 +
.../external/ionicons-2.0.1/src/ios-person.svg | 13 +
.../ionicons-2.0.1/src/ios-personadd-outline.svg | 25 +
.../external/ionicons-2.0.1/src/ios-personadd.svg | 16 +
.../ionicons-2.0.1/src/ios-photos-outline.svg | 10 +
.../external/ionicons-2.0.1/src/ios-photos.svg | 10 +
.../ionicons-2.0.1/src/ios-pie-outline.svg | 16 +
.../fusion/external/ionicons-2.0.1/src/ios-pie.svg | 11 +
.../ionicons-2.0.1/src/ios-pint-outline.svg | 17 +
.../external/ionicons-2.0.1/src/ios-pint.svg | 12 +
.../ionicons-2.0.1/src/ios-play-outline.svg | 9 +
.../external/ionicons-2.0.1/src/ios-play.svg | 9 +
.../external/ionicons-2.0.1/src/ios-plus-empty.svg | 9 +
.../ionicons-2.0.1/src/ios-plus-outline.svg | 18 +
.../external/ionicons-2.0.1/src/ios-plus.svg | 10 +
.../ionicons-2.0.1/src/ios-pricetag-outline.svg | 11 +
.../external/ionicons-2.0.1/src/ios-pricetag.svg | 11 +
.../ionicons-2.0.1/src/ios-pricetags-outline.svg | 12 +
.../external/ionicons-2.0.1/src/ios-pricetags.svg | 16 +
.../ionicons-2.0.1/src/ios-printer-outline.svg | 12 +
.../external/ionicons-2.0.1/src/ios-printer.svg | 17 +
.../ionicons-2.0.1/src/ios-pulse-strong.svg | 12 +
.../external/ionicons-2.0.1/src/ios-pulse.svg | 12 +
.../ionicons-2.0.1/src/ios-rainy-outline.svg | 20 +
.../external/ionicons-2.0.1/src/ios-rainy.svg | 17 +
.../ionicons-2.0.1/src/ios-recording-outline.svg | 15 +
.../external/ionicons-2.0.1/src/ios-recording.svg | 14 +
.../ionicons-2.0.1/src/ios-redo-outline.svg | 11 +
.../external/ionicons-2.0.1/src/ios-redo.svg | 10 +
.../ionicons-2.0.1/src/ios-refresh-empty.svg | 10 +
.../ionicons-2.0.1/src/ios-refresh-outline.svg | 15 +
.../external/ionicons-2.0.1/src/ios-refresh.svg | 11 +
.../external/ionicons-2.0.1/src/ios-reload.svg | 11 +
.../src/ios-reverse-camera-outline.svg | 20 +
.../ionicons-2.0.1/src/ios-reverse-camera.svg | 15 +
.../ionicons-2.0.1/src/ios-rewind-outline.svg | 8 +
.../external/ionicons-2.0.1/src/ios-rewind.svg | 7 +
.../ionicons-2.0.1/src/ios-rose-outline.svg | 29 +
.../external/ionicons-2.0.1/src/ios-rose.svg | 18 +
.../ionicons-2.0.1/src/ios-search-strong.svg | 10 +
.../external/ionicons-2.0.1/src/ios-search.svg | 10 +
.../ionicons-2.0.1/src/ios-settings-strong.svg | 14 +
.../external/ionicons-2.0.1/src/ios-settings.svg | 24 +
.../ionicons-2.0.1/src/ios-shuffle-strong.svg | 18 +
.../external/ionicons-2.0.1/src/ios-shuffle.svg | 20 +
.../src/ios-skipbackward-outline.svg | 8 +
.../ionicons-2.0.1/src/ios-skipbackward.svg | 7 +
.../ionicons-2.0.1/src/ios-skipforward-outline.svg | 8 +
.../ionicons-2.0.1/src/ios-skipforward.svg | 7 +
.../external/ionicons-2.0.1/src/ios-snowy.svg | 26 +
.../ionicons-2.0.1/src/ios-speedometer-outline.svg | 24 +
.../ionicons-2.0.1/src/ios-speedometer.svg | 28 +
.../external/ionicons-2.0.1/src/ios-star-half.svg | 8 +
.../ionicons-2.0.1/src/ios-star-outline.svg | 8 +
.../external/ionicons-2.0.1/src/ios-star.svg | 7 +
.../ionicons-2.0.1/src/ios-stopwatch-outline.svg | 15 +
.../external/ionicons-2.0.1/src/ios-stopwatch.svg | 13 +
.../ionicons-2.0.1/src/ios-sunny-outline.svg | 27 +
.../external/ionicons-2.0.1/src/ios-sunny.svg | 26 +
.../ionicons-2.0.1/src/ios-telephone-outline.svg | 17 +
.../external/ionicons-2.0.1/src/ios-telephone.svg | 12 +
.../ionicons-2.0.1/src/ios-tennisball-outline.svg | 19 +
.../external/ionicons-2.0.1/src/ios-tennisball.svg | 25 +
.../src/ios-thunderstorm-outline.svg | 22 +
.../ionicons-2.0.1/src/ios-thunderstorm.svg | 17 +
.../ionicons-2.0.1/src/ios-time-outline.svg | 36 +
.../external/ionicons-2.0.1/src/ios-time.svg | 27 +
.../ionicons-2.0.1/src/ios-timer-outline.svg | 11 +
.../external/ionicons-2.0.1/src/ios-timer.svg | 12 +
.../ionicons-2.0.1/src/ios-toggle-outline.svg | 22 +
.../external/ionicons-2.0.1/src/ios-toggle.svg | 16 +
.../ionicons-2.0.1/src/ios-trash-outline.svg | 17 +
.../external/ionicons-2.0.1/src/ios-trash.svg | 12 +
.../ionicons-2.0.1/src/ios-undo-outline.svg | 11 +
.../external/ionicons-2.0.1/src/ios-undo.svg | 10 +
.../ionicons-2.0.1/src/ios-unlocked-outline.svg | 14 +
.../external/ionicons-2.0.1/src/ios-unlocked.svg | 12 +
.../ionicons-2.0.1/src/ios-upload-outline.svg | 14 +
.../external/ionicons-2.0.1/src/ios-upload.svg | 10 +
.../ionicons-2.0.1/src/ios-videocam-outline.svg | 12 +
.../external/ionicons-2.0.1/src/ios-videocam.svg | 11 +
.../ionicons-2.0.1/src/ios-volume-high.svg | 19 +
.../external/ionicons-2.0.1/src/ios-volume-low.svg | 7 +
.../ionicons-2.0.1/src/ios-wineglass-outline.svg | 15 +
.../external/ionicons-2.0.1/src/ios-wineglass.svg | 11 +
.../ionicons-2.0.1/src/ios-world-outline.svg | 22 +
.../external/ionicons-2.0.1/src/ios-world.svg | 29 +
.../fusion/external/ionicons-2.0.1/src/ipad.svg | 10 +
.../fusion/external/ionicons-2.0.1/src/iphone.svg | 13 +
.../fusion/external/ionicons-2.0.1/src/ipod.svg | 13 +
.../app/fusion/external/ionicons-2.0.1/src/jet.svg | 14 +
.../app/fusion/external/ionicons-2.0.1/src/key.svg | 14 +
.../fusion/external/ionicons-2.0.1/src/knife.svg | 9 +
.../fusion/external/ionicons-2.0.1/src/laptop.svg | 10 +
.../fusion/external/ionicons-2.0.1/src/leaf.svg | 12 +
.../fusion/external/ionicons-2.0.1/src/levels.svg | 16 +
.../external/ionicons-2.0.1/src/lightbulb.svg | 21 +
.../fusion/external/ionicons-2.0.1/src/link.svg | 15 +
.../fusion/external/ionicons-2.0.1/src/load-a.svg | 17 +
.../fusion/external/ionicons-2.0.1/src/load-b.svg | 20 +
.../fusion/external/ionicons-2.0.1/src/load-c.svg | 21 +
.../fusion/external/ionicons-2.0.1/src/load-d.svg | 28 +
.../external/ionicons-2.0.1/src/location.svg | 11 +
.../ionicons-2.0.1/src/lock-combination.svg | 28 +
.../fusion/external/ionicons-2.0.1/src/locked.svg | 11 +
.../fusion/external/ionicons-2.0.1/src/log-in.svg | 14 +
.../fusion/external/ionicons-2.0.1/src/log-out.svg | 17 +
.../fusion/external/ionicons-2.0.1/src/loop.svg | 14 +
.../fusion/external/ionicons-2.0.1/src/magnet.svg | 14 +
.../fusion/external/ionicons-2.0.1/src/male.svg | 10 +
.../app/fusion/external/ionicons-2.0.1/src/man.svg | 12 +
.../app/fusion/external/ionicons-2.0.1/src/map.svg | 30 +
.../fusion/external/ionicons-2.0.1/src/medkit.svg | 12 +
.../fusion/external/ionicons-2.0.1/src/merge.svg | 13 +
.../fusion/external/ionicons-2.0.1/src/mic-a.svg | 15 +
.../fusion/external/ionicons-2.0.1/src/mic-b.svg | 17 +
.../fusion/external/ionicons-2.0.1/src/mic-c.svg | 8 +
.../external/ionicons-2.0.1/src/minus-circled.svg | 9 +
.../external/ionicons-2.0.1/src/minus-round.svg | 8 +
.../fusion/external/ionicons-2.0.1/src/minus.svg | 7 +
.../fusion/external/ionicons-2.0.1/src/model-s.svg | 33 +
.../fusion/external/ionicons-2.0.1/src/monitor.svg | 12 +
.../fusion/external/ionicons-2.0.1/src/more.svg | 12 +
.../fusion/external/ionicons-2.0.1/src/mouse.svg | 24 +
.../external/ionicons-2.0.1/src/music-note.svg | 10 +
.../external/ionicons-2.0.1/src/navicon-round.svg | 14 +
.../fusion/external/ionicons-2.0.1/src/navicon.svg | 11 +
.../external/ionicons-2.0.1/src/navigate.svg | 7 +
.../fusion/external/ionicons-2.0.1/src/network.svg | 12 +
.../external/ionicons-2.0.1/src/no-smoking.svg | 33 +
.../fusion/external/ionicons-2.0.1/src/nuclear.svg | 18 +
.../fusion/external/ionicons-2.0.1/src/outlet.svg | 16 +
.../external/ionicons-2.0.1/src/paintbrush.svg | 18 +
.../external/ionicons-2.0.1/src/paintbucket.svg | 12 +
.../external/ionicons-2.0.1/src/paper-airplane.svg | 13 +
.../external/ionicons-2.0.1/src/paperclip.svg | 13 +
.../fusion/external/ionicons-2.0.1/src/pause.svg | 12 +
.../external/ionicons-2.0.1/src/person-add.svg | 13 +
.../external/ionicons-2.0.1/src/person-stalker.svg | 18 +
.../fusion/external/ionicons-2.0.1/src/person.svg | 10 +
.../external/ionicons-2.0.1/src/pie-graph.svg | 11 +
.../app/fusion/external/ionicons-2.0.1/src/pin.svg | 11 +
.../external/ionicons-2.0.1/src/pinpoint.svg | 11 +
.../fusion/external/ionicons-2.0.1/src/pizza.svg | 20 +
.../fusion/external/ionicons-2.0.1/src/plane.svg | 10 +
.../fusion/external/ionicons-2.0.1/src/planet.svg | 21 +
.../fusion/external/ionicons-2.0.1/src/play.svg | 8 +
.../external/ionicons-2.0.1/src/playstation.svg | 27 +
.../external/ionicons-2.0.1/src/plus-circled.svg | 10 +
.../external/ionicons-2.0.1/src/plus-round.svg | 9 +
.../fusion/external/ionicons-2.0.1/src/plus.svg | 7 +
.../fusion/external/ionicons-2.0.1/src/podium.svg | 11 +
.../fusion/external/ionicons-2.0.1/src/pound.svg | 11 +
.../fusion/external/ionicons-2.0.1/src/power.svg | 15 +
.../external/ionicons-2.0.1/src/pricetag.svg | 13 +
.../external/ionicons-2.0.1/src/pricetags.svg | 18 +
.../fusion/external/ionicons-2.0.1/src/printer.svg | 14 +
.../external/ionicons-2.0.1/src/pull-request.svg | 16 +
.../external/ionicons-2.0.1/src/qr-scanner.svg | 12 +
.../fusion/external/ionicons-2.0.1/src/quote.svg | 16 +
.../external/ionicons-2.0.1/src/radio-waves.svg | 25 +
.../fusion/external/ionicons-2.0.1/src/record.svg | 7 +
.../fusion/external/ionicons-2.0.1/src/refresh.svg | 15 +
.../external/ionicons-2.0.1/src/reply-all.svg | 12 +
.../fusion/external/ionicons-2.0.1/src/reply.svg | 9 +
.../external/ionicons-2.0.1/src/ribbon-a.svg | 14 +
.../external/ionicons-2.0.1/src/ribbon-b.svg | 18 +
.../external/ionicons-2.0.1/src/sad-outline.svg | 28 +
.../app/fusion/external/ionicons-2.0.1/src/sad.svg | 20 +
.../external/ionicons-2.0.1/src/scissors.svg | 23 +
.../fusion/external/ionicons-2.0.1/src/search.svg | 10 +
.../external/ionicons-2.0.1/src/settings.svg | 18 +
.../fusion/external/ionicons-2.0.1/src/share.svg | 11 +
.../fusion/external/ionicons-2.0.1/src/shuffle.svg | 11 +
.../external/ionicons-2.0.1/src/skip-backward.svg | 15 +
.../external/ionicons-2.0.1/src/skip-forward.svg | 15 +
.../ionicons-2.0.1/src/social-android-outline.svg | 29 +
.../external/ionicons-2.0.1/src/social-android.svg | 22 +
.../ionicons-2.0.1/src/social-angular-outline.svg | 11 +
.../external/ionicons-2.0.1/src/social-angular.svg | 11 +
.../ionicons-2.0.1/src/social-apple-outline.svg | 20 +
.../external/ionicons-2.0.1/src/social-apple.svg | 14 +
.../ionicons-2.0.1/src/social-bitcoin-outline.svg | 27 +
.../external/ionicons-2.0.1/src/social-bitcoin.svg | 14 +
.../ionicons-2.0.1/src/social-buffer-outline.svg | 24 +
.../external/ionicons-2.0.1/src/social-buffer.svg | 18 +
.../ionicons-2.0.1/src/social-chrome-outline.svg | 17 +
.../external/ionicons-2.0.1/src/social-chrome.svg | 22 +
.../ionicons-2.0.1/src/social-codepen-outline.svg | 26 +
.../external/ionicons-2.0.1/src/social-codepen.svg | 26 +
.../ionicons-2.0.1/src/social-css3-outline.svg | 12 +
.../external/ionicons-2.0.1/src/social-css3.svg | 14 +
.../src/social-designernews-outline.svg | 18 +
.../ionicons-2.0.1/src/social-designernews.svg | 18 +
.../ionicons-2.0.1/src/social-dribbble-outline.svg | 15 +
.../ionicons-2.0.1/src/social-dribbble.svg | 26 +
.../ionicons-2.0.1/src/social-dropbox-outline.svg | 13 +
.../external/ionicons-2.0.1/src/social-dropbox.svg | 13 +
.../ionicons-2.0.1/src/social-euro-outline.svg | 19 +
.../external/ionicons-2.0.1/src/social-euro.svg | 12 +
.../ionicons-2.0.1/src/social-facebook-outline.svg | 9 +
.../ionicons-2.0.1/src/social-facebook.svg | 8 +
.../src/social-foursquare-outline.svg | 22 +
.../ionicons-2.0.1/src/social-foursquare.svg | 20 +
.../ionicons-2.0.1/src/social-freebsd-devil.svg | 22 +
.../ionicons-2.0.1/src/social-github-outline.svg | 24 +
.../external/ionicons-2.0.1/src/social-github.svg | 14 +
.../ionicons-2.0.1/src/social-google-outline.svg | 19 +
.../external/ionicons-2.0.1/src/social-google.svg | 20 +
.../src/social-googleplus-outline.svg | 18 +
.../ionicons-2.0.1/src/social-googleplus.svg | 17 +
.../src/social-hackernews-outline.svg | 12 +
.../ionicons-2.0.1/src/social-hackernews.svg | 9 +
.../ionicons-2.0.1/src/social-html5-outline.svg | 13 +
.../external/ionicons-2.0.1/src/social-html5.svg | 9 +
.../src/social-instagram-outline.svg | 12 +
.../ionicons-2.0.1/src/social-instagram.svg | 18 +
.../src/social-javascript-outline.svg | 27 +
.../ionicons-2.0.1/src/social-javascript.svg | 17 +
.../ionicons-2.0.1/src/social-linkedin-outline.svg | 22 +
.../ionicons-2.0.1/src/social-linkedin.svg | 13 +
.../ionicons-2.0.1/src/social-markdown.svg | 14 +
.../external/ionicons-2.0.1/src/social-nodejs.svg | 26 +
.../external/ionicons-2.0.1/src/social-octocat.svg | 28 +
.../src/social-pinterest-outline.svg | 14 +
.../ionicons-2.0.1/src/social-pinterest.svg | 15 +
.../external/ionicons-2.0.1/src/social-python.svg | 21 +
.../ionicons-2.0.1/src/social-reddit-outline.svg | 26 +
.../external/ionicons-2.0.1/src/social-reddit.svg | 18 +
.../ionicons-2.0.1/src/social-rss-outline.svg | 16 +
.../external/ionicons-2.0.1/src/social-rss.svg | 12 +
.../external/ionicons-2.0.1/src/social-sass.svg | 35 +
.../ionicons-2.0.1/src/social-skype-outline.svg | 26 +
.../external/ionicons-2.0.1/src/social-skype.svg | 20 +
.../ionicons-2.0.1/src/social-snapchat-outline.svg | 42 +
.../ionicons-2.0.1/src/social-snapchat.svg | 31 +
.../ionicons-2.0.1/src/social-tumblr-outline.svg | 13 +
.../external/ionicons-2.0.1/src/social-tumblr.svg | 10 +
.../external/ionicons-2.0.1/src/social-tux.svg | 53 +
.../ionicons-2.0.1/src/social-twitch-outline.svg | 13 +
.../external/ionicons-2.0.1/src/social-twitch.svg | 9 +
.../ionicons-2.0.1/src/social-twitter-outline.svg | 19 +
.../external/ionicons-2.0.1/src/social-twitter.svg | 12 +
.../ionicons-2.0.1/src/social-usd-outline.svg | 44 +
.../external/ionicons-2.0.1/src/social-usd.svg | 24 +
.../ionicons-2.0.1/src/social-vimeo-outline.svg | 23 +
.../external/ionicons-2.0.1/src/social-vimeo.svg | 18 +
.../ionicons-2.0.1/src/social-whatsapp-outline.svg | 25 +
.../ionicons-2.0.1/src/social-whatsapp.svg | 18 +
.../ionicons-2.0.1/src/social-windows-outline.svg | 17 +
.../external/ionicons-2.0.1/src/social-windows.svg | 17 +
.../src/social-wordpress-outline.svg | 16 +
.../ionicons-2.0.1/src/social-wordpress.svg | 20 +
.../ionicons-2.0.1/src/social-yahoo-outline.svg | 10 +
.../external/ionicons-2.0.1/src/social-yahoo.svg | 8 +
.../ionicons-2.0.1/src/social-yen-outline.svg | 9 +
.../external/ionicons-2.0.1/src/social-yen.svg | 8 +
.../ionicons-2.0.1/src/social-youtube-outline.svg | 22 +
.../external/ionicons-2.0.1/src/social-youtube.svg | 12 +
.../ionicons-2.0.1/src/soup-can-outline.svg | 28 +
.../external/ionicons-2.0.1/src/soup-can.svg | 16 +
.../external/ionicons-2.0.1/src/speakerphone.svg | 19 +
.../external/ionicons-2.0.1/src/speedometer.svg | 15 +
.../fusion/external/ionicons-2.0.1/src/spoon.svg | 10 +
.../fusion/external/ionicons-2.0.1/src/star.svg | 7 +
.../external/ionicons-2.0.1/src/stats-bars.svg | 12 +
.../fusion/external/ionicons-2.0.1/src/steam.svg | 20 +
.../fusion/external/ionicons-2.0.1/src/stop.svg | 8 +
.../external/ionicons-2.0.1/src/thermometer.svg | 11 +
.../external/ionicons-2.0.1/src/thumbsdown.svg | 13 +
.../external/ionicons-2.0.1/src/thumbsup.svg | 13 +
.../external/ionicons-2.0.1/src/toggle-filled.svg | 11 +
.../fusion/external/ionicons-2.0.1/src/toggle.svg | 12 +
.../external/ionicons-2.0.1/src/transgender.svg | 12 +
.../fusion/external/ionicons-2.0.1/src/trash-a.svg | 10 +
.../fusion/external/ionicons-2.0.1/src/trash-b.svg | 13 +
.../fusion/external/ionicons-2.0.1/src/trophy.svg | 16 +
.../external/ionicons-2.0.1/src/tshirt-outline.svg | 11 +
.../fusion/external/ionicons-2.0.1/src/tshirt.svg | 8 +
.../external/ionicons-2.0.1/src/umbrella.svg | 18 +
.../external/ionicons-2.0.1/src/university.svg | 11 +
.../external/ionicons-2.0.1/src/unlocked.svg | 10 +
.../fusion/external/ionicons-2.0.1/src/upload.svg | 9 +
.../app/fusion/external/ionicons-2.0.1/src/usb.svg | 22 +
.../external/ionicons-2.0.1/src/videocamera.svg | 11 +
.../external/ionicons-2.0.1/src/volume-high.svg | 15 +
.../external/ionicons-2.0.1/src/volume-low.svg | 11 +
.../external/ionicons-2.0.1/src/volume-medium.svg | 13 +
.../external/ionicons-2.0.1/src/volume-mute.svg | 14 +
.../fusion/external/ionicons-2.0.1/src/wand.svg | 17 +
.../external/ionicons-2.0.1/src/waterdrop.svg | 11 +
.../fusion/external/ionicons-2.0.1/src/wifi.svg | 16 +
.../external/ionicons-2.0.1/src/wineglass.svg | 21 +
.../fusion/external/ionicons-2.0.1/src/woman.svg | 13 +
.../fusion/external/ionicons-2.0.1/src/wrench.svg | 11 +
.../fusion/external/ionicons-2.0.1/src/xbox.svg | 21 +
.../fusion/external/samples/css/images/blank.gif | Bin 0 -> 49 bytes
.../app/fusion/external/samples/css/scribble.css | 40 +
.../app/fusion/external/samples/css/slider.css | 142 +
.../fusion/external/samples/css/spacegallery.css | 18 +
.../fusion/external/samples/html/area_chart.html | 49 +
.../fusion/external/samples/html/bar_chart.html | 95 +
.../external/samples/html/d3_gauges_demo.html | 39 +
.../external/samples/html/data/speedometer2.csv | 16 +
.../external/samples/html/data/speedometer3.csv | 2 +
.../fusion/external/samples/html/data/worddata.csv | 22 +
.../app/fusion/external/samples/html/donut_d3.html | 43 +
.../external/samples/html/js/area_chart.min.js | 1 +
.../fusion/external/samples/html/js/donut.min.js | 1 +
.../fusion/external/samples/html/js/gauges.min.js | 1 +
.../external/samples/html/js/line_chart.min.js | 1 +
.../external/samples/html/js/pie_chart.min.js | 1 +
.../external/samples/html/js/worddata.min.js | 1 +
.../fusion/external/samples/html/line_chart.html | 49 +
.../fusion/external/samples/html/pie_chart.html | 38 +
.../fusion/external/samples/html/wordcloud.html | 37 +
.../external/samples/images/Calendar-16x16.png | Bin 0 -> 552 bytes
.../fusion/external/samples/images/arrow-next.png | Bin 0 -> 1561 bytes
.../fusion/external/samples/images/arrow-prev.png | Bin 0 -> 1557 bytes
.../images/carousel/slide_b_drive_test_map.png | Bin 0 -> 202465 bytes
.../images/carousel/slide_b_eppt_county.png | Bin 0 -> 21222 bytes
.../images/carousel/slide_b_eppt_regression.png | Bin 0 -> 11536 bytes
.../images/carousel/slide_b_ios_throughput.png | Bin 0 -> 26131 bytes
.../samples/images/carousel/slide_b_lata_map.png | Bin 0 -> 192031 bytes
.../images/carousel/slide_b_lata_map_legend.png | Bin 0 -> 3021 bytes
.../images/carousel/slide_b_nova_sdn_map.png | Bin 0 -> 179361 bytes
.../fusion/external/samples/images/copyicon.png | Bin 0 -> 235 bytes
.../fusion/external/samples/images/deleteicon.gif | Bin 0 -> 579 bytes
.../external/samples/images/example-frame.png | Bin 0 -> 33699 bytes
.../app/fusion/external/samples/images/loading.gif | Bin 0 -> 6820 bytes
.../external/samples/images/tunnels/1_mon.png | Bin 0 -> 22762 bytes
.../external/samples/images/tunnels/2_tue.png | Bin 0 -> 22772 bytes
.../external/samples/images/tunnels/3_wed.png | Bin 0 -> 24012 bytes
.../external/samples/images/tunnels/4_thu.png | Bin 0 -> 23902 bytes
.../external/samples/images/tunnels/5_fri.png | Bin 0 -> 22349 bytes
.../external/samples/images/tunnels/6_sat.png | Bin 0 -> 23674 bytes
.../external/samples/images/tunnels/7_sun.png | Bin 0 -> 22845 bytes
.../samples/images/tunnels/BH_DLSTX_IN.png | Bin 0 -> 10575 bytes
.../samples/images/tunnels/BH_DLSTX_OUT.png | Bin 0 -> 10460 bytes
.../external/samples/images/tunnels/BH_Nat.png | Bin 0 -> 10420 bytes
.../external/samples/images/tunnels/BH_Nat_Def.png | Bin 0 -> 8941 bytes
.../samples/images/tunnels/BH_Nat_Priority.png | Bin 0 -> 10590 bytes
.../app/fusion/external/samples/js/FusionCharts.js | 361 +
.../app/fusion/external/samples/js/charts.js | 132 +
.../webapp/app/fusion/external/samples/js/eye.js | 34 +
.../app/fusion/external/samples/js/scribble.js | 19 +
.../external/samples/js/slides.min.jquery.js | 20 +
.../app/fusion/external/samples/js/spacegallery.js | 235 +
.../webapp/app/fusion/external/samples/js/utils.js | 252 +
.../samples/org_chart/css/bootstrap.min.css | 351 +
.../external/samples/org_chart/css/custom.css | 97 +
.../samples/org_chart/css/jquery.jOrgChart.css | 51 +
.../external/samples/org_chart/css/prettify.css | 1 +
.../fusion/external/samples/org_chart/example.html | 85 +
.../external/samples/org_chart/example_vsp.html | 88 +
.../external/samples/org_chart/images/bkgd.png | Bin 0 -> 133 bytes
.../samples/org_chart/images/raspberry.jpg | Bin 0 -> 5755 bytes
.../external/samples/org_chart/jquery.jOrgChart.js | 267 +
.../fusion/external/samples/org_chart/prettify.js | 28 +
.../app/fusion/external/utils/js/browserCheck.js | 24 +
.../src/main/webapp/app/fusion/fonts/dummy.txt | 0
.../webapp/app/fusion/images/ATT_Labs_Logo.png | Bin 0 -> 45492 bytes
.../webapp/app/fusion/images/Logo_att_labs.png | Bin 0 -> 2011 bytes
.../src/main/webapp/app/fusion/images/Rlogo.jpg | Bin 0 -> 3173 bytes
.../src/main/webapp/app/fusion/images/Thumbs.db | Bin 0 -> 102912 bytes
.../main/webapp/app/fusion/images/action_icon.png | Bin 0 -> 2388 bytes
.../app/fusion/images/action_list_spacer.gif | Bin 0 -> 73 bytes
.../src/main/webapp/app/fusion/images/active.png | Bin 0 -> 682 bytes
.../src/main/webapp/app/fusion/images/add.png | Bin 0 -> 352 bytes
.../webapp/app/fusion/images/add_tool_button.png | Bin 0 -> 31105 bytes
.../src/main/webapp/app/fusion/images/addicon.png | Bin 0 -> 463 bytes
.../app/fusion/images/application_window_bg.jpg | Bin 0 -> 914 bytes
.../main/webapp/app/fusion/images/arrow-next.png | Bin 0 -> 1561 bytes
.../main/webapp/app/fusion/images/arrow-prev.png | Bin 0 -> 1557 bytes
.../fusion/images/att_angular_gridster/grips.png | Bin 0 -> 951 bytes
.../src/main/webapp/app/fusion/images/att_logo.png | Bin 0 -> 2827 bytes
.../main/webapp/app/fusion/images/backButton.png | Bin 0 -> 816 bytes
.../src/main/webapp/app/fusion/images/blank.gif | Bin 0 -> 49 bytes
.../main/webapp/app/fusion/images/blueButton.png | Bin 0 -> 1468 bytes
.../main/webapp/app/fusion/images/body_graphic.jpg | Bin 0 -> 20667 bytes
.../src/main/webapp/app/fusion/images/bubble.png | Bin 0 -> 662 bytes
.../src/main/webapp/app/fusion/images/cache.png | Bin 0 -> 1081 bytes
.../src/main/webapp/app/fusion/images/calendar.gif | Bin 0 -> 929 bytes
.../src/main/webapp/app/fusion/images/chevron.png | Bin 0 -> 252 bytes
.../webapp/app/fusion/images/close_container.gif | Bin 0 -> 85 bytes
.../webapp/app/fusion/images/collapsed-icon.png | Bin 0 -> 1379 bytes
.../main/webapp/app/fusion/images/column-bg.png | Bin 0 -> 165 bytes
.../app/fusion/images/copyicon-highlighted.png | Bin 0 -> 264 bytes
.../src/main/webapp/app/fusion/images/copyicon.png | Bin 0 -> 235 bytes
.../src/main/webapp/app/fusion/images/csv_icon.jpg | Bin 0 -> 632 bytes
.../src/main/webapp/app/fusion/images/csv_icon.png | Bin 0 -> 938 bytes
.../webapp/app/fusion/images/customers-add.png | Bin 0 -> 755 bytes
.../webapp/app/fusion/images/customers-search.png | Bin 0 -> 976 bytes
.../main/webapp/app/fusion/images/customers.png | Bin 0 -> 749 bytes
.../main/webapp/app/fusion/images/decrypted.png | Bin 0 -> 628 bytes
.../app/fusion/images/deleteicon-highlighted.gif | Bin 0 -> 592 bytes
.../app/fusion/images/deleteicon-highlighted.png | Bin 0 -> 566 bytes
.../main/webapp/app/fusion/images/deleteicon.gif | Bin 0 -> 579 bytes
.../src/main/webapp/app/fusion/images/editicon.gif | Bin 0 -> 360 bytes
.../main/webapp/app/fusion/images/error_type.gif | Bin 0 -> 398 bytes
.../webapp/app/fusion/images/example-frame.png | Bin 0 -> 33699 bytes
.../webapp/app/fusion/images/excelicon_multi.gif | Bin 0 -> 1028 bytes
.../main/webapp/app/fusion/images/executeicon.png | Bin 0 -> 1076 bytes
.../webapp/app/fusion/images/expanded-icon.png | Bin 0 -> 1372 bytes
.../src/main/webapp/app/fusion/images/file-add.png | Bin 0 -> 675 bytes
.../main/webapp/app/fusion/images/file_import.png | Bin 0 -> 653 bytes
.../webapp/app/fusion/images/file_save-all.png | Bin 0 -> 610 bytes
.../main/webapp/app/fusion/images/filter_icon.png | Bin 0 -> 29069 bytes
.../main/webapp/app/fusion/images/folder_add.png | Bin 0 -> 772 bytes
.../webapp/app/fusion/images/folder_closed.png | Bin 0 -> 559 bytes
.../webapp/app/fusion/images/folder_delete.png | Bin 0 -> 767 bytes
.../main/webapp/app/fusion/images/folder_edit.png | Bin 0 -> 829 bytes
.../main/webapp/app/fusion/images/folder_open.png | Bin 0 -> 632 bytes
.../main/webapp/app/fusion/images/folder_user.png | Bin 0 -> 887 bytes
.../src/main/webapp/app/fusion/images/funnel.png | Bin 0 -> 543 bytes
.../src/main/webapp/app/fusion/images/fusion.gif | Bin 0 -> 8821 bytes
.../main/webapp/app/fusion/images/grayButton.png | Bin 0 -> 1361 bytes
.../app/fusion/images/gray_add_tool_button.png | Bin 0 -> 30883 bytes
.../webapp/app/fusion/images/headerChatIcon.png | Bin 0 -> 465 bytes
.../webapp/app/fusion/images/icon_remove_all.gif | Bin 0 -> 982 bytes
.../src/main/webapp/app/fusion/images/inactive.png | Bin 0 -> 842 bytes
.../main/webapp/app/fusion/images/info_type.gif | Bin 0 -> 291 bytes
.../app/fusion/images/layout/panel-e-w-toggle.png | Bin 0 -> 459 bytes
.../app/fusion/images/layout/panel-n-s-toggle.png | Bin 0 -> 335 bytes
.../main/webapp/app/fusion/images/leftButton.png | Bin 0 -> 681 bytes
.../src/main/webapp/app/fusion/images/loading.gif | Bin 0 -> 6820 bytes
.../main/webapp/app/fusion/images/loading_bar.gif | Bin 0 -> 28954 bytes
.../main/webapp/app/fusion/images/login_button.gif | Bin 0 -> 1222 bytes
.../src/main/webapp/app/fusion/images/logo_att.jpg | Bin 0 -> 3145 bytes
.../webapp/app/fusion/images/logo_att_header.jpg | Bin 0 -> 3145 bytes
.../webapp/app/fusion/images/logo_att_header.png | Bin 0 -> 43961 bytes
.../main/webapp/app/fusion/images/logo_header.png | Bin 0 -> 37087 bytes
.../src/main/webapp/app/fusion/images/m1.gif | Bin 0 -> 636 bytes
.../src/main/webapp/app/fusion/images/mail.png | Bin 0 -> 449 bytes
.../src/main/webapp/app/fusion/images/map.png | Bin 0 -> 611 bytes
.../main/webapp/app/fusion/images/menu/bubble.png | Bin 0 -> 662 bytes
.../webapp/app/fusion/images/menu/file_import.png | Bin 0 -> 653 bytes
.../app/fusion/images/menu/file_save-all.png | Bin 0 -> 610 bytes
.../main/webapp/app/fusion/images/menu/mail.png | Bin 0 -> 449 bytes
.../main/webapp/app/fusion/images/menu/profile.png | Bin 0 -> 462 bytes
.../webapp/app/fusion/images/menu/speechbubble.png | Bin 0 -> 458 bytes
.../main/webapp/app/fusion/images/menu/users.png | Bin 0 -> 938 bytes
.../src/main/webapp/app/fusion/images/minus.gif | Bin 0 -> 75 bytes
.../fusion/images/mobile_logo_att_header_black.png | Bin 0 -> 34762 bytes
.../fusion/images/mobile_logo_att_header_grey.png | Bin 0 -> 34636 bytes
.../images/mobile_logo_att_header_horizontal.png | Bin 0 -> 5202 bytes
.../fusion/images/mobile_logo_att_header_white.png | Bin 0 -> 34475 bytes
.../main/webapp/app/fusion/images/modify_icon.gif | Bin 0 -> 246 bytes
.../src/main/webapp/app/fusion/images/note-add.png | Bin 0 -> 589 bytes
.../main/webapp/app/fusion/images/note-search.png | Bin 0 -> 876 bytes
.../src/main/webapp/app/fusion/images/note.png | Bin 0 -> 583 bytes
.../src/main/webapp/app/fusion/images/notes.png | Bin 0 -> 673 bytes
.../src/main/webapp/app/fusion/images/offline.png | Bin 0 -> 3483 bytes
.../main/webapp/app/fusion/images/offlineMsg.gif | Bin 0 -> 1004 bytes
.../src/main/webapp/app/fusion/images/online.png | Bin 0 -> 888 bytes
.../src/main/webapp/app/fusion/images/page.gif | Bin 0 -> 131 bytes
.../main/webapp/app/fusion/images/pagination.png | Bin 0 -> 724 bytes
.../webapp/app/fusion/images/panel-e-w-toggle.png | Bin 0 -> 459 bytes
.../webapp/app/fusion/images/panel-n-s-toggle.png | Bin 0 -> 335 bytes
.../src/main/webapp/app/fusion/images/pix.gif | Bin 0 -> 49 bytes
.../src/main/webapp/app/fusion/images/plus.gif | Bin 0 -> 78 bytes
.../src/main/webapp/app/fusion/images/printer.gif | Bin 0 -> 1036 bytes
.../src/main/webapp/app/fusion/images/profile.png | Bin 0 -> 462 bytes
.../main/webapp/app/fusion/images/report-add.png | Bin 0 -> 724 bytes
.../webapp/app/fusion/images/report-favorite.png | Bin 0 -> 693 bytes
.../main/webapp/app/fusion/images/report-my.png | Bin 0 -> 739 bytes
.../webapp/app/fusion/images/report-public.png | Bin 0 -> 776 bytes
.../src/main/webapp/app/fusion/images/report.png | Bin 0 -> 563 bytes
.../src/main/webapp/app/fusion/images/reports.png | Bin 0 -> 769 bytes
.../app/fusion/images/results-first-active.png | Bin 0 -> 545 bytes
.../app/fusion/images/results-first-disabled.png | Bin 0 -> 421 bytes
.../app/fusion/images/results-last-active.png | Bin 0 -> 541 bytes
.../app/fusion/images/results-last-disabled.png | Bin 0 -> 421 bytes
.../app/fusion/images/results-next-active.png | Bin 0 -> 416 bytes
.../app/fusion/images/results-next-disabled.png | Bin 0 -> 326 bytes
.../app/fusion/images/results-prev-active.png | Bin 0 -> 421 bytes
.../app/fusion/images/results-prev-disabled.png | Bin 0 -> 322 bytes
.../webapp/app/fusion/images/resultset_last.png | Bin 0 -> 506 bytes
.../app/fusion/images/resultset_previous.png | Bin 0 -> 381 bytes
.../webapp/app/fusion/images/return_to_top.gif | Bin 0 -> 846 bytes
.../main/webapp/app/fusion/images/rightButton.png | Bin 0 -> 731 bytes
.../src/main/webapp/app/fusion/images/search.png | Bin 0 -> 3501 bytes
.../webapp/app/fusion/images/search_profile.png | Bin 0 -> 880 bytes
.../src/main/webapp/app/fusion/images/sort_asc.gif | Bin 0 -> 57 bytes
.../main/webapp/app/fusion/images/sort_desc.gif | Bin 0 -> 58 bytes
.../src/main/webapp/app/fusion/images/spacer.gif | Bin 0 -> 43 bytes
.../main/webapp/app/fusion/images/success_type.gif | Bin 0 -> 260 bytes
.../src/main/webapp/app/fusion/images/swoosh.gif | Bin 0 -> 14250 bytes
.../src/main/webapp/app/fusion/images/tab-hm.png | Bin 0 -> 249 bytes
.../src/main/webapp/app/fusion/images/tab-v-hm.png | Bin 0 -> 317 bytes
.../src/main/webapp/app/fusion/images/tab.png | Bin 0 -> 343 bytes
.../main/webapp/app/fusion/images/table-add.png | Bin 0 -> 3314 bytes
.../main/webapp/app/fusion/images/table-delete.png | Bin 0 -> 3342 bytes
.../main/webapp/app/fusion/images/table-edit.png | Bin 0 -> 3348 bytes
.../src/main/webapp/app/fusion/images/table.png | Bin 0 -> 496 bytes
.../src/main/webapp/app/fusion/images/tabs-bg.png | Bin 0 -> 147 bytes
.../main/webapp/app/fusion/images/toolButton.gif | Bin 0 -> 414 bytes
.../main/webapp/app/fusion/images/toolButton.png | Bin 0 -> 531 bytes
.../src/main/webapp/app/fusion/images/toolbar.png | Bin 0 -> 171 bytes
.../src/main/webapp/app/fusion/images/users.png | Bin 0 -> 938 bytes
.../main/webapp/app/fusion/images/warning_type.gif | Bin 0 -> 1055 bytes
.../src/main/webapp/app/fusion/images/webphone.ico | Bin 0 -> 241 bytes
.../main/webapp/app/fusion/images/whiteButton.png | Bin 0 -> 1430 bytes
.../att_angular_gridster/angular-gridster.js | 2244 +
.../att_angular_gridster/ui-gridster-tpls.js | 168 +
.../fusion/scripts/controllers/adminController.js | 65 +
.../fusion/scripts/controllers/admin_menu_edit.js | 230 +
.../fusion/scripts/controllers/ase-controller.js | 22 +
.../scripts/controllers/broadcast-controller.js | 79 +
.../controllers/broadcast-list-controller.js | 120 +
.../controllers/collaborate-list-controller.js | 63 +
.../app/fusion/scripts/controllers/dummy.txt | 0
.../controllers/fn_menu_add_popup_controller.js | 281 +
.../scripts/controllers/jcs-admin-controller.js | 83 +
.../scripts/controllers/modelpopupController.js | 40 +
.../scripts/controllers/post-search-controller.js | 202 +
.../scripts/controllers/profile-controller.js | 286 +
.../controllers/profile-search-controller.js | 80 +
.../scripts/controllers/profileController.js | 38 +
.../fusion/scripts/controllers/role-controller.js | 226 +
.../controllers/role-function-list-controller.js | 157 +
.../scripts/controllers/role-list-controller.js | 102 +
.../controllers/rolefunctionpopupController.js | 84 +
.../controllers/rolepopupmodelController.js | 205 +
.../scripts/controllers/self-profile-controller.js | 284 +
.../scripts/controllers/usage-list-controller.js | 41 +
.../scripts/controllers/workflows/workflowApp.js | 24 +
.../controllers/workflows/workflowController.js | 509 +
.../controllers/workflows/workflowRouting.js | 26 +
.../webapp/app/fusion/scripts/directives/dummy.txt | 0
.../webapp/app/fusion/scripts/directives/footer.js | 30 +
.../webapp/app/fusion/scripts/directives/header.js | 504 +
.../app/fusion/scripts/directives/leftMenu.js | 203 +
.../webapp/app/fusion/scripts/jquery.resize.js | 158 +
.../main/webapp/app/fusion/scripts/layout/debug.js | 348 +
.../app/fusion/scripts/layout/jquery-latest.js | 9574 ++++
.../app/fusion/scripts/layout/jquery-ui-latest.js | 14898 +++++++
.../fusion/scripts/layout/jquery.layout-latest.js | 6105 +++
.../main/webapp/app/fusion/scripts/modalService.js | 204 +
.../main/webapp/app/fusion/scripts/moment.min.js | 25 +
.../webapp/app/fusion/scripts/network/net_map.js | 966 +
.../app/fusion/scripts/services/adminService.js | 160 +
.../app/fusion/scripts/services/headerService.js | 89 +
.../app/fusion/scripts/services/leftMenuService.js | 54 +
.../app/fusion/scripts/services/profileService.js | 98 +
.../app/fusion/scripts/services/userInfoService.js | 51 +
.../app/fusion/scripts/socket/peerBroadcast.js | 122 +
.../main/webapp/app/fusion/scripts/utils/dummy.txt | 0
.../app/fusion/scripts/utils/page-resource.js | 114 +
.../fusion/scripts/utils/sandbox-resources.html | 28 +
.../scripts/view-models/admin-page/admin.html | 114 +
.../scripts/view-models/admin-page/profile.html | 49 +
.../app/fusion/scripts/view-models/dummy.txt | 0
.../app/fusion/scripts/view-models/footer.html | 42 +
.../app/fusion/scripts/view-models/header.html | 186 +
.../app/fusion/scripts/view-models/left_menu.html | 41 +
.../profile-page/admin_closed_loop.html | 46 +
.../view-models/profile-page/admin_menu_edit.html | 175 +
.../view-models/profile-page/broadcast.html | 61 +
.../view-models/profile-page/broadcast_list.html | 71 +
.../view-models/profile-page/collaborate_list.html | 57 +
.../view-models/profile-page/jcs_admin.html | 87 +
.../view-models/profile-page/popup_modal.html | 282 +
.../profile-page/popup_modal_fn_menu_add.html | 155 +
.../profile-page/popup_modal_fn_menu_edit.html | 148 +
.../view-models/profile-page/popup_modal_role.html | 82 +
.../profile-page/popup_modal_rolefunction.html | 46 +
.../view-models/profile-page/post_search.html | 139 +
.../view-models/profile-page/profile_detail.html | 187 +
.../view-models/profile-page/profile_search.html | 72 +
.../scripts/view-models/profile-page/role.html | 118 +
.../profile-page/role_function_list.html | 88 +
.../view-models/profile-page/role_list.html | 61 +
.../view-models/profile-page/self_profile.html | 182 +
.../view-models/profile-page/usage_list.html | 63 +
.../view-models/workflows/workflow-landing.html | 131 +
.../view-models/workflows/workflow-listing.html | 85 +
.../workflows/workflow-listing.html.bak | 85 +
.../view-models/workflows/workflow-new.html | 108 +
.../view-models/workflows/workflow-preview.html | 36 +
.../view-models/workflows/workflow-remove.html | 38 +
.../view-models/workflows/workflow-schedule.html | 116 +
.../fusion/scripts/webrtc/RTCMultiConnection.js | 6788 +++
.../app/fusion/scripts/webrtc/getSourceId.html | 78 +
.../att_angular_gridster/sandbox-gridster.css | 173 +
.../styles/att_angular_gridster/ui-gridster.css | 116 +
.../main/webapp/app/fusion/styles/fusion-sunny.css | 381 +
.../main/webapp/app/fusion/styles/jquery-ui.css | 1244 +
.../fusion/styles/layout/layout-default-latest.css | 243 +
.../app/fusion/styles/workflows/workflows.css | 50 +
.../drools/controller/drools-list-controller.js | 62 +
.../drools/controller/drools-view-controller.js | 64 +
.../drools/controller/droolsController.js | 30 +
.../app/fusionapp/drools/controller/dummy.txt | 0
.../app/fusionapp/drools/directives/dummy.txt | 0
.../app/fusionapp/drools/services/droolsService.js | 76 +
.../webapp/app/fusionapp/drools/utils/dummy.txt | 0
.../fusionapp/drools/view-models/droolsList.html | 47 +
.../drools/view-models/droolsSinglePage.html | 92 +
.../fusionapp/drools/view-models/droolsView.html | 61 +
.../app/fusionapp/drools/view-models/dummy.txt | 0
.../main/webapp/app/fusionapp/external/dummy.txt | 0
.../src/main/webapp/app/fusionapp/fonts/dummy.txt | 0
.../main/webapp/app/fusionapp/icons/7450-icon.png | Bin 0 -> 465 bytes
.../main/webapp/app/fusionapp/icons/7450-text.png | Bin 0 -> 295 bytes
.../main/webapp/app/fusionapp/icons/7750-icon.png | Bin 0 -> 565 bytes
.../main/webapp/app/fusionapp/icons/7750-text.png | Bin 0 -> 632 bytes
.../webapp/app/fusionapp/icons/apn-dns-icon.png | Bin 0 -> 1065 bytes
.../webapp/app/fusionapp/icons/apn-dns-text.png | Bin 0 -> 901 bytes
.../main/webapp/app/fusionapp/icons/atcf-icon.png | Bin 0 -> 388 bytes
.../main/webapp/app/fusionapp/icons/atcf-text.png | Bin 0 -> 650 bytes
.../main/webapp/app/fusionapp/icons/atgw-icon.png | Bin 0 -> 388 bytes
.../main/webapp/app/fusionapp/icons/atgw-text.png | Bin 0 -> 780 bytes
.../main/webapp/app/fusionapp/icons/bgcf-icon.png | Bin 0 -> 388 bytes
.../main/webapp/app/fusionapp/icons/bgcf-text.png | Bin 0 -> 645 bytes
.../main/webapp/app/fusionapp/icons/com-icon.png | Bin 0 -> 437 bytes
.../main/webapp/app/fusionapp/icons/cpm-icon.png | Bin 0 -> 201 bytes
.../main/webapp/app/fusionapp/icons/cpm-text.png | Bin 0 -> 572 bytes
.../webapp/app/fusionapp/icons/default-icon.png | Bin 0 -> 329 bytes
.../webapp/app/fusionapp/icons/dra-epc-icon.png | Bin 0 -> 700 bytes
.../webapp/app/fusionapp/icons/dra-epc-text.png | Bin 0 -> 820 bytes
.../webapp/app/fusionapp/icons/dra-ims-icon.png | Bin 0 -> 700 bytes
.../webapp/app/fusionapp/icons/dra-ims-text.png | Bin 0 -> 851 bytes
.../main/webapp/app/fusionapp/icons/dslam-icon.png | Bin 0 -> 774 bytes
.../main/webapp/app/fusionapp/icons/dslam-text.png | Bin 0 -> 739 bytes
.../main/webapp/app/fusionapp/icons/eatf-icon.png | Bin 0 -> 437 bytes
.../main/webapp/app/fusionapp/icons/eatf-text.png | Bin 0 -> 439 bytes
.../main/webapp/app/fusionapp/icons/ecscf-icon.png | Bin 0 -> 855 bytes
.../main/webapp/app/fusionapp/icons/ecscf-text.png | Bin 0 -> 604 bytes
.../main/webapp/app/fusionapp/icons/emsc-icon.png | Bin 0 -> 388 bytes
.../main/webapp/app/fusionapp/icons/enb-icon.png | Bin 0 -> 1127 bytes
.../main/webapp/app/fusionapp/icons/enb-text.png | Bin 0 -> 627 bytes
.../main/webapp/app/fusionapp/icons/enum-icon.png | Bin 0 -> 646 bytes
.../main/webapp/app/fusionapp/icons/enum-text.png | Bin 0 -> 551 bytes
.../main/webapp/app/fusionapp/icons/esmlc-icon.png | Bin 0 -> 388 bytes
.../main/webapp/app/fusionapp/icons/esmlc-text.png | Bin 0 -> 701 bytes
.../main/webapp/app/fusionapp/icons/ettcs-icon.png | Bin 0 -> 95 bytes
.../main/webapp/app/fusionapp/icons/ettcs-text.png | Bin 0 -> 95 bytes
.../main/webapp/app/fusionapp/icons/gmlc-icon.png | Bin 0 -> 388 bytes
.../main/webapp/app/fusionapp/icons/gmlc-text.png | Bin 0 -> 755 bytes
.../main/webapp/app/fusionapp/icons/hlr-icon.png | Bin 0 -> 646 bytes
.../main/webapp/app/fusionapp/icons/hlr-text.png | Bin 0 -> 376 bytes
.../webapp/app/fusionapp/icons/hss-epc-icon.png | Bin 0 -> 646 bytes
.../webapp/app/fusionapp/icons/hss-epc-text.png | Bin 0 -> 726 bytes
.../webapp/app/fusionapp/icons/hss-ims-icon.png | Bin 0 -> 646 bytes
.../webapp/app/fusionapp/icons/hss-ims-text.png | Bin 0 -> 757 bytes
.../main/webapp/app/fusionapp/icons/icscf-icon.png | Bin 0 -> 855 bytes
.../main/webapp/app/fusionapp/icons/icscf-text.png | Bin 0 -> 657 bytes
.../main/webapp/app/fusionapp/icons/ipag-icon.png | Bin 0 -> 95 bytes
.../main/webapp/app/fusionapp/icons/ipag-text.png | Bin 0 -> 95 bytes
.../main/webapp/app/fusionapp/icons/isbc-icon.png | Bin 0 -> 855 bytes
.../main/webapp/app/fusionapp/icons/isbc-text.png | Bin 0 -> 649 bytes
.../main/webapp/app/fusionapp/icons/iwf-icon.png | Bin 0 -> 696 bytes
.../main/webapp/app/fusionapp/icons/iwf-text.png | Bin 0 -> 595 bytes
.../webapp/app/fusionapp/icons/lrf-rdf-icon.png | Bin 0 -> 953 bytes
.../webapp/app/fusionapp/icons/lrf-rdf-text.png | Bin 0 -> 638 bytes
.../webapp/app/fusionapp/icons/lrg-rdf-text.png | Bin 0 -> 769 bytes
.../main/webapp/app/fusionapp/icons/mgc8-icon.png | Bin 0 -> 388 bytes
.../main/webapp/app/fusionapp/icons/mgc8-text.png | Bin 0 -> 771 bytes
.../webapp/app/fusionapp/icons/mgcf-emsc-icon.png | Bin 0 -> 388 bytes
.../webapp/app/fusionapp/icons/mgcf-emsc-text.png | Bin 0 -> 1140 bytes
.../main/webapp/app/fusionapp/icons/mgw-icon.png | Bin 0 -> 388 bytes
.../main/webapp/app/fusionapp/icons/mgw-text.png | Bin 0 -> 823 bytes
.../main/webapp/app/fusionapp/icons/mind-icon.png | Bin 0 -> 646 bytes
.../main/webapp/app/fusionapp/icons/mind-text.png | Bin 0 -> 550 bytes
.../main/webapp/app/fusionapp/icons/mme-icon.png | Bin 0 -> 232 bytes
.../main/webapp/app/fusionapp/icons/mme-text.png | Bin 0 -> 252 bytes
.../main/webapp/app/fusionapp/icons/mrf-icon.png | Bin 0 -> 437 bytes
.../main/webapp/app/fusionapp/icons/mrf-text.png | Bin 0 -> 504 bytes
.../main/webapp/app/fusionapp/icons/msc-icon.png | Bin 0 -> 388 bytes
.../main/webapp/app/fusionapp/icons/msn-icon.png | Bin 0 -> 465 bytes
.../main/webapp/app/fusionapp/icons/msn-text.png | Bin 0 -> 318 bytes
.../main/webapp/app/fusionapp/icons/multi-icon.png | Bin 0 -> 329 bytes
.../main/webapp/app/fusionapp/icons/n7450-icon.png | Bin 0 -> 464 bytes
.../main/webapp/app/fusionapp/icons/n7450-text.png | Bin 0 -> 295 bytes
.../webapp/app/fusionapp/icons/n7750a-icon.png | Bin 0 -> 393 bytes
.../webapp/app/fusionapp/icons/n7750a-text.png | Bin 0 -> 258 bytes
.../webapp/app/fusionapp/icons/n7750b-icon.png | Bin 0 -> 393 bytes
.../webapp/app/fusionapp/icons/n7750b-text.png | Bin 0 -> 258 bytes
.../webapp/app/fusionapp/icons/n7750c-icon.png | Bin 0 -> 391 bytes
.../webapp/app/fusionapp/icons/n7750c-text.png | Bin 0 -> 258 bytes
.../webapp/app/fusionapp/icons/n7750d-icon.png | Bin 0 -> 391 bytes
.../webapp/app/fusionapp/icons/n7750d-text.png | Bin 0 -> 258 bytes
.../main/webapp/app/fusionapp/icons/nb-icon.png | Bin 0 -> 1127 bytes
.../main/webapp/app/fusionapp/icons/nb-text.png | Bin 0 -> 499 bytes
.../main/webapp/app/fusionapp/icons/pas-icon.png | Bin 0 -> 700 bytes
.../main/webapp/app/fusionapp/icons/pas-text.png | Bin 0 -> 596 bytes
.../main/webapp/app/fusionapp/icons/pcef-icon.png | Bin 0 -> 785 bytes
.../main/webapp/app/fusionapp/icons/pcef-text.png | Bin 0 -> 539 bytes
.../main/webapp/app/fusionapp/icons/pcrf-icon.png | Bin 0 -> 785 bytes
.../main/webapp/app/fusionapp/icons/pcrf-text.png | Bin 0 -> 594 bytes
.../main/webapp/app/fusionapp/icons/pcscf-icon.png | Bin 0 -> 855 bytes
.../main/webapp/app/fusionapp/icons/pcscf-text.png | Bin 0 -> 744 bytes
.../main/webapp/app/fusionapp/icons/pgw-icon.png | Bin 0 -> 388 bytes
.../main/webapp/app/fusionapp/icons/pgw-text.png | Bin 0 -> 807 bytes
.../main/webapp/app/fusionapp/icons/plrf-icon.png | Bin 0 -> 953 bytes
.../main/webapp/app/fusionapp/icons/plrf-text.png | Bin 0 -> 735 bytes
.../main/webapp/app/fusionapp/icons/psap-icon.png | Bin 0 -> 322 bytes
.../webapp/app/fusionapp/icons/pstn-tdm-icon.png | Bin 0 -> 95 bytes
.../webapp/app/fusionapp/icons/pstn-tdm-text.png | Bin 0 -> 95 bytes
.../main/webapp/app/fusionapp/icons/rg-icon.png | Bin 0 -> 388 bytes
.../main/webapp/app/fusionapp/icons/rg-text.png | Bin 0 -> 540 bytes
.../main/webapp/app/fusionapp/icons/rnc-icon.png | Bin 0 -> 591 bytes
.../main/webapp/app/fusionapp/icons/rnc-text.png | Bin 0 -> 646 bytes
.../main/webapp/app/fusionapp/icons/sbc-icon.png | Bin 0 -> 855 bytes
.../main/webapp/app/fusionapp/icons/sbc-text.png | Bin 0 -> 632 bytes
.../main/webapp/app/fusionapp/icons/sccas-icon.png | Bin 0 -> 437 bytes
.../main/webapp/app/fusionapp/icons/sccas-text.png | Bin 0 -> 861 bytes
.../main/webapp/app/fusionapp/icons/scscf-icon.png | Bin 0 -> 855 bytes
.../main/webapp/app/fusionapp/icons/scscf-text.png | Bin 0 -> 704 bytes
.../main/webapp/app/fusionapp/icons/sdg-icon.png | Bin 0 -> 491 bytes
.../main/webapp/app/fusionapp/icons/sdg-text.png | Bin 0 -> 696 bytes
.../webapp/app/fusionapp/icons/sgsns4-icon.png | Bin 0 -> 230 bytes
.../webapp/app/fusionapp/icons/sgsns4-text.png | Bin 0 -> 469 bytes
.../main/webapp/app/fusionapp/icons/sgw-icon.png | Bin 0 -> 388 bytes
.../main/webapp/app/fusionapp/icons/sgw-text.png | Bin 0 -> 884 bytes
.../main/webapp/app/fusionapp/icons/siad-icon.png | Bin 0 -> 774 bytes
.../main/webapp/app/fusionapp/icons/siad-text.png | Bin 0 -> 753 bytes
.../webapp/app/fusionapp/icons/ss7-gport-icon.png | Bin 0 -> 286 bytes
.../webapp/app/fusionapp/icons/ss7-gport-text.png | Bin 0 -> 418 bytes
.../webapp/app/fusionapp/icons/ss7gport-icon.png | Bin 0 -> 646 bytes
.../webapp/app/fusionapp/icons/ss7gport-text.png | Bin 0 -> 1011 bytes
.../webapp/app/fusionapp/icons/switch-icon.png | Bin 0 -> 877 bytes
.../main/webapp/app/fusionapp/icons/tas-icon.png | Bin 0 -> 437 bytes
.../main/webapp/app/fusionapp/icons/tas-text.png | Bin 0 -> 858 bytes
.../webapp/app/fusionapp/icons/transcoder-icon.png | Bin 0 -> 774 bytes
.../webapp/app/fusionapp/icons/transcoder-text.png | Bin 0 -> 1242 bytes
.../main/webapp/app/fusionapp/icons/ue-icon.png | Bin 0 -> 577 bytes
.../webapp/app/fusionapp/icons/uephone-icon.png | Bin 0 -> 1190 bytes
.../webapp/app/fusionapp/icons/usp-dns-icon.png | Bin 0 -> 1065 bytes
.../webapp/app/fusionapp/icons/usp-dns-text.png | Bin 0 -> 826 bytes
.../src/main/webapp/app/fusionapp/images/dummy.txt | 0
.../app/fusionapp/scripts/controller/dummy.txt | 0
.../scripts/controller/sample-page-controller.js | 80 +
.../controller/sample-page-iframe-controller.js | 23 +
.../scripts/controller/sampleController.js | 30 +
.../app/fusionapp/scripts/directives/dummy.txt | 0
.../webapp/app/fusionapp/scripts/utils/dummy.txt | 0
.../app/fusionapp/scripts/view-models/dummy.txt | 0
.../app/fusionapp/scripts/view-models/sample.html | 60 +
.../scripts/view-models/sampleWithIframe.html | 22 +
.../scripts/view-models/singlePageSample.html | 89 +
.../src/main/webapp/app/fusionapp/styles/dummy.txt | 0
dcae_dmaapbc_webapp/src/main/webapp/index.jsp | 24 +
dcae_dmaapbc_webapp/src/main/webapp/manifest.jsp | 47 +
.../css/att_angular_gridster/sandbox-gridster.css | 173 +
.../css/att_angular_gridster/ui-gridster.css | 116 +
.../main/webapp/static/fusion/css/fusion-sunny.css | 362 +
.../main/webapp/static/fusion/css/jquery-ui.css | 1225 +
.../fusion/css/layout/layout-default-latest.css | 224 +
.../src/main/webapp/static/fusion/d3/css/nv.d3.css | 656 +
.../src/main/webapp/static/fusion/d3/js/cie.js | 155 +
.../main/webapp/static/fusion/d3/js/colorbrewer.js | 302 +
.../src/main/webapp/static/fusion/d3/js/core.js | 122 +
.../main/webapp/static/fusion/d3/js/crossfilter.js | 1180 +
.../webapp/static/fusion/d3/js/crossfilter.min.js | 1 +
.../src/main/webapp/static/fusion/d3/js/d3.geom.js | 816 +
.../src/main/webapp/static/fusion/d3/js/d3.js | 5 +
.../webapp/static/fusion/d3/js/d3.layout.cloud.js | 433 +
.../main/webapp/static/fusion/d3/js/d3.layout.js | 908 +
.../src/main/webapp/static/fusion/d3/js/d3.v2.js | 7037 +++
.../main/webapp/static/fusion/d3/js/d3.v2.min.js | 4 +
.../main/webapp/static/fusion/d3/js/d3.v3.min.js | 1 +
.../src/main/webapp/static/fusion/d3/js/fisheye.js | 86 +
.../src/main/webapp/static/fusion/d3/js/hive.js | 80 +
.../src/main/webapp/static/fusion/d3/js/horizon.js | 192 +
.../webapp/static/fusion/d3/js/interactiveLayer.js | 251 +
.../src/main/webapp/static/fusion/d3/js/intro.js | 1 +
.../webapp/static/fusion/d3/js/models/axis-min.js | 1 +
.../main/webapp/static/fusion/d3/js/models/axis.js | 470 +
.../webapp/static/fusion/d3/js/models/axis.min.js | 1 +
.../static/fusion/d3/js/models/backup/bullet.js | 250 +
.../fusion/d3/js/models/backup/bulletChart.js | 349 +
.../static/fusion/d3/js/models/boilerplate.js | 104 +
.../webapp/static/fusion/d3/js/models/bullet.js | 385 +
.../static/fusion/d3/js/models/bulletChart.js | 343 +
.../fusion/d3/js/models/cumulativeLineChart.js | 782 +
.../static/fusion/d3/js/models/discreteBar.js | 349 +
.../static/fusion/d3/js/models/discreteBarChart.js | 333 +
.../static/fusion/d3/js/models/distribution.js | 148 +
.../static/fusion/d3/js/models/historicalBar.js | 331 +
.../fusion/d3/js/models/historicalBarChart.js | 419 +
.../static/fusion/d3/js/models/indentedTree.js | 337 +
.../webapp/static/fusion/d3/js/models/legend.js | 270 +
.../main/webapp/static/fusion/d3/js/models/line.js | 284 +
.../webapp/static/fusion/d3/js/models/lineChart.js | 465 +
.../static/fusion/d3/js/models/linePlusBarChart.js | 433 +
.../d3/js/models/linePlusBarWithFocusChart.js | 658 +
.../static/fusion/d3/js/models/lineWithFisheye.js | 200 +
.../fusion/d3/js/models/lineWithFisheyeChart.js | 297 +
.../fusion/d3/js/models/lineWithFocusChart.js | 574 +
.../webapp/static/fusion/d3/js/models/multiBar.js | 461 +
.../static/fusion/d3/js/models/multiBarChart.js | 524 +
.../fusion/d3/js/models/multiBarHorizontal.js | 424 +
.../fusion/d3/js/models/multiBarHorizontalChart.js | 434 +
.../fusion/d3/js/models/multiBarTimeSeries.js | 384 +
.../fusion/d3/js/models/multiBarTimeSeriesChart.js | 405 +
.../static/fusion/d3/js/models/multiChart.js | 452 +
.../webapp/static/fusion/d3/js/models/ohlcBar.js | 380 +
.../fusion/d3/js/models/parallelCoordinates.js | 239 +
.../main/webapp/static/fusion/d3/js/models/pie.js | 400 +
.../webapp/static/fusion/d3/js/models/pieChart.js | 292 +
.../webapp/static/fusion/d3/js/models/scatter.js | 674 +
.../static/fusion/d3/js/models/scatterChart.js | 628 +
.../fusion/d3/js/models/scatterPlusLineChart.js | 620 +
.../webapp/static/fusion/d3/js/models/sparkline.js | 194 +
.../static/fusion/d3/js/models/sparklinePlus.js | 295 +
.../static/fusion/d3/js/models/stackedArea.js | 368 +
.../static/fusion/d3/js/models/stackedAreaChart.js | 629 +
.../src/main/webapp/static/fusion/d3/js/nv.d3.js | 13097 ++++++
.../main/webapp/static/fusion/d3/js/nv.d3.min.js | 1 +
.../src/main/webapp/static/fusion/d3/js/outro.js | 1 +
.../src/main/webapp/static/fusion/d3/js/sankey.js | 292 +
.../src/main/webapp/static/fusion/d3/js/tooltip.js | 490 +
.../src/main/webapp/static/fusion/d3/js/utils.js | 152 +
.../webapp/static/fusion/images/Logo_att_labs.png | Bin 0 -> 2011 bytes
.../src/main/webapp/static/fusion/images/Rlogo.jpg | Bin 0 -> 3173 bytes
.../src/main/webapp/static/fusion/images/Thumbs.db | Bin 0 -> 102912 bytes
.../webapp/static/fusion/images/action_icon.png | Bin 0 -> 2388 bytes
.../static/fusion/images/action_list_spacer.gif | Bin 0 -> 73 bytes
.../main/webapp/static/fusion/images/active.png | Bin 0 -> 682 bytes
.../src/main/webapp/static/fusion/images/add.png | Bin 0 -> 352 bytes
.../static/fusion/images/add_tool_button.png | Bin 0 -> 31105 bytes
.../main/webapp/static/fusion/images/addicon.png | Bin 0 -> 463 bytes
.../static/fusion/images/application_window_bg.jpg | Bin 0 -> 914 bytes
.../webapp/static/fusion/images/arrow-next.png | Bin 0 -> 1561 bytes
.../webapp/static/fusion/images/arrow-prev.png | Bin 0 -> 1557 bytes
.../fusion/images/att_angular_gridster/grips.png | Bin 0 -> 951 bytes
.../webapp/static/fusion/images/backButton.png | Bin 0 -> 816 bytes
.../src/main/webapp/static/fusion/images/blank.gif | Bin 0 -> 49 bytes
.../webapp/static/fusion/images/blueButton.png | Bin 0 -> 1468 bytes
.../main/webapp/static/fusion/images/bubble.png | Bin 0 -> 662 bytes
.../src/main/webapp/static/fusion/images/cache.png | Bin 0 -> 1081 bytes
.../main/webapp/static/fusion/images/calendar.gif | Bin 0 -> 929 bytes
.../main/webapp/static/fusion/images/chevron.png | Bin 0 -> 252 bytes
.../static/fusion/images/close_container.gif | Bin 0 -> 85 bytes
.../webapp/static/fusion/images/collapsed-icon.png | Bin 0 -> 1379 bytes
.../main/webapp/static/fusion/images/column-bg.png | Bin 0 -> 165 bytes
.../static/fusion/images/copyicon-highlighted.png | Bin 0 -> 264 bytes
.../main/webapp/static/fusion/images/copyicon.png | Bin 0 -> 235 bytes
.../main/webapp/static/fusion/images/csv_icon.jpg | Bin 0 -> 632 bytes
.../main/webapp/static/fusion/images/csv_icon.png | Bin 0 -> 938 bytes
.../webapp/static/fusion/images/customers-add.png | Bin 0 -> 755 bytes
.../static/fusion/images/customers-search.png | Bin 0 -> 976 bytes
.../main/webapp/static/fusion/images/customers.png | Bin 0 -> 749 bytes
.../main/webapp/static/fusion/images/decrypted.png | Bin 0 -> 628 bytes
.../fusion/images/deleteicon-highlighted.gif | Bin 0 -> 592 bytes
.../fusion/images/deleteicon-highlighted.png | Bin 0 -> 566 bytes
.../webapp/static/fusion/images/deleteicon.gif | Bin 0 -> 579 bytes
.../src/main/webapp/static/fusion/images/ecomp.png | Bin 0 -> 107597 bytes
.../webapp/static/fusion/images/ecomp_trans.png | Bin 0 -> 109926 bytes
.../main/webapp/static/fusion/images/editicon.gif | Bin 0 -> 360 bytes
.../webapp/static/fusion/images/error_type.gif | Bin 0 -> 398 bytes
.../webapp/static/fusion/images/example-frame.png | Bin 0 -> 33699 bytes
.../static/fusion/images/excelicon_multi.gif | Bin 0 -> 1028 bytes
.../webapp/static/fusion/images/executeicon.png | Bin 0 -> 1076 bytes
.../webapp/static/fusion/images/expanded-icon.png | Bin 0 -> 1372 bytes
.../main/webapp/static/fusion/images/file-add.png | Bin 0 -> 675 bytes
.../webapp/static/fusion/images/file_import.png | Bin 0 -> 653 bytes
.../webapp/static/fusion/images/file_save-all.png | Bin 0 -> 610 bytes
.../webapp/static/fusion/images/filter_icon.png | Bin 0 -> 29069 bytes
.../webapp/static/fusion/images/folder_add.png | Bin 0 -> 772 bytes
.../webapp/static/fusion/images/folder_closed.png | Bin 0 -> 559 bytes
.../webapp/static/fusion/images/folder_delete.png | Bin 0 -> 767 bytes
.../webapp/static/fusion/images/folder_edit.png | Bin 0 -> 829 bytes
.../webapp/static/fusion/images/folder_open.png | Bin 0 -> 632 bytes
.../webapp/static/fusion/images/folder_user.png | Bin 0 -> 887 bytes
.../main/webapp/static/fusion/images/funnel.png | Bin 0 -> 543 bytes
.../main/webapp/static/fusion/images/fusion.gif | Bin 0 -> 8821 bytes
.../webapp/static/fusion/images/grayButton.png | Bin 0 -> 1361 bytes
.../static/fusion/images/gray_add_tool_button.png | Bin 0 -> 30883 bytes
.../webapp/static/fusion/images/headerChatIcon.png | Bin 0 -> 465 bytes
.../static/fusion/images/icon_remove_all.gif | Bin 0 -> 982 bytes
.../main/webapp/static/fusion/images/inactive.png | Bin 0 -> 842 bytes
.../main/webapp/static/fusion/images/info_type.gif | Bin 0 -> 291 bytes
.../fusion/images/layout/panel-e-w-toggle.png | Bin 0 -> 459 bytes
.../fusion/images/layout/panel-n-s-toggle.png | Bin 0 -> 335 bytes
.../webapp/static/fusion/images/leftButton.png | Bin 0 -> 681 bytes
.../main/webapp/static/fusion/images/loading.gif | Bin 0 -> 6820 bytes
.../webapp/static/fusion/images/loading_bar.gif | Bin 0 -> 28954 bytes
.../webapp/static/fusion/images/login_button.gif | Bin 0 -> 1222 bytes
.../main/webapp/static/fusion/images/logo_att.jpg | Bin 0 -> 3145 bytes
.../static/fusion/images/logo_att_header.jpg | Bin 0 -> 3145 bytes
.../static/fusion/images/logo_att_header.png | Bin 0 -> 43961 bytes
.../webapp/static/fusion/images/logo_header.png | Bin 0 -> 37087 bytes
.../src/main/webapp/static/fusion/images/m1.gif | Bin 0 -> 636 bytes
.../src/main/webapp/static/fusion/images/mail.png | Bin 0 -> 449 bytes
.../src/main/webapp/static/fusion/images/map.png | Bin 0 -> 611 bytes
.../webapp/static/fusion/images/menu/bubble.png | Bin 0 -> 662 bytes
.../static/fusion/images/menu/file_import.png | Bin 0 -> 653 bytes
.../static/fusion/images/menu/file_save-all.png | Bin 0 -> 610 bytes
.../main/webapp/static/fusion/images/menu/mail.png | Bin 0 -> 449 bytes
.../webapp/static/fusion/images/menu/profile.png | Bin 0 -> 462 bytes
.../static/fusion/images/menu/speechbubble.png | Bin 0 -> 458 bytes
.../webapp/static/fusion/images/menu/users.png | Bin 0 -> 938 bytes
.../src/main/webapp/static/fusion/images/minus.gif | Bin 0 -> 75 bytes
.../fusion/images/mobile_logo_att_header_black.png | Bin 0 -> 34762 bytes
.../fusion/images/mobile_logo_att_header_grey.png | Bin 0 -> 34636 bytes
.../images/mobile_logo_att_header_horizontal.png | Bin 0 -> 5202 bytes
.../fusion/images/mobile_logo_att_header_white.png | Bin 0 -> 34475 bytes
.../webapp/static/fusion/images/modify_icon.gif | Bin 0 -> 246 bytes
.../static/fusion/images/no_favorites_star.png | Bin 0 -> 2794 bytes
.../main/webapp/static/fusion/images/note-add.png | Bin 0 -> 589 bytes
.../webapp/static/fusion/images/note-search.png | Bin 0 -> 876 bytes
.../src/main/webapp/static/fusion/images/note.png | Bin 0 -> 583 bytes
.../src/main/webapp/static/fusion/images/notes.png | Bin 0 -> 673 bytes
.../main/webapp/static/fusion/images/offline.png | Bin 0 -> 3483 bytes
.../webapp/static/fusion/images/offlineMsg.gif | Bin 0 -> 1004 bytes
.../main/webapp/static/fusion/images/online.png | Bin 0 -> 888 bytes
.../src/main/webapp/static/fusion/images/page.gif | Bin 0 -> 131 bytes
.../webapp/static/fusion/images/pagination.png | Bin 0 -> 724 bytes
.../static/fusion/images/panel-e-w-toggle.png | Bin 0 -> 459 bytes
.../static/fusion/images/panel-n-s-toggle.png | Bin 0 -> 335 bytes
.../src/main/webapp/static/fusion/images/pix.gif | Bin 0 -> 49 bytes
.../src/main/webapp/static/fusion/images/plus.gif | Bin 0 -> 78 bytes
.../main/webapp/static/fusion/images/printer.gif | Bin 0 -> 1036 bytes
.../main/webapp/static/fusion/images/profile.png | Bin 0 -> 462 bytes
.../webapp/static/fusion/images/report-add.png | Bin 0 -> 724 bytes
.../static/fusion/images/report-favorite.png | Bin 0 -> 693 bytes
.../main/webapp/static/fusion/images/report-my.png | Bin 0 -> 739 bytes
.../webapp/static/fusion/images/report-public.png | Bin 0 -> 776 bytes
.../main/webapp/static/fusion/images/report.png | Bin 0 -> 563 bytes
.../main/webapp/static/fusion/images/reports.png | Bin 0 -> 769 bytes
.../static/fusion/images/results-first-active.png | Bin 0 -> 545 bytes
.../fusion/images/results-first-disabled.png | Bin 0 -> 421 bytes
.../static/fusion/images/results-last-active.png | Bin 0 -> 541 bytes
.../static/fusion/images/results-last-disabled.png | Bin 0 -> 421 bytes
.../static/fusion/images/results-next-active.png | Bin 0 -> 416 bytes
.../static/fusion/images/results-next-disabled.png | Bin 0 -> 326 bytes
.../static/fusion/images/results-prev-active.png | Bin 0 -> 421 bytes
.../static/fusion/images/results-prev-disabled.png | Bin 0 -> 322 bytes
.../webapp/static/fusion/images/resultset_last.png | Bin 0 -> 506 bytes
.../static/fusion/images/resultset_previous.png | Bin 0 -> 381 bytes
.../webapp/static/fusion/images/return_to_top.gif | Bin 0 -> 846 bytes
.../webapp/static/fusion/images/rightButton.png | Bin 0 -> 731 bytes
.../main/webapp/static/fusion/images/search.png | Bin 0 -> 3501 bytes
.../webapp/static/fusion/images/search_profile.png | Bin 0 -> 880 bytes
.../main/webapp/static/fusion/images/sort_asc.gif | Bin 0 -> 57 bytes
.../main/webapp/static/fusion/images/sort_desc.gif | Bin 0 -> 58 bytes
.../main/webapp/static/fusion/images/spacer.gif | Bin 0 -> 43 bytes
.../webapp/static/fusion/images/success_type.gif | Bin 0 -> 260 bytes
.../main/webapp/static/fusion/images/swoosh.gif | Bin 0 -> 14250 bytes
.../main/webapp/static/fusion/images/tab-hm.png | Bin 0 -> 249 bytes
.../main/webapp/static/fusion/images/tab-v-hm.png | Bin 0 -> 317 bytes
.../src/main/webapp/static/fusion/images/tab.png | Bin 0 -> 343 bytes
.../main/webapp/static/fusion/images/table-add.png | Bin 0 -> 3314 bytes
.../webapp/static/fusion/images/table-delete.png | Bin 0 -> 3342 bytes
.../webapp/static/fusion/images/table-edit.png | Bin 0 -> 3348 bytes
.../src/main/webapp/static/fusion/images/table.png | Bin 0 -> 496 bytes
.../main/webapp/static/fusion/images/tabs-bg.png | Bin 0 -> 147 bytes
.../webapp/static/fusion/images/toolButton.gif | Bin 0 -> 414 bytes
.../webapp/static/fusion/images/toolButton.png | Bin 0 -> 531 bytes
.../main/webapp/static/fusion/images/toolbar.png | Bin 0 -> 171 bytes
.../src/main/webapp/static/fusion/images/users.png | Bin 0 -> 938 bytes
.../webapp/static/fusion/images/warning_type.gif | Bin 0 -> 1055 bytes
.../main/webapp/static/fusion/images/webphone.ico | Bin 0 -> 241 bytes
.../webapp/static/fusion/images/whiteButton.png | Bin 0 -> 1430 bytes
.../js/att_angular_gridster/angular-gridster.js | 2244 +
.../js/att_angular_gridster/ui-gridster-tpls.js | 168 +
.../main/webapp/static/fusion/js/jquery.resize.js | 139 +
.../main/webapp/static/fusion/js/layout/debug.js | 329 +
.../static/fusion/js/layout/jquery-latest.js | 9555 ++++
.../static/fusion/js/layout/jquery-ui-latest.js | 14879 +++++++
.../fusion/js/layout/jquery.layout-latest.js | 6086 +++
.../src/main/webapp/static/fusion/js/moment.min.js | 6 +
.../main/webapp/static/fusion/raptor/css/Style.css | 77 +
.../static/fusion/raptor/css/bd_quantum_raptor.css | 305 +
.../webapp/static/fusion/raptor/css/calendar.css | 97 +
.../webapp/static/fusion/raptor/css/dashboard.css | 36 +
.../webapp/static/fusion/raptor/css/drupal.css | 83 +
.../fusion/raptor/css/form-field-tooltip.css | 12 +
.../static/fusion/raptor/css/mobile_raptor.css | 73 +
.../webapp/static/fusion/raptor/css/novamap.css | 25 +
.../webapp/static/fusion/raptor/css/picker.css | 40 +
.../main/webapp/static/fusion/raptor/css/ral.css | 1437 +
.../webapp/static/fusion/raptor/css/raptor.css | 62 +
.../static/fusion/raptor/css/tree/context-menu.css | 57 +
.../raptor/css/tree/drag-drop-folder-tree.css | 64 +
.../webapp/static/fusion/raptor/d3/css/nv.d3.css | 656 +
.../main/webapp/static/fusion/raptor/d3/js/cie.js | 155 +
.../static/fusion/raptor/d3/js/colorbrewer.js | 302 +
.../main/webapp/static/fusion/raptor/d3/js/core.js | 122 +
.../static/fusion/raptor/d3/js/crossfilter.js | 1180 +
.../static/fusion/raptor/d3/js/crossfilter.min.js | 1 +
.../webapp/static/fusion/raptor/d3/js/d3.geom.js | 816 +
.../main/webapp/static/fusion/raptor/d3/js/d3.js | 3015 ++
.../webapp/static/fusion/raptor/d3/js/d3.layout.js | 908 +
.../webapp/static/fusion/raptor/d3/js/d3.v2.js | 7033 +++
.../webapp/static/fusion/raptor/d3/js/d3.v2.min.js | 4 +
.../webapp/static/fusion/raptor/d3/js/d3.v3.js | 8444 ++++
.../webapp/static/fusion/raptor/d3/js/d3.v3.min.js | 1 +
.../webapp/static/fusion/raptor/d3/js/fisheye.js | 86 +
.../main/webapp/static/fusion/raptor/d3/js/hive.js | 80 +
.../webapp/static/fusion/raptor/d3/js/horizon.js | 192 +
.../static/fusion/raptor/d3/js/interactiveLayer.js | 251 +
.../webapp/static/fusion/raptor/d3/js/intro.js | 1 +
.../static/fusion/raptor/d3/js/models/axis-min.js | 1 +
.../static/fusion/raptor/d3/js/models/axis.js | 470 +
.../static/fusion/raptor/d3/js/models/axis.min.js | 1 +
.../fusion/raptor/d3/js/models/boilerplate.js | 104 +
.../static/fusion/raptor/d3/js/models/bullet.js | 385 +
.../fusion/raptor/d3/js/models/bulletChart.js | 343 +
.../raptor/d3/js/models/cumulativeLineChart.js | 782 +
.../fusion/raptor/d3/js/models/discreteBar.js | 349 +
.../fusion/raptor/d3/js/models/discreteBarChart.js | 333 +
.../fusion/raptor/d3/js/models/distribution.js | 148 +
.../fusion/raptor/d3/js/models/historicalBar.js | 331 +
.../raptor/d3/js/models/historicalBarChart.js | 419 +
.../fusion/raptor/d3/js/models/indentedTree.js | 337 +
.../static/fusion/raptor/d3/js/models/legend.js | 270 +
.../static/fusion/raptor/d3/js/models/line.js | 284 +
.../static/fusion/raptor/d3/js/models/lineChart.js | 465 +
.../fusion/raptor/d3/js/models/linePlusBarChart.js | 433 +
.../d3/js/models/linePlusBarWithFocusChart.js | 658 +
.../fusion/raptor/d3/js/models/lineWithFisheye.js | 200 +
.../raptor/d3/js/models/lineWithFisheyeChart.js | 297 +
.../raptor/d3/js/models/lineWithFocusChart.js | 574 +
.../static/fusion/raptor/d3/js/models/multiBar.js | 461 +
.../fusion/raptor/d3/js/models/multiBarChart.js | 524 +
.../raptor/d3/js/models/multiBarHorizontal.js | 424 +
.../raptor/d3/js/models/multiBarHorizontalChart.js | 434 +
.../raptor/d3/js/models/multiBarTimeSeries.js | 384 +
.../raptor/d3/js/models/multiBarTimeSeriesChart.js | 405 +
.../fusion/raptor/d3/js/models/multiChart.js | 452 +
.../static/fusion/raptor/d3/js/models/ohlcBar.js | 380 +
.../raptor/d3/js/models/parallelCoordinates.js | 239 +
.../static/fusion/raptor/d3/js/models/pie.js | 400 +
.../static/fusion/raptor/d3/js/models/pie.js.bak | 400 +
.../static/fusion/raptor/d3/js/models/pieChart.js | 292 +
.../static/fusion/raptor/d3/js/models/scatter.js | 674 +
.../fusion/raptor/d3/js/models/scatterChart.js | 628 +
.../raptor/d3/js/models/scatterPlusLineChart.js | 620 +
.../static/fusion/raptor/d3/js/models/sparkline.js | 194 +
.../fusion/raptor/d3/js/models/sparklinePlus.js | 295 +
.../fusion/raptor/d3/js/models/stackedArea.js | 368 +
.../fusion/raptor/d3/js/models/stackedAreaChart.js | 629 +
.../webapp/static/fusion/raptor/d3/js/nv.d3.min.js | 1 +
.../webapp/static/fusion/raptor/d3/js/outro.js | 1 +
.../webapp/static/fusion/raptor/d3/js/sankey.js | 292 +
.../webapp/static/fusion/raptor/d3/js/tooltip.js | 490 +
.../webapp/static/fusion/raptor/d3/js/utils.js | 152 +
.../static/fusion/raptor/dy3/js/dashed-canvas.js | 176 +
.../webapp/static/fusion/raptor/dy3/js/data.js | 63 +
.../static/fusion/raptor/dy3/js/dygraph-canvas.js | 816 +
.../fusion/raptor/dy3/js/dygraph-combined.js | 2 +
.../raptor/dy3/js/dygraph-combined_bak_color.js | 2 +
.../static/fusion/raptor/dy3/js/dygraph-dev.js | 45 +
.../static/fusion/raptor/dy3/js/dygraph-externs.js | 93 +
.../static/fusion/raptor/dy3/js/dygraph-gviz.js | 82 +
.../raptor/dy3/js/dygraph-interaction-model.js | 676 +
.../static/fusion/raptor/dy3/js/dygraph-layout.js | 349 +
.../raptor/dy3/js/dygraph-options-reference.js | 867 +
.../static/fusion/raptor/dy3/js/dygraph-options.js | 384 +
.../fusion/raptor/dy3/js/dygraph-plugin-base.js | 4 +
.../fusion/raptor/dy3/js/dygraph-plugin-install.js | 19 +
.../static/fusion/raptor/dy3/js/dygraph-tickers.js | 487 +
.../static/fusion/raptor/dy3/js/dygraph-utils.js | 1305 +
.../webapp/static/fusion/raptor/dy3/js/dygraph.js | 3857 ++
.../webapp/static/fusion/raptor/dy3/js/excanvas.js | 924 +
.../static/fusion/raptor/dy3/js/interaction.js | 333 +
.../static/fusion/raptor/dy3/js/interaction.min.js | 1 +
.../static/fusion/raptor/dy3/js/interaction_sun.js | 303 +
.../static/fusion/raptor/dy3/js/moment.min.js | 6 +
.../static/fusion/raptor/dy3/js/phantom-driver.js | 206 +
.../static/fusion/raptor/dy3/js/phantom-perf.js | 94 +
.../static/fusion/raptor/dy3/js/plugins/README | 113 +
.../fusion/raptor/dy3/js/plugins/annotations.js | 182 +
.../static/fusion/raptor/dy3/js/plugins/axes.js | 315 +
.../fusion/raptor/dy3/js/plugins/chart-labels.js | 202 +
.../static/fusion/raptor/dy3/js/plugins/grid.js | 124 +
.../static/fusion/raptor/dy3/js/plugins/legend.js | 332 +
.../fusion/raptor/dy3/js/plugins/range-selector.js | 852 +
.../fusion/raptor/dy3/js/rgbcolor/rgbcolor.js | 257 +
.../static/fusion/raptor/dy3/js/stacktrace.js | 411 +
.../static/fusion/raptor/dy3/js/strftime/Doxyfile | 243 +
.../fusion/raptor/dy3/js/strftime/strftime-min.js | 1 +
.../fusion/raptor/dy3/js/strftime/strftime.js | 731 +
.../static/fusion/raptor/ebz/date_time_picker.css | 557 +
.../static/fusion/raptor/ebz/date_time_picker.js | 277 +
.../webapp/static/fusion/raptor/ebz/dynamicform.js | 112 +
.../main/webapp/static/fusion/raptor/ebz/moment.js | 3688 ++
.../webapp/static/fusion/raptor/ebz/multiselect.js | 62 +
.../webapp/static/fusion/raptor/ebz/quick_links.js | 33 +
.../fusion/raptor/ebz/report_chart_wizard.html | 313 +
.../fusion/raptor/ebz/report_chart_wizard.js | 671 +
.../static/fusion/raptor/ebz/report_run.html | 67 +
.../webapp/static/fusion/raptor/ebz/report_run.js | 293 +
.../static/fusion/raptor/ebz/report_search.html | 34 +
.../static/fusion/raptor/ebz/report_search.js | 136 +
.../fusion/raptor/images/ATT_Business_logo.gif | Bin 0 -> 8203 bytes
.../static/fusion/raptor/images/RAPTOR_BANNER.jpg | Bin 0 -> 6249 bytes
.../static/fusion/raptor/images/accessicon.gif | Bin 0 -> 329 bytes
.../webapp/static/fusion/raptor/images/active.gif | Bin 0 -> 338 bytes
.../webapp/static/fusion/raptor/images/addbtn.png | Bin 0 -> 662 bytes
.../static/fusion/raptor/images/ajax-loader.gif | Bin 0 -> 673 bytes
.../static/fusion/raptor/images/arrow_add.gif | Bin 0 -> 469 bytes
.../static/fusion/raptor/images/arrow_add_edge.gif | Bin 0 -> 564 bytes
.../fusion/raptor/images/arrow_add_multiple.gif | Bin 0 -> 748 bytes
.../static/fusion/raptor/images/arrow_add_one.gif | Bin 0 -> 631 bytes
.../static/fusion/raptor/images/arrow_back.gif | Bin 0 -> 621 bytes
.../static/fusion/raptor/images/arrow_cancel.gif | Bin 0 -> 652 bytes
.../static/fusion/raptor/images/arrow_left.gif | Bin 0 -> 382 bytes
.../static/fusion/raptor/images/arrow_left2.gif | Bin 0 -> 399 bytes
.../static/fusion/raptor/images/arrow_next.gif | Bin 0 -> 609 bytes
.../static/fusion/raptor/images/arrow_plus.gif | Bin 0 -> 67 bytes
.../fusion/raptor/images/arrow_reorder_all.gif | Bin 0 -> 686 bytes
.../fusion/raptor/images/arrow_reorder_all.png | Bin 0 -> 29837 bytes
.../static/fusion/raptor/images/arrow_right.gif | Bin 0 -> 381 bytes
.../static/fusion/raptor/images/arrow_right2.gif | Bin 0 -> 399 bytes
.../static/fusion/raptor/images/arrow_save.gif | Bin 0 -> 606 bytes
.../static/fusion/raptor/images/att-globe1.jpg | Bin 0 -> 5855 bytes
.../static/fusion/raptor/images/button_import.png | Bin 0 -> 546 bytes
.../static/fusion/raptor/images/calendar_icon.gif | Bin 0 -> 552 bytes
.../fusion/raptor/images/calendar_icon_nav.gif | Bin 0 -> 538 bytes
.../fusion/raptor/images/calendar_icon_nav1.gif | Bin 0 -> 1065 bytes
.../static/fusion/raptor/images/calender_icon.gif | Bin 0 -> 552 bytes
.../fusion/raptor/images/columnblankdown.gif | Bin 0 -> 192 bytes
.../static/fusion/raptor/images/columnblankup.gif | Bin 0 -> 193 bytes
.../static/fusion/raptor/images/columndown.gif | Bin 0 -> 124 bytes
.../static/fusion/raptor/images/columnup.gif | Bin 0 -> 126 bytes
.../static/fusion/raptor/images/crosshairs.png | Bin 0 -> 218 bytes
.../static/fusion/raptor/images/csv_icon.gif | Bin 0 -> 447 bytes
.../static/fusion/raptor/images/deleteicon.gif | Bin 0 -> 80 bytes
.../static/fusion/raptor/images/downloadicon.gif | Bin 0 -> 74 bytes
.../static/fusion/raptor/images/excel2007.jpg | Bin 0 -> 761 bytes
.../static/fusion/raptor/images/excel2007.png | Bin 0 -> 3186 bytes
.../static/fusion/raptor/images/excelicon.gif | Bin 0 -> 1055 bytes
.../fusion/raptor/images/excelicon_multi.gif | Bin 0 -> 1026 bytes
.../fusion/raptor/images/green-arrow-right.gif | Bin 0 -> 201 bytes
.../static/fusion/raptor/images/green-arrow.gif | Bin 0 -> 195 bytes
.../static/fusion/raptor/images/grnarrowdn.gif | Bin 0 -> 74 bytes
.../static/fusion/raptor/images/grnarrowup.gif | Bin 0 -> 106 bytes
.../main/webapp/static/fusion/raptor/images/h.png | Bin 0 -> 380 bytes
.../static/fusion/raptor/images/inactive.gif | Bin 0 -> 352 bytes
.../webapp/static/fusion/raptor/images/loader.gif | Bin 0 -> 958 bytes
.../webapp/static/fusion/raptor/images/loading.gif | Bin 0 -> 4176 bytes
.../static/fusion/raptor/images/lookup_arrow.gif | Bin 0 -> 645 bytes
.../static/fusion/raptor/images/maps/blue.png | Bin 0 -> 1309 bytes
.../static/fusion/raptor/images/maps/green.png | Bin 0 -> 1190 bytes
.../static/fusion/raptor/images/maps/lightblue.png | Bin 0 -> 1269 bytes
.../fusion/raptor/images/maps/map_iphone.jpg | Bin 0 -> 712 bytes
.../static/fusion/raptor/images/maps/orange.png | Bin 0 -> 3413 bytes
.../static/fusion/raptor/images/maps/pink.png | Bin 0 -> 1321 bytes
.../static/fusion/raptor/images/maps/purple.png | Bin 0 -> 1324 bytes
.../static/fusion/raptor/images/maps/red.png | Bin 0 -> 1305 bytes
.../static/fusion/raptor/images/maps/yellow.png | Bin 0 -> 1309 bytes
.../webapp/static/fusion/raptor/images/minus.gif | Bin 0 -> 75 bytes
.../static/fusion/raptor/images/modify_icon.gif | Bin 0 -> 246 bytes
.../webapp/static/fusion/raptor/images/page.gif | Bin 0 -> 554 bytes
.../static/fusion/raptor/images/pdficon_large.gif | Bin 0 -> 434 bytes
.../static/fusion/raptor/images/pdficon_small.gif | Bin 0 -> 361 bytes
.../static/fusion/raptor/images/pen_paper.gif | Bin 0 -> 618 bytes
.../webapp/static/fusion/raptor/images/plus.gif | Bin 0 -> 78 bytes
.../static/fusion/raptor/images/popupicon.gif | Bin 0 -> 79 bytes
.../static/fusion/raptor/images/position.png | Bin 0 -> 267 bytes
.../webapp/static/fusion/raptor/images/printer.gif | Bin 0 -> 1019 bytes
.../static/fusion/raptor/images/progress.gif | Bin 0 -> 734 bytes
.../static/fusion/raptor/images/question_mark.jpg | Bin 0 -> 426 bytes
.../static/fusion/raptor/images/quickhelp_dk.gif | Bin 0 -> 155 bytes
.../static/fusion/raptor/images/quickhelp_lt.gif | Bin 0 -> 897 bytes
.../webapp/static/fusion/raptor/images/r_back.gif | Bin 0 -> 918 bytes
.../webapp/static/fusion/raptor/images/raptor.jpg | Bin 0 -> 889 bytes
.../static/fusion/raptor/images/raptor_logo.gif | Bin 0 -> 3150 bytes
.../static/fusion/raptor/images/raptor_logo.jpg | Bin 0 -> 1827 bytes
.../static/fusion/raptor/images/required.gif | Bin 0 -> 854 bytes
.../static/fusion/raptor/images/shareicon.gif | Bin 0 -> 542 bytes
.../main/webapp/static/fusion/raptor/images/sv.png | Bin 0 -> 11373 bytes
.../static/fusion/raptor/images/tab_left.gif | Bin 0 -> 137 bytes
.../static/fusion/raptor/images/tab_left_sel.gif | Bin 0 -> 106 bytes
.../static/fusion/raptor/images/tab_right.gif | Bin 0 -> 138 bytes
.../static/fusion/raptor/images/tab_right_sel.gif | Bin 0 -> 104 bytes
.../static/fusion/raptor/images/test_run.gif | Bin 0 -> 330 bytes
.../webapp/static/fusion/raptor/images/text.gif | Bin 0 -> 141 bytes
.../raptor/images/tree/context-menu-gradient.gif | Bin 0 -> 807 bytes
.../raptor/images/tree/dhtmlgoodies_folder.gif | Bin 0 -> 1120 bytes
.../raptor/images/tree/dhtmlgoodies_minus.gif | Bin 0 -> 197 bytes
.../raptor/images/tree/dhtmlgoodies_plus.gif | Bin 0 -> 200 bytes
.../raptor/images/tree/dhtmlgoodies_sheet.gif | Bin 0 -> 906 bytes
.../images/tree/dhtmlgoodies_sheet_crosstab.gif | Bin 0 -> 1144 bytes
.../images/tree/dhtmlgoodies_sheet_dashboard.gif | Bin 0 -> 1164 bytes
.../images/tree/dhtmlgoodies_sheet_graph.gif | Bin 0 -> 983 bytes
.../fusion/raptor/images/tree/dragDrop_ind1.gif | Bin 0 -> 53 bytes
.../fusion/raptor/images/tree/dragDrop_ind2.gif | Bin 0 -> 56 bytes
.../fusion/raptor/images/tree/folder_close.gif | Bin 0 -> 283 bytes
.../fusion/raptor/images/tree/folder_dots.gif | Bin 0 -> 68 bytes
.../fusion/raptor/images/tree/folder_folder.gif | Bin 0 -> 980 bytes
.../fusion/raptor/images/tree/folder_lastsub.gif | Bin 0 -> 78 bytes
.../fusion/raptor/images/tree/folder_open.gif | Bin 0 -> 286 bytes
.../fusion/raptor/images/tree/folder_sub.gif | Bin 0 -> 265 bytes
.../fusion/raptor/images/tree/grnarrowleft.gif | Bin 0 -> 854 bytes
.../fusion/raptor/images/tree/grnarrowright.gif | Bin 0 -> 845 bytes
.../static/fusion/raptor/images/txt_icon.gif | Bin 0 -> 154 bytes
.../webapp/static/fusion/raptor/images/uF033.png | Bin 0 -> 520 bytes
.../webapp/static/fusion/raptor/images/uF034.png | Bin 0 -> 536 bytes
.../webapp/static/fusion/raptor/images/uF035.png | Bin 0 -> 487 bytes
.../webapp/static/fusion/raptor/images/uF036.png | Bin 0 -> 482 bytes
.../fusion/raptor/img/BorderLayout-24x24.png | Bin 0 -> 1369 bytes
.../static/fusion/raptor/img/Calendar-16x16.png | Bin 0 -> 552 bytes
.../static/fusion/raptor/img/DeleteCross-16x16.png | Bin 0 -> 750 bytes
.../webapp/static/fusion/raptor/img/addbtn.png | Bin 0 -> 662 bytes
.../static/fusion/raptor/img/button_import.png | Bin 0 -> 546 bytes
.../fusion/raptor/img/copyicon-highlighted.png | Bin 0 -> 264 bytes
.../webapp/static/fusion/raptor/img/copyicon.png | Bin 0 -> 235 bytes
.../static/fusion/raptor/img/cross-small.png | Bin 0 -> 291 bytes
.../webapp/static/fusion/raptor/img/csv_icon.gif | Bin 0 -> 447 bytes
.../webapp/static/fusion/raptor/img/csv_icon.jpg | Bin 0 -> 632 bytes
.../webapp/static/fusion/raptor/img/csv_icon.png | Bin 0 -> 938 bytes
.../fusion/raptor/img/deleteicon-highlighted.gif | Bin 0 -> 592 bytes
.../fusion/raptor/img/deleteicon-highlighted.png | Bin 0 -> 566 bytes
.../webapp/static/fusion/raptor/img/deleteicon.gif | Bin 0 -> 579 bytes
.../static/fusion/raptor/img/downloadicon.gif | Bin 0 -> 74 bytes
.../webapp/static/fusion/raptor/img/editicon.gif | Bin 0 -> 360 bytes
.../webapp/static/fusion/raptor/img/excel2007.jpg | Bin 0 -> 761 bytes
.../webapp/static/fusion/raptor/img/excelicon.gif | Bin 0 -> 1055 bytes
.../static/fusion/raptor/img/excelicon_multi.gif | Bin 0 -> 1026 bytes
.../static/fusion/raptor/img/executeicon.png | Bin 0 -> 1076 bytes
.../static/fusion/raptor/img/file_import.png | Bin 0 -> 653 bytes
.../static/fusion/raptor/img/pdficon_small.gif | Bin 0 -> 361 bytes
.../webapp/static/fusion/raptor/img/pen_paper.gif | Bin 0 -> 618 bytes
.../static/fusion/raptor/img/pencil-small.png | Bin 0 -> 309 bytes
.../webapp/static/fusion/raptor/img/report-add.png | Bin 0 -> 724 bytes
.../static/fusion/raptor/img/report-favorite.png | Bin 0 -> 693 bytes
.../webapp/static/fusion/raptor/img/report-my.png | Bin 0 -> 739 bytes
.../static/fusion/raptor/img/report-public.png | Bin 0 -> 776 bytes
.../webapp/static/fusion/raptor/img/report.png | Bin 0 -> 563 bytes
.../webapp/static/fusion/raptor/img/reports.png | Bin 0 -> 769 bytes
.../webapp/static/fusion/raptor/img/search.gif | Bin 0 -> 223 bytes
.../webapp/static/fusion/raptor/img/search.png | Bin 0 -> 3501 bytes
.../webapp/static/fusion/raptor/img/tick-small.png | Bin 0 -> 283 bytes
.../static/fusion/raptor/js/CalendarPopup.js | 1486 +
.../main/webapp/static/fusion/raptor/js/ajax.js | 214 +
.../fusion/raptor/js/ajax_dynamic_content.js | 97 +
.../static/fusion/raptor/js/cingular_button.js | 217 +
.../main/webapp/static/fusion/raptor/js/drupal.js | 1018 +
.../static/fusion/raptor/js/editabledropdown.js | 363 +
.../static/fusion/raptor/js/form-field-tooltip.js | 715 +
.../main/webapp/static/fusion/raptor/js/gmap.js | 634 +
.../main/webapp/static/fusion/raptor/js/jquery.js | 4376 ++
.../webapp/static/fusion/raptor/js/jquery.min.js | 154 +
.../static/fusion/raptor/js/label_quantum.js | 5 +
.../webapp/static/fusion/raptor/js/nova_button.js | 1184 +
.../static/fusion/raptor/js/other_scripts.js | 331 +
.../fusion/raptor/js/persist_table_header.js | 47 +
.../static/fusion/raptor/js/prototype-1.6.0.3.js | 4320 ++
.../main/webapp/static/fusion/raptor/js/raptor.js | 314 +
.../static/fusion/raptor/js/rounded-corners.js | 353 +
.../main/webapp/static/fusion/raptor/js/script.js | 482 +
.../webapp/static/fusion/raptor/js/tree/ajax.js | 194 +
.../static/fusion/raptor/js/tree/context-menu.js | 444 +
.../fusion/raptor/js/tree/drag-drop-folder-tree.js | 1059 +
.../webapp/static/fusion/raptor/uigrid/ui-grid.css | 1971 +
.../webapp/static/fusion/raptor/uigrid/ui-grid.eot | Bin 0 -> 8728 bytes
.../webapp/static/fusion/raptor/uigrid/ui-grid.js | 26735 ++++++++++++
.../webapp/static/fusion/raptor/uigrid/ui-grid.svg | 34 +
.../webapp/static/fusion/raptor/uigrid/ui-grid.ttf | Bin 0 -> 8564 bytes
.../static/fusion/raptor/uigrid/ui-grid.woff | Bin 0 -> 4792 bytes
.../static/fusion/raptor/uigrid/vfs_fonts.js | 1 +
.../static/fusion/sample/css/images/blank.gif | Bin 0 -> 49 bytes
.../webapp/static/fusion/sample/css/scribble.css | 40 +
.../webapp/static/fusion/sample/css/slider.css | 142 +
.../static/fusion/sample/css/spacegallery.css | 18 +
.../webapp/static/fusion/sample/css/welcome.css | 169 +
.../static/fusion/sample/html/area_chart.html | 49 +
.../static/fusion/sample/html/bar_chart.html | 95 +
.../static/fusion/sample/html/d3_gauges_demo.html | 39 +
.../fusion/sample/html/data/speedometer2.csv | 16 +
.../fusion/sample/html/data/speedometer3.csv | 2 +
.../static/fusion/sample/html/data/worddata.csv | 22 +
.../webapp/static/fusion/sample/html/donut_d3.html | 43 +
.../static/fusion/sample/html/js/area_chart.min.js | 1 +
.../static/fusion/sample/html/js/donut.min.js | 1 +
.../static/fusion/sample/html/js/gauges.min.js | 1 +
.../static/fusion/sample/html/js/line_chart.min.js | 1 +
.../static/fusion/sample/html/js/pie_chart.min.js | 1 +
.../static/fusion/sample/html/js/worddata.min.js | 1 +
.../static/fusion/sample/html/line_chart.html | 49 +
.../static/fusion/sample/html/pie_chart.html | 38 +
.../static/fusion/sample/html/wordcloud.html | 37 +
.../static/fusion/sample/images/Calendar-16x16.png | Bin 0 -> 552 bytes
.../static/fusion/sample/images/arrow-next.png | Bin 0 -> 1561 bytes
.../static/fusion/sample/images/arrow-prev.png | Bin 0 -> 1557 bytes
.../images/carousel/slide_b_drive_test_map.png | Bin 0 -> 202465 bytes
.../sample/images/carousel/slide_b_eppt_county.png | Bin 0 -> 21222 bytes
.../images/carousel/slide_b_eppt_regression.png | Bin 0 -> 11536 bytes
.../images/carousel/slide_b_ios_throughput.png | Bin 0 -> 26131 bytes
.../sample/images/carousel/slide_b_lata_map.png | Bin 0 -> 192031 bytes
.../images/carousel/slide_b_lata_map_legend.png | Bin 0 -> 3021 bytes
.../images/carousel/slide_b_nova_sdn_map.png | Bin 0 -> 179361 bytes
.../static/fusion/sample/images/copyicon.png | Bin 0 -> 235 bytes
.../static/fusion/sample/images/deleteicon.gif | Bin 0 -> 579 bytes
.../static/fusion/sample/images/example-frame.png | Bin 0 -> 33699 bytes
.../webapp/static/fusion/sample/images/loading.gif | Bin 0 -> 6820 bytes
.../static/fusion/sample/images/tunnels/1_mon.png | Bin 0 -> 22762 bytes
.../static/fusion/sample/images/tunnels/2_tue.png | Bin 0 -> 22772 bytes
.../static/fusion/sample/images/tunnels/3_wed.png | Bin 0 -> 24012 bytes
.../static/fusion/sample/images/tunnels/4_thu.png | Bin 0 -> 23902 bytes
.../static/fusion/sample/images/tunnels/5_fri.png | Bin 0 -> 22349 bytes
.../static/fusion/sample/images/tunnels/6_sat.png | Bin 0 -> 23674 bytes
.../static/fusion/sample/images/tunnels/7_sun.png | Bin 0 -> 22845 bytes
.../fusion/sample/images/tunnels/BH_DLSTX_IN.png | Bin 0 -> 10575 bytes
.../fusion/sample/images/tunnels/BH_DLSTX_OUT.png | Bin 0 -> 10460 bytes
.../static/fusion/sample/images/tunnels/BH_Nat.png | Bin 0 -> 10420 bytes
.../fusion/sample/images/tunnels/BH_Nat_Def.png | Bin 0 -> 8941 bytes
.../sample/images/tunnels/BH_Nat_Priority.png | Bin 0 -> 10590 bytes
.../webapp/static/fusion/sample/js/FusionCharts.js | 361 +
.../main/webapp/static/fusion/sample/js/charts.js | 132 +
.../src/main/webapp/static/fusion/sample/js/eye.js | 34 +
.../fusion/sample/js/jquery.flexslider-min.js | 5 +
.../webapp/static/fusion/sample/js/scribble.js | 19 +
.../static/fusion/sample/js/slides.min.jquery.js | 20 +
.../webapp/static/fusion/sample/js/spacegallery.js | 235 +
.../main/webapp/static/fusion/sample/js/utils.js | 252 +
.../fusion/sample/org_chart/css/bootstrap.min.css | 351 +
.../static/fusion/sample/org_chart/css/custom.css | 97 +
.../sample/org_chart/css/jquery.jOrgChart.css | 51 +
.../fusion/sample/org_chart/css/prettify.css | 1 +
.../static/fusion/sample/org_chart/example.html | 85 +
.../fusion/sample/org_chart/example_vsp.html | 88 +
.../static/fusion/sample/org_chart/images/bkgd.png | Bin 0 -> 133 bytes
.../fusion/sample/org_chart/images/raspberry.jpg | Bin 0 -> 5755 bytes
.../fusion/sample/org_chart/jquery.jOrgChart.js | 267 +
.../static/fusion/sample/org_chart/prettify.js | 28 +
.../src/main/webapp/static/js/jquery-1.10.2.js | 9789 +++++
.../src/main/webapp/static/js/jquery-ui.js | 16617 +++++++
.../src/main/webapp/static/js/jquery.mask.min.js | 12 +
.../src/main/webapp/static/js/modalService.js | 169 +
.../src/main/webapp/static/js/search.js | 829 +
.../core/MockApplicationContextTestSuite.java | 128 +
.../java/org/openecomp/fusionapp/SanityTest.java | 20 +
.../controller/CollaborationControllerTest.java | 27 +
.../openecomp/fusionapp/controller/NetMapTest.java | 19 +
.../fusionapp/service/ProfileServiceTest.java | 37 +
dcae_dmaapbc_webapp/upgrade-sdk-notes.txt | 31 +
2850 files changed, 670523 insertions(+)
create mode 100644 dcae_dmaapbc_webapp/.gitignore
create mode 100644 dcae_dmaapbc_webapp/README.md
create mode 100644 dcae_dmaapbc_webapp/build-scripts/build-deploy-app.sh
create mode 100644 dcae_dmaapbc_webapp/db-scripts/EcompSdkDDLMySql_1610_Complete_OS.sql
create mode 100644 dcae_dmaapbc_webapp/db-scripts/EcompSdkDMLMySql_1610_Complete_OS.sql
create mode 100644 dcae_dmaapbc_webapp/db-scripts/dbca-user-mysql.sql
create mode 100644 dcae_dmaapbc_webapp/db-scripts/mysqldump-notes.txt
create mode 100644 dcae_dmaapbc_webapp/dbc-app-deployment-guide.txt
create mode 100644 dcae_dmaapbc_webapp/ecomp_dcae_logo_170x130.png
create mode 100644 dcae_dmaapbc_webapp/ecomp_dcae_logo_360x218.png
create mode 100644 dcae_dmaapbc_webapp/ecomp_dcae_logo_680x520.png
create mode 100644 dcae_dmaapbc_webapp/pom.xml
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/controller/DataBusHomeController.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/controller/DataRouterController.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/controller/DbcappRestrictedBaseController.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/controller/DmaapAccessController.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/controller/HealthCheckController.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/controller/ManifestController.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/controller/MessageRouterController.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/domain/DmaapAccess.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/rest/DbcUsvcRestClient.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/rest/DbcUsvcRestResponse.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/rest/HttpComponentsClientHttpRequestFactoryBasicAuth.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/service/DmaapAccessService.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/service/DmaapAccessServiceImpl.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/util/DbcappProperties.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/fusionapp/conf/ExternalAppConfig.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/fusionapp/conf/ExternalAppInitializer.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/fusionapp/conf/HibernateMappingLocations.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/fusionapp/controller/AngularSinglePageController.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/fusionapp/controller/CallflowController.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/fusionapp/controller/ElasticSearchController.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/fusionapp/controller/LeafletMapContoller.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/fusionapp/controller/NetMapController.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/fusionapp/controller/PostDroolsController.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/fusionapp/controller/UserProfileController.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/fusionapp/controller/WelcomeController.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/fusionapp/model/Result.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/fusionapp/service/AdminAuthExtension.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/fusionapp/uebhandler/InitUebHandler.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/fusionapp/uebhandler/MainUebHandler.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/fusionapp/uebhandler/WidgetNotificationHandler.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/fusionapp/util/CustomLoggingFilter.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/fusionapp/util/LoggerDemo.java
create mode 100644 dcae_dmaapbc_webapp/src/main/java/org/openecomp/fusionapp/util/ValidateEncodingApp.java
create mode 100644 dcae_dmaapbc_webapp/src/main/resources/att-rules.drl
create mode 100644 dcae_dmaapbc_webapp/src/main/resources/cache.ccf
create mode 100644 dcae_dmaapbc_webapp/src/main/resources/logback.xml
create mode 100644 dcae_dmaapbc_webapp/src/main/resources/mchange-log.properties
create mode 100644 dcae_dmaapbc_webapp/src/main/resources/portal.properties
create mode 100644 dcae_dmaapbc_webapp/src/main/resources/state-rules.drl
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/conf/quartz.properties
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/conf/raptor.properties
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/conf/raptor_app_fusion.properties
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/conf/raptor_db_fusion.properties
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/conf/raptor_pdf.properties
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/conf/sql.properties
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/conf/system.properties
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/dbcapp/dbcapp-definitions.xml
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/dbcapp/dbcapp.hbm.xml
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/dbcapp/dbcapp.properties
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/defs/definitions.xml
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/conf/fusion.properties
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/defs/definitions.xml
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/.gitignore
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/broadcast.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/broadcast_list.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/collaborateList.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/data_out.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/ebz/ebz_footer.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/ebz/ebz_header.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/ebz/loginSnippet.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/ebz_template.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/ebz_template_noheader_nofooter.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/ebz_template_report_embedded.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/es_search_demo.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/es_suggest_demo.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/frame_insert.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/include.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/jcs_admin.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/meta.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/popup_modal.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/popup_modal_role.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/popup_modal_rolefunction.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/post_search.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/profile.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/profile_search.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/role.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/role_function_list.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/role_list.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/usage_list.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/jsp/webrtc/collaboration.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/orm/Fusion.hbm.xml
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/orm/RNoteBookIntegration.hbm.xml
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/fusion/orm/Workflow.hbm.xml
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/jsp/error.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/jsp/leafletMap.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/jsp/login_external.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/jsp/net_map.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/jsp/user_profile.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/jsp/welcome.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/WEB-INF/web.xml
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/att-globe-16x16.ico
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/datarouter/dr-feed-list-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/datarouter/dr-feed-popup-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/datarouter/dr-feed-pub-sub-list-popup-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/datarouter/dr-feed-service.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/datarouter/dr-pub-list-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/datarouter/dr-pub-popup-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/datarouter/dr-pub-service.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/datarouter/dr-sub-list-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/datarouter/dr-sub-popup-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/datarouter/dr-sub-service.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/datarouter/dr_feed_add_popup_template.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/datarouter/dr_feed_edit_popup_template.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/datarouter/dr_feed_list.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/datarouter/dr_feed_pub_sub_list_popup_template.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/datarouter/dr_pub_list.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/datarouter/dr_pub_popup_template.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/datarouter/dr_sub_list.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/datarouter/dr_sub_popup_template.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/dmaapaccess/dmaap-access-list-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/dmaapaccess/dmaap-access-popup-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/dmaapaccess/dmaap-access-service.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/dmaapaccess/dmaap_access_list.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/dmaapaccess/dmaap_access_popup_template.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/dmaapaccess/modal-popup-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/home/dbc-home-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/home/dbc-spa-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/home/dbc-style.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/home/dbc-yn-filter.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/home/dbc_home_body.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/home/dbc_popup_templates.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/home/dbc_spa.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/home/manifest-service.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/messagerouter/mr-client-list-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/messagerouter/mr-client-popup-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/messagerouter/mr-client-service.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/messagerouter/mr-topic-client-list-popup-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/messagerouter/mr-topic-list-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/messagerouter/mr-topic-popup-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/messagerouter/mr-topic-service.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/messagerouter/mr_client_list.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/messagerouter/mr_client_popup_template.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/messagerouter/mr_topic_client_list_popup_template.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/messagerouter/mr_topic_list.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/dbcapp/messagerouter/mr_topic_popup_template.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/bg-top-bar.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/checkmark_yes.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/downCaret.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/home-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/cut.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/door.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/export.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/import.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/page_white_add.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/page_white_copy.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/page_white_delete.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/page_white_edit.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/page_white_paste.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/trash.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/ui-bg_flat_0_aaaaaa_40x100.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/ui-bg_flat_75_ffffff_40x100.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/ui-bg_glass_55_fbf9ee_1x400.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/ui-bg_glass_65_ffffff_1x400.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/ui-bg_glass_75_dadada_1x400.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/ui-bg_glass_75_e6e6e6_1x400.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/ui-bg_glass_95_fef1ec_1x400.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/ui-bg_highlight-soft_75_cccccc_1x100.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/ui-icons_222222_256x240.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/ui-icons_2e83ff_256x240.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/ui-icons_454545_256x240.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/ui-icons_888888_256x240.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/menus/ui-icons_cd0a0a_256x240.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/pipe.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/selfArrow.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/smallPostit.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/trashCan.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/trashCanFull.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/images/triangle.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/index.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/mocks/networkElements.yml
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/BPMNconversion.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/app.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/arrayManipulation.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/arrows.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/ase.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/backend.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/.bower.json
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/CONTRIBUTING
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/Gruntfile.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/LICENSE
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/NOTICE
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/README.md
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/bower.json
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/component.json
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/dist/snap.svg-min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/dist/snap.svg.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/css/dr.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/css/main.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/css/prism.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/css/topcoat-desktop-light.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/fonts/sourcecodepro-regular-webfont.eot
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/fonts/sourcecodepro-regular-webfont.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/fonts/sourcecodepro-regular-webfont.ttf
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/fonts/sourcecodepro-regular-webfont.woff
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/fonts/sourcesanspro-light-webfont.eot
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/fonts/sourcesanspro-light-webfont.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/fonts/sourcesanspro-light-webfont.ttf
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/fonts/sourcesanspro-light-webfont.woff
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/fonts/sourcesanspro-regular-webfont.eot
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/fonts/sourcesanspro-regular-webfont.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/fonts/sourcesanspro-regular-webfont.ttf
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/fonts/sourcesanspro-regular-webfont.woff
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/fonts/sourcesanspro-semibold-webfont.eot
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/fonts/sourcesanspro-semibold-webfont.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/fonts/sourcesanspro-semibold-webfont.ttf
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/fonts/sourcesanspro-semibold-webfont.woff
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/fonts/stylesheet.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/img/search.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/img/search_dark.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/js/prism.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/doc/reference.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/dr.json
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/history.md
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/package.json
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/template.dot
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/test.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/.bower.json
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/.gitignore
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/LICENSE
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/README.md
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/bower.json
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/dist/assets/bpmn-font/css/bpmn-embedded.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/dist/assets/bpmn-font/css/bpmn.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/dist/assets/bpmn-font/font/bpmn.eot
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/dist/assets/bpmn-font/font/bpmn.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/dist/assets/bpmn-font/font/bpmn.ttf
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/dist/assets/bpmn-font/font/bpmn.woff
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/dist/assets/diagram-js.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/dist/bpmn-modeler.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/dist/bpmn-modeler.js.map
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/dist/bpmn-modeler.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/dist/bpmn-navigated-viewer.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/dist/bpmn-navigated-viewer.js.map
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/dist/bpmn-navigated-viewer.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/dist/bpmn-viewer.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/dist/bpmn-viewer.js.map
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/bpmn-js/dist/bpmn-viewer.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/jquery-mousewheel/.bower.json
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/jquery-mousewheel/ChangeLog.md
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/jquery-mousewheel/LICENSE.txt
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/jquery-mousewheel/README.md
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/jquery-mousewheel/bower.json
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/jquery-mousewheel/jquery.mousewheel.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/jquery-mousewheel/jquery.mousewheel.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/lodash/.bower.json
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/lodash/LICENSE
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/lodash/bower.json
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/lodash/lodash.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/lodash/lodash.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/sax/lib/sax.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/buttons.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/convertToYaml.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/customContextMenus.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/dependencies/Blob.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/dependencies/base64.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/dependencies/interact.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/dependencies/jquery-2.1.4.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/dependencies/js-yaml.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/dependencies/saveSvgAsPng.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/dictionary.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/dragMoveListener.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/dragMoveListenerArrow.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/dropzones.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/elements_ase.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/menus/bootbox.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/menus/bootstrap.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/menus/contextMenu.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/menus/jquery-ui.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/menus/jquery.tooltipster.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/nodes.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/notes.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/printpdf.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/resizable.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/scroll.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/services.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/styles/menus/bs.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/styles/menus/jquery-ui.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/styles/menus/tooltipster.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/styles/style.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/view-models/ase_view.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/view-models/grid_view.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/view-models/index.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/view-models/sidebar_view.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/view-models/topbar_view.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-animate.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-animate.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-animate.min.js.map
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-aria.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-aria.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-aria.min.js.map
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-cookies.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-cookies.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-cookies.min.js.map
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-csp.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-loader.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-loader.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-loader.min.js.map
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-message-format.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-message-format.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-message-format.min.js.map
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-messages.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-messages.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-messages.min.js.map
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-mocks.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-resource.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-resource.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-resource.min.js.map
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-route.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-route.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-route.min.js.map
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-sanitize.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-sanitize.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-sanitize.min.js.map
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-scenario.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-touch.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-touch.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular-touch.min.js.map
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/angular.min.js.map
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/errors.json
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/version.json
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-1.5/version.txt
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-ui/ui-bootstrap-tpls-1.1.2.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/angular-ui/ui-bootstrap-tpls-1.2.4.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/bootstrap/bs.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/css/nv.d3.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/cie.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/colorbrewer.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/core.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/crossfilter.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/crossfilter.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/d3.geom.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/d3.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/d3.layout.cloud.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/d3.layout.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/d3.v2.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/d3.v2.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/d3.v3.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/fisheye.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/hive.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/horizon.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/interactiveLayer.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/intro.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/axis-min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/axis.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/axis.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/backup/bullet.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/backup/bulletChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/boilerplate.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/bullet.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/bulletChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/cumulativeLineChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/discreteBar.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/discreteBarChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/distribution.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/historicalBar.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/historicalBarChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/indentedTree.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/legend.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/line.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/lineChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/linePlusBarChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/linePlusBarWithFocusChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/lineWithFisheye.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/lineWithFisheyeChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/lineWithFocusChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/multiBar.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/multiBarChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/multiBarHorizontal.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/multiBarHorizontalChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/multiBarTimeSeries.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/multiBarTimeSeriesChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/multiChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/ohlcBar.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/parallelCoordinates.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/pie.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/pieChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/scatter.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/scatterChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/scatterPlusLineChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/sparkline.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/sparklinePlus.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/stackedArea.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/models/stackedAreaChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/nv.d3.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/nv.d3.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/outro.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/sankey.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/tooltip.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/d3/js/utils.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/angular_js/angular-animate.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/angular_js/angular-cookies.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/angular_js/angular-route.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/angular_js/angular-route.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/angular_js/angular-sanitize.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/angular_js/angular-touch.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/angular_js/angular.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/angular_js/app.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/angular_js/checklist-model.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/angular_js/checklist-model.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/angular_js/gestures.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/angular_js/ng_base.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/angular_js/ui-charts-tpls.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/ebz_header/footer.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/ebz_header/header.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/ebz_header/portal_ebz_header.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/fn-ebz.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/images/headerChatIcon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/images/no_favorites_star.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/js/attHeaderSnippet.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/js/footer.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/att-abs-tpls.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/att-abs-tpls.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/base.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/btn.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/demo.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/dtpk.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/frms.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/ie/backgroundsize.min.htc
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/calendar-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/checkbox.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/down.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/icon-close-modal.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/icon-informative-modal.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/icon-warning-modal.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/loader.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/loading-spinner-medium.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/loading-spinner-orange.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/loading_balls_black-small.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/loading_balls_black.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/loading_balls_blue-small.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/loading_balls_blue.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/loading_balls_white-small.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/loading_balls_white.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/loading_dots.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/magnify_glass.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/oops-exclamation.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/radio.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/select-arrows.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/treearrow.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/up.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/images/upanddown.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/pages/iconography.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/sldr.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/style.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ebz/sandbox/styles/tbs.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/.gitignore
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/LICENSE
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/bower.json
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/component.json
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/composer.json
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/css/ionicons.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/css/ionicons.min.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/fonts/ionicons.eot
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/fonts/ionicons.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/fonts/ionicons.ttf
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/fonts/ionicons.woff
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/less/_ionicons-font.less
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/less/_ionicons-icons.less
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/less/_ionicons-variables.less
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/less/ionicons.less
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/alert-circled.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/alert.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-add-contact.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-add.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-alarm.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-archive.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-arrow-back.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-arrow-down-left.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-arrow-down-right.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-arrow-forward.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-arrow-up-left.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-arrow-up-right.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-battery.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-book.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-calendar.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-call.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-camera.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-chat.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-checkmark.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-clock.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-close.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-contact.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-contacts.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-data.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-developer.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-display.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-download.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-drawer.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-dropdown.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-earth.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-folder.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-forums.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-friends.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-hand.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-image.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-inbox.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-information.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-keypad.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-lightbulb.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-locate.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-location.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-mail.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-microphone.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-mixer.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-more.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-note.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-playstore.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-printer.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-promotion.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-reminder.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-remove.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-search.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-send.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-settings.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-share.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-social-user.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-social.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-sort.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-stair-drawer.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-star.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-stopwatch.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-storage.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-system-back.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-system-home.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-system-windows.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-timer.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-trash.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-user-menu.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-volume.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/android-wifi.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/aperture.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/archive.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-down-a.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-down-b.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-down-c.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-expand.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-graph-down-left.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-graph-down-right.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-graph-up-left.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-graph-up-right.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-left-a.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-left-b.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-left-c.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-move.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-resize.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-return-left.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-return-right.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-right-a.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-right-b.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-right-c.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-shrink.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-swap.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-up-a.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-up-b.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/arrow-up-c.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/asterisk.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/at.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/bag.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/battery-charging.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/battery-empty.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/battery-full.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/battery-half.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/battery-low.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/beaker.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/beer.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/bluetooth.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/bonfire.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/bookmark.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/briefcase.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/bug.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/calculator.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/calendar.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/camera.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/card.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/cash.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/chatbox-working.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/chatbox.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/chatboxes.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/chatbubble-working.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/chatbubble.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/chatbubbles.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/checkmark-circled.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/checkmark-round.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/checkmark.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/chevron-down.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/chevron-left.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/chevron-right.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/chevron-up.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/clipboard.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/clock.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/close-circled.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/close-round.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/close.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/closed-captioning.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/cloud.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/code-download.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/code-working.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/code.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/coffee.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/compass.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/compose.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/connection-bars.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/contrast.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/cube.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/disc.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/document-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/document.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/drag.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/earth.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/edit.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/egg.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/eject.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/email.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/eye-disabled.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/eye.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/female.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/filing.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/film-marker.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/fireball.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/flag.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/flame.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/flash-off.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/flash.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/flask.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/folder.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/fork-repo.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/fork.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/forward.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/funnel.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/game-controller-a.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/game-controller-b.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/gear-a.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/gear-b.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/grid.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/hammer.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/happy.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/headphone.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/heart-broken.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/heart.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/help-buoy.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/help-circled.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/help.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/home.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/icecream.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/icon-social-google-plus-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/icon-social-google-plus.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/image.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/images.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/information-circled.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/information.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ionic.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-alarm-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-alarm.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-albums-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-albums.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-americanfootball-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-americanfootball.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-analytics-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-analytics.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-arrow-back.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-arrow-down.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-arrow-forward.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-arrow-left.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-arrow-right.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-arrow-thin-down.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-arrow-thin-left.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-arrow-thin-right.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-arrow-thin-up.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-arrow-up.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-at-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-at.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-barcode-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-barcode.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-baseball-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-baseball.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-basketball-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-basketball.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-bell-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-bell.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-bolt-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-bolt.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-bookmarks-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-bookmarks.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-box-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-box.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-briefcase-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-briefcase.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-browsers-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-browsers.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-calculator-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-calculator.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-calendar-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-calendar.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-camera-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-camera.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-cart-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-cart.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-chatboxes-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-chatboxes.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-chatbubble-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-chatbubble.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-checkmark-empty.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-checkmark-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-checkmark.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-circle-filled.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-circle-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-clock-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-clock.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-close-empty.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-close-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-close.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-cloud-download-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-cloud-download.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-cloud-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-cloud-upload-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-cloud-upload.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-cloud.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-cloudy-night-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-cloudy-night.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-cloudy-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-cloudy.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-cog-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-cog.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-compose-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-compose.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-contact-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-contact.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-copy-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-copy.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-download-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-download.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-drag.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-email-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-email.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-expand.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-eye-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-eye.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-fastforward-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-fastforward.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-filing-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-filing.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-film-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-film.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-flag-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-flag.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-folder-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-folder.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-football-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-football.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-gear-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-gear.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-glasses-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-glasses.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-heart-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-heart.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-help-empty.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-help-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-help.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-home-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-home.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-infinite-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-infinite.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-information-empty.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-information-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-information.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-ionic-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-keypad-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-keypad.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-lightbulb-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-lightbulb.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-location-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-location.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-locked-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-locked.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-loop-strong.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-loop.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-medkit-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-medkit.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-mic-off.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-mic-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-mic.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-minus-empty.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-minus-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-minus.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-monitor-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-monitor.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-moon-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-moon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-more-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-more.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-musical-note.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-musical-notes.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-navigate-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-navigate.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-paper-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-paper.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-paperplane-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-paperplane.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-partlysunny-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-partlysunny.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-pause-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-pause.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-paw-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-paw.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-people-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-people.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-person-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-person.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-personadd-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-personadd.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-photos-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-photos.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-pie-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-pie.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-play-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-play.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-plus-empty.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-plus-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-plus.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-pricetag-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-pricetag.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-pricetags-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-pricetags.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-printer-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-printer.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-pulse-strong.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-pulse.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-rainy-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-rainy.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-recording-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-recording.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-redo-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-redo.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-refresh-empty.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-refresh-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-refresh.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-reload.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-reverse-camera-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-reverse-camera.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-rewind-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-rewind.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-search-strong.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-search.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-settings-strong.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-settings.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-shrink.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-skipbackward-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-skipbackward.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-skipforward-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-skipforward.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-snowy.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-speedometer-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-speedometer.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-star-half.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-star-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-star.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-stopwatch-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-stopwatch.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-sunny-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-sunny.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-telephone-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-telephone.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-tennisball-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-tennisball.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-thunderstorm-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-thunderstorm.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-time-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-time.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-timer-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-timer.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-toggle-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-toggle.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-trash-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-trash.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-undo-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-undo.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-unlocked-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-unlocked.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-upload-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-upload.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-videocam-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-videocam.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-volume-high.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-volume-low.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-wineglass-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-wineglass.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-world-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ios7-world.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ipad.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/iphone.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ipod.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/jet.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/key.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/knife.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/laptop.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/leaf.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/levels.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/lightbulb.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/link.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/load-a.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/load-b.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/load-c.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/load-d.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/location.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/locked.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/log-in.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/log-out.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/loop.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/magnet.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/male.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/man.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/map.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/medkit.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/merge.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/mic-a.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/mic-b.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/mic-c.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/minus-circled.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/minus-round.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/minus.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/model-s.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/monitor.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/more.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/mouse.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/music-note.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/navicon-round.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/navicon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/navigate.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/network.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/no-smoking.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/nuclear.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/outlet.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/paper-airplane.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/paperclip.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/pause.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/person-add.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/person-stalker.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/person.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/pie-graph.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/pin.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/pinpoint.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/pizza.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/plane.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/planet.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/play.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/playstation.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/plus-circled.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/plus-round.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/plus.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/podium.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/pound.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/power.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/pricetag.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/pricetags.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/printer.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/pull-request.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/qr-scanner.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/quote.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/radio-waves.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/record.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/refresh.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/reply-all.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/reply.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ribbon-a.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/ribbon-b.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/sad.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/scissors.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/search.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/settings.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/share.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/shuffle.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/skip-backward.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/skip-forward.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-android-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-android.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-apple-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-apple.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-bitcoin-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-bitcoin.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-buffer-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-buffer.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-designernews-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-designernews.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-dribbble-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-dribbble.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-dropbox-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-dropbox.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-facebook-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-facebook.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-foursquare-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-foursquare.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-freebsd-devil.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-github-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-github.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-google-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-google.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-googleplus-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-googleplus.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-hackernews-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-hackernews.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-instagram-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-instagram.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-linkedin-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-linkedin.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-pinterest-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-pinterest.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-reddit-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-reddit.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-rss-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-rss.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-skype-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-skype.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-tumblr-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-tumblr.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-tux.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-twitter-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-twitter.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-usd-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-usd.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-vimeo-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-vimeo.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-windows-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-windows.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-wordpress-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-wordpress.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-yahoo-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-yahoo.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-youtube-outline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/social-youtube.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/speakerphone.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/speedometer.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/spoon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/star.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/stats-bars.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/steam.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/stop.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/thermometer.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/thumbsdown.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/thumbsup.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/toggle-filled.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/toggle.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/trash-a.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/trash-b.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/trophy.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/umbrella.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/university.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/unlocked.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/upload.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/usb.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/videocamera.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/volume-high.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/volume-low.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/volume-medium.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/volume-mute.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/wand.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/waterdrop.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/wifi.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/wineglass.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/woman.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/wrench.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/png/512/xbox.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/readme.md
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/scss/_ionicons-font.scss
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/scss/_ionicons-icons.scss
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/scss/_ionicons-variables.scss
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/scss/ionicons.scss
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/alert-circled.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/alert.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-add-circle.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-add.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-alarm-clock.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-alert.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-apps.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-archive.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-arrow-back.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-arrow-down.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-arrow-dropdown-circle.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-arrow-dropdown.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-arrow-dropleft-circle.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-arrow-dropleft.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-arrow-dropright-circle.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-arrow-dropright.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-arrow-dropup-circle.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-arrow-dropup.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-arrow-forward.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-arrow-up.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-attach.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-bar.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-bicycle.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-boat.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-bookmark.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-bulb.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-bus.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-calendar.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-call.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-camera.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-cancel.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-car.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-cart.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-chat.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-checkbox-blank.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-checkbox-outline-blank.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-checkbox-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-checkbox.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-checkmark-circle.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-clipboard.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-close.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-cloud-circle.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-cloud-done.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-cloud-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-cloud.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-color-palette.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-compass.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-contact.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-contacts.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-contract.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-create.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-delete.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-desktop.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-document.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-done-all.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-done.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-download.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-drafts.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-exit.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-expand.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-favorite-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-favorite.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-film.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-folder-open.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-folder.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-funnel.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-globe.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-hand.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-hangout.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-happy.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-home.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-image.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-laptop.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-list.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-locate.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-lock.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-mail.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-map.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-menu.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-microphone-off.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-microphone.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-more-horizontal.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-more-vertical.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-navigate.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-notifications-none.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-notifications-off.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-notifications.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-open.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-options.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-people.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-person-add.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-person.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-phone-landscape.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-phone-portrait.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-pin.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-plane.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-playstore.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-print.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-radio-button-off.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-radio-button-on.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-refresh.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-remove-circle.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-remove.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-restaurant.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-sad.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-search.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-send.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-settings.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-share-alt.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-share.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-star-half.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-star-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-star.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-stopwatch.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-subway.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-sunny.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-sync.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-textsms.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-time.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-train.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-unlock.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-upload.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-volume-down.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-volume-mute.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-volume-off.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-volume-up.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-walk.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-warning.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-watch.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/android-wifi.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/aperture.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/archive.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-down-a.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-down-b.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-down-c.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-expand.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-graph-down-left.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-graph-down-right.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-graph-up-left.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-graph-up-right.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-left-a.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-left-b.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-left-c.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-move.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-resize.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-return-left.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-return-right.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-right-a.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-right-b.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-right-c.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-shrink.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-swap.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-up-a.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-up-b.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/arrow-up-c.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/asterisk.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/at.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/backspace-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/backspace.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/bag.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/battery-charging.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/battery-empty.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/battery-full.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/battery-half.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/battery-low.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/beaker.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/beer.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/bluetooth.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/bonfire.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/bookmark.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/bowtie.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/briefcase.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/bug.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/calculator.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/calendar.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/camera.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/card.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/cash.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/chatbox-working.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/chatbox.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/chatboxes.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/chatbubble-working.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/chatbubble.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/chatbubbles.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/checkmark-circled.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/checkmark-round.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/checkmark.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/chevron-down.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/chevron-left.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/chevron-right.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/chevron-up.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/clipboard.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/clock.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/close-circled.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/close-round.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/close.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/closed-captioning.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/cloud.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/code-download.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/code-working.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/code.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/coffee.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/compass.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/compose.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/connection-bars.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/contrast.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/crop.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/cube.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/disc.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/document-text.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/document.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/drag.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/earth.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/easel.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/edit.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/egg.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/eject.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/email-unread.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/email.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/erlenmeyer-flask-bubbles.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/erlenmeyer-flask.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/eye-disabled.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/eye.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/female.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/filing.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/film-marker.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/fireball.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/flag.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/flame.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/flash-off.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/flash.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/folder.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/fork-repo.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/fork.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/forward.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/funnel.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/gear-a.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/gear-b.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/grid.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/hammer.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/happy-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/happy.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/headphone.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/heart-broken.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/heart.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/help-buoy.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/help-circled.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/help.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/home.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/icecream.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/image.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/images.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/information-circled.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/information.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ionic.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-alarm-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-alarm.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-albums-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-albums.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-americanfootball-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-americanfootball.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-analytics-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-analytics.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-arrow-back.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-arrow-down.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-arrow-forward.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-arrow-left.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-arrow-right.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-arrow-thin-down.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-arrow-thin-left.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-arrow-thin-right.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-arrow-thin-up.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-arrow-up.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-at-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-at.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-barcode-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-barcode.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-baseball-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-baseball.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-basketball-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-basketball.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-bell-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-bell.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-body-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-body.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-bolt-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-bolt.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-book-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-book.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-bookmarks-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-bookmarks.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-box-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-box.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-briefcase-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-briefcase.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-browsers-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-browsers.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-calculator-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-calculator.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-calendar-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-calendar.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-camera-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-camera.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-cart-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-cart.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-chatboxes-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-chatboxes.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-chatbubble-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-chatbubble.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-checkmark-empty.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-checkmark-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-checkmark.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-circle-filled.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-circle-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-clock-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-clock.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-close-empty.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-close-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-close.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-cloud-download-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-cloud-download.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-cloud-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-cloud-upload-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-cloud-upload.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-cloud.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-cloudy-night-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-cloudy-night.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-cloudy-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-cloudy.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-cog-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-cog.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-color-filter-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-color-filter.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-color-wand-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-color-wand.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-compose-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-compose.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-contact-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-contact.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-copy-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-copy.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-crop-strong.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-crop.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-download-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-download.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-drag.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-email-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-email.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-eye-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-eye.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-fastforward-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-fastforward.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-filing-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-filing.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-film-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-film.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-flag-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-flag.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-flame-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-flame.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-flask-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-flask.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-flower-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-flower.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-folder-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-folder.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-football-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-football.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-game-controller-a-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-game-controller-a.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-game-controller-b-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-game-controller-b.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-gear-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-gear.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-glasses-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-glasses.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-grid-view-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-grid-view.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-heart-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-heart.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-help-empty.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-help-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-help.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-home-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-home.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-infinite-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-infinite.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-information-empty.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-information-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-information.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-ionic-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-keypad-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-keypad.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-lightbulb-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-lightbulb.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-list-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-list.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-location-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-location.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-locked-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-locked.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-loop-strong.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-loop.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-medical-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-medical.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-medkit-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-medkit.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-mic-off.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-mic-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-mic.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-minus-empty.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-minus-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-minus.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-monitor-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-monitor.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-moon-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-moon.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-more-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-more.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-musical-note.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-musical-notes.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-navigate-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-navigate.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-nutrition-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-nutrition.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-paper-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-paper.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-paperplane-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-paperplane.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-partlysunny-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-partlysunny.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-pause-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-pause.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-paw-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-paw.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-people-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-people.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-person-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-person.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-personadd-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-personadd.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-photos-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-photos.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-pie-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-pie.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-pint-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-pint.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-play-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-play.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-plus-empty.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-plus-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-plus.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-pricetag-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-pricetag.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-pricetags-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-pricetags.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-printer-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-printer.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-pulse-strong.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-pulse.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-rainy-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-rainy.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-recording-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-recording.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-redo-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-redo.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-refresh-empty.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-refresh-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-refresh.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-reload.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-reverse-camera-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-reverse-camera.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-rewind-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-rewind.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-rose-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-rose.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-search-strong.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-search.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-settings-strong.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-settings.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-shuffle-strong.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-shuffle.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-skipbackward-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-skipbackward.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-skipforward-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-skipforward.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-snowy.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-speedometer-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-speedometer.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-star-half.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-star-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-star.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-stopwatch-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-stopwatch.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-sunny-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-sunny.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-telephone-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-telephone.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-tennisball-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-tennisball.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-thunderstorm-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-thunderstorm.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-time-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-time.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-timer-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-timer.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-toggle-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-toggle.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-trash-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-trash.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-undo-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-undo.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-unlocked-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-unlocked.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-upload-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-upload.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-videocam-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-videocam.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-volume-high.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-volume-low.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-wineglass-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-wineglass.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-world-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ios-world.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ipad.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/iphone.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ipod.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/jet.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/key.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/knife.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/laptop.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/leaf.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/levels.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/lightbulb.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/link.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/load-a.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/load-b.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/load-c.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/load-d.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/location.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/lock-combination.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/locked.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/log-in.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/log-out.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/loop.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/magnet.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/male.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/man.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/map.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/medkit.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/merge.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/mic-a.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/mic-b.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/mic-c.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/minus-circled.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/minus-round.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/minus.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/model-s.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/monitor.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/more.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/mouse.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/music-note.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/navicon-round.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/navicon.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/navigate.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/network.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/no-smoking.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/nuclear.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/outlet.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/paintbrush.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/paintbucket.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/paper-airplane.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/paperclip.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/pause.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/person-add.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/person-stalker.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/person.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/pie-graph.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/pin.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/pinpoint.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/pizza.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/plane.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/planet.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/play.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/playstation.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/plus-circled.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/plus-round.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/plus.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/podium.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/pound.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/power.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/pricetag.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/pricetags.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/printer.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/pull-request.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/qr-scanner.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/quote.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/radio-waves.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/record.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/refresh.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/reply-all.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/reply.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ribbon-a.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/ribbon-b.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/sad-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/sad.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/scissors.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/search.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/settings.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/share.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/shuffle.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/skip-backward.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/skip-forward.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-android-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-android.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-angular-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-angular.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-apple-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-apple.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-bitcoin-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-bitcoin.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-buffer-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-buffer.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-chrome-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-chrome.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-codepen-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-codepen.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-css3-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-css3.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-designernews-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-designernews.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-dribbble-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-dribbble.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-dropbox-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-dropbox.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-euro-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-euro.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-facebook-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-facebook.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-foursquare-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-foursquare.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-freebsd-devil.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-github-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-github.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-google-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-google.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-googleplus-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-googleplus.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-hackernews-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-hackernews.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-html5-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-html5.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-instagram-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-instagram.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-javascript-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-javascript.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-linkedin-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-linkedin.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-markdown.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-nodejs.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-octocat.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-pinterest-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-pinterest.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-python.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-reddit-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-reddit.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-rss-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-rss.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-sass.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-skype-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-skype.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-snapchat-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-snapchat.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-tumblr-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-tumblr.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-tux.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-twitch-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-twitch.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-twitter-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-twitter.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-usd-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-usd.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-vimeo-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-vimeo.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-whatsapp-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-whatsapp.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-windows-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-windows.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-wordpress-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-wordpress.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-yahoo-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-yahoo.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-yen-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-yen.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-youtube-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/social-youtube.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/soup-can-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/soup-can.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/speakerphone.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/speedometer.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/spoon.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/star.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/stats-bars.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/steam.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/stop.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/thermometer.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/thumbsdown.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/thumbsup.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/toggle-filled.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/toggle.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/transgender.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/trash-a.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/trash-b.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/trophy.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/tshirt-outline.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/tshirt.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/umbrella.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/university.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/unlocked.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/upload.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/usb.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/videocamera.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/volume-high.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/volume-low.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/volume-medium.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/volume-mute.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/wand.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/waterdrop.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/wifi.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/wineglass.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/woman.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/wrench.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/src/xbox.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/css/images/blank.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/css/scribble.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/css/slider.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/css/spacegallery.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/html/area_chart.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/html/bar_chart.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/html/d3_gauges_demo.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/html/data/speedometer2.csv
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/html/data/speedometer3.csv
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/html/data/worddata.csv
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/html/donut_d3.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/html/js/area_chart.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/html/js/donut.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/html/js/gauges.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/html/js/line_chart.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/html/js/pie_chart.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/html/js/worddata.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/html/line_chart.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/html/pie_chart.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/html/wordcloud.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/Calendar-16x16.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/arrow-next.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/arrow-prev.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/carousel/slide_b_drive_test_map.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/carousel/slide_b_eppt_county.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/carousel/slide_b_eppt_regression.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/carousel/slide_b_ios_throughput.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/carousel/slide_b_lata_map.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/carousel/slide_b_lata_map_legend.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/carousel/slide_b_nova_sdn_map.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/copyicon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/deleteicon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/example-frame.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/loading.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/tunnels/1_mon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/tunnels/2_tue.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/tunnels/3_wed.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/tunnels/4_thu.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/tunnels/5_fri.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/tunnels/6_sat.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/tunnels/7_sun.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/tunnels/BH_DLSTX_IN.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/tunnels/BH_DLSTX_OUT.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/tunnels/BH_Nat.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/tunnels/BH_Nat_Def.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/images/tunnels/BH_Nat_Priority.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/js/FusionCharts.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/js/charts.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/js/eye.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/js/scribble.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/js/slides.min.jquery.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/js/spacegallery.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/js/utils.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/org_chart/css/bootstrap.min.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/org_chart/css/custom.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/org_chart/css/jquery.jOrgChart.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/org_chart/css/prettify.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/org_chart/example.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/org_chart/example_vsp.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/org_chart/images/bkgd.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/org_chart/images/raspberry.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/org_chart/jquery.jOrgChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/samples/org_chart/prettify.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/utils/js/browserCheck.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/fonts/dummy.txt
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/ATT_Labs_Logo.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/Logo_att_labs.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/Rlogo.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/Thumbs.db
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/action_icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/action_list_spacer.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/active.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/add.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/add_tool_button.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/addicon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/application_window_bg.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/arrow-next.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/arrow-prev.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/att_angular_gridster/grips.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/att_logo.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/backButton.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/blank.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/blueButton.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/body_graphic.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/bubble.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/cache.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/calendar.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/chevron.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/close_container.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/collapsed-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/column-bg.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/copyicon-highlighted.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/copyicon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/csv_icon.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/csv_icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/customers-add.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/customers-search.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/customers.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/decrypted.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/deleteicon-highlighted.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/deleteicon-highlighted.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/deleteicon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/editicon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/error_type.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/example-frame.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/excelicon_multi.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/executeicon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/expanded-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/file-add.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/file_import.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/file_save-all.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/filter_icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/folder_add.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/folder_closed.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/folder_delete.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/folder_edit.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/folder_open.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/folder_user.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/funnel.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/fusion.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/grayButton.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/gray_add_tool_button.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/headerChatIcon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/icon_remove_all.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/inactive.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/info_type.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/layout/panel-e-w-toggle.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/layout/panel-n-s-toggle.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/leftButton.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/loading.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/loading_bar.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/login_button.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/logo_att.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/logo_att_header.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/logo_att_header.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/logo_header.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/m1.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/mail.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/map.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/menu/bubble.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/menu/file_import.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/menu/file_save-all.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/menu/mail.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/menu/profile.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/menu/speechbubble.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/menu/users.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/minus.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/mobile_logo_att_header_black.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/mobile_logo_att_header_grey.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/mobile_logo_att_header_horizontal.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/mobile_logo_att_header_white.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/modify_icon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/note-add.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/note-search.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/note.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/notes.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/offline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/offlineMsg.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/online.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/page.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/pagination.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/panel-e-w-toggle.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/panel-n-s-toggle.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/pix.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/plus.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/printer.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/profile.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/report-add.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/report-favorite.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/report-my.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/report-public.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/report.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/reports.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/results-first-active.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/results-first-disabled.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/results-last-active.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/results-last-disabled.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/results-next-active.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/results-next-disabled.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/results-prev-active.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/results-prev-disabled.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/resultset_last.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/resultset_previous.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/return_to_top.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/rightButton.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/search.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/search_profile.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/sort_asc.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/sort_desc.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/spacer.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/success_type.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/swoosh.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/tab-hm.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/tab-v-hm.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/tab.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/table-add.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/table-delete.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/table-edit.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/table.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/tabs-bg.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/toolButton.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/toolButton.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/toolbar.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/users.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/warning_type.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/webphone.ico
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/images/whiteButton.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/att_angular_gridster/angular-gridster.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/att_angular_gridster/ui-gridster-tpls.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/adminController.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/admin_menu_edit.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/ase-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/broadcast-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/broadcast-list-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/collaborate-list-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/dummy.txt
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/fn_menu_add_popup_controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/jcs-admin-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/modelpopupController.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/post-search-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/profile-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/profile-search-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/profileController.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/role-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/role-function-list-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/role-list-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/rolefunctionpopupController.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/rolepopupmodelController.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/self-profile-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/usage-list-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/workflows/workflowApp.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/workflows/workflowController.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/controllers/workflows/workflowRouting.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/directives/dummy.txt
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/directives/footer.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/directives/header.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/directives/leftMenu.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/jquery.resize.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/layout/debug.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/layout/jquery-latest.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/layout/jquery-ui-latest.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/layout/jquery.layout-latest.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/modalService.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/moment.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/network/net_map.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/services/adminService.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/services/headerService.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/services/leftMenuService.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/services/profileService.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/services/userInfoService.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/socket/peerBroadcast.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/utils/dummy.txt
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/utils/page-resource.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/utils/sandbox-resources.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/admin-page/admin.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/admin-page/profile.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/dummy.txt
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/footer.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/header.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/left_menu.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/admin_closed_loop.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/admin_menu_edit.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/broadcast.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/broadcast_list.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/collaborate_list.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/jcs_admin.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/popup_modal.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/popup_modal_fn_menu_add.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/popup_modal_fn_menu_edit.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/popup_modal_role.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/popup_modal_rolefunction.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/post_search.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/profile_detail.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/profile_search.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/role.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/role_function_list.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/role_list.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/self_profile.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/usage_list.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-landing.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-listing.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-listing.html.bak
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-new.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-preview.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-remove.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-schedule.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/webrtc/RTCMultiConnection.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/webrtc/getSourceId.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/styles/att_angular_gridster/sandbox-gridster.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/styles/att_angular_gridster/ui-gridster.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/styles/fusion-sunny.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/styles/jquery-ui.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/styles/layout/layout-default-latest.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusion/styles/workflows/workflows.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/drools/controller/drools-list-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/drools/controller/drools-view-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/drools/controller/droolsController.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/drools/controller/dummy.txt
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/drools/directives/dummy.txt
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/drools/services/droolsService.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/drools/utils/dummy.txt
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/drools/view-models/droolsList.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/drools/view-models/droolsSinglePage.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/drools/view-models/droolsView.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/drools/view-models/dummy.txt
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/external/dummy.txt
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/fonts/dummy.txt
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/7450-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/7450-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/7750-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/7750-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/apn-dns-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/apn-dns-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/atcf-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/atcf-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/atgw-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/atgw-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/bgcf-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/bgcf-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/com-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/cpm-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/cpm-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/default-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/dra-epc-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/dra-epc-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/dra-ims-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/dra-ims-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/dslam-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/dslam-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/eatf-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/eatf-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/ecscf-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/ecscf-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/emsc-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/enb-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/enb-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/enum-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/enum-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/esmlc-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/esmlc-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/ettcs-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/ettcs-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/gmlc-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/gmlc-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/hlr-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/hlr-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/hss-epc-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/hss-epc-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/hss-ims-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/hss-ims-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/icscf-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/icscf-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/ipag-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/ipag-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/isbc-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/isbc-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/iwf-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/iwf-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/lrf-rdf-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/lrf-rdf-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/lrg-rdf-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/mgc8-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/mgc8-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/mgcf-emsc-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/mgcf-emsc-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/mgw-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/mgw-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/mind-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/mind-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/mme-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/mme-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/mrf-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/mrf-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/msc-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/msn-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/msn-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/multi-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/n7450-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/n7450-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/n7750a-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/n7750a-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/n7750b-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/n7750b-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/n7750c-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/n7750c-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/n7750d-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/n7750d-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/nb-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/nb-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/pas-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/pas-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/pcef-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/pcef-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/pcrf-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/pcrf-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/pcscf-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/pcscf-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/pgw-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/pgw-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/plrf-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/plrf-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/psap-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/pstn-tdm-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/pstn-tdm-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/rg-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/rg-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/rnc-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/rnc-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/sbc-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/sbc-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/sccas-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/sccas-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/scscf-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/scscf-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/sdg-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/sdg-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/sgsns4-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/sgsns4-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/sgw-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/sgw-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/siad-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/siad-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/ss7-gport-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/ss7-gport-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/ss7gport-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/ss7gport-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/switch-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/tas-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/tas-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/transcoder-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/transcoder-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/ue-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/uephone-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/usp-dns-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/icons/usp-dns-text.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/images/dummy.txt
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/scripts/controller/dummy.txt
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/scripts/controller/sample-page-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/scripts/controller/sample-page-iframe-controller.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/scripts/controller/sampleController.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/scripts/directives/dummy.txt
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/scripts/utils/dummy.txt
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/scripts/view-models/dummy.txt
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/scripts/view-models/sample.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/scripts/view-models/sampleWithIframe.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/scripts/view-models/singlePageSample.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/app/fusionapp/styles/dummy.txt
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/index.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/manifest.jsp
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/css/att_angular_gridster/sandbox-gridster.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/css/att_angular_gridster/ui-gridster.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/css/fusion-sunny.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/css/jquery-ui.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/css/layout/layout-default-latest.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/css/nv.d3.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/cie.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/colorbrewer.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/core.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/crossfilter.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/crossfilter.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/d3.geom.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/d3.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/d3.layout.cloud.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/d3.layout.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/d3.v2.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/d3.v2.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/d3.v3.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/fisheye.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/hive.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/horizon.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/interactiveLayer.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/intro.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/axis-min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/axis.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/axis.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/backup/bullet.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/backup/bulletChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/boilerplate.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/bullet.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/bulletChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/cumulativeLineChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/discreteBar.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/discreteBarChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/distribution.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/historicalBar.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/historicalBarChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/indentedTree.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/legend.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/line.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/lineChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/linePlusBarChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/linePlusBarWithFocusChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/lineWithFisheye.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/lineWithFisheyeChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/lineWithFocusChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/multiBar.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/multiBarChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/multiBarHorizontal.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/multiBarHorizontalChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/multiBarTimeSeries.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/multiBarTimeSeriesChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/multiChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/ohlcBar.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/parallelCoordinates.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/pie.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/pieChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/scatter.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/scatterChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/scatterPlusLineChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/sparkline.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/sparklinePlus.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/stackedArea.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/models/stackedAreaChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/nv.d3.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/nv.d3.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/outro.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/sankey.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/tooltip.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/d3/js/utils.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/Logo_att_labs.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/Rlogo.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/Thumbs.db
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/action_icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/action_list_spacer.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/active.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/add.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/add_tool_button.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/addicon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/application_window_bg.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/arrow-next.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/arrow-prev.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/att_angular_gridster/grips.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/backButton.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/blank.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/blueButton.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/bubble.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/cache.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/calendar.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/chevron.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/close_container.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/collapsed-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/column-bg.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/copyicon-highlighted.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/copyicon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/csv_icon.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/csv_icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/customers-add.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/customers-search.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/customers.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/decrypted.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/deleteicon-highlighted.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/deleteicon-highlighted.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/deleteicon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/ecomp.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/ecomp_trans.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/editicon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/error_type.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/example-frame.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/excelicon_multi.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/executeicon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/expanded-icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/file-add.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/file_import.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/file_save-all.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/filter_icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/folder_add.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/folder_closed.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/folder_delete.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/folder_edit.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/folder_open.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/folder_user.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/funnel.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/fusion.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/grayButton.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/gray_add_tool_button.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/headerChatIcon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/icon_remove_all.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/inactive.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/info_type.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/layout/panel-e-w-toggle.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/layout/panel-n-s-toggle.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/leftButton.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/loading.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/loading_bar.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/login_button.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/logo_att.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/logo_att_header.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/logo_att_header.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/logo_header.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/m1.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/mail.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/map.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/menu/bubble.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/menu/file_import.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/menu/file_save-all.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/menu/mail.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/menu/profile.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/menu/speechbubble.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/menu/users.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/minus.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/mobile_logo_att_header_black.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/mobile_logo_att_header_grey.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/mobile_logo_att_header_horizontal.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/mobile_logo_att_header_white.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/modify_icon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/no_favorites_star.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/note-add.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/note-search.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/note.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/notes.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/offline.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/offlineMsg.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/online.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/page.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/pagination.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/panel-e-w-toggle.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/panel-n-s-toggle.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/pix.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/plus.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/printer.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/profile.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/report-add.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/report-favorite.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/report-my.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/report-public.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/report.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/reports.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/results-first-active.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/results-first-disabled.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/results-last-active.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/results-last-disabled.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/results-next-active.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/results-next-disabled.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/results-prev-active.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/results-prev-disabled.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/resultset_last.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/resultset_previous.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/return_to_top.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/rightButton.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/search.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/search_profile.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/sort_asc.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/sort_desc.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/spacer.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/success_type.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/swoosh.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/tab-hm.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/tab-v-hm.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/tab.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/table-add.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/table-delete.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/table-edit.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/table.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/tabs-bg.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/toolButton.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/toolButton.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/toolbar.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/users.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/warning_type.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/webphone.ico
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/images/whiteButton.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/js/att_angular_gridster/angular-gridster.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/js/att_angular_gridster/ui-gridster-tpls.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/js/jquery.resize.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/js/layout/debug.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/js/layout/jquery-latest.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/js/layout/jquery-ui-latest.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/js/layout/jquery.layout-latest.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/js/moment.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/css/Style.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/css/bd_quantum_raptor.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/css/calendar.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/css/dashboard.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/css/drupal.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/css/form-field-tooltip.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/css/mobile_raptor.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/css/novamap.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/css/picker.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/css/ral.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/css/raptor.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/css/tree/context-menu.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/css/tree/drag-drop-folder-tree.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/css/nv.d3.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/cie.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/colorbrewer.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/core.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/crossfilter.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/crossfilter.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/d3.geom.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/d3.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/d3.layout.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/d3.v2.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/d3.v2.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/d3.v3.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/d3.v3.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/fisheye.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/hive.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/horizon.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/interactiveLayer.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/intro.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/axis-min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/axis.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/axis.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/boilerplate.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/bullet.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/bulletChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/cumulativeLineChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/discreteBar.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/discreteBarChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/distribution.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/historicalBar.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/historicalBarChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/indentedTree.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/legend.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/line.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/lineChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/linePlusBarChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/linePlusBarWithFocusChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/lineWithFisheye.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/lineWithFisheyeChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/lineWithFocusChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/multiBar.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/multiBarChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/multiBarHorizontal.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/multiBarHorizontalChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/multiBarTimeSeries.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/multiBarTimeSeriesChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/multiChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/ohlcBar.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/parallelCoordinates.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/pie.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/pie.js.bak
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/pieChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/scatter.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/scatterChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/scatterPlusLineChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/sparkline.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/sparklinePlus.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/stackedArea.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/models/stackedAreaChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/nv.d3.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/outro.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/sankey.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/tooltip.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/d3/js/utils.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/dashed-canvas.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/data.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/dygraph-canvas.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/dygraph-combined.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/dygraph-combined_bak_color.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/dygraph-dev.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/dygraph-externs.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/dygraph-gviz.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/dygraph-interaction-model.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/dygraph-layout.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/dygraph-options-reference.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/dygraph-options.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/dygraph-plugin-base.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/dygraph-plugin-install.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/dygraph-tickers.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/dygraph-utils.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/dygraph.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/excanvas.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/interaction.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/interaction.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/interaction_sun.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/moment.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/phantom-driver.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/phantom-perf.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/plugins/README
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/plugins/annotations.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/plugins/axes.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/plugins/chart-labels.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/plugins/grid.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/plugins/legend.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/plugins/range-selector.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/rgbcolor/rgbcolor.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/stacktrace.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/strftime/Doxyfile
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/strftime/strftime-min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/dy3/js/strftime/strftime.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/ebz/date_time_picker.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/ebz/date_time_picker.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/ebz/dynamicform.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/ebz/moment.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/ebz/multiselect.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/ebz/quick_links.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/ebz/report_chart_wizard.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/ebz/report_chart_wizard.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/ebz/report_run.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/ebz/report_run.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/ebz/report_search.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/ebz/report_search.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/ATT_Business_logo.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/RAPTOR_BANNER.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/accessicon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/active.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/addbtn.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/ajax-loader.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/arrow_add.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/arrow_add_edge.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/arrow_add_multiple.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/arrow_add_one.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/arrow_back.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/arrow_cancel.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/arrow_left.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/arrow_left2.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/arrow_next.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/arrow_plus.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/arrow_reorder_all.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/arrow_reorder_all.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/arrow_right.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/arrow_right2.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/arrow_save.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/att-globe1.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/button_import.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/calendar_icon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/calendar_icon_nav.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/calendar_icon_nav1.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/calender_icon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/columnblankdown.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/columnblankup.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/columndown.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/columnup.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/crosshairs.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/csv_icon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/deleteicon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/downloadicon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/excel2007.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/excel2007.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/excelicon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/excelicon_multi.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/green-arrow-right.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/green-arrow.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/grnarrowdn.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/grnarrowup.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/h.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/inactive.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/loader.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/loading.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/lookup_arrow.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/maps/blue.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/maps/green.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/maps/lightblue.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/maps/map_iphone.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/maps/orange.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/maps/pink.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/maps/purple.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/maps/red.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/maps/yellow.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/minus.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/modify_icon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/page.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/pdficon_large.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/pdficon_small.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/pen_paper.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/plus.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/popupicon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/position.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/printer.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/progress.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/question_mark.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/quickhelp_dk.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/quickhelp_lt.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/r_back.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/raptor.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/raptor_logo.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/raptor_logo.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/required.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/shareicon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/sv.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tab_left.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tab_left_sel.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tab_right.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tab_right_sel.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/test_run.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/text.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tree/context-menu-gradient.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tree/dhtmlgoodies_folder.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tree/dhtmlgoodies_minus.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tree/dhtmlgoodies_plus.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tree/dhtmlgoodies_sheet.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tree/dhtmlgoodies_sheet_crosstab.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tree/dhtmlgoodies_sheet_dashboard.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tree/dhtmlgoodies_sheet_graph.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tree/dragDrop_ind1.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tree/dragDrop_ind2.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tree/folder_close.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tree/folder_dots.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tree/folder_folder.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tree/folder_lastsub.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tree/folder_open.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tree/folder_sub.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tree/grnarrowleft.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/tree/grnarrowright.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/txt_icon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/uF033.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/uF034.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/uF035.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/images/uF036.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/BorderLayout-24x24.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/Calendar-16x16.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/DeleteCross-16x16.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/addbtn.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/button_import.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/copyicon-highlighted.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/copyicon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/cross-small.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/csv_icon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/csv_icon.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/csv_icon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/deleteicon-highlighted.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/deleteicon-highlighted.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/deleteicon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/downloadicon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/editicon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/excel2007.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/excelicon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/excelicon_multi.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/executeicon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/file_import.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/pdficon_small.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/pen_paper.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/pencil-small.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/report-add.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/report-favorite.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/report-my.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/report-public.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/report.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/reports.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/search.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/search.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/img/tick-small.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/CalendarPopup.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/ajax.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/ajax_dynamic_content.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/cingular_button.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/drupal.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/editabledropdown.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/form-field-tooltip.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/gmap.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/jquery.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/jquery.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/label_quantum.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/nova_button.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/other_scripts.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/persist_table_header.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/prototype-1.6.0.3.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/raptor.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/rounded-corners.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/script.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/tree/ajax.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/tree/context-menu.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/js/tree/drag-drop-folder-tree.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/uigrid/ui-grid.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/uigrid/ui-grid.eot
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/uigrid/ui-grid.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/uigrid/ui-grid.svg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/uigrid/ui-grid.ttf
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/uigrid/ui-grid.woff
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/raptor/uigrid/vfs_fonts.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/css/images/blank.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/css/scribble.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/css/slider.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/css/spacegallery.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/css/welcome.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/html/area_chart.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/html/bar_chart.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/html/d3_gauges_demo.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/html/data/speedometer2.csv
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/html/data/speedometer3.csv
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/html/data/worddata.csv
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/html/donut_d3.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/html/js/area_chart.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/html/js/donut.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/html/js/gauges.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/html/js/line_chart.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/html/js/pie_chart.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/html/js/worddata.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/html/line_chart.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/html/pie_chart.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/html/wordcloud.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/Calendar-16x16.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/arrow-next.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/arrow-prev.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/carousel/slide_b_drive_test_map.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/carousel/slide_b_eppt_county.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/carousel/slide_b_eppt_regression.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/carousel/slide_b_ios_throughput.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/carousel/slide_b_lata_map.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/carousel/slide_b_lata_map_legend.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/carousel/slide_b_nova_sdn_map.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/copyicon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/deleteicon.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/example-frame.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/loading.gif
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/tunnels/1_mon.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/tunnels/2_tue.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/tunnels/3_wed.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/tunnels/4_thu.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/tunnels/5_fri.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/tunnels/6_sat.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/tunnels/7_sun.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/tunnels/BH_DLSTX_IN.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/tunnels/BH_DLSTX_OUT.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/tunnels/BH_Nat.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/tunnels/BH_Nat_Def.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/images/tunnels/BH_Nat_Priority.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/js/FusionCharts.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/js/charts.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/js/eye.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/js/jquery.flexslider-min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/js/scribble.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/js/slides.min.jquery.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/js/spacegallery.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/js/utils.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/org_chart/css/bootstrap.min.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/org_chart/css/custom.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/org_chart/css/jquery.jOrgChart.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/org_chart/css/prettify.css
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/org_chart/example.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/org_chart/example_vsp.html
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/org_chart/images/bkgd.png
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/org_chart/images/raspberry.jpg
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/org_chart/jquery.jOrgChart.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/fusion/sample/org_chart/prettify.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/js/jquery-1.10.2.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/js/jquery-ui.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/js/jquery.mask.min.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/js/modalService.js
create mode 100644 dcae_dmaapbc_webapp/src/main/webapp/static/js/search.js
create mode 100644 dcae_dmaapbc_webapp/src/test/java/org/openecomp/fusion/core/MockApplicationContextTestSuite.java
create mode 100644 dcae_dmaapbc_webapp/src/test/java/org/openecomp/fusionapp/SanityTest.java
create mode 100644 dcae_dmaapbc_webapp/src/test/java/org/openecomp/fusionapp/controller/CollaborationControllerTest.java
create mode 100644 dcae_dmaapbc_webapp/src/test/java/org/openecomp/fusionapp/controller/NetMapTest.java
create mode 100644 dcae_dmaapbc_webapp/src/test/java/org/openecomp/fusionapp/service/ProfileServiceTest.java
create mode 100644 dcae_dmaapbc_webapp/upgrade-sdk-notes.txt
(limited to 'dcae_dmaapbc_webapp')
diff --git a/dcae_dmaapbc_webapp/.gitignore b/dcae_dmaapbc_webapp/.gitignore
new file mode 100644
index 0000000..43b4259
--- /dev/null
+++ b/dcae_dmaapbc_webapp/.gitignore
@@ -0,0 +1,2 @@
+/target/
+/catalina.base_IS_UNDEFINED/
diff --git a/dcae_dmaapbc_webapp/README.md b/dcae_dmaapbc_webapp/README.md
new file mode 100644
index 0000000..cfddeed
--- /dev/null
+++ b/dcae_dmaapbc_webapp/README.md
@@ -0,0 +1,26 @@
+DMaaP Bus Controller Application
+================================
+
+The DMaaP Bus Controller web application provides a front-end GUI to a subset of
+the OpenDCAE DMaaP Bus Controller API. The GUI offers a user-friendly way for DMaaP
+administrators to add, modify and remove Data Router feeds (transfers of large
+file-based data sets) and Message Router topics (low-latency transfers of small
+messages). Users can view all feeds and topics; add and remove feed publishers;
+add and remove feed subscribers; and add and remove topic clients.
+
+The Data Bus Controller web application is a essentially proxy that passes thru
+all requests to the DMaaP bus controller's REST API, and displays the results.
+All data is stored in the DMaaP bus controller back-end; the application stores no
+data on feeds or topics. The application only stores user-entered access profiles.
+
+This application is planned for integration with ECOMP Portal in release 1610,
+and is expected to run on the same virtual machines and the same Apache Tomcat web
+containers as the Portal application.
+
+This application is based on the ECOMP SDK. Use Apache Maven to build and package
+this webapp for deployment. See the file dbc-app-deployment-guide.txt for complete
+details.
+
+This application relies on the DBC Microservice to access DMaaP access profiles.
+A related Maven project contains the code and deployment instructions for that
+micro service.
\ No newline at end of file
diff --git a/dcae_dmaapbc_webapp/build-scripts/build-deploy-app.sh b/dcae_dmaapbc_webapp/build-scripts/build-deploy-app.sh
new file mode 100644
index 0000000..5c46462
--- /dev/null
+++ b/dcae_dmaapbc_webapp/build-scripts/build-deploy-app.sh
@@ -0,0 +1,78 @@
+#!/usr/bin/bash
+# Script for DMaaP Bus Controller web app on development host demeter.
+# Checks out code, downloads jars from Maven Central, builds war file,
+# stops Tomcat server, unpacks the war file, starts server.
+# On demeter the webapp is deployed to same tomcat as ECOMP Portal app.
+
+# URL of the project Git repository
+GIT_REPO="https://gitlab/scm/ST_DBPA/dcae_dmaapbc_webapp.git"
+# Name of git project
+PROJECT_THIS_NAME=dcae_dmaapbc_webapp
+# Branch to get from git
+BRANCH="master"
+# Name from the pom file
+PROJECT_BUILD_NAME=dmaap-bc-app
+# Version from the pom file
+PROJECT_BUILD_VERSION=1.0.0
+# Get yymmddhhmmss
+BUILD_DATE=`date +%G%m%d%H%M%S`
+
+# The following are highly specific to host demeter.
+
+# Directory with maven binary, config and repository
+MVN_HOME=/demeter/WebApps/dev/ECOMP_APP/apache-maven-3.3.3/
+# Base directory for building
+PROJECT_HOME=/demeter/WebApps/dev/DBCAPP
+# Build directory
+PROJECT_BUILD_HOME=${PROJECT_HOME}/build-dbcapp
+# The deploy name is actually a link created by sanjayc from this directory:
+# /usr/local/add-on/apache-tomcat-8.0.35/build-ecompportal/webapps
+PROJECT_DEPLOY_NAME=dmaap-bc-app
+
+echo "Build and deploy begins"
+
+# stop on any error
+set -e
+# be verbose
+set -x
+
+# clone or pull.
+if [ -d $PROJECT_THIS_NAME -a ${PROJECT_THIS_NAME}/.git ]; then
+ echo "git repo exists, pulling"
+ cd $PROJECT_THIS_NAME
+ git checkout ${BRANCH}
+ git pull
+ cd ..
+else
+ echo "cloning git repo"
+ git clone -b ${BRANCH} ${GIT_REPO}
+fi
+
+# build
+cd $PROJECT_BUILD_HOME/$PROJECT_THIS_NAME
+$MVN_HOME/bin/mvn clean package
+
+# stop Tomcat server (it might not be running)
+/usr/local/sbin/tomcatadmin-8.0-ecompportal stop || echo "Tomcat not running, continuing anyhow"
+
+# move old deployment out of the way
+cd $PROJECT_HOME
+if [ -d ${PROJECT_DEPLOY_NAME} ]; then
+ mv ${PROJECT_DEPLOY_NAME} ${PROJECT_DEPLOY_NAME}_${BUILD_DATE}
+fi
+
+# unpack war in the appropriate directory
+mkdir $PROJECT_HOME/$PROJECT_DEPLOY_NAME/
+cd $PROJECT_HOME/$PROJECT_DEPLOY_NAME/
+jar xf $PROJECT_BUILD_HOME/$PROJECT_THIS_NAME/target/${PROJECT_BUILD_NAME}.${PROJECT_BUILD_VERSION}.war
+
+# copy in appropriate property files
+cp $PROJECT_BUILD_HOME/properties/system.properties $PROJECT_HOME/$PROJECT_DEPLOY_NAME/WEB-INF/conf/
+cp $PROJECT_BUILD_HOME/properties/fusion.properties $PROJECT_HOME/$PROJECT_DEPLOY_NAME/WEB-INF/fusion/conf/
+cp $PROJECT_BUILD_HOME/properties/portal.properties $PROJECT_HOME/$PROJECT_DEPLOY_NAME/WEB-INF/classes/
+cp $PROJECT_BUILD_HOME/properties/dbcapp.properties $PROJECT_HOME/$PROJECT_DEPLOY_NAME/WEB-INF/dbcapp/
+
+# restart server
+/usr/local/sbin/tomcatadmin-8.0-ecompportal start
+
+echo "Build and deploy complete"
diff --git a/dcae_dmaapbc_webapp/db-scripts/EcompSdkDDLMySql_1610_Complete_OS.sql b/dcae_dmaapbc_webapp/db-scripts/EcompSdkDDLMySql_1610_Complete_OS.sql
new file mode 100644
index 0000000..15b53bb
--- /dev/null
+++ b/dcae_dmaapbc_webapp/db-scripts/EcompSdkDDLMySql_1610_Complete_OS.sql
@@ -0,0 +1,1622 @@
+-- ---------------------------------------------------------------------------------------------------------------
+-- This script creates tables for the DMaaP Bus Controller Application
+-- as required by the SDK core library.
+--
+-- Note to : Database Admin, set the MySQL system variable called lower_case_table_names
+-- It can be set 3 different ways:
+-- command-line options (Cmd-line),
+-- options valid in configuration files (Option file), or
+-- server system variables (System Var).
+-- It needs to be set to 1, then table names are stored in lowercase on disk and comparisons are not case sensitive.
+-- ------------------------------------------------------------------------------------------------------------------
+
+SET FOREIGN_KEY_CHECKS=1;
+
+-- Adjust the database name for the DMaaP Bus Controller application.
+CREATE DATABASE IF NOT EXISTS dbca_os;
+USE dbca_os;
+
+-- ------------------- create table SECTION
+--
+-- NAME: CR_FAVORITE_REPORTS; TYPE: TABLE
+--
+create table cr_favorite_reports (
+ USER_ID INTEGER NOT NULL,
+ REP_ID INTEGER NOT NULL
+);
+
+--
+-- NAME: CR_FILEHIST_LOG; TYPE: TABLE
+--
+create table cr_filehist_log (
+ SCHEDULE_ID NUMERIC(11,0) NOT NULL,
+ URL CHARACTER VARYING(4000),
+ NOTES CHARACTER VARYING(3500),
+ RUN_TIME TIMESTAMP
+-- RUN_TIME TIMESTAMP WITHOUT TIME ZONE
+);
+
+--
+-- NAME: CR_FOLDER; TYPE: TABLE
+--
+create table cr_folder (
+ FOLDER_ID INTEGER NOT NULL,
+ FOLDER_NAME CHARACTER VARYING(50) NOT NULL,
+ DESCR CHARACTER VARYING(500),
+ CREATE_ID INTEGER NOT NULL,
+ CREATE_DATE TIMESTAMP NOT NULL,
+-- CREATE_DATE TIMESTAMP WITHOUT TIME ZONE NOT NULL,
+ PARENT_FOLDER_ID INTEGER,
+ PUBLIC_YN CHARACTER VARYING(1) DEFAULT 'N' NOT NULL
+-- PUBLIC_YN CHARACTER VARYING(1) DEFAULT 'N'::CHARACTER VARYING NOT NULL
+);
+
+--
+-- NAME: CR_FOLDER_ACCESS; TYPE: TABLE
+--
+create table cr_folder_access (
+ FOLDER_ACCESS_ID NUMERIC(11,0) NOT NULL,
+ FOLDER_ID NUMERIC(11,0) NOT NULL,
+ ORDER_NO NUMERIC(11,0) NOT NULL,
+ ROLE_ID NUMERIC(11,0),
+ USER_ID NUMERIC(11,0),
+ READ_ONLY_YN CHARACTER VARYING(1) DEFAULT 'N' NOT NULL
+-- READ_ONLY_YN CHARACTER VARYING(1) DEFAULT 'N'::CHARACTER VARYING NOT NULL
+);
+
+--
+-- NAME: CR_HIST_USER_MAP; TYPE: TABLE
+--
+create table cr_hist_user_map (
+ HIST_ID INT(11) NOT NULL,
+ USER_ID INT(11) NOT NULL
+);
+
+--
+-- NAME: CR_LU_FILE_TYPE; TYPE: TABLE
+--
+create table cr_lu_file_type (
+ LOOKUP_ID NUMERIC(2,0) NOT NULL,
+ LOOKUP_DESCR CHARACTER VARYING(255) NOT NULL,
+ ACTIVE_YN CHARACTER(1) DEFAULT 'Y',
+-- ACTIVE_YN CHARACTER(1) DEFAULT 'Y'::BPCHAR,
+ ERROR_CODE NUMERIC(11,0)
+);
+
+--
+-- NAME: CR_RAPTOR_ACTION_IMG; TYPE: TABLE
+--
+create table cr_raptor_action_img (
+ IMAGE_ID CHARACTER VARYING(100) NOT NULL,
+ IMAGE_LOC CHARACTER VARYING(400)
+);
+
+--
+-- NAME: CR_RAPTOR_PDF_IMG; TYPE: TABLE
+--
+create table cr_raptor_pdf_img (
+ IMAGE_ID CHARACTER VARYING(100) NOT NULL,
+ IMAGE_LOC CHARACTER VARYING(400)
+);
+
+--
+-- NAME: CR_REMOTE_SCHEMA_INFO; TYPE: TABLE
+--
+create table cr_remote_schema_info (
+ SCHEMA_PREFIX CHARACTER VARYING(5) NOT NULL,
+ SCHEMA_DESC CHARACTER VARYING(75) NOT NULL,
+ DATASOURCE_TYPE CHARACTER VARYING(100)
+);
+
+--
+-- NAME: CR_REPORT; TYPE: TABLE
+--
+create table cr_report (
+ REP_ID NUMERIC(11,0) NOT NULL,
+ TITLE CHARACTER VARYING(100) NOT NULL,
+ DESCR CHARACTER VARYING(255),
+ PUBLIC_YN CHARACTER VARYING(1) DEFAULT 'N' NOT NULL,
+-- PUBLIC_YN CHARACTER VARYING(1) DEFAULT 'N'::CHARACTER VARYING NOT NULL,
+ REPORT_XML TEXT,
+ CREATE_ID NUMERIC(11,0),
+ CREATE_DATE TIMESTAMP default now(),
+-- CREATE_DATE TIMESTAMP WITHOUT TIME ZONE,
+ MAINT_ID NUMERIC(11,0),
+ MAINT_DATE TIMESTAMP DEFAULT NOW(),
+-- MAINT_DATE TIMESTAMP WITHOUT TIME ZONE,
+ MENU_ID CHARACTER VARYING(500),
+ MENU_APPROVED_YN CHARACTER VARYING(1) DEFAULT 'N' NOT NULL,
+-- MENU_APPROVED_YN CHARACTER VARYING(1) DEFAULT 'N'::CHARACTER VARYING NOT NULL,
+ OWNER_ID NUMERIC(11,0),
+ FOLDER_ID INTEGER DEFAULT 0,
+ DASHBOARD_TYPE_YN CHARACTER VARYING(1) DEFAULT 'N',
+-- DASHBOARD_TYPE_YN CHARACTER VARYING(1) DEFAULT 'N'::CHARACTER VARYING,
+ DASHBOARD_YN CHARACTER VARYING(1) DEFAULT 'N'
+-- DASHBOARD_YN CHARACTER VARYING(1) DEFAULT 'N'::CHARACTER VARYING
+);
+
+--
+-- NAME: CR_REPORT_ACCESS; TYPE: TABLE
+--
+create table cr_report_access (
+ REP_ID NUMERIC(11,0) NOT NULL,
+ ORDER_NO NUMERIC(11,0) NOT NULL,
+ ROLE_ID NUMERIC(11,0),
+ USER_ID NUMERIC(11,0),
+ READ_ONLY_YN CHARACTER VARYING(1) DEFAULT 'N' NOT NULL
+-- READ_ONLY_YN CHARACTER VARYING(1) DEFAULT 'N'::CHARACTER VARYING NOT NULL
+);
+
+--
+-- NAME: CR_REPORT_DWNLD_LOG; TYPE: TABLE
+--
+create table cr_report_dwnld_log (
+ USER_ID NUMERIC(11,0) NOT NULL,
+ REP_ID INTEGER NOT NULL,
+ FILE_NAME CHARACTER VARYING(100) NOT NULL,
+ DWNLD_START_TIME TIMESTAMP DEFAULT NOW() NOT NULL,
+-- DWNLD_START_TIME TIMESTAMP WITHOUT TIME ZONE NOT NULL,
+ RECORD_READY_TIME TIMESTAMP DEFAULT NOW(),
+-- RECORD_READY_TIME TIMESTAMP WITHOUT TIME ZONE,
+ FILTER_PARAMS CHARACTER VARYING(2000)
+);
+
+--
+-- NAME: CR_REPORT_EMAIL_SENT_LOG; TYPE: TABLE
+--
+create table cr_report_email_sent_log (
+ LOG_ID INTEGER NOT NULL,
+ SCHEDULE_ID NUMERIC(11,0),
+ GEN_KEY CHARACTER VARYING(25) NOT NULL,
+ REP_ID NUMERIC(11,0) NOT NULL,
+ USER_ID NUMERIC(11,0),
+ SENT_DATE TIMESTAMP DEFAULT NOW(),
+-- SENT_DATE TIMESTAMP WITHOUT TIME ZONE DEFAULT NOW(),
+ ACCESS_FLAG CHARACTER VARYING(1) DEFAULT 'Y' NOT NULL,
+-- ACCESS_FLAG CHARACTER VARYING(1) DEFAULT 'Y'::CHARACTER VARYING NOT NULL,
+ TOUCH_DATE TIMESTAMP DEFAULT NOW()
+-- TOUCH_DATE TIMESTAMP WITHOUT TIME ZONE
+);
+
+--
+-- NAME: CR_REPORT_FILE_HISTORY; TYPE: TABLE
+--
+create table cr_report_file_history (
+ HIST_ID INT(11) NOT NULL,
+ SCHED_USER_ID NUMERIC(11,0) NOT NULL,
+ SCHEDULE_ID NUMERIC(11,0) NOT NULL,
+ USER_ID NUMERIC(11,0) NOT NULL,
+ REP_ID NUMERIC(11,0),
+ RUN_DATE TIMESTAMP,
+-- RUN_DATE TIMESTAMP WITHOUT TIME ZONE,
+ RECURRENCE CHARACTER VARYING(50),
+ FILE_TYPE_ID NUMERIC(2,0),
+ FILE_NAME CHARACTER VARYING(80),
+ FILE_BLOB BLOB,
+ FILE_SIZE NUMERIC(11,0),
+ RAPTOR_URL CHARACTER VARYING(4000),
+ ERROR_YN CHARACTER(1) DEFAULT 'N',
+-- ERROR_YN CHARACTER(1) DEFAULT 'N'::BPCHAR,
+ ERROR_CODE NUMERIC(11,0),
+ DELETED_YN CHARACTER(1) DEFAULT 'N',
+-- DELETED_YN CHARACTER(1) DEFAULT 'N'::BPCHAR,
+ DELETED_BY NUMERIC(38,0)
+);
+
+--
+-- NAME: CR_REPORT_LOG; TYPE: TABLE
+--
+create table cr_report_log (
+ REP_ID NUMERIC(11,0) NOT NULL,
+ LOG_TIME TIMESTAMP NOT NULL,
+-- LOG_TIME TIMESTAMP WITHOUT TIME ZONE NOT NULL,
+ USER_ID NUMERIC(11,0) NOT NULL,
+ ACTION CHARACTER VARYING(2000) NOT NULL,
+ ACTION_VALUE CHARACTER VARYING(50),
+ FORM_FIELDS CHARACTER VARYING(4000)
+);
+
+--
+-- NAME: CR_REPORT_SCHEDULE; TYPE: TABLE
+--
+create table cr_report_schedule (
+ SCHEDULE_ID NUMERIC(11,0) NOT NULL,
+ SCHED_USER_ID NUMERIC(11,0) NOT NULL,
+ REP_ID NUMERIC(11,0) NOT NULL,
+ ENABLED_YN CHARACTER VARYING(1) NOT NULL,
+ START_DATE TIMESTAMP DEFAULT NOW(),
+-- START_DATE TIMESTAMP WITHOUT TIME ZONE,
+ END_DATE TIMESTAMP DEFAULT NOW(),
+-- END_DATE TIMESTAMP WITHOUT TIME ZONE,
+ RUN_DATE TIMESTAMP DEFAULT NOW(),
+-- RUN_DATE TIMESTAMP WITHOUT TIME ZONE,
+ RECURRENCE CHARACTER VARYING(50),
+ CONDITIONAL_YN CHARACTER VARYING(1) NOT NULL,
+ CONDITION_SQL CHARACTER VARYING(4000),
+ NOTIFY_TYPE INTEGER DEFAULT 0,
+ MAX_ROW INTEGER DEFAULT 1000,
+ INITIAL_FORMFIELDS CHARACTER VARYING(3500),
+ PROCESSED_FORMFIELDS CHARACTER VARYING(3500),
+ FORMFIELDS CHARACTER VARYING(3500),
+ CONDITION_LARGE_SQL TEXT,
+ ENCRYPT_YN CHARACTER(1) DEFAULT 'N',
+-- ENCRYPT_YN CHARACTER(1) DEFAULT 'N'::BPCHAR,
+ ATTACHMENT_YN CHARACTER(1) DEFAULT 'Y'
+-- ATTACHMENT_YN CHARACTER(1) DEFAULT 'Y'::BPCHAR
+);
+
+--
+-- NAME: CR_REPORT_SCHEDULE_USERS; TYPE: TABLE
+--
+create table cr_report_schedule_users (
+ SCHEDULE_ID NUMERIC(11,0) NOT NULL,
+ REP_ID NUMERIC(11,0) NOT NULL,
+ USER_ID NUMERIC(11,0) NOT NULL,
+ ROLE_ID NUMERIC(11,0),
+ ORDER_NO NUMERIC(11,0) NOT NULL
+);
+
+--
+-- NAME: CR_REPORT_TEMPLATE_MAP; TYPE: TABLE
+--
+create table cr_report_template_map (
+ REPORT_ID INTEGER NOT NULL,
+ TEMPLATE_FILE CHARACTER VARYING(200)
+);
+
+--
+-- NAME: CR_SCHEDULE_ACTIVITY_LOG; TYPE: TABLE
+--
+create table cr_schedule_activity_log (
+ SCHEDULE_ID NUMERIC(11,0) NOT NULL,
+ URL CHARACTER VARYING(4000),
+ NOTES CHARACTER VARYING(2000),
+ RUN_TIME TIMESTAMP
+-- RUN_TIME TIMESTAMP WITHOUT TIME ZONE
+);
+
+--
+-- NAME: CR_TABLE_JOIN; TYPE: TABLE
+--
+create table cr_table_join (
+ SRC_TABLE_NAME CHARACTER VARYING(30) NOT NULL,
+ DEST_TABLE_NAME CHARACTER VARYING(30) NOT NULL,
+ JOIN_EXPR CHARACTER VARYING(500) NOT NULL
+);
+
+--
+-- NAME: CR_TABLE_ROLE; TYPE: TABLE
+--
+create table cr_table_role (
+ TABLE_NAME CHARACTER VARYING(30) NOT NULL,
+ ROLE_ID NUMERIC(11,0) NOT NULL
+);
+
+--
+-- NAME: CR_TABLE_SOURCE; TYPE: TABLE
+--
+create table cr_table_source (
+ TABLE_NAME CHARACTER VARYING(30) NOT NULL,
+ DISPLAY_NAME CHARACTER VARYING(30) NOT NULL,
+ PK_FIELDS CHARACTER VARYING(200),
+ WEB_VIEW_ACTION CHARACTER VARYING(50),
+ LARGE_DATA_SOURCE_YN CHARACTER VARYING(1) DEFAULT 'N' NOT NULL,
+-- LARGE_DATA_SOURCE_YN CHARACTER VARYING(1) DEFAULT 'N'::CHARACTER VARYING NOT NULL,
+ FILTER_SQL CHARACTER VARYING(4000),
+ SOURCE_DB CHARACTER VARYING(50)
+);
+
+--
+-- NAME: DEMO_FN_CSPF_ROUT_UTIL_LINKS; TYPE: TABLE
+--
+create table demo_fn_cspf_rout_util_links (
+ POINT_A_ID CHARACTER VARYING(5),
+ POINT_Z_ID CHARACTER VARYING(5),
+ COLOR CHARACTER VARYING(10),
+ NUMBER_A INTEGER,
+ NUMBER_Z INTEGER,
+ BLUE_TEXT CHARACTER VARYING(20),
+ RED_TEXT CHARACTER VARYING(20),
+ GREEN_TEXT CHARACTER VARYING(20),
+ CURVE INTEGER,
+ LINE_TYPE INTEGER,
+ SORT_ORDER INTEGER
+);
+
+--
+-- NAME: DEMO_FN_CSPF_ROUT_UTIL_MAP; TYPE: TABLE
+--
+create table demo_fn_cspf_rout_util_map (
+ ID CHARACTER VARYING(5),
+ CITY CHARACTER VARYING(40),
+ LATITUDE INTEGER,
+ LONGITUDE INTEGER,
+ CIRCLE_COLOR CHARACTER VARYING(10),
+ SUBTITLE CHARACTER VARYING(10),
+ SUBTITLE_COLOR CHARACTER VARYING(10),
+ SORT_ORDER INTEGER
+);
+
+--
+-- NAME: DEMO_FN_CSSNG_DATA; TYPE: TABLE
+--
+create table demo_fn_cssng_data (
+ USID CHARACTER VARYING(20),
+ ANTENNA_AZIMUTH CHARACTER VARYING(50),
+ ANTENNA_HORIZONTAL_BEAMWIDTH INTEGER,
+ SITE_COUNTY CHARACTER VARYING(100),
+ SITE_STATE CHARACTER VARYING(50),
+ SLT_LATITUDE double precision,
+ SLT_LONGITUDE double precision,
+ MADE_UP_SECTOR_ID CHARACTER VARYING(20),
+ MADE_UP_SECTOR_ID_NUM INTEGER
+);
+
+--
+-- NAME: DEMO_FN_E911_LTE_TEMPLATE; TYPE: TABLE
+--
+create table demo_fn_e911_lte_template (
+ REGION CHARACTER VARYING(20),
+ MARKET CHARACTER VARYING(60),
+ MARKETCLUSTER CHARACTER VARYING(100),
+ USID DOUBLE PRECISION,
+ LATITUDE DOUBLE PRECISION,
+ LONGITUDE DOUBLE PRECISION,
+ LAT_LONG_SOURCE CHARACTER VARYING(15),
+ FA_CODE DOUBLE PRECISION,
+ UDF4_NAME CHARACTER VARYING(200),
+ UDF7_NAME CHARACTER VARYING(200),
+ LTE_SITE CHARACTER VARYING(200),
+ LTE_LAUNCH_DATE CHARACTER VARYING(200),
+ LTE_STATUS CHARACTER VARYING(200),
+ LTE_SCORECARD_STATUS CHARACTER VARYING(200),
+ UPDATED_BY DOUBLE PRECISION,
+ UPDATED_DATE TIMESTAMP default now(),
+-- UPDATED_DATE TIMESTAMP WITHOUT TIME ZONE,
+ VERSION DOUBLE PRECISION,
+ OEM CHARACTER VARYING(200),
+ COMMENTS CHARACTER VARYING(200),
+ ATOLL_LATITUDE DOUBLE PRECISION,
+ ATOLL_LONGITUDE DOUBLE PRECISION,
+ OFFICIAL_REGION CHARACTER VARYING(200),
+ OFFICIAL_MARKET CHARACTER VARYING(200),
+ OFFICIAL_MARKETCLUSTER CHARACTER VARYING(200),
+ LTE_LAUNCH_DATE_OPTIMA TIMESTAMP DEFAULT NOW(),
+-- LTE_LAUNCH_DATE_OPTIMA TIMESTAMP WITHOUT TIME ZONE,
+ E911PULLDATE TIMESTAMP DEFAULT NOW(),
+-- E911PULLDATE TIMESTAMP WITHOUT TIME ZONE,
+ ATOLL_LTE_SITE CHARACTER VARYING(200),
+ USID_SOURCE CHARACTER VARYING(20)
+);
+
+--
+-- NAME: FN_LU_TIMEZONE; TYPE: TABLE
+--
+create table fn_lu_timezone (
+ TIMEZONE_ID INT(11) NOT NULL,
+ TIMEZONE_NAME CHARACTER VARYING(100) NOT NULL,
+ TIMEZONE_VALUE CHARACTER VARYING(100) NOT NULL
+);
+
+create table fn_user (
+ USER_ID INT(11) NOT NULL PRIMARY KEY AUTO_INCREMENT,
+ ORG_ID INT(11),
+ MANAGER_ID INT(11),
+ FIRST_NAME CHARACTER VARYING(25),
+ MIDDLE_NAME CHARACTER VARYING(25),
+ LAST_NAME CHARACTER VARYING(25),
+ PHONE CHARACTER VARYING(25),
+ FAX CHARACTER VARYING(25),
+ CELLULAR CHARACTER VARYING(25),
+ EMAIL CHARACTER VARYING(50),
+ ADDRESS_ID NUMERIC(11,0),
+ ALERT_METHOD_CD CHARACTER VARYING(10),
+ HRID CHARACTER VARYING(20),
+ ORG_USER_ID CHARACTER VARYING(20),
+ ORG_CODE CHARACTER VARYING(30),
+ LOGIN_ID CHARACTER VARYING(25),
+ LOGIN_PWD CHARACTER VARYING(25),
+ LAST_LOGIN_DATE TIMESTAMP,
+ ACTIVE_YN CHARACTER VARYING(1) DEFAULT 'Y' NOT NULL,
+ CREATED_ID INT(11),
+ CREATED_DATE TIMESTAMP DEFAULT NOW(),
+ MODIFIED_ID INT(11),
+ MODIFIED_DATE TIMESTAMP default now(),
+ IS_INTERNAL_YN CHARACTER(1) DEFAULT 'N' NOT NULL,
+ ADDRESS_LINE_1 CHARACTER VARYING(100),
+ ADDRESS_LINE_2 CHARACTER VARYING(100),
+ CITY CHARACTER VARYING(50),
+ STATE_CD CHARACTER VARYING(3),
+ ZIP_CODE CHARACTER VARYING(11),
+ COUNTRY_CD CHARACTER VARYING(3),
+ LOCATION_CLLI CHARACTER VARYING(8),
+ ORG_MANAGER_USERID CHARACTER VARYING(20),
+ COMPANY CHARACTER VARYING(100),
+ DEPARTMENT_NAME CHARACTER VARYING(100),
+ JOB_TITLE CHARACTER VARYING(100),
+ TIMEZONE INT(11),
+ DEPARTMENT CHARACTER VARYING(25),
+ BUSINESS_UNIT CHARACTER VARYING(25),
+ BUSINESS_UNIT_NAME CHARACTER VARYING(100),
+ COST_CENTER CHARACTER VARYING(25),
+ FIN_LOC_CODE CHARACTER VARYING(10),
+ SILO_STATUS CHARACTER VARYING(10)
+);
+
+--
+-- NAME: FN_ROLE; TYPE: TABLE
+--
+create table fn_role (
+ ROLE_ID INT(11) NOT NULL PRIMARY KEY AUTO_INCREMENT,
+ ROLE_NAME CHARACTER VARYING(50) NOT NULL,
+ ACTIVE_YN CHARACTER VARYING(1) DEFAULT 'Y' NOT NULL,
+-- ACTIVE_YN CHARACTER VARYING(1) DEFAULT 'Y'::CHARACTER VARYING NOT NULL,
+ PRIORITY NUMERIC(4,0)
+);
+
+--
+-- NAME: FN_APP_MME_CPU; TYPE: TABLE
+--
+create table fn_app_mme_cpu (
+ MME CHARACTER VARYING(200),
+ YEARMONTH INTEGER,
+ SCTP_CPU INTEGER,
+ AP_CPU INTEGER,
+ DP_CPU INTEGER,
+ ROUTER_CPU INTEGER,
+ PEB_CPU INTEGER,
+ SAU INTEGER
+);
+
+--
+-- NAME: FN_AUDIT_ACTION; TYPE: TABLE
+--
+create table fn_audit_action (
+ AUDIT_ACTION_ID INTEGER NOT NULL,
+ CLASS_NAME CHARACTER VARYING(500) NOT NULL,
+ METHOD_NAME CHARACTER VARYING(50) NOT NULL,
+ AUDIT_ACTION_CD CHARACTER VARYING(20) NOT NULL,
+ AUDIT_ACTION_DESC CHARACTER VARYING(200),
+ ACTIVE_YN CHARACTER VARYING(1)
+);
+
+--
+-- NAME: FN_AUDIT_ACTION_LOG; TYPE: TABLE
+--
+create table fn_audit_action_log (
+ AUDIT_LOG_ID INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT,
+ AUDIT_ACTION_CD CHARACTER VARYING(200),
+ ACTION_TIME TIMESTAMP,
+-- ACTION_TIME TIMESTAMP WITHOUT TIME ZONE,
+ USER_ID NUMERIC(11,0),
+ CLASS_NAME CHARACTER VARYING(100),
+ METHOD_NAME CHARACTER VARYING(50),
+ SUCCESS_MSG CHARACTER VARYING(20),
+ ERROR_MSG CHARACTER VARYING(500)
+);
+
+--
+-- NAME: FN_LU_ACTIVITY; TYPE: TABLE
+--
+create table fn_lu_activity (
+ ACTIVITY_CD CHARACTER VARYING(50) NOT NULL PRIMARY KEY,
+ ACTIVITY CHARACTER VARYING(50) NOT NULL
+);
+
+--
+-- NAME: FN_AUDIT_LOG; TYPE: TABLE
+--
+create table fn_audit_log (
+ LOG_ID INT(11) NOT NULL PRIMARY KEY AUTO_INCREMENT,
+ USER_ID INT(11) NOT NULL,
+ ACTIVITY_CD CHARACTER VARYING(50) NOT NULL,
+ AUDIT_DATE TIMESTAMP DEFAULT NOW() NOT NULL,
+-- AUDIT_DATE TIMESTAMP WITHOUT TIME ZONE DEFAULT NOW() NOT NULL,
+ COMMENTS CHARACTER VARYING(1000),
+ AFFECTED_RECORD_ID_BK CHARACTER VARYING(500),
+ AFFECTED_RECORD_ID CHARACTER VARYING(4000),
+ CONSTRAINT FK_FN_AUDIT_REF_209_FN_USER FOREIGN KEY (USER_ID) REFERENCES FN_USER(USER_ID)
+);
+
+--
+-- NAME: FN_BROADCAST_MESSAGE; TYPE: TABLE
+--
+create table fn_broadcast_message (
+ MESSAGE_ID INT(11) NOT NULL PRIMARY KEY AUTO_INCREMENT,
+ MESSAGE_TEXT CHARACTER VARYING(1000) NOT NULL,
+ MESSAGE_LOCATION_ID NUMERIC(11,0) NOT NULL,
+ BROADCAST_START_DATE TIMESTAMP NOT NULL DEFAULT NOW(),
+-- BROADCAST_START_DATE TIMESTAMP WITHOUT TIME ZONE NOT NULL,
+ BROADCAST_END_DATE TIMESTAMP NOT NULL DEFAULT NOW(),
+-- BROADCAST_END_DATE TIMESTAMP WITHOUT TIME ZONE NOT NULL,
+ ACTIVE_YN CHARACTER(1) DEFAULT 'Y' NOT NULL,
+-- ACTIVE_YN CHARACTER(1) DEFAULT 'Y'::BPCHAR NOT NULL,
+ SORT_ORDER NUMERIC(4,0) NOT NULL,
+ BROADCAST_SITE_CD CHARACTER VARYING(50)
+);
+
+--
+-- NAME: FN_CHAT_LOGS; TYPE: TABLE
+--
+create table fn_chat_logs (
+ CHAT_LOG_ID INTEGER NOT NULL,
+ CHAT_ROOM_ID INTEGER,
+ USER_ID INTEGER,
+ MESSAGE CHARACTER VARYING(1000),
+ MESSAGE_DATE_TIME TIMESTAMP
+-- MESSAGE_DATE_TIME TIMESTAMP WITHOUT TIME ZONE
+);
+
+--
+-- NAME: FN_CHAT_ROOM; TYPE: TABLE
+--
+create table fn_chat_room (
+ CHAT_ROOM_ID INTEGER NOT NULL,
+ NAME CHARACTER VARYING(50) NOT NULL,
+ DESCRIPTION CHARACTER VARYING(500),
+ OWNER_ID INTEGER,
+ CREATED_DATE TIMESTAMP DEFAULT NOW(),
+-- CREATED_DATE TIMESTAMP WITHOUT TIME ZONE,
+ UPDATED_DATE TIMESTAMP DEFAULT NOW()
+-- UPDATED_DATE TIMESTAMP WITHOUT TIME ZONE
+);
+
+--
+-- NAME: FN_CHAT_USERS; TYPE: TABLE
+--
+create table fn_chat_users (
+ CHAT_ROOM_ID INTEGER,
+ USER_ID INTEGER,
+ LAST_ACTIVITY_DATE_TIME TIMESTAMP,
+-- LAST_ACTIVITY_DATE_TIME TIMESTAMP WITHOUT TIME ZONE,
+ CHAT_STATUS CHARACTER VARYING(20),
+ ID INTEGER NOT NULL
+);
+
+--
+-- NAME: FN_DATASOURCE; TYPE: TABLE
+--
+create table fn_datasource (
+ ID INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT,
+ NAME CHARACTER VARYING(50),
+ DRIVER_NAME CHARACTER VARYING(256),
+ SERVER CHARACTER VARYING(256),
+ PORT INTEGER,
+ USER_NAME CHARACTER VARYING(256),
+ PASSWORD CHARACTER VARYING(256),
+ URL CHARACTER VARYING(256),
+ MIN_POOL_SIZE INTEGER,
+ MAX_POOL_SIZE INTEGER,
+ ADAPTER_ID INTEGER,
+ DS_TYPE CHARACTER VARYING(20)
+);
+
+--
+-- NAME: FN_FUNCTION; TYPE: TABLE
+--
+create table fn_function (
+ FUNCTION_CD CHARACTER VARYING(30) NOT NULL PRIMARY KEY,
+ FUNCTION_NAME CHARACTER VARYING(50) NOT NULL
+);
+
+--
+-- NAME: FN_LU_ALERT_METHOD; TYPE: TABLE
+--
+create table fn_lu_alert_method (
+ ALERT_METHOD_CD CHARACTER VARYING(10) NOT NULL,
+ ALERT_METHOD CHARACTER VARYING(50) NOT NULL
+);
+
+--
+-- NAME: FN_LU_BROADCAST_SITE; TYPE: TABLE
+--
+create table fn_lu_broadcast_site (
+ BROADCAST_SITE_CD CHARACTER VARYING(50) NOT NULL,
+ BROADCAST_SITE_DESCR CHARACTER VARYING(100)
+);
+
+--
+-- NAME: FN_LU_CALL_TIMES; TYPE: TABLE
+--
+create table fn_lu_call_times (
+ CALL_TIME_ID NUMERIC(10,0) NOT NULL,
+ CALL_TIME_AMOUNT NUMERIC(10,0) NOT NULL,
+ CALL_TIME_DISPLAY CHARACTER VARYING(50) NOT NULL
+);
+
+--
+-- NAME: FN_LU_CITY; TYPE: TABLE
+--
+create table fn_lu_city (
+ CITY_CD CHARACTER VARYING(2) NOT NULL,
+ CITY CHARACTER VARYING(100) NOT NULL,
+ STATE_CD CHARACTER VARYING(2) NOT NULL
+);
+
+--
+-- NAME: FN_LU_COUNTRY; TYPE: TABLE
+--
+create table fn_lu_country (
+ COUNTRY_CD CHARACTER VARYING(3) NOT NULL,
+ COUNTRY CHARACTER VARYING(100) NOT NULL,
+ FULL_NAME CHARACTER VARYING(100),
+ WEBPHONE_COUNTRY_LABEL CHARACTER VARYING(30)
+);
+
+--
+-- NAME: FN_LU_MENU_SET; TYPE: TABLE
+--
+create table fn_lu_menu_set (
+ MENU_SET_CD CHARACTER VARYING(10) NOT NULL PRIMARY KEY,
+ MENU_SET_NAME CHARACTER VARYING(50) NOT NULL
+);
+
+--
+-- NAME: FN_LU_PRIORITY; TYPE: TABLE
+--
+create table fn_lu_priority (
+ PRIORITY_ID NUMERIC(11,0) NOT NULL,
+ PRIORITY CHARACTER VARYING(50) NOT NULL,
+ ACTIVE_YN CHARACTER(1) NOT NULL,
+ SORT_ORDER NUMERIC(5,0)
+);
+
+--
+-- NAME: FN_LU_ROLE_TYPE; TYPE: TABLE
+--
+create table fn_lu_role_type (
+ ROLE_TYPE_ID NUMERIC(11,0) NOT NULL,
+ ROLE_TYPE CHARACTER VARYING(50) NOT NULL
+);
+
+--
+-- NAME: FN_LU_STATE; TYPE: TABLE
+--
+create table fn_lu_state (
+ STATE_CD CHARACTER VARYING(2) NOT NULL,
+ STATE CHARACTER VARYING(100) NOT NULL
+);
+
+--
+-- NAME: FN_LU_TAB_SET; TYPE: TABLE
+--
+create table fn_lu_tab_set (
+ TAB_SET_CD CHARACTER VARYING(30) NOT NULL,
+ TAB_SET_NAME CHARACTER VARYING(50) NOT NULL
+);
+
+--
+-- NAME: FN_MENU; TYPE: TABLE
+--
+create table fn_menu (
+ MENU_ID INT(11) NOT NULL PRIMARY KEY AUTO_INCREMENT,
+ LABEL CHARACTER VARYING(100),
+ PARENT_ID INT(11),
+ SORT_ORDER NUMERIC(4,0),
+ ACTION CHARACTER VARYING(200),
+ FUNCTION_CD CHARACTER VARYING(30),
+ ACTIVE_YN CHARACTER VARYING(1) DEFAULT 'Y' NOT NULL,
+-- ACTIVE_YN CHARACTER VARYING(1) DEFAULT 'Y'::CHARACTER VARYING NOT NULL,
+ SERVLET CHARACTER VARYING(50),
+ QUERY_STRING CHARACTER VARYING(200),
+ EXTERNAL_URL CHARACTER VARYING(200),
+ TARGET CHARACTER VARYING(25),
+ MENU_SET_CD CHARACTER VARYING(10) DEFAULT 'APP',
+-- MENU_SET_CD CHARACTER VARYING(10) DEFAULT 'APP'::CHARACTER VARYING,
+ SEPARATOR_YN CHARACTER(1) DEFAULT 'N',
+-- SEPARATOR_YN CHARACTER(1) DEFAULT 'N'::BPCHAR,
+ IMAGE_SRC CHARACTER VARYING(100),
+ CONSTRAINT FK_FN_MENU_REF_196_FN_MENU FOREIGN KEY (PARENT_ID) REFERENCES FN_MENU(MENU_ID),
+ CONSTRAINT FK_FN_MENU_MENU_SET_CD FOREIGN KEY (MENU_SET_CD) REFERENCES FN_LU_MENU_SET(MENU_SET_CD),
+ CONSTRAINT FK_FN_MENU_REF_223_FN_FUNCT FOREIGN KEY (FUNCTION_CD) REFERENCES FN_FUNCTION(FUNCTION_CD)
+);
+
+--
+-- NAME: FN_ORG; TYPE: TABLE
+--
+create table fn_org (
+ ORG_ID INT(11) NOT NULL,
+ ORG_NAME CHARACTER VARYING(50) NOT NULL,
+ ACCESS_CD CHARACTER VARYING(10)
+);
+
+--
+-- NAME: FN_RESTRICTED_URL; TYPE: TABLE
+--
+create table fn_restricted_url (
+ RESTRICTED_URL CHARACTER VARYING(250) NOT NULL,
+ FUNCTION_CD CHARACTER VARYING(30) NOT NULL
+);
+
+--
+-- NAME: FN_ROLE_COMPOSITE; TYPE: TABLE
+--
+create table fn_role_composite (
+ PARENT_ROLE_ID INT(11) NOT NULL,
+ CHILD_ROLE_ID INT(11) NOT NULL,
+ CONSTRAINT FK_FN_ROLE_COMPOSITE_CHILD FOREIGN KEY (CHILD_ROLE_ID) REFERENCES FN_ROLE(ROLE_ID),
+ CONSTRAINT FK_FN_ROLE_COMPOSITE_PARENT FOREIGN KEY (PARENT_ROLE_ID) REFERENCES FN_ROLE(ROLE_ID)
+);
+
+--
+-- NAME: FN_ROLE_FUNCTION; TYPE: TABLE
+--
+create table fn_role_function (
+ ROLE_ID INT(11) NOT NULL,
+ FUNCTION_CD CHARACTER VARYING(30) NOT NULL,
+ CONSTRAINT FK_FN_ROLE__REF_198_FN_ROLE FOREIGN KEY (ROLE_ID) REFERENCES FN_ROLE(ROLE_ID)
+);
+
+--
+-- NAME: FN_TAB; TYPE: TABLE
+--
+create table fn_tab (
+ TAB_CD CHARACTER VARYING(30) NOT NULL,
+ TAB_NAME CHARACTER VARYING(50) NOT NULL,
+ TAB_DESCR CHARACTER VARYING(100),
+ ACTION CHARACTER VARYING(100) NOT NULL,
+ FUNCTION_CD CHARACTER VARYING(30) NOT NULL,
+ ACTIVE_YN CHARACTER(1) NOT NULL,
+ SORT_ORDER NUMERIC(11,0) NOT NULL,
+ PARENT_TAB_CD CHARACTER VARYING(30),
+ TAB_SET_CD CHARACTER VARYING(30)
+);
+
+--
+-- NAME: FN_TAB_SELECTED; TYPE: TABLE
+--
+create table fn_tab_selected (
+ SELECTED_TAB_CD CHARACTER VARYING(30) NOT NULL,
+ TAB_URI CHARACTER VARYING(40) NOT NULL
+);
+
+--
+-- NAME: FN_USER_PSEUDO_ROLE; TYPE: TABLE
+--
+create table fn_user_pseudo_role (
+ PSEUDO_ROLE_ID INT(11) NOT NULL,
+ USER_ID INT(11) NOT NULL
+);
+
+--
+-- NAME: FN_USER_ROLE; TYPE: TABLE
+--
+create table fn_user_role (
+ USER_ID INT(10) NOT NULL,
+ ROLE_ID INT(10) NOT NULL,
+ PRIORITY NUMERIC(4,0),
+ APP_ID INT(11) DEFAULT 1,
+ CONSTRAINT FK_FN_USER__REF_172_FN_USER FOREIGN KEY (USER_ID) REFERENCES FN_USER(USER_ID),
+ CONSTRAINT FK_FN_USER__REF_175_FN_ROLE FOREIGN KEY (ROLE_ID) REFERENCES FN_ROLE(ROLE_ID)
+);
+
+--
+-- NAME: FN_XMLTYPE; TYPE: TABLE
+--
+create table fn_xmltype (
+ ID NUMERIC(10,0) NOT NULL,
+ XML_DOCUMENT TEXT
+);
+
+--
+-- NAME: SCHEMA_INFO; TYPE: TABLE
+--
+create table schema_info (
+ SCHEMA_ID CHARACTER VARYING(25) NOT NULL,
+ SCHEMA_DESC CHARACTER VARYING(75) NOT NULL,
+ DATASOURCE_TYPE CHARACTER VARYING(100),
+ CONNECTION_URL VARCHAR(200) NOT NULL,
+ USER_NAME VARCHAR(45) NOT NULL,
+ PASSWORD VARCHAR(45) NULL DEFAULT NULL,
+ DRIVER_CLASS VARCHAR(100) NOT NULL,
+ MIN_POOL_SIZE INT NOT NULL,
+ MAX_POOL_SIZE INT NOT NULL,
+ IDLE_CONNECTION_TEST_PERIOD INT NOT NULL
+
+);
+
+-- ----------------------------------------------------------
+-- NAME: FN_APP; TYPE: TABLE
+-- ----------------------------------------------------------
+create table fn_app (
+ APP_ID int(11) PRIMARY KEY NOT NULL AUTO_INCREMENT,
+ APP_NAME varchar(100) NOT NULL DEFAULT '?',
+ APP_IMAGE_URL varchar(256) DEFAULT NULL,
+ APP_DESCRIPTION varchar(512) DEFAULT NULL,
+ APP_NOTES varchar(4096) DEFAULT NULL,
+ APP_URL varchar(256) DEFAULT NULL,
+ APP_ALTERNATE_URL varchar(256) DEFAULT NULL,
+ APP_REST_ENDPOINT varchar(2000) DEFAULT NULL,
+ ML_APP_NAME varchar(50) NOT NULL DEFAULT '?',
+ ML_APP_ADMIN_ID varchar(7) NOT NULL DEFAULT '?',
+ MOTS_ID int(11) DEFAULT NULL,
+ APP_PASSWORD varchar(256) NOT NULL DEFAULT '?',
+ OPEN char(1) DEFAULT 'N',
+ ENABLED char(1) DEFAULT 'Y',
+ THUMBNAIL mediumblob,
+ APP_USERNAME varchar(50),
+ UEB_KEY VARCHAR(256) DEFAULT NULL,
+ UEB_SECRET VARCHAR(256) DEFAULT NULL,
+ UEB_TOPIC_NAME VARCHAR(256) DEFAULT NULL
+
+);
+
+-- ----------------------------------------------------------
+-- NAME: FN_FN_WORKFLOW; TYPE: TABLE
+-- ----------------------------------------------------------
+create table fn_workflow (
+ id mediumint(9) NOT NULL AUTO_INCREMENT,
+ name varchar(20) NOT NULL,
+ description varchar(500) DEFAULT NULL,
+ run_link varchar(300) DEFAULT NULL,
+ suspend_link varchar(300) DEFAULT NULL,
+ modified_link varchar(300) DEFAULT NULL,
+ active_yn varchar(300) DEFAULT NULL,
+ created varchar(300) DEFAULT NULL,
+ created_by int(11) DEFAULT NULL,
+ modified varchar(300) DEFAULT NULL,
+ modified_by int(11) DEFAULT NULL,
+ workflow_key varchar(50) DEFAULT NULL,
+ PRIMARY KEY (id),
+ UNIQUE KEY name (name)
+);
+
+-- ----------------------------------------------------------
+-- NAME: FN_SCHEDULE_WORKFLOWS; TYPE: TABLE
+-- ----------------------------------------------------------
+create table fn_schedule_workflows (
+ id_schedule_workflows bigint(25) PRIMARY KEY NOT NULL AUTO_INCREMENT,
+ workflow_server_url varchar(45) DEFAULT NULL,
+ workflow_key varchar(45) NOT NULL,
+ workflow_arguments varchar(45) DEFAULT NULL,
+ startDateTimeCron varchar(45) DEFAULT NULL,
+ endDateTime TIMESTAMP DEFAULT NOW(),
+ start_date_time TIMESTAMP DEFAULT NOW(),
+ recurrence varchar(45) DEFAULT NULL
+ );
+
+
+-- For demo reporting application add : demo_bar_chart, demo_bar_chart_inter, demo_line_chart, demo_pie_chart and demo_util_chart
+-- demo_scatter_chart, demo_scatter_plot
+-- ----------------------------------------------------------
+-- NAME: DEMO_BAR_CHART; TYPE: TABLE
+-- ----------------------------------------------------------
+create table demo_bar_chart (
+ label varchar(20),
+ value numeric(25,15)
+ );
+
+-- ----------------------------------------------------------
+-- NAME: DEMO_BAR_CHART_INTER; TYPE: TABLE
+-- ----------------------------------------------------------
+create table demo_bar_chart_inter (
+ spam_date date,
+ num_rpt_sources numeric(10,0),
+ num_det_sources numeric(10,0)
+ );
+
+-- ----------------------------------------------------------
+-- NAME: DEMO_LINE_CHART; TYPE: TABLE
+-- ----------------------------------------------------------
+create table demo_line_chart (
+ series varchar(20),
+ log_date date,
+ data_value numeric(10,5)
+ );
+
+-- ----------------------------------------------------------
+-- NAME: DEMO_PIE_CHART; TYPE: TABLE
+-- ----------------------------------------------------------
+create table demo_pie_chart (
+ legend varchar(20),
+ data_value numeric(10,5)
+ );
+
+-- ----------------------------------------------------------
+-- NAME: DEMO_UTIL_CHART; TYPE: TABLE
+-- ----------------------------------------------------------
+create table demo_util_chart (
+ traffic_date date,
+ util_perc numeric(10,5)
+ );
+
+-- ----------------------------------------------------------
+-- NAME: DEMO_SCATTER_CHART; TYPE: TABLE
+-- ----------------------------------------------------------
+create table demo_scatter_chart (
+ rainfall numeric(10,2),
+ key_value varchar(20),
+ measurements numeric(10,2)
+);
+
+-- ----------------------------------------------------------
+-- NAME: DEMO_SCATTER_PLOT; TYPE: TABLE
+-- ----------------------------------------------------------
+create table demo_scatter_plot
+(
+ SERIES VARCHAR(20),
+ VALUEX numeric(25,15),
+ VALUEY numeric(25,15)
+);
+
+-- ----------------------------------------------------------
+-- NAME: FN_QZ_JOB_DETAILS; TYPE: TABLE
+-- ----------------------------------------------------------
+create table fn_qz_job_details (
+SCHED_NAME VARCHAR(120) NOT NULL,
+JOB_NAME VARCHAR(200) NOT NULL,
+JOB_GROUP VARCHAR(200) NOT NULL,
+DESCRIPTION VARCHAR(250) NULL,
+JOB_CLASS_NAME VARCHAR(250) NOT NULL,
+IS_DURABLE VARCHAR(1) NOT NULL,
+IS_NONCONCURRENT VARCHAR(1) NOT NULL,
+IS_UPDATE_DATA VARCHAR(1) NOT NULL,
+REQUESTS_RECOVERY VARCHAR(1) NOT NULL,
+JOB_DATA BLOB NULL,
+PRIMARY KEY (SCHED_NAME,JOB_NAME,JOB_GROUP)
+);
+
+-- ----------------------------------------------------------
+-- NAME: FN_QZ_TRIGGERS; TYPE: TABLE
+-- ----------------------------------------------------------
+create table fn_qz_triggers (
+SCHED_NAME VARCHAR(120) NOT NULL,
+TRIGGER_NAME VARCHAR(200) NOT NULL,
+TRIGGER_GROUP VARCHAR(200) NOT NULL,
+JOB_NAME VARCHAR(200) NOT NULL,
+JOB_GROUP VARCHAR(200) NOT NULL,
+DESCRIPTION VARCHAR(250) NULL,
+NEXT_FIRE_TIME BIGINT(13) NULL,
+PREV_FIRE_TIME BIGINT(13) NULL,
+PRIORITY INTEGER NULL,
+TRIGGER_STATE VARCHAR(16) NOT NULL,
+TRIGGER_TYPE VARCHAR(8) NOT NULL,
+START_TIME BIGINT(13) NOT NULL,
+END_TIME BIGINT(13) NULL,
+CALENDAR_NAME VARCHAR(200) NULL,
+MISFIRE_INSTR SMALLINT(2) NULL,
+JOB_DATA BLOB NULL,
+PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
+FOREIGN KEY (SCHED_NAME,JOB_NAME,JOB_GROUP)
+REFERENCES FN_QZ_JOB_DETAILS(SCHED_NAME,JOB_NAME,JOB_GROUP)
+);
+
+-- ----------------------------------------------------------
+-- NAME: FN_QZ_SIMPLE_TRIGGERS; TYPE: TABLE
+-- ----------------------------------------------------------
+create table fn_qz_simple_triggers (
+SCHED_NAME VARCHAR(120) NOT NULL,
+TRIGGER_NAME VARCHAR(200) NOT NULL,
+TRIGGER_GROUP VARCHAR(200) NOT NULL,
+REPEAT_COUNT BIGINT(7) NOT NULL,
+REPEAT_INTERVAL BIGINT(12) NOT NULL,
+TIMES_TRIGGERED BIGINT(10) NOT NULL,
+PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
+FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
+REFERENCES FN_QZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
+);
+
+-- ----------------------------------------------------------
+-- NAME: FN_QZ_CRON_TRIGGERS; TYPE: TABLE
+-- ----------------------------------------------------------
+create table fn_qz_cron_triggers (
+SCHED_NAME VARCHAR(120) NOT NULL,
+TRIGGER_NAME VARCHAR(200) NOT NULL,
+TRIGGER_GROUP VARCHAR(200) NOT NULL,
+CRON_EXPRESSION VARCHAR(120) NOT NULL,
+TIME_ZONE_ID VARCHAR(80),
+PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
+FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
+REFERENCES FN_QZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
+);
+
+-- ----------------------------------------------------------
+-- NAME: FN_QZ_SIMPROP_TRIGGERS; TYPE: TABLE
+-- ----------------------------------------------------------
+create table fn_qz_simprop_triggers
+ (
+ SCHED_NAME VARCHAR(120) NOT NULL,
+ TRIGGER_NAME VARCHAR(200) NOT NULL,
+ TRIGGER_GROUP VARCHAR(200) NOT NULL,
+ STR_PROP_1 VARCHAR(512) NULL,
+ STR_PROP_2 VARCHAR(512) NULL,
+ STR_PROP_3 VARCHAR(512) NULL,
+ INT_PROP_1 INT NULL,
+ INT_PROP_2 INT NULL,
+ LONG_PROP_1 BIGINT NULL,
+ LONG_PROP_2 BIGINT NULL,
+ DEC_PROP_1 NUMERIC(13,4) NULL,
+ DEC_PROP_2 NUMERIC(13,4) NULL,
+ BOOL_PROP_1 VARCHAR(1) NULL,
+ BOOL_PROP_2 VARCHAR(1) NULL,
+ PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
+ FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
+ REFERENCES FN_QZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
+);
+
+-- ----------------------------------------------------------
+-- NAME: FN_QZ_BLOB_TRIGGERS; TYPE: TABLE
+-- ----------------------------------------------------------
+create table fn_qz_blob_triggers (
+SCHED_NAME VARCHAR(120) NOT NULL,
+TRIGGER_NAME VARCHAR(200) NOT NULL,
+TRIGGER_GROUP VARCHAR(200) NOT NULL,
+BLOB_DATA BLOB NULL,
+PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
+INDEX (SCHED_NAME,TRIGGER_NAME, TRIGGER_GROUP),
+FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
+REFERENCES FN_QZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
+);
+
+-- ----------------------------------------------------------
+-- NAME: FN_QZ_CALENDARS; TYPE: TABLE
+-- ----------------------------------------------------------
+create table fn_qz_calendars (
+SCHED_NAME VARCHAR(120) NOT NULL,
+CALENDAR_NAME VARCHAR(200) NOT NULL,
+CALENDAR BLOB NOT NULL,
+PRIMARY KEY (SCHED_NAME,CALENDAR_NAME)
+);
+
+-- ----------------------------------------------------------
+-- NAME: FN_QZ_PAUSED_TRIGGER_GRPS; TYPE: TABLE
+-- ----------------------------------------------------------
+create table fn_qz_paused_trigger_grps (
+SCHED_NAME VARCHAR(120) NOT NULL,
+TRIGGER_GROUP VARCHAR(200) NOT NULL,
+PRIMARY KEY (SCHED_NAME,TRIGGER_GROUP)
+);
+
+-- ----------------------------------------------------------
+-- NAME: FN_QZ_FIRED_TRIGGERS; TYPE: TABLE
+-- ----------------------------------------------------------
+create table fn_qz_fired_triggers (
+SCHED_NAME VARCHAR(120) NOT NULL,
+ENTRY_ID VARCHAR(95) NOT NULL,
+TRIGGER_NAME VARCHAR(200) NOT NULL,
+TRIGGER_GROUP VARCHAR(200) NOT NULL,
+INSTANCE_NAME VARCHAR(200) NOT NULL,
+FIRED_TIME BIGINT(13) NOT NULL,
+SCHED_TIME BIGINT(13) NOT NULL,
+PRIORITY INTEGER NOT NULL,
+STATE VARCHAR(16) NOT NULL,
+JOB_NAME VARCHAR(200) NULL,
+JOB_GROUP VARCHAR(200) NULL,
+IS_NONCONCURRENT VARCHAR(1) NULL,
+REQUESTS_RECOVERY VARCHAR(1) NULL,
+PRIMARY KEY (SCHED_NAME,ENTRY_ID)
+);
+
+-- ----------------------------------------------------------
+-- NAME: FN_QZ_SCHEDULER_STATE; TYPE: TABLE
+-- ----------------------------------------------------------
+create table fn_qz_scheduler_state (
+SCHED_NAME VARCHAR(120) NOT NULL,
+INSTANCE_NAME VARCHAR(200) NOT NULL,
+LAST_CHECKIN_TIME BIGINT(13) NOT NULL,
+CHECKIN_INTERVAL BIGINT(13) NOT NULL,
+PRIMARY KEY (SCHED_NAME,INSTANCE_NAME)
+);
+
+-- ----------------------------------------------------------
+-- NAME: FN_QZ_LOCKS; TYPE: TABLE
+-- ----------------------------------------------------------
+create table fn_qz_locks (
+SCHED_NAME VARCHAR(120) NOT NULL,
+LOCK_NAME VARCHAR(40) NOT NULL,
+PRIMARY KEY (SCHED_NAME,LOCK_NAME)
+);
+
+--
+-- name: rcloudinvocation; type: table
+--
+create table rcloudinvocation (
+ id varchar(128) not null primary key,
+ created timestamp not null,
+ userinfo varchar(2048) not null,
+ notebookid varchar(128) not null,
+ parameters varchar(2048) default null
+);
+
+--
+-- name: rcloudnotebook; type: table
+--
+create table rcloudnotebook (
+ notebookname varchar(128) not null primary key,
+ notebookid varchar(128) not null
+);
+
+--
+-- Name: fn_lu_message_location; Type: TABLE
+--
+
+CREATE TABLE fn_lu_message_location (
+ message_location_id numeric(11,0) NOT NULL,
+ message_location_descr character varying(30) NOT NULL
+);
+
+--
+-- Name: fn_lu_message_location_MESSAGE_LOCATION_ID; Type: CONSTRAINT
+--
+
+ALTER TABLE fn_lu_message_location
+ ADD CONSTRAINT fn_lu_message_location_MESSAGE_LOCATION_ID PRIMARY KEY (message_location_id);
+
+-- ----------------------------------------------------------
+-- NAME: QUARTZ TYPE: INDEXES
+-- ----------------------------------------------------------
+create index idx_fn_qz_j_req_recovery on fn_qz_job_details(sched_name,requests_recovery);
+create index idx_fn_qz_j_grp on fn_qz_job_details(sched_name,job_group);
+create index idx_fn_qz_t_j on fn_qz_triggers(sched_name,job_name,job_group);
+create index idx_fn_qz_t_jg on fn_qz_triggers(sched_name,job_group);
+create index idx_fn_qz_t_c on fn_qz_triggers(sched_name,calendar_name);
+create index idx_fn_qz_t_g on fn_qz_triggers(sched_name,trigger_group);
+create index idx_fn_qz_t_state on fn_qz_triggers(sched_name,trigger_state);
+create index idx_fn_qz_t_n_state on fn_qz_triggers(sched_name,trigger_name,trigger_group,trigger_state);
+create index idx_fn_qz_t_n_g_state on fn_qz_triggers(sched_name,trigger_group,trigger_state);
+create index idx_fn_qz_t_next_fire_time on fn_qz_triggers(sched_name,next_fire_time);
+create index idx_fn_qz_t_nft_st on fn_qz_triggers(sched_name,trigger_state,next_fire_time);
+create index idx_fn_qz_t_nft_misfire on fn_qz_triggers(sched_name,misfire_instr,next_fire_time);
+create index idx_fn_qz_t_nft_st_misfire on fn_qz_triggers(sched_name,misfire_instr,next_fire_time,trigger_state);
+create index idx_fn_qz_t_nft_st_misfire_grp on fn_qz_triggers(sched_name,misfire_instr,next_fire_time,trigger_group,trigger_state);
+create index idx_fn_qz_ft_trig_inst_name on fn_qz_fired_triggers(sched_name,instance_name);
+create index idx_fn_qz_ft_inst_job_req_rcvry on fn_qz_fired_triggers(sched_name,instance_name,requests_recovery);
+create index idx_fn_qz_ft_j_g on fn_qz_fired_triggers(sched_name,job_name,job_group);
+create index idx_fn_qz_ft_jg on fn_qz_fired_triggers(sched_name,job_group);
+create index idx_fn_qz_ft_t_g on fn_qz_fired_triggers(sched_name,trigger_name,trigger_group);
+create index idx_fn_qz_ft_tg on fn_qz_fired_triggers(sched_name,trigger_group);
+
+-- ------------------ CREATE VIEW SECTION
+--
+-- NAME: V_URL_ACCESS; TYPE: VIEW
+--
+CREATE VIEW v_url_access AS
+ SELECT DISTINCT M.ACTION AS URL,
+ M.FUNCTION_CD
+ FROM FN_MENU M
+ WHERE (M.ACTION IS NOT NULL)
+UNION
+ SELECT DISTINCT T.ACTION AS URL,
+ T.FUNCTION_CD
+ FROM FN_TAB T
+ WHERE (T.ACTION IS NOT NULL)
+UNION
+ SELECT R.RESTRICTED_URL AS URL,
+ R.FUNCTION_CD
+ FROM FN_RESTRICTED_URL R;
+-- ------------------ ALTER TABLE ADD CONSTRAINT PRIMARY KEY SECTION
+--
+-- NAME: CR_FAVORITE_REPORTS_USER_IDREP_ID; TYPE: CONSTRAINT
+--
+alter table cr_favorite_reports
+ add constraint cr_favorite_reports_user_idrep_id primary key (user_id, rep_id);
+--
+-- NAME: CR_FOLDER_FOLDER_ID; TYPE: CONSTRAINT
+--
+alter table cr_folder
+ add constraint cr_folder_folder_id primary key (folder_id);
+--
+-- NAME: CR_FOLDER_ACCESS_FOLDER_ACCESS_ID; TYPE: CONSTRAINT
+--
+alter table cr_folder_access
+ add constraint cr_folder_access_folder_access_id primary key (folder_access_id);
+--
+-- NAME: CR_HIST_USER_MAP_HIST_IDUSER_ID; TYPE: CONSTRAINT
+--
+alter table cr_hist_user_map
+ add constraint cr_hist_user_map_hist_iduser_id primary key (hist_id, user_id);
+--
+-- NAME: CR_LU_FILE_TYPE_LOOKUP_ID; TYPE: CONSTRAINT
+--
+alter table cr_lu_file_type
+ add constraint cr_lu_file_type_lookup_id primary key (lookup_id);
+--
+-- NAME: CR_RAPTOR_ACTION_IMG_IMAGE_ID; TYPE: CONSTRAINT
+--
+alter table cr_raptor_action_img
+ add constraint cr_raptor_action_img_image_id primary key (image_id);
+--
+-- NAME: CR_RAPTOR_PDF_IMG_IMAGE_ID; TYPE: CONSTRAINT
+--
+alter table cr_raptor_pdf_img
+ add constraint cr_raptor_pdf_img_image_id primary key (image_id);
+--
+-- NAME: CR_REMOTE_SCHEMA_INFO_SCHEMA_PREFIX; TYPE: CONSTRAINT
+--
+alter table cr_remote_schema_info
+ add constraint cr_remote_schema_info_schema_prefix primary key (schema_prefix);
+--
+-- NAME: CR_REPORT_REP_ID; TYPE: CONSTRAINT
+--
+alter table cr_report
+ add constraint cr_report_rep_id primary key (rep_id);
+--
+-- NAME: CR_REPORT_ACCESS_REP_IDORDER_NO; TYPE: CONSTRAINT
+--
+alter table cr_report_access
+ add constraint cr_report_access_rep_idorder_no primary key (rep_id, order_no);
+--
+-- NAME: CR_REPORT_EMAIL_SENT_LOG_LOG_ID; TYPE: CONSTRAINT
+--
+alter table cr_report_email_sent_log
+ add constraint cr_report_email_sent_log_log_id primary key (log_id);
+--
+-- NAME: CR_REPORT_FILE_HISTORY_HIST_ID; TYPE: CONSTRAINT
+--
+alter table cr_report_file_history
+ add constraint cr_report_file_history_hist_id primary key (hist_id);
+--
+-- NAME: CR_REPORT_SCHEDULE_SCHEDULE_ID; TYPE: CONSTRAINT
+--
+alter table cr_report_schedule
+ add constraint cr_report_schedule_schedule_id primary key (schedule_id);
+--
+-- NAME: CR_REPORT_SCHEDULE_USERS_SCHEDULE_IDREP_IDUSER_IDORDER_NO; TYPE: CONSTRAINT
+--
+alter table cr_report_schedule_users
+ add constraint cr_report_schedule_users_schedule_idrep_iduser_idorder_no primary key (schedule_id, rep_id, user_id, order_no);
+--
+-- NAME: CR_REPORT_TEMPLATE_MAP_REPORT_ID; TYPE: CONSTRAINT
+--
+alter table cr_report_template_map
+ add constraint cr_report_template_map_report_id primary key (report_id);
+--
+-- NAME: CR_TABLE_ROLE_TABLE_NAMEROLE_ID; TYPE: CONSTRAINT
+--
+alter table cr_table_role
+ add constraint cr_table_role_table_namerole_id primary key (table_name, role_id);
+--
+-- NAME: CR_TABLE_SOURCE_TABLE_NAME; TYPE: CONSTRAINT
+--
+alter table cr_table_source
+ add constraint cr_table_source_table_name primary key (table_name);
+--
+-- NAME: FN_AUDIT_ACTION_AUDIT_ACTION_ID; TYPE: CONSTRAINT
+--
+alter table fn_audit_action
+ add constraint fn_audit_action_audit_action_id primary key (audit_action_id);
+--
+--
+-- NAME: FK_FN_AUDIT_REF_205_FN_LU_AC; TYPE: CONSTRAINT
+--
+alter table fn_audit_log
+ add constraint fk_fn_audit_ref_205_fn_lu_ac foreign key (activity_cd) references fn_lu_activity(activity_cd);
+--
+-- NAME: FK_FN_ROLE__REF_201_FN_FUNCT; TYPE: CONSTRAINT
+--
+alter table fn_role_function
+ add constraint fk_fn_role__ref_201_fn_funct foreign key (function_cd) references fn_function(function_cd);
+--
+-- NAME: FN_CHAT_LOGS_CHAT_LOG_ID; TYPE: CONSTRAINT
+--
+alter table fn_chat_logs
+ add constraint fn_chat_logs_chat_log_id primary key (chat_log_id);
+--
+-- NAME: FN_CHAT_ROOM_CHAT_ROOM_ID; TYPE: CONSTRAINT
+--
+alter table fn_chat_room
+ add constraint fn_chat_room_chat_room_id primary key (chat_room_id);
+--
+-- NAME: FN_CHAT_USERS_ID; TYPE: CONSTRAINT
+--
+alter table fn_chat_users
+ add constraint fn_chat_users_id primary key (id);
+--
+-- NAME: FN_LU_ALERT_METHOD_ALERT_METHOD_CD; TYPE: CONSTRAINT
+--
+alter table fn_lu_alert_method
+ add constraint fn_lu_alert_method_alert_method_cd primary key (alert_method_cd);
+--
+-- NAME: FN_LU_BROADCAST_SITE_BROADCAST_SITE_CD; TYPE: CONSTRAINT
+--
+alter table fn_lu_broadcast_site
+ add constraint fn_lu_broadcast_site_broadcast_site_cd primary key (broadcast_site_cd);
+--
+-- NAME: FN_LU_CALL_TIMES_CALL_TIME_ID; TYPE: CONSTRAINT
+--
+alter table fn_lu_call_times
+ add constraint fn_lu_call_times_call_time_id primary key (call_time_id);
+--
+-- NAME: FN_LU_CITY_CITY_CDSTATE_CD; TYPE: CONSTRAINT
+--
+alter table fn_lu_city
+ add constraint fn_lu_city_city_cdstate_cd primary key (city_cd, state_cd);
+--
+-- NAME: FN_LU_COUNTRY_COUNTRY_CD; TYPE: CONSTRAINT
+--
+alter table fn_lu_country
+ add constraint fn_lu_country_country_cd primary key (country_cd);
+--
+-- NAME: FN_LU_PRIORITY_PRIORITY_ID; TYPE: CONSTRAINT
+--
+alter table fn_lu_priority
+ add constraint fn_lu_priority_priority_id primary key (priority_id);
+--
+-- NAME: FN_LU_ROLE_TYPE_ROLE_TYPE_ID; TYPE: CONSTRAINT
+--
+alter table fn_lu_role_type
+ add constraint fn_lu_role_type_role_type_id primary key (role_type_id);
+--
+-- NAME: FN_LU_STATE_STATE_CD; TYPE: CONSTRAINT
+--
+alter table fn_lu_state
+ add constraint fn_lu_state_state_cd primary key (state_cd);
+--
+-- NAME: FN_LU_TAB_SET_TAB_SET_CD; TYPE: CONSTRAINT
+--
+alter table fn_lu_tab_set
+ add constraint fn_lu_tab_set_tab_set_cd primary key (tab_set_cd);
+--
+-- NAME: FN_LU_TIMEZONE_TIMEZONE_ID; TYPE: CONSTRAINT
+--
+alter table fn_lu_timezone
+ add constraint fn_lu_timezone_timezone_id primary key (timezone_id);
+--
+-- NAME: FN_ORG_ORG_ID; TYPE: CONSTRAINT
+--
+alter table fn_org
+ add constraint fn_org_org_id primary key (org_id);
+--
+-- NAME: FN_RESTRICTED_URL_RESTRICTED_URLFUNCTION_CD; TYPE: CONSTRAINT
+--
+alter table fn_restricted_url
+ add constraint fn_restricted_url_restricted_urlfunction_cd primary key (restricted_url, function_cd);
+--
+-- NAME: FN_ROLE_COMPOSITE_PARENT_ROLE_IDCHILD_ROLE_ID; TYPE: CONSTRAINT
+--
+alter table fn_role_composite
+ add constraint fn_role_composite_parent_role_idchild_role_id primary key (parent_role_id, child_role_id);
+--
+-- NAME: FN_ROLE_FUNCTION_ROLE_IDFUNCTION_CD; TYPE: CONSTRAINT
+--
+alter table fn_role_function
+ add constraint fn_role_function_role_idfunction_cd primary key (role_id, function_cd);
+--
+-- NAME: FN_TAB_TAB_CD; TYPE: CONSTRAINT
+--
+alter table fn_tab
+ add constraint fn_tab_tab_cd primary key (tab_cd);
+--
+-- NAME: FN_TAB_SELECTED_SELECTED_TAB_CDTAB_URI; TYPE: CONSTRAINT
+--
+alter table fn_tab_selected
+ add constraint fn_tab_selected_selected_tab_cdtab_uri primary key (selected_tab_cd, tab_uri);
+--
+-- NAME: FN_USER_PSEUDO_ROLE_PSEUDO_ROLE_IDUSER_ID; TYPE: CONSTRAINT
+--
+alter table fn_user_pseudo_role
+ add constraint fn_user_pseudo_role_pseudo_role_iduser_id primary key (pseudo_role_id, user_id);
+--
+-- NAME: FN_USER_ROLE_USER_IDROLE_ID; TYPE: CONSTRAINT
+--
+alter table fn_user_role
+ add constraint fn_user_role_user_idrole_id primary key (user_id, role_id, app_id);
+
+-- ------------------ CREATE INDEX SECTION
+--
+-- NAME: CR_REPORT_CREATE_IDPUBLIC_YNTITLE; TYPE: INDEX
+--
+create index cr_report_create_idpublic_yntitle using btree on cr_report (create_id, public_yn, title);
+--
+-- NAME: CR_TABLE_JOIN_DEST_TABLE_NAME; TYPE: INDEX
+--
+create index cr_table_join_dest_table_name using btree on cr_table_join (dest_table_name);
+--
+-- NAME: CR_TABLE_JOIN_SRC_TABLE_NAME; TYPE: INDEX
+--
+create index cr_table_join_src_table_name using btree on cr_table_join (src_table_name);
+--
+-- NAME: FN_AUDIT_LOG_ACTIVITY_CD; TYPE: INDEX
+--
+create index fn_audit_log_activity_cd using btree on fn_audit_log (activity_cd);
+--
+-- NAME: FN_AUDIT_LOG_USER_ID; TYPE: INDEX
+--
+create index fn_audit_log_user_id using btree on fn_audit_log (user_id);
+--
+-- NAME: FN_MENU_FUNCTION_CD; TYPE: INDEX
+--
+create index fn_menu_function_cd using btree on fn_menu (function_cd);
+--
+-- NAME: FN_ORG_ACCESS_CD; TYPE: INDEX
+--
+create index fn_org_access_cd using btree on fn_org (access_cd);
+--
+-- NAME: FN_ROLE_FUNCTION_FUNCTION_CD; TYPE: INDEX
+--
+create index fn_role_function_function_cd using btree on fn_role_function (function_cd);
+--
+-- NAME: FN_ROLE_FUNCTION_ROLE_ID; TYPE: INDEX
+--
+create index fn_role_function_role_id using btree on fn_role_function (role_id);
+--
+-- NAME: FN_USER_ADDRESS_ID; TYPE: INDEX
+--
+create index fn_user_address_id using btree on fn_user (address_id);
+--
+-- NAME: FN_USER_ALERT_METHOD_CD; TYPE: INDEX
+--
+create index fn_user_alert_method_cd using btree on fn_user (alert_method_cd);
+--
+-- NAME: FN_USER_HRID; TYPE: INDEX
+--
+create unique index fn_user_hrid using btree on fn_user (hrid);
+--
+-- NAME: FN_USER_LOGIN_ID; TYPE: INDEX
+--
+create unique index fn_user_login_id using btree on fn_user (login_id);
+--
+-- NAME: FN_USER_ORG_ID; TYPE: INDEX
+--
+create index fn_user_org_id using btree on fn_user (org_id);
+--
+-- NAME: FN_USER_ROLE_ROLE_ID; TYPE: INDEX
+--
+create index fn_user_role_role_id using btree on fn_user_role (role_id);
+--
+-- NAME: FN_USER_ROLE_USER_ID; TYPE: INDEX
+--
+create index fn_user_role_user_id using btree on fn_user_role (user_id);
+--
+-- NAME: FN_XMLTYPE_ID; TYPE: INDEX
+--
+create unique index fn_xmltype_id using btree on fn_xmltype (id);
+--
+-- NAME: FK_FN_USER__REF_178_FN_APP_idx; TYPE: INDEX
+--
+create index fk_fn_user__ref_178_fn_app_IDX on fn_user_role (app_id);
+
+-- ------------------ ALTER TABLE ADD CONSTRAINT FOREIGN KEY SECTION
+--
+-- NAME: FK_FN_USER__REF_178_FN_APP; TYPE: FK CONSTRAINT
+--
+alter table fn_user_role
+ add constraint fk_fn_user__ref_178_fn_app foreign key (app_id) references fn_app(app_id);
+--
+-- NAME: FK_CR_REPOR_REF_14707_CR_REPOR; TYPE: FK CONSTRAINT
+--
+alter table cr_report_schedule
+ add constraint fk_cr_repor_ref_14707_cr_repor foreign key (rep_id) references cr_report(rep_id);
+--
+-- NAME: FK_CR_REPOR_REF_14716_CR_REPOR; TYPE: FK CONSTRAINT
+--
+alter table cr_report_schedule_users
+ add constraint fk_cr_repor_ref_14716_cr_repor foreign key (schedule_id) references cr_report_schedule(schedule_id);
+--
+-- NAME: FK_CR_REPOR_REF_17645_CR_REPOR; TYPE: FK CONSTRAINT
+--
+alter table cr_report_log
+ add constraint fk_cr_repor_ref_17645_cr_repor foreign key (rep_id) references cr_report(rep_id);
+--
+-- NAME: FK_CR_REPOR_REF_8550_CR_REPOR; TYPE: FK CONSTRAINT
+--
+alter table cr_report_access
+ add constraint fk_cr_repor_ref_8550_cr_repor foreign key (rep_id) references cr_report(rep_id);
+--
+-- NAME: FK_CR_REPORT_REP_ID; TYPE: FK CONSTRAINT
+--
+alter table cr_report_email_sent_log
+ add constraint fk_cr_report_rep_id foreign key (rep_id) references cr_report(rep_id);
+--
+-- NAME: FK_CR_TABLE_REF_311_CR_TAB; TYPE: FK CONSTRAINT
+--
+alter table cr_table_join
+ add constraint fk_cr_table_ref_311_cr_tab foreign key (src_table_name) references cr_table_source(table_name);
+--
+-- NAME: FK_CR_TABLE_REF_315_CR_TAB; TYPE: FK CONSTRAINT
+--
+alter table cr_table_join
+ add constraint fk_cr_table_ref_315_cr_tab foreign key (dest_table_name) references cr_table_source(table_name);
+--
+-- NAME: FK_CR_TABLE_REF_32384_CR_TABLE; TYPE: FK CONSTRAINT
+--
+alter table cr_table_role
+ add constraint fk_cr_table_ref_32384_cr_table foreign key (table_name) references cr_table_source(table_name);
+--
+-- NAME: FK_FN_TAB_FUNCTION_CD; TYPE: FK CONSTRAINT
+--
+alter table fn_tab
+ add constraint fk_fn_tab_function_cd foreign key (function_cd) references fn_function(function_cd);
+--
+-- NAME: FK_FN_TAB_SELECTED_TAB_CD; TYPE: FK CONSTRAINT
+--
+alter table fn_tab_selected
+ add constraint fk_fn_tab_selected_tab_cd foreign key (selected_tab_cd) references fn_tab(tab_cd);
+--
+-- NAME: FK_FN_TAB_SET_CD; TYPE: FK CONSTRAINT
+--
+alter table fn_tab
+ add constraint fk_fn_tab_set_cd foreign key (tab_set_cd) references fn_lu_tab_set(tab_set_cd);
+--
+-- NAME: FK_FN_USER_REF_110_FN_ORG; TYPE: FK CONSTRAINT
+--
+alter table fn_user
+ add constraint fk_fn_user_ref_110_fn_org foreign key (org_id) references fn_org(org_id);
+--
+-- NAME: FK_FN_USER_REF_123_FN_LU_AL; TYPE: FK CONSTRAINT
+--
+alter table fn_user
+ add constraint fk_fn_user_ref_123_fn_lu_al foreign key (alert_method_cd) references fn_lu_alert_method(alert_method_cd);
+--
+-- NAME: FK_FN_USER_REF_197_FN_USER; TYPE: FK CONSTRAINT
+--
+alter table fn_user
+ add constraint fk_fn_user_ref_197_fn_user foreign key (manager_id) references fn_user(user_id);
+--
+-- NAME: FK_FN_USER_REF_198_FN_USER; TYPE: FK CONSTRAINT
+--
+alter table fn_user
+ add constraint fk_fn_user_ref_198_fn_user foreign key (created_id) references fn_user(user_id);
+--
+-- NAME: FK_FN_USER_REF_199_FN_USER; TYPE: FK CONSTRAINT
+--
+alter table fn_user
+ add constraint fk_fn_user_ref_199_fn_user foreign key (modified_id) references fn_user(user_id);
+--
+-- NAME: FK_PARENT_KEY_CR_FOLDER; TYPE: FK CONSTRAINT
+--
+alter table cr_folder
+ add constraint fk_parent_key_cr_folder foreign key (parent_folder_id) references cr_folder(folder_id);
+--
+-- NAME: FK_PSEUDO_ROLE_PSEUDO_ROLE_ID; TYPE: FK CONSTRAINT
+--
+alter table fn_user_pseudo_role
+ add constraint fk_pseudo_role_pseudo_role_id foreign key (pseudo_role_id) references fn_role(role_id);
+--
+-- NAME: FK_PSEUDO_ROLE_USER_ID; TYPE: FK CONSTRAINT
+--
+alter table fn_user_pseudo_role
+ add constraint fk_pseudo_role_user_id foreign key (user_id) references fn_user(user_id);
+--
+-- NAME: FK_RESTRICTED_URL_FUNCTION_CD; TYPE: FK CONSTRAINT
+--
+alter table fn_restricted_url
+ add constraint fk_restricted_url_function_cd foreign key (function_cd) references fn_function(function_cd);
+--
+-- NAME: FK_TIMEZONE; TYPE: FK CONSTRAINT
+--
+alter table fn_user
+ add constraint fk_timezone foreign key (timezone) references fn_lu_timezone(timezone_id);
+--
+-- NAME: SYS_C0014614; TYPE: FK CONSTRAINT
+--
+alter table cr_report_file_history
+ add constraint sys_c0014614 foreign key (file_type_id) references cr_lu_file_type(lookup_id);
+--
+-- NAME: SYS_C0014615; TYPE: FK CONSTRAINT
+--
+alter table cr_report_file_history
+ add constraint sys_c0014615 foreign key (rep_id) references cr_report(rep_id);
+--
+-- NAME: SYS_C0014616; TYPE: FK CONSTRAINT
+--
+alter table cr_hist_user_map
+ add constraint sys_c0014616 foreign key (hist_id) references cr_report_file_history(hist_id);
+--
+-- NAME: SYS_C0014617; TYPE: FK CONSTRAINT
+--
+alter table cr_hist_user_map
+ add constraint sys_c0014617 foreign key (user_id) references fn_user(user_id);
+
+commit;
+
+-- Table structure for table `dbca_dmaap_access`
+
+DROP TABLE IF EXISTS `dbca_dmaap_access`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `dbca_dmaap_access` (
+ `DMAAP_ID` int(11) NOT NULL AUTO_INCREMENT,
+ `USER_ID` varchar(16) NOT NULL,
+ `NAME` varchar(100) NOT NULL,
+ `DMAAP_URL` varchar(256) NOT NULL,
+ `MECH_ID` varchar(96) DEFAULT NULL,
+ `PASSWORD` varchar(96) DEFAULT NULL,
+ `CREATED_ID` int(11) DEFAULT NULL,
+ `CREATED_DATE` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
+ `MODIFIED_ID` int(11) DEFAULT NULL,
+ `MODIFIED_DATE` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
+ `SELECT_YN` char(1) DEFAULT 'N',
+ PRIMARY KEY (`DMAAP_ID`)
+) ENGINE=InnoDB AUTO_INCREMENT=70 DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
diff --git a/dcae_dmaapbc_webapp/db-scripts/EcompSdkDMLMySql_1610_Complete_OS.sql b/dcae_dmaapbc_webapp/db-scripts/EcompSdkDMLMySql_1610_Complete_OS.sql
new file mode 100644
index 0000000..240d699
--- /dev/null
+++ b/dcae_dmaapbc_webapp/db-scripts/EcompSdkDMLMySql_1610_Complete_OS.sql
@@ -0,0 +1,3826 @@
+-- ---------------------------------------------------------------------------------------------------------------
+-- This script loads data for the DMaaP Bus Controller Application,
+-- open source version.
+-- Includes sample data for the 1610, open-source version of SDK database,
+-- plus additional entries for the DBC application.
+-- ---------------------------------------------------------------------------------------------------------------
+
+USE dbca_os;
+
+set foreign_key_checks=1;
+
+-- fn_function
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('quantum_bd','Big Data Function');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_process','Process List');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('1','test role function');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_job','Job Menu');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_job_create','Job Create');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_job_designer','Process in Designer view');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_task','Task Menu');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_task_search','Task Search');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_hiveconfig','Hive Configuration');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_mapreduce_create','Map Reduce Configuration Create');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_mapreduce_search','Map Reduce Configuration Search');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_hiveconfig_search','Hive Configuration Search');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_hiveconfig_create','Hive Configuration Create');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_map','Map Menu');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_sample','Sample Pages Menu');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_test','Test Menu');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('login','Login');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_home','Home Menu');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_customer','Customer Menu');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_reports','Reports Menu');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_profile','Profile Menu');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_admin','Admin Menu');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_feedback','Feedback Menu');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_help','Help Menu');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_logout','Logout Menu');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_doclib','Document Library Menu');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('doclib','Document Library');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('doclib_admin','Document Library Admin');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_notes','Notes Menu');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_ajax','Ajax Menu');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_customer_create','Customer Create');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_profile_create','Profile Create');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_profile_import','Profile Import');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_tab','Sample Tab Menu');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_concept','CoNCEPT');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_itracker','iTracker Menu');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('view_reports','View Raptor reports');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_itracker_admin','Itracker Admin/Support menu');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_mapreduce','Map Reduce Configuration');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_data_router','Data Router');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_dbc','Data Bus Controller');
+Insert into fn_function (FUNCTION_CD,FUNCTION_NAME) values ('menu_message_router','Message Router');
+
+-- fn_lu_activity
+Insert into fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('add_role','add_role');
+Insert into fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('remove_role','remove_role');
+Insert into fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('add_user_role','add_user_role');
+Insert into fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('remove_user_role','remove_user_role');
+Insert into fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('add_role_function','add_role_function');
+Insert into fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('remove_role_function','remove_role_function');
+Insert into fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('add_child_role','add_child_role');
+Insert into fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('remove_child_role','remove_child_role');
+Insert into fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('mobile_login','Mobile Login');
+Insert into fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('mobile_logout','Mobile Logout');
+Insert into fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('login','Login');
+Insert into fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('logout','Logout');
+
+-- fn_lu_alert_method
+Insert into fn_lu_alert_method (ALERT_METHOD_CD,ALERT_METHOD) values ('PHONE','Phone');
+Insert into fn_lu_alert_method (ALERT_METHOD_CD,ALERT_METHOD) values ('FAX','Fax');
+Insert into fn_lu_alert_method (ALERT_METHOD_CD,ALERT_METHOD) values ('PAGER','Pager');
+Insert into fn_lu_alert_method (ALERT_METHOD_CD,ALERT_METHOD) values ('EMAIL','Email');
+Insert into fn_lu_alert_method (ALERT_METHOD_CD,ALERT_METHOD) values ('SMS','SMS');
+
+-- fn_lu_call_times
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (1,20,'20 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (2,40,'40 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (3,60,'1 hr');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (4,80,'1 hr 20 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (5,100,'1 hr 40 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (6,120,'2 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (7,140,'2 hr 20 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (8,160,'2 hr 40 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (9,180,'3 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (10,200,'3 hr 20 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (11,220,'3 hr 40 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (12,240,'4 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (13,260,'4 hr 20 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (14,280,'4 hr 40 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (15,300,'5 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (16,320,'5 hr 20 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (17,340,'5 hr 40 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (18,360,'6 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (19,380,'6 hr 20 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (20,400,'6 hr 40 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (21,420,'7 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (22,440,'7 hr 20 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (23,460,'7 hr 40 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (24,480,'8 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (25,500,'8 hr 20 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (26,520,'8 hr 40 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (27,540,'9 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (28,560,'9 hr 20 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (29,580,'9 hr 40 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (30,600,'10 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (31,10,'10 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (32,5,'5 min');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (33,1200,'20 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (34,1800,'30 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (35,2400,'40 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (36,3000,'50 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (37,4200,'70 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (38,4800,'80 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (39,5400,'90 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (40,6000,'100 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (41,7200,'120 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (42,9600,'160 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (43,10800,'180 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (44,12000,'200 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (45,18000,'300 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (46,24000,'400 hrs');
+Insert into fn_lu_call_times (CALL_TIME_ID,CALL_TIME_AMOUNT,CALL_TIME_DISPLAY) values (47,30000,'500 hrs');
+
+-- fn_lu_country
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('YU','Yugoslavia','Yugoslavia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ZA','South Africa','South Africa',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ZM','Zambia','Zambia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ZR','Zaire','Zaire',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ZW','Zimbabwe','Zimbabwe',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AD','Andorra','Andorra',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AE','United Arab Emirates','United Arab Emirates',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AF','Afghanistan','Afghanistan',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AG','Antigua and Barbuda','Antigua and Barbuda',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AI','Anguilla','Anguilla',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AL','Albania','Albania',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AM','Armenia','Armenia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AN','Netherlands Antilles','Netherlands Antilles',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AO','Angola','Angola',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AQ','Antarctica','Antarctica',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AR','Argentina','Argentina',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AS','American Samoa','American Samoa',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AT','Austria','Austria',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AU','Australia','Australia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AW','Aruba','Aruba',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('AZ','Azerbaidjan','Azerbaidjan',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BA','Bosnia-Herzegovina','Bosnia-Herzegovina',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BB','Barbados','Barbados',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BD','Bangladesh','Bangladesh',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BE','Belgium','Belgium',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BF','Burkina Faso','Burkina Faso',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BG','Bulgaria','Bulgaria',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BH','Bahrain','Bahrain',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BI','Burundi','Burundi',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BJ','Benin','Benin',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BM','Bermuda','Bermuda',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BN','Brunei Darussalam','Brunei Darussalam',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BO','Bolivia','Bolivia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BR','Brazil','Brazil',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BS','Bahamas','Bahamas',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BT','Bhutan','Bhutan',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BV','Bouvet Island','Bouvet Island',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BW','Botswana','Botswana',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BY','Belarus','Belarus',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('BZ','Belize','Belize',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CA','Canada','Canada',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CC','Cocos (Keeling) Islands','Cocos (Keeling) Islands',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CF','Central African Republic','Central African Republic',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CG','Congo','Congo',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CH','Switzerland','Switzerland',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CI','Ivory Coast (Cote D''Ivoire)','Ivory Coast (Cote D''Ivoire)',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CK','Cook Islands','Cook Islands',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CL','Chile','Chile',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CM','Cameroon','Cameroon',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CN','China','China','China');
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CO','Colombia','Colombia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CR','Costa Rica','Costa Rica',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CS','Former Czechoslovakia','Former Czechoslovakia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CU','Cuba','Cuba',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CV','Cape Verde','Cape Verde',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CX','Christmas Island','Christmas Island',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CY','Cyprus','Cyprus',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('CZ','Czech Republic','Czech Republic',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('DE','Germany','Germany',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('DJ','Djibouti','Djibouti',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('DK','Denmark','Denmark',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('DM','Dominica','Dominica',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('DO','Dominican Republic','Dominican Republic',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('DZ','Algeria','Algeria',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('EC','Ecuador','Ecuador',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('EE','Estonia','Estonia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('EG','Egypt','Egypt',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('EH','Western Sahara','Western Sahara',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ER','Eritrea','Eritrea',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ES','Spain','Spain',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ET','Ethiopia','Ethiopia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('FI','Finland','Finland',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('FJ','Fiji','Fiji',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('FK','Falkland Islands','Falkland Islands',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('FM','Micronesia','Micronesia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('FO','Faroe Islands','Faroe Islands',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('FR','France','France',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('FX','France (European Territory)','France (European Territory)',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GA','Gabon','Gabon',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GB','Great Britain','Great Britain',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GD','Grenada','Grenada',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GE','Georgia','Georgia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GF','French Guyana','French Guyana',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GH','Ghana','Ghana',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GI','Gibraltar','Gibraltar',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GL','Greenland','Greenland',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GM','Gambia','Gambia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GN','Guinea','Guinea',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GP','Guadeloupe (French)','Guadeloupe (French)',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GQ','Equatorial Guinea','Equatorial Guinea',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GR','Greece','Greece',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GS','S. Georgia and S. Sandwich Isls.','S. Georgia and S. Sandwich Isls.',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GT','Guatemala','Guatemala',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GU','Guam (USA)','Guam (USA)',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GW','Guinea Bissau','Guinea Bissau',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('GY','Guyana','Guyana',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('HK','Hong Kong','Hong Kong',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('HM','Heard and McDonald Islands','Heard and McDonald Islands',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('HN','Honduras','Honduras',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('HR','Croatia','Croatia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('HT','Haiti','Haiti',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('HU','Hungary','Hungary',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ID','Indonesia','Indonesia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('IE','Ireland','Ireland',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('IL','Israel','Israel',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('IN','India','India',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('IO','British Indian Ocean Territory','British Indian Ocean Territory',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('IQ','Iraq','Iraq',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('IR','Iran','Iran',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('IS','Iceland','Iceland',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('IT','Italy','Italy',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('JM','Jamaica','Jamaica',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('JO','Jordan','Jordan',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('JP','Japan','Japan',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KE','Kenya','Kenya',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KG','Kyrgyzstan','Kyrgyzstan',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KH','Cambodia','Cambodia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KI','Kiribati','Kiribati',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KM','Comoros','Comoros',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KN','Saint Kitts and Nevis Anguilla','Saint Kitts and Nevis Anguilla',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KP','North Korea','North Korea',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KR','South Korea','South Korea',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KW','Kuwait','Kuwait',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KY','Cayman Islands','Cayman Islands',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('KZ','Kazakhstan','Kazakhstan',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LA','Laos','Laos',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LB','Lebanon','Lebanon',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LC','Saint Lucia','Saint Lucia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LI','Liechtenstein','Liechtenstein',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LK','Sri Lanka','Sri Lanka',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LR','Liberia','Liberia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LS','Lesotho','Lesotho',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LT','Lithuania','Lithuania',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LU','Luxembourg','Luxembourg',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LV','Latvia','Latvia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('LY','Libya','Libya',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MA','Morocco','Morocco',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MC','Monaco','Monaco',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MD','Moldavia','Moldavia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MG','Madagascar','Madagascar',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MH','Marshall Islands','Marshall Islands',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MK','Macedonia','Macedonia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ML','Mali','Mali',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MM','Myanmar','Myanmar',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MN','Mongolia','Mongolia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MO','Macau','Macau',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MP','Northern Mariana Islands','Northern Mariana Islands',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MQ','Martinique (French)','Martinique (French)',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MR','Mauritania','Mauritania',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MS','Montserrat','Montserrat',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MT','Malta','Malta',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MU','Mauritius','Mauritius',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MV','Maldives','Maldives',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MW','Malawi','Malawi',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MX','Mexico','Mexico','Mexico');
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MY','Malaysia','Malaysia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('MZ','Mozambique','Mozambique',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NA','Namibia','Namibia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NC','New Caledonia (French)','New Caledonia (French)',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NE','Niger','Niger',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NF','Norfolk Island','Norfolk Island',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NG','Nigeria','Nigeria',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NI','Nicaragua','Nicaragua',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NL','Netherlands','Netherlands',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NO','Norway','Norway',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NP','Nepal','Nepal',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NR','Nauru','Nauru',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NU','Niue','Niue',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('NZ','New Zealand','New Zealand',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('OM','Oman','Oman',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PA','Panama','Panama',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PE','Peru','Peru',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PF','Polynesia (French)','Polynesia (French)',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PG','Papua New Guinea','Papua New Guinea',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PH','Philippines','Philippines',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PK','Pakistan','Pakistan',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PL','Poland','Poland',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PM','Saint Pierre and Miquelon','Saint Pierre and Miquelon',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PN','Pitcairn Island','Pitcairn Island',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PR','Puerto Rico','Puerto Rico',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PT','Portugal','Portugal',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PW','Palau','Palau',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('PY','Paraguay','Paraguay',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('QA','Qatar','Qatar',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('RE','Reunion (French)','Reunion (French)',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('RO','Romania','Romania',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('RU','Russian Federation','Russian Federation',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('RW','Rwanda','Rwanda',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SA','Saudi Arabia','Saudi Arabia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SB','Solomon Islands','Solomon Islands',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SC','Seychelles','Seychelles',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SD','Sudan','Sudan',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SE','Sweden','Sweden',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SG','Singapore','Singapore',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SH','Saint Helena','Saint Helena',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SI','Slovenia','Slovenia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SJ','Svalbard and Jan Mayen Islands','Svalbard and Jan Mayen Islands',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SK','Slovak Republic','Slovak Republic',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SL','Sierra Leone','Sierra Leone',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SM','San Marino','San Marino',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SN','Senegal','Senegal',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SO','Somalia','Somalia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SR','Suriname','Suriname',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('ST','Saint Tome (Sao Tome) and Principe','Saint Tome (Sao Tome) and Principe',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SU','Former USSR','Former USSR',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SV','El Salvador','El Salvador',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SY','Syria','Syria',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('SZ','Swaziland','Swaziland',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TC','Turks and Caicos Islands','Turks and Caicos Islands',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TD','Chad','Chad',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TF','French Southern Territories','French Southern Territories',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TG','Togo','Togo',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TH','Thailand','Thailand',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TJ','Tadjikistan','Tadjikistan',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TK','Tokelau','Tokelau',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TM','Turkmenistan','Turkmenistan',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TN','Tunisia','Tunisia',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TO','Tonga','Tonga',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TP','East Timor','East Timor',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TR','Turkey','Turkey',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TT','Trinidad and Tobago','Trinidad and Tobago',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TV','Tuvalu','Tuvalu',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TW','Taiwan','Taiwan',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('TZ','Tanzania','Tanzania',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('UA','Ukraine','Ukraine',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('UG','Uganda','Uganda',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('UK','United Kingdom','United Kingdom',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('UM','USA Minor Outlying Islands','USA Minor Outlying Islands',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('US','United States','United States','USA');
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('UY','Uruguay','Uruguay',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('UZ','Uzbekistan','Uzbekistan',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('VA','Vatican City State','Vatican City State',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('VC','Saint Vincent and Grenadines','Saint Vincent and Grenadines',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('VE','Venezuela','Venezuela',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('VG','Virgin Islands (British)','Virgin Islands (British)',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('VI','Virgin Islands (USA)','Virgin Islands (USA)',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('VN','Vietnam','Vietnam',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('VU','Vanuatu','Vanuatu',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('WF','Wallis and Futuna Islands','Wallis and Futuna Islands',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('WS','Samoa','Samoa',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('YE','Yemen','Yemen',null);
+Insert into fn_lu_country (COUNTRY_CD,COUNTRY,FULL_NAME,WEBPHONE_COUNTRY_LABEL) values ('YT','Mayotte','Mayotte',null);
+
+-- fn_lu_menu_set
+Insert into fn_lu_menu_set (MENU_SET_CD,MENU_SET_NAME) values ('APP','Application Menu');
+
+-- fn_lu_priority
+Insert into fn_lu_priority (PRIORITY_ID,PRIORITY,ACTIVE_YN,SORT_ORDER) values (10,'Low','Y',10);
+Insert into fn_lu_priority (PRIORITY_ID,PRIORITY,ACTIVE_YN,SORT_ORDER) values (20,'Normal','Y',20);
+Insert into fn_lu_priority (PRIORITY_ID,PRIORITY,ACTIVE_YN,SORT_ORDER) values (30,'High','Y',30);
+Insert into fn_lu_priority (PRIORITY_ID,PRIORITY,ACTIVE_YN,SORT_ORDER) values (40,'Urgent','Y',40);
+Insert into fn_lu_priority (PRIORITY_ID,PRIORITY,ACTIVE_YN,SORT_ORDER) values (50,'Fatal','Y',50);
+
+-- fn_lu_state
+Insert into fn_lu_state (STATE_CD,STATE) values ('NJ','NJ - New Jersey');
+Insert into fn_lu_state (STATE_CD,STATE) values ('NY','NY - New York');
+Insert into fn_lu_state (STATE_CD,STATE) values ('CA','CA - California');
+Insert into fn_lu_state (STATE_CD,STATE) values ('CO','CO - Colorado');
+Insert into fn_lu_state (STATE_CD,STATE) values ('FL','FL - Florida');
+Insert into fn_lu_state (STATE_CD,STATE) values ('GA','GA - Georgia');
+Insert into fn_lu_state (STATE_CD,STATE) values ('VA','VA - Virginia');
+Insert into fn_lu_state (STATE_CD,STATE) values ('KY','KY - Kentucky');
+Insert into fn_lu_state (STATE_CD,STATE) values ('TX','TX - Texas');
+Insert into fn_lu_state (STATE_CD,STATE) values ('AK','AK - Alaska');
+Insert into fn_lu_state (STATE_CD,STATE) values ('AL','AL - Alabama');
+Insert into fn_lu_state (STATE_CD,STATE) values ('AR','AR - Arkansas');
+Insert into fn_lu_state (STATE_CD,STATE) values ('AZ','AZ - Arizona');
+Insert into fn_lu_state (STATE_CD,STATE) values ('CT','CT - Connecticut');
+Insert into fn_lu_state (STATE_CD,STATE) values ('DC','DC - District Of Columbia');
+Insert into fn_lu_state (STATE_CD,STATE) values ('DE','DE - Delaware');
+Insert into fn_lu_state (STATE_CD,STATE) values ('HI','HI - Hawaii');
+Insert into fn_lu_state (STATE_CD,STATE) values ('ID','ID - Idaho');
+Insert into fn_lu_state (STATE_CD,STATE) values ('IL','IL - Illinois');
+Insert into fn_lu_state (STATE_CD,STATE) values ('IN','IN - Indiana');
+Insert into fn_lu_state (STATE_CD,STATE) values ('IA','IA - Iowa');
+Insert into fn_lu_state (STATE_CD,STATE) values ('KS','KS - Kansas');
+Insert into fn_lu_state (STATE_CD,STATE) values ('LA','LA - Louisiana');
+Insert into fn_lu_state (STATE_CD,STATE) values ('MA','MA - Massachusetts');
+Insert into fn_lu_state (STATE_CD,STATE) values ('MD','MD - Maryland');
+Insert into fn_lu_state (STATE_CD,STATE) values ('ME','ME - Maine');
+Insert into fn_lu_state (STATE_CD,STATE) values ('MI','MI - Michigan');
+Insert into fn_lu_state (STATE_CD,STATE) values ('MN','MN - Minnesota');
+Insert into fn_lu_state (STATE_CD,STATE) values ('MO','MO - Missouri');
+Insert into fn_lu_state (STATE_CD,STATE) values ('MS','MS - Mississippi');
+Insert into fn_lu_state (STATE_CD,STATE) values ('MT','MT - Montana');
+Insert into fn_lu_state (STATE_CD,STATE) values ('NC','NC - North Carolina');
+Insert into fn_lu_state (STATE_CD,STATE) values ('ND','ND - North Dakota');
+Insert into fn_lu_state (STATE_CD,STATE) values ('NE','NE - Nebraska');
+Insert into fn_lu_state (STATE_CD,STATE) values ('NH','NH - New Hampshire');
+Insert into fn_lu_state (STATE_CD,STATE) values ('NM','NM - New Mexico');
+Insert into fn_lu_state (STATE_CD,STATE) values ('NV','NV - Nevada');
+Insert into fn_lu_state (STATE_CD,STATE) values ('OH','OH - Ohio');
+Insert into fn_lu_state (STATE_CD,STATE) values ('OK','OK - Oklahoma');
+Insert into fn_lu_state (STATE_CD,STATE) values ('OR','OR - Oregon');
+Insert into fn_lu_state (STATE_CD,STATE) values ('PA','PA - Pennsylvania');
+Insert into fn_lu_state (STATE_CD,STATE) values ('PR','PR - Puerto Rico');
+Insert into fn_lu_state (STATE_CD,STATE) values ('RI','RI - Rhode Island');
+Insert into fn_lu_state (STATE_CD,STATE) values ('SC','SC - South Carolina');
+Insert into fn_lu_state (STATE_CD,STATE) values ('SD','SD - South Dakota');
+Insert into fn_lu_state (STATE_CD,STATE) values ('TN','TN - Tennessee');
+Insert into fn_lu_state (STATE_CD,STATE) values ('UT','UT - Utah');
+Insert into fn_lu_state (STATE_CD,STATE) values ('VT','VT - Vermont');
+Insert into fn_lu_state (STATE_CD,STATE) values ('WA','WA - Washington');
+Insert into fn_lu_state (STATE_CD,STATE) values ('WV','WV - West Virginia');
+Insert into fn_lu_state (STATE_CD,STATE) values ('WI','WI - Wisconsin');
+Insert into fn_lu_state (STATE_CD,STATE) values ('WY','WY - Wyoming');
+Insert into fn_lu_state (STATE_CD,STATE) values ('VI','VI-Virgin Island');
+
+-- fn_lu_tab_set
+Insert into fn_lu_tab_set (TAB_SET_CD,TAB_SET_NAME) values ('APP','Application Tabs');
+
+-- fn_lu_timezone
+Insert into fn_lu_timezone (TIMEZONE_ID,TIMEZONE_NAME,TIMEZONE_VALUE) values (10,'US/Eastern','US/Eastern');
+Insert into fn_lu_timezone (TIMEZONE_ID,TIMEZONE_NAME,TIMEZONE_VALUE) values (20,'US/Central','US/Central');
+Insert into fn_lu_timezone (TIMEZONE_ID,TIMEZONE_NAME,TIMEZONE_VALUE) values (30,'US/Mountain','US/Mountain');
+Insert into fn_lu_timezone (TIMEZONE_ID,TIMEZONE_NAME,TIMEZONE_VALUE) values (40,'US/Arizona','America/Phoenix');
+Insert into fn_lu_timezone (TIMEZONE_ID,TIMEZONE_NAME,TIMEZONE_VALUE) values (50,'US/Pacific','US/Pacific');
+Insert into fn_lu_timezone (TIMEZONE_ID,TIMEZONE_NAME,TIMEZONE_VALUE) values (60,'US/Alaska','US/Alaska');
+Insert into fn_lu_timezone (TIMEZONE_ID,TIMEZONE_NAME,TIMEZONE_VALUE) values (70,'US/Hawaii','US/Hawaii');
+
+-- fn_menu
+INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (1, 'Root', NULL, 10, NULL, 'menu_home', 'N', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (150000, 'iTracker', 1, 120, NULL, 'menu_itracker', 'N', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5000, 'Sample Pages', 1, 30, 'sample.htm', 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', 'icon-local-search');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (3, 'Customer', 5000, 30, NULL, 'menu_customer', 'N', NULL, NULL, NULL, NULL, 'APP', 'N', '/static/fusion/images/customers.png');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5095, 'Network Diagram', 5000, 50, 'net_map.htm', 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5086, 'Call Flow', 5000, 105, 'callflow.htm', 'menu_sample', 'Y', NULL, NULL,NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5096, 'ASE Tool', 5000, 125, 'userProfile#/ase', 'menu_sample', 'Y', NULL, NULL,NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (2, 'Home', 1, 10, 'welcome.htm', 'menu_home', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', 'icon-location-pin');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (8, 'Reports', 1, 40, 'report.htm', 'menu_reports', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', 'icon-data');
+-- The Users (previously called Profile) category is disabled in this checked-in version, ACTIVE_YN = N,
+-- because EP recommends against displaying that menu in IST, ETE and PROD.
+INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (9, 'Users', 1, 90, 'userProfile', 'menu_profile', 'N', NULL, NULL, NULL, NULL, 'APP', 'N', 'ion-person');
+INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (10, 'Admin', 1, 110, 'role_list.htm', 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', 'ion-gear-a');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (13, 'Application Logout', 1, 130, 'app_logout.htm', 'menu_logout', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', 'icon-sign-out');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (16, 'Library', 1, 60, 'doclib.htm', 'menu_doclib', 'N', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (30, 'Create', 3, 10, 'customer.htm', 'menu_customer_create', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', '/static/fusion/images/customers-add.png');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (32, 'Search', 3, 30, 'customer_search.htm', 'menu_customer', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', '/static/fusion/images/customers-search.png');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (84, 'All Reports', 8, 50, 'report', 'menu_reports', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', '/static/fusion/images/reports.png');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (85, 'Favorite Reports', 8, 35, 'raptor.htm', 'menu_reports', 'N', NULL, 'action=report.search.favorite', NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (86, 'Customize Favorite Reports', 8, 100, 'report_list.htm', 'menu_reports', 'N', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) values (87, 'Create Reports', 8, 120, 'report_wizard.htm?r_action=report.create', 'menu_reports', 'Y', NULL, 'r_action=report.create', NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) values (88, 'Sample Dashboard', 8, 130, 'report_sample', 'menu_reports', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (92, 'Import from WEBPHONE', 9, 30, 'userProfile#/post_search', 'menu_profile_import', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', '/static/fusion/images/webphone.ico');
+INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (94, 'Self', 9, 40, 'userProfile#/self_profile', 'menu_profile', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', '/static/fusion/images/profile.png');
+INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (101, 'Roles', 10, 20, 'admin', 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', '/static/fusion/images/users.png');
+INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (102, 'Role Functions', 10, 30, 'admin#/role_function_list', 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (103, 'Broadcast Messages', 10, 50, 'admin#/broadcast_list', 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', '/static/fusion/images/bubble.png');
+INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (105, 'Cache Admin', 10, 40, 'admin#/jcs_admin', 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', '/static/fusion/images/cache.png');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (106, 'Lock/Unlock Application', 10, 60, 'application_lockout.htm', 'menu_admin', 'N', NULL, NULL, NULL, NULL, 'APP', 'N', '/static/fusion/images/decrypted.png');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (107, 'Admin', 150000, 70, 'issues_view.htm?issueView=AllIssues', 'menu_itracker_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (108, 'Usage', 10, 80, 'admin#/usage_list', 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', '/static/fusion/images/users.png');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (109, 'Open Requests', 107, 20, 'itracker_search.htm', 'menu_itracker_admin', 'Y', NULL, 'view=open', NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (110, 'Closed Requests', 107, 30, 'itracker_search.htm', 'menu_itracker_admin', 'Y', NULL, 'view=closed', NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (113, 'Requests By Assignee', 107, 40, 'itracker_byassignee.htm', 'menu_itracker_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (115, NULL, 10, 35, NULL, 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'Y', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (116, NULL, 10, 45, NULL, 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'Y', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (117, NULL, 10, 55, NULL, 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'Y', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (120, NULL, 10, 90, NULL, 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'Y', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (121, 'Collaboration', 5000, 100, 'collaborate_list.htm', 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', '/static/fusion/images/bubble.png');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (170, 'Ajax Examples', 5000, 60, 'ajax_test.htm', 'menu_ajax', 'N', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (930, 'Search', 9, 15, 'userProfile', 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', '/static/fusion/images/search_profile.png');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (15, 'Attachments', 5000, 35, 'attachment_list.htm', 'menu_admin', 'N', NULL, NULL, NULL, NULL, 'APP', 'N', '/static/fusion/images/file_save-all.png');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5010, 'Services', 5000, 102, NULL, 'menu_sample', 'N', NULL, NULL, NULL, NULL, 'APP', 'N', '/static/images/vsp_network_small.png');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5011, 'My Services', 5010, 10, 'my_services.htm', 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5012, 'Add Services', 5010, 10, 'add_services.htm', 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5040, 'Sample Nested Menu', 5000, 20, NULL, 'menu_sample', 'N', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5045, NULL, 5000, 25, NULL, 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'Y', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5050, 'Grid Implementations', 5000, 70, NULL, 'menu_sample', 'N', NULL, NULL, NULL, NULL, 'APP', 'N', '/static/fusion/images/table.png');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5055, 'Sample Tab Layouts', 5000, 75, 'tab1.htm', 'menu_sample', 'N', NULL, NULL, NULL, NULL, 'APP', 'N', '/static/fusion/images/tab.png');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5060, 'Sample File Generation', 5000, 80, 'file_generate.htm', 'menu_sample', 'N', NULL, 'task=showPage', NULL, NULL, 'APP', 'N', '/static/fusion/images/file_import.png');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5070, 'Sample Async Invocation', 5000, 90, 'async_test.htm', 'menu_sample', 'N', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5080, 'Geo Map', 5000, 100, 'leafletMap.htm', 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', '/static/fusion/images/map.png');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5081, 'Map-Grid Link', 5080, 10, 'grid_heatmap.htm', 'menu_sample', 'N', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5082, 'LTE Heat Map', 5080, 20, 'sample_heat_map.htm', 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5083, 'LTE Animated Map', 5080, 30, 'sample_animated_map.htm', 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5084, 'Sample Tutorial Map', 5080, 40, 'sample_map.htm', 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5085, 'Data Traffic Map', 5080, 11, 'traffic_map.htm', 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5090, NULL, 5000, 55, NULL, 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'Y', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5091, NULL, 5000, 65, NULL, 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'Y', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5092, NULL, 5000, 75, NULL, 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'Y', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5094, NULL, 5000, 95, NULL, 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'Y', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (5104, NULL, 5000, 105, NULL, 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'Y', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (6000, 'Nested Menu Item #1', 5040, 10, NULL, 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (6010, 'Nested Menu Item #2', 5040, 20, NULL, 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (6100, 'Another Nested Menu', 6000, 10, NULL, 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (6200, 'Another Nested Child Menu A', 6100, 10, NULL, 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (6210, 'Another Nested Child Menu B', 6100, 10, NULL, 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (7010, 'Customer List', 5050, 10, 'customer_list.htm', 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (7020, 'Contact List', 5050, 20, 'app_contact_list.htm', 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (7030, 'Alternate Contact List', 5050, 30, 'alt_contact_list.htm', 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (7040, 'Customer Update', 5050, 15, 'customer_update.htm', 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (10000, 'Big Data Integration', 1, 50, NULL, 'quantum_bd', 'N', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (23, 'Job/Process Management', 10000, 110, 'process.htm', 'menu_process', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (10100, 'Sector BH Analysis', 10000, 5, 'bd_optima.htm', 'quantum_bd', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (10500, 'Adworks', 10000, 30, NULL, 'quantum_bd', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (10200, 'Adworks Impression Data - Scheduled', 10500, 8, 'raptor.htm?action=raptor&refresh_params=Y&r_action=report.run.container&refresh=Y&c_master=23&display_content=N', 'quantum_bd', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (10210, 'Adworks Impression Data - Live', 10500, 5, 'raptor.htm?action=raptor&refresh_params=Y&r_action=report.run.container&refresh=Y&c_master=22&display_content=N', 'quantum_bd', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (10520, 'Frequency by Program', 10500, 50, 'raptor.htm?action=raptor&refresh_params=Y&r_action=report.run.container&refresh=Y&c_master=41&display_content=N', 'quantum_bd', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (10540, 'Reach by VHO', 10500, 10, 'raptor.htm?action=raptor&refresh_params=Y&r_action=report.run.container&refresh=Y&c_master=42&display_content=N', 'quantum_bd', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (10560, 'Frequency by VHO', 10500, 40, 'raptor.htm?action=raptor&refresh_params=Y&r_action=report.run.container&refresh=Y&c_master=43&display_content=N', 'quantum_bd', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (10580, 'Reach by Seconds Watched', 10500, 30, 'raptor.htm?action=raptor&refresh_params=Y&r_action=report.run.container&refresh=Y&c_master=44&display_content=N', 'quantum_bd', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (10590, 'Reach by Channel', 10500, 20, 'raptor.htm?action=raptor&refresh_params=Y&r_action=report.run.container&refresh=Y&c_master=45&display_content=N', 'quantum_bd', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (10800, 'ePTT Analysis', 10000, 6, 'bd_p2t.htm', 'quantum_bd', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (11000, 'Map Reduce Configuration', 10000, 120, NULL, 'menu_mapreduce', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (12000, 'Hive Configuration', 10000, 130, NULL, 'menu_hiveconfig', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (13000, 'Map Reduce Configuration Create', 11000, 120, 'mapreduce.htm', 'menu_mapreduce_create', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (14000, 'Map Reduce Configuration Search', 11000, 130, 'mapreduce_search.htm', 'menu_mapreduce_search', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (14500, 'Hive Configuration Create', 12000, 120, 'hiveconfig.htm', 'menu_hiveconfig_create', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (15000, 'Hive Configuration Search', 12000, 130, 'hive_search.htm', 'menu_hiveconfig_search', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (150001, 'Create Request', 150000, 10, NULL, 'menu_itracker', 'Y', NULL, NULL, 'javascript:createITrackerRequest();', NULL, 'APP', 'N', '/static/fusion/images/note-add.png');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (150002, 'View My Requests', 150000, 20, 'itracker_search.htm', 'menu_itracker', 'Y', NULL, 'view=myrequests', NULL, NULL, 'APP', 'N', '/static/fusion/images/notes.png');
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (150003, 'Search Requests', 150000, 30, 'itracker_search.htm', 'menu_itracker', 'Y', NULL, 'view=all', NULL, NULL, 'APP', 'N', '/static/fusion/images/note-search.png');
+INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (150022, 'Menus', 10, 60, 'admin#/admin_menu_edit', 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (150024, 'Camunda Cockpit', 10, 70, 'admin#/admin_closed_loop', 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (150026, 'Workflows', 10, 71, 'workflows#/all', 'menu_admin', 'Y', NULL, NULL, NULL, NULL, 'APP', 'Y', NULL);
+-- INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (150028, 'Drools', 5000, 110, 'drools.htm', 'menu_sample', 'Y', NULL, NULL, NULL, NULL, 'APP', 'N', NULL);
+-- Additions for DBCA
+INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (150030,'DMaaP Access Profiles',1, 15,'dbc#/dmaap', 'menu_dbc', 'Y','N/A','N/A','N/A','N/A','APP','Y','ion-ios-paper');
+INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (150031,'Data Router', 1, 20,'dbc', 'menu_data_router', 'Y','N/A','N/A','N/A','N/A','APP','Y','ion-upload');
+INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (150032,'Feeds', 150031, 10,'dbc#/dr_feed', 'menu_data_router', 'Y','N/A','N/A','N/A','N/A','APP','N','N/A');
+INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (150033,'Publishers', 150031, 25,'dbc#/dr_pub', 'menu_data_router', 'Y','N/A','N/A','N/A','N/A','APP','N','N/A');
+INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (150034,'Subscribers', 150031, 50,'dbc#/dr_sub', 'menu_data_router', 'Y','N/A','N/A','N/A','N/A','APP','N','N/A');
+INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (150035,'Message Router', 1, 25,'#', 'menu_message_router','Y','N/A','N/A','N/A','N/A','APP','Y','ion-ios-email');
+INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (150036,'Topics', 150035, 10,'dbc#/mr_topic', 'menu_message_router','Y','N/A','N/A','N/A','N/A','APP','N','N/A');
+INSERT INTO fn_menu (MENU_ID, LABEL, PARENT_ID, SORT_ORDER, ACTION, FUNCTION_CD, ACTIVE_YN, SERVLET, QUERY_STRING, EXTERNAL_URL, TARGET, MENU_SET_CD, SEPARATOR_YN, IMAGE_SRC) VALUES (150037,'Clients', 150035, 20,'dbc#/mr_client','menu_message_router','Y','N/A','N/A','N/A','N/A','APP','Y','N/A');
+
+-- fn_restricted_url
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('attachment.htm','menu_admin');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('broadcast.htm','menu_admin');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('file_upload.htm','menu_admin');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('job.htm','menu_admin');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('role.htm','menu_admin');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('role_function.htm','menu_admin');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('test.htm','menu_admin');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('async_test.htm','menu_home');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('chatWindow.htm','menu_home');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('contact_list.htm','menu_home');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('customer_dynamic_list.htm','menu_home');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('event.htm','menu_home');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('event_list.htm','menu_home');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('mobile_welcome.htm','menu_home');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('sample_map.htm','menu_home');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('template.jsp','menu_home');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('zkau','menu_home');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('itracker_assign.htm','menu_itracker');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('itracker_byassignee.htm','menu_itracker');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('itracker_create.htm','menu_itracker');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('itracker_update.htm','menu_itracker');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('manage_license.htm','menu_itracker');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('support_ticket.htm','menu_itracker');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('jbpm_designer.htm','menu_job_create');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('jbpm_drools.htm','menu_job_create');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('process_job.htm','menu_job_create');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('novamap_controller.htm','menu_map');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('profile.htm','menu_profile_create');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('raptor.htm','menu_reports');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('raptor2.htm','menu_reports');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('raptor_blob_extract.htm','menu_reports');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('raptor_email_attachment.htm','menu_reports');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('raptor_search.htm','menu_reports');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('report_list.htm','menu_reports');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('gauge.htm','menu_tab');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('gmap_controller.htm','menu_tab');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('gmap_frame.htm','menu_tab');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('map.htm','menu_tab');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('map_download.htm','menu_tab');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('map_grid_search.htm','menu_tab');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('sample_animated_map.htm','menu_tab');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('sample_heat_map.htm','menu_tab');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('sample_heat_map_no_header.htm','menu_tab');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('sample_map_2.htm','menu_tab');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('sample_map_3.htm','menu_tab');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('tab2_sub1.htm','menu_tab');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('tab2_sub2_link1.htm','menu_tab');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('tab2_sub2_link2.htm','menu_tab');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('tab2_sub3.htm','menu_tab');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('tab3.htm','menu_tab');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('tab4.htm','menu_tab');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('bd_optima.htm','quantum_bd');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('bd_optima_interactive.htm','quantum_bd');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('bd_p2t.htm','quantum_bd');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('grid_heatmap.htm','quantum_bd');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('hive.htm','quantum_bd');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('hiveconfig.htm','quantum_bd');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('hiveconfig_popup.htm','quantum_bd');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('hive_search.htm','quantum_bd');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('hive_search_popup.htm','quantum_bd');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('jbpmTestProcess.htm','quantum_bd');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('job_progress.htm','quantum_bd');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('mapreduce.htm','quantum_bd');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('mapreduce_search.htm','quantum_bd');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('raptor.htm','view_reports');
+INSERT INTO fn_restricted_url (restricted_url, function_cd) VALUES ('raptor_blob_extract.htm','view_reports');
+
+-- fn_role
+Insert into fn_role (ROLE_ID,ROLE_NAME,ACTIVE_YN,PRIORITY) values (16,'Standard User','Y',5);
+Insert into fn_role (ROLE_ID,ROLE_NAME,ACTIVE_YN,PRIORITY) values (1,'System Administrator','Y',1);
+
+-- fn_role_composite
+Insert into fn_role_composite (PARENT_ROLE_ID,CHILD_ROLE_ID) values (1,16);
+
+-- fn_role_function
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'doclib');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'doclib_admin');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'login');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_admin');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_ajax');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_customer');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_customer_create');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_feedback');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_help');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_hiveconfig');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_hiveconfig_create');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_hiveconfig_search');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_home');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_itracker');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_itracker_admin');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_job');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_job_create');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_logout');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_mapreduce');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_mapreduce_create');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_mapreduce_search');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_notes');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_process');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_profile');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_profile_create');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_profile_import');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_reports');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_sample');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_tab');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_test');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'quantum_bd');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'login');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'menu_ajax');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'menu_customer');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'menu_customer_create');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'menu_home');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'menu_itracker');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'menu_logout');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'menu_map');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'menu_profile');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'menu_reports');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'menu_tab');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'quantum_bd');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_dbc');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_data_router');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (1,'menu_message_router');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'menu_dbc');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'menu_data_router');
+Insert into fn_role_function (ROLE_ID,FUNCTION_CD) values (16,'menu_message_router');
+
+-- fn_tab
+Insert into fn_tab (TAB_CD,TAB_NAME,TAB_DESCR,ACTION,FUNCTION_CD,ACTIVE_YN,SORT_ORDER,PARENT_TAB_CD,TAB_SET_CD) values ('TAB2_SUB1_S1','Left Tab 1','Sub - Sub Tab 1 Information','tab2_sub1.htm','menu_tab','Y',10,'TAB2_SUB1','APP');
+Insert into fn_tab (TAB_CD,TAB_NAME,TAB_DESCR,ACTION,FUNCTION_CD,ACTIVE_YN,SORT_ORDER,PARENT_TAB_CD,TAB_SET_CD) values ('TAB1','Tab 1','Tab 1 Information','tab1.htm','menu_tab','Y',10,null,'APP');
+Insert into fn_tab (TAB_CD,TAB_NAME,TAB_DESCR,ACTION,FUNCTION_CD,ACTIVE_YN,SORT_ORDER,PARENT_TAB_CD,TAB_SET_CD) values ('TAB2','Tab 2','Tab 2 Information','tab2_sub1.htm','menu_tab','Y',20,null,'APP');
+Insert into fn_tab (TAB_CD,TAB_NAME,TAB_DESCR,ACTION,FUNCTION_CD,ACTIVE_YN,SORT_ORDER,PARENT_TAB_CD,TAB_SET_CD) values ('TAB3','Tab 3','Tab 3 Information','tab3.htm','menu_tab','Y',30,null,'APP');
+Insert into fn_tab (TAB_CD,TAB_NAME,TAB_DESCR,ACTION,FUNCTION_CD,ACTIVE_YN,SORT_ORDER,PARENT_TAB_CD,TAB_SET_CD) values ('TAB4','Tab 4','Tab 4 Information','tab4.htm','menu_tab','Y',40,null,'APP');
+Insert into fn_tab (TAB_CD,TAB_NAME,TAB_DESCR,ACTION,FUNCTION_CD,ACTIVE_YN,SORT_ORDER,PARENT_TAB_CD,TAB_SET_CD) values ('TAB2_SUB1','Sub Tab 1','Sub Tab 1 Information','tab2_sub1.htm','menu_tab','Y',10,'TAB2','APP');
+Insert into fn_tab (TAB_CD,TAB_NAME,TAB_DESCR,ACTION,FUNCTION_CD,ACTIVE_YN,SORT_ORDER,PARENT_TAB_CD,TAB_SET_CD) values ('TAB2_SUB2','Sub Tab 2','Sub Tab 2 Information','tab2_sub2.htm','menu_tab','Y',20,'TAB2','APP');
+Insert into fn_tab (TAB_CD,TAB_NAME,TAB_DESCR,ACTION,FUNCTION_CD,ACTIVE_YN,SORT_ORDER,PARENT_TAB_CD,TAB_SET_CD) values ('TAB2_SUB3','Sub Tab 3','Sub Tab 3 Information','tab2_sub3.htm','menu_tab','Y',30,'TAB2','APP');
+
+-- fn_tab_selected
+Insert into fn_tab_selected (SELECTED_TAB_CD,TAB_URI) values ('TAB1','tab1');
+Insert into fn_tab_selected (SELECTED_TAB_CD,TAB_URI) values ('TAB2','tab2_sub1');
+Insert into fn_tab_selected (SELECTED_TAB_CD,TAB_URI) values ('TAB2','tab2_sub2');
+Insert into fn_tab_selected (SELECTED_TAB_CD,TAB_URI) values ('TAB2','tab2_sub3');
+Insert into fn_tab_selected (SELECTED_TAB_CD,TAB_URI) values ('TAB2_SUB1','tab2_sub1');
+Insert into fn_tab_selected (SELECTED_TAB_CD,TAB_URI) values ('TAB2_SUB1_S1','tab2_sub1');
+Insert into fn_tab_selected (SELECTED_TAB_CD,TAB_URI) values ('TAB2_SUB2','tab2_sub2');
+Insert into fn_tab_selected (SELECTED_TAB_CD,TAB_URI) values ('TAB2_SUB3','tab2_sub3');
+Insert into fn_tab_selected (SELECTED_TAB_CD,TAB_URI) values ('TAB3','tab3');
+Insert into fn_tab_selected (SELECTED_TAB_CD,TAB_URI) values ('TAB4','tab4');
+
+-- fn_user
+-- This row defines a superuser which is accepted by login_extern.htm
+-- The superuser entry is disabled in this checked-in version, ACTIVE = N,
+-- because it is a security hole that should not exist in IST, ETE and PROD.
+Insert into fn_user (USER_ID,ORG_ID,MANAGER_ID,FIRST_NAME,MIDDLE_NAME,LAST_NAME,PHONE,FAX,CELLULAR,EMAIL,ADDRESS_ID,ALERT_METHOD_CD,HRID,ORG_USER_ID,ORG_CODE,LOGIN_ID,LOGIN_PWD,LAST_LOGIN_DATE,ACTIVE_YN,CREATED_ID,CREATED_DATE,MODIFIED_ID,MODIFIED_DATE,IS_INTERNAL_YN,ADDRESS_LINE_1,ADDRESS_LINE_2,CITY,STATE_CD,ZIP_CODE,COUNTRY_CD,LOCATION_CLLI,ORG_MANAGER_USERID,COMPANY,DEPARTMENT_NAME,JOB_TITLE,TIMEZONE,DEPARTMENT,BUSINESS_UNIT,BUSINESS_UNIT_NAME,COST_CENTER,FIN_LOC_CODE,SILO_STATUS)
+ values (1,null,null,'Demo',null,'User',null,null,null,null,null,null,null,'demo',null,'demo','demo',str_to_date('24-OCT-16','%d-%M-%Y'),'Y',null,str_to_date('17-OCT-16','%d-%M-%Y'),1,str_to_date('24-OCT-16','%d-%M-%Y'),'N',null,null,null,'NJ',null,'US',null,null,null,null,null,10,null,null,null,null,null,null);
+
+-- fn_datasource
+Insert into fn_datasource (ID,NAME,DRIVER_NAME,SERVER,PORT,USER_NAME,PASSWORD,URL,MIN_POOL_SIZE,MAX_POOL_SIZE,ADAPTER_ID,DS_TYPE) values (1,'Hive2-bragi08','org.apache.hive.jdbc.HiveDriver',null,null,null,null,'',1,5,1,'BIGDATA');
+
+-- cr_raptor_action_img
+Insert into cr_raptor_action_img (IMAGE_ID, IMAGE_LOC) Values ('DELETE', '/static/fusion/raptor/img/deleteicon.gif');
+Insert into cr_raptor_action_img (IMAGE_ID, IMAGE_LOC) Values ('CALENDAR', '/static/fusion/raptor/img/Calendar-16x16.png');
+
+-- demo_fn_cspf_rout_util_links
+-- Insert into demo_fn_cspf_rout_util_links values ('st6wa','cgcil','black',1,1,'1405','46ms','30G',null,null,1);
+-- Insert into demo_fn_cspf_rout_util_links values ('st6wa','cgcil','black',2,2,'1400','46ms','70G',null,null,2);
+-- Insert into demo_fn_cspf_rout_util_links values ('st6wa','dvmco','black',2,2,'1100','34ms','40G',null,null,3);
+-- Insert into demo_fn_cspf_rout_util_links values ('st6wa','ptdor','black',2,2,'200','4ms','60G',null,null,4);
+-- Insert into demo_fn_cspf_rout_util_links values ('st6wa','sffca','black',1,2,'850','23ms','40G',1,null,5);
+-- Insert into demo_fn_cspf_rout_util_links values ('ptdor','sffca','orange',1,1,'650','19ms','70G',null,null,6);
+-- Insert into demo_fn_cspf_rout_util_links values ('sffca','cgcil','black',1,1,'1550','50ms','170G',1,2,7);
+-- Insert into demo_fn_cspf_rout_util_links values ('sffca','dvmco','black',2,1,'950','30ms','90G',null,null,8);
+-- Insert into demo_fn_cspf_rout_util_links values ('sffca','sl9mo','black',2,1,'1555','50ms','80G',1,2,9);
+-- Insert into demo_fn_cspf_rout_util_links values ('sffca','sc1ca','black',1,1,'150','2ms','80G',null,null,10);
+-- Insert into demo_fn_cspf_rout_util_links values ('sffca','sc1ca','black',2,2,'150','2ms','160G',null,null,11);
+-- Insert into demo_fn_cspf_rout_util_links values ('sffca','la2ca','yellow',1,1,'350','11ms','180G',null,null,12);
+-- Insert into demo_fn_cspf_rout_util_links values ('sffca','la2ca','black',2,2,'360','11ms','280G',null,null,13);
+-- Insert into demo_fn_cspf_rout_util_links values ('sc1ca','slkut','black',2,2,'500','15ms','200G',null,null,14);
+-- Insert into demo_fn_cspf_rout_util_links values ('la2ca','slkut','black',1,1,'500','14ms','200G',null,2,15);
+-- Insert into demo_fn_cspf_rout_util_links values ('la2ca','dlstx','black',2,2,'1050','33ms','280G',2,null,16);
+-- Insert into demo_fn_cspf_rout_util_links values ('la2ca','phmaz','black',1,2,'450','11ms','260G',null,null,17);
+-- Insert into demo_fn_cspf_rout_util_links values ('la2ca','sd2ca','yellow',2,2,'250','4ms','160G',null,null,18);
+-- Insert into demo_fn_cspf_rout_util_links values ('sd2ca','phmaz','black',1,1,'255','7ms','200G',null,null,19);
+-- Insert into demo_fn_cspf_rout_util_links values ('slkut','dvmco','black',1,2,'355','12ms','200G',null,null,20);
+-- Insert into demo_fn_cspf_rout_util_links values ('dvmco','cgcil','black',2,1,'650','21ms','200G',null,null,21);
+-- Insert into demo_fn_cspf_rout_util_links values ('dvmco','kc9mo','black',1,1,'500','15ms','100G',null,null,22);
+-- Insert into demo_fn_cspf_rout_util_links values ('dvmco','dlstx','black',2,2,'650','20ms','200G',null,null,23);
+-- Insert into demo_fn_cspf_rout_util_links values ('phmaz','dlstx','black',1,1,'750','22ms','210G',null,null,24);
+-- Insert into demo_fn_cspf_rout_util_links values ('phmaz','santx','black',2,2,'650','21ms','160G',null,null,25);
+-- Insert into demo_fn_cspf_rout_util_links values ('kc9mo','sl9mo','black',2,2,'220','5ms','280G',null,null,26);
+-- Insert into demo_fn_cspf_rout_util_links values ('kc9mo','dlstx','black',2,1,'500','11ms','280G',null,null,27);
+-- Insert into demo_fn_cspf_rout_util_links values ('santx','dlstx','black',1,2,'200','7ms','180G',null,null,28);
+-- Insert into demo_fn_cspf_rout_util_links values ('santx','hs1tx','black',2,1,'200','5ms','240G',null,null,29);
+-- Insert into demo_fn_cspf_rout_util_links values ('cgcil','n54ny','black',2,1,'650','21ms','280G',null,null,30);
+-- Insert into demo_fn_cspf_rout_util_links values ('cgcil','cl2oh','yellow',1,1,'200','7ms','200G',null,null,31);
+-- Insert into demo_fn_cspf_rout_util_links values ('cgcil','wswdc','black',1,2,'650','21ms','200G',null,2,32);
+-- Insert into demo_fn_cspf_rout_util_links values ('cgcil','sl9mo','black',1,1,'405','10.3ms','160G',null,null,33);
+-- Insert into demo_fn_cspf_rout_util_links values ('cgcil','sl9mo','black',2,2,'350','8ms','370G',null,null,34);
+-- Insert into demo_fn_cspf_rout_util_links values ('sl9mo','wswdc','black',2,1,'650','18ms','280G',null,null,35);
+-- Insert into demo_fn_cspf_rout_util_links values ('sl9mo','nsvtn','black',1,1,'350','11ms','170G',null,null,36);
+-- Insert into demo_fn_cspf_rout_util_links values ('sl9mo','dlstx','black',1,2,'600','19ms','200G, 35G',null,null,37);
+-- Insert into demo_fn_cspf_rout_util_links values ('dlstx','nsvtn','black',1,2,'650','18ms','160G',null,null,38);
+-- Insert into demo_fn_cspf_rout_util_links values ('dlstx','attga','black',2,1,'650','20ms','240G',null,null,39);
+-- Insert into demo_fn_cspf_rout_util_links values ('dlstx','hs1tx','yellow',1,2,'200','5ms','360G',null,null,40);
+-- Insert into demo_fn_cspf_rout_util_links values ('hs1tx','nwrla','black',1,1,'250','7ms','170G',null,null,41);
+-- Insert into demo_fn_cspf_rout_util_links values ('hs1tx','ormfl','black',2,1,'650','21ms','130G',null,null,42);
+-- Insert into demo_fn_cspf_rout_util_links values ('nwrla','attga','black',1,2,'350','12ms','200G',null,null,43);
+-- Insert into demo_fn_cspf_rout_util_links values ('nwrla','ormfl','black',2,2,'550','14ms','90G',null,null,44);
+-- Insert into demo_fn_cspf_rout_util_links values ('ormfl','attga','black',1,2,'350','10ms','120G',null,null,45);
+-- Insert into demo_fn_cspf_rout_util_links values ('ormfl','attga','black',2,1,'355','10ms','210G',null,null,46);
+-- Insert into demo_fn_cspf_rout_util_links values ('nsvtn','attga','yellow',1,2,'350','8ms','240G',null,null,47);
+-- Insert into demo_fn_cspf_rout_util_links values ('nsvtn','cl2oh','black',2,1,'350','11ms','200G',null,2,48);
+-- Insert into demo_fn_cspf_rout_util_links values ('cl2oh','phlpa','black',2,2,'350','11ms','240G',null,null,49);
+-- Insert into demo_fn_cspf_rout_util_links values ('n54ny','cb1ma','black',2,1,'200','6ms','80G',null,null,50);
+-- Insert into demo_fn_cspf_rout_util_links values ('n54ny','phlpa','black',1,1,'200','3ms','240G',null,null,51);
+-- Insert into demo_fn_cspf_rout_util_links values ('n54ny','wswdc','black',2,2,'200','5ms','380G',2,2,52);
+-- Insert into demo_fn_cspf_rout_util_links values ('cb1ma','phlpa','black',2,1,'350','9ms','110G',2,null,53);
+-- Insert into demo_fn_cspf_rout_util_links values ('phlpa','wswdc','black',2,1,'200','3ms','240G',null,null,54);
+-- Insert into demo_fn_cspf_rout_util_links values ('wswdc','rlgnc','black',1,2,'350','9ms','200G',null,null,55);
+-- Insert into demo_fn_cspf_rout_util_links values ('wswdc','attga','yellow',2,1,'650','19ms','380G',null,null,56);
+-- Insert into demo_fn_cspf_rout_util_links values ('rlgnc','attga','black',1,2,'355','10ms','160G',null,null,57);
+
+-- demo_fn_cspf_rout_util_map
+-- Insert into demo_fn_cspf_rout_util_map values ('cb1ma','Cambridge, MA',42.3736111111111,-71.1105555555555,'black','100G','green',1);
+-- Insert into demo_fn_cspf_rout_util_map values ('st6wa','Seattle, WA',47.6097222222222,-122.333055555556,'black','40G','green',2);
+-- Insert into demo_fn_cspf_rout_util_map values ('cgcil','Chicago, IL',41.8819444444444,-87.6277777777778,'black','310G','green',3);
+-- Insert into demo_fn_cspf_rout_util_map values ('n54ny','New York, NY',40.7127777777778,-74.0058333333333,'black','160G','green',4);
+-- Insert into demo_fn_cspf_rout_util_map values ('cl2oh','Columbus, OH',39.9833333333333,-82.9833333333333,'black','300G','green',5);
+-- Insert into demo_fn_cspf_rout_util_map values ('phlpa','Philadelphia, PA',39.95,-75.1666666666667,'black','210G','green',6);
+-- Insert into demo_fn_cspf_rout_util_map values ('ptdor','Portland, OR',45.52,-122.681944444444,'yellow','90G','green',7);
+-- Insert into demo_fn_cspf_rout_util_map values ('dvmco','Denver, CO',39.7391666666667,-104.984722222222,'black','170G','green',8);
+-- Insert into demo_fn_cspf_rout_util_map values ('kc9mo','Kansas City, MO',39.0997222222222,-94.5783333333333,'black','100G','green',9);
+-- Insert into demo_fn_cspf_rout_util_map values ('sffca','San Fransisco, CA',37.7833333333333,-122.416666666667,'black','130G','green',10);
+-- Insert into demo_fn_cspf_rout_util_map values ('sl9mo','St Louis, MO',38.6272222222222,-90.1977777777778,'black','330G','green',11);
+-- Insert into demo_fn_cspf_rout_util_map values ('wswdc','Washington, DC',38.8951111111111,-77.0366666666667,'black','210G','green',12);
+-- Insert into demo_fn_cspf_rout_util_map values ('sc1ca','Sacramento, CA',38.5555555555556,-121.468888888889,'black','250G','green',13);
+-- Insert into demo_fn_cspf_rout_util_map values ('slkut','Salt Lake City, UT',40.75,-111.883333333333,'black','250G','green',14);
+-- Insert into demo_fn_cspf_rout_util_map values ('rlgnc','Raleigh, NC',35.8188888888889,-78.6447222222222,'black','180G','green',15);
+-- Insert into demo_fn_cspf_rout_util_map values ('nsvtn','Nashville, TN',36.1666666666667,-86.7833333333333,'black','210G','green',16);
+-- Insert into demo_fn_cspf_rout_util_map values ('la2ca','Los Angeles, CA',34.05,-118.25,'black','180G','green',17);
+-- Insert into demo_fn_cspf_rout_util_map values ('dlstx','Dallas, TX',32.7758333333333,-96.7966666666667,'black','330G','green',18);
+-- Insert into demo_fn_cspf_rout_util_map values ('attga','Atlanta, GA',33.755,-84.39,'black','280G','green',19);
+-- Insert into demo_fn_cspf_rout_util_map values ('nwrla','New Orleans, LA',29.9647222222222,-90.0705555555556,'black','180G','green',20);
+-- Insert into demo_fn_cspf_rout_util_map values ('sd2ca','San Diego, CA',32.715,-117.1625,'black','150G','green',21);
+-- Insert into demo_fn_cspf_rout_util_map values ('phmaz','Phoenix, AZ',33.45,-112.066666666667,'black','210G','green',22);
+-- Insert into demo_fn_cspf_rout_util_map values ('santx','San Antonio, TX',29.4166666666667,-98.5,'black','220G','green',23);
+-- Insert into demo_fn_cspf_rout_util_map values ('hs1tx','Houston, TX',29.7627777777778,-95.3830555555555,'black','290G','green',24);
+-- Insert into demo_fn_cspf_rout_util_map values ('ormfl','Orlando, FL',28.4158333333333,-81.2988888888889,'black','130G','green',25);
+
+-- demo_fn_cssng_data
+-- Insert into demo_fn_cssng_data values ('4796','30.000',64,'RICHMOND','NY',40.5172269,-74.1962731,'4796-1',1);
+-- Insert into demo_fn_cssng_data values ('4797','70.000',91,'RICHMOND','NY',40.5371389,-74.2368333,'4797-1',1);
+-- Insert into demo_fn_cssng_data values ('97408','60.000',null,'RICHMOND','NY',40.6396944,-74.1158889,'97408-2',2);
+-- Insert into demo_fn_cssng_data values ('35799','100.000',64,'RICHMOND','NY',40.6266897,-74.1585278,'35799-1',1);
+-- Insert into demo_fn_cssng_data values ('88313','30.000',65,'RICHMOND','NY',40.5905561,-74.1341669,'88313-2',2);
+-- Insert into demo_fn_cssng_data values ('92812','310.000',65,'RICHMOND','NY',40.6138611,-74.1579719,'92812-3',3);
+-- Insert into demo_fn_cssng_data values ('35977',null,null,'RICHMOND','NY',40.5954397,-74.0830369,'35977-4',4);
+-- Insert into demo_fn_cssng_data values ('36368',null,null,'RICHMOND','NY',40.6113981,-74.0941436,'36368-5',5);
+-- Insert into demo_fn_cssng_data values ('35012',null,null,'RICHMOND','NY',40.5407964,-74.17825,'35012-3',3);
+-- Insert into demo_fn_cssng_data values ('4869',null,null,'RICHMOND','NY',40.5127361,-74.2217778,'4869-6',6);
+-- Insert into demo_fn_cssng_data values ('14299','140.000',64,'RICHMOND','NY',40.6348797,-74.0862083,'14299-3',3);
+-- Insert into demo_fn_cssng_data values ('27796','180.000',85,'RICHMOND','NY',40.6380231,-74.1616575,'27796-4',4);
+-- Insert into demo_fn_cssng_data values ('35944','270.000',64,'RICHMOND','NY',40.5520786,-74.2183286,'35944-3',3);
+-- Insert into demo_fn_cssng_data values ('4801','215.000',64,'RICHMOND','NY',40.6126667,-74.1822269,'4801-4',4);
+-- Insert into demo_fn_cssng_data values ('47225','240.000',65,'RICHMOND','NY',40.5360119,-74.1805239,'47225-6',6);
+-- Insert into demo_fn_cssng_data values ('35948','250.000',360,'RICHMOND','NY',40.5590647,-74.1325833,'35948-6',6);
+-- Insert into demo_fn_cssng_data values ('35799','100.000',65,'RICHMOND','NY',40.6266897,-74.1585278,'35799-2',2);
+-- Insert into demo_fn_cssng_data values ('86075','40.000',90,'RICHMOND','NY',40.6122778,-74.0827547,'86075-3',3);
+-- Insert into demo_fn_cssng_data values ('103136','240.000',65,'RICHMOND','NY',40.615945,-74.138723,'103136-3',3);
+-- Insert into demo_fn_cssng_data values ('4882','240.000',64,'RICHMOND','NY',40.6051158,-74.0758564,'4882-5',5);
+-- Insert into demo_fn_cssng_data values ('14992','270.000',91,'RICHMOND','NY',40.5440833,-74.162,'14992-6',6);
+-- Insert into demo_fn_cssng_data values ('88313','270.000',65,'RICHMOND','NY',40.5905561,-74.1341669,'88313-6',6);
+-- Insert into demo_fn_cssng_data values ('14304','50.000',64,'RICHMOND','NY',40.5594306,-74.1634953,'14304-2',2);
+-- Insert into demo_fn_cssng_data values ('14992','30.000',90,'RICHMOND','NY',40.5440833,-74.162,'14992-1',1);
+-- Insert into demo_fn_cssng_data values ('4869','270.000',null,'RICHMOND','NY',40.5127361,-74.2217778,'4869-5',5);
+-- Insert into demo_fn_cssng_data values ('14299','20.000',64,'RICHMOND','NY',40.6348797,-74.0862083,'14299-2',2);
+-- Insert into demo_fn_cssng_data values ('4801','15.000',64,'RICHMOND','NY',40.6126667,-74.1822269,'4801-1',1);
+-- Insert into demo_fn_cssng_data values ('118015','0.000',360,'RICHMOND','NY',40.5441111,-74.162,'118015-1',1);
+-- Insert into demo_fn_cssng_data values ('47097','115.000',64,'RICHMOND','NY',40.5980417,-74.1617869,'47097-1',1);
+-- Insert into demo_fn_cssng_data values ('35966','150.000',64,'RICHMOND','NY',40.5496481,-74.1504119,'35966-3',3);
+-- Insert into demo_fn_cssng_data values ('35977','120.000',65,'RICHMOND','NY',40.5954397,-74.0830369,'35977-2',2);
+-- Insert into demo_fn_cssng_data values ('86075','240.000',65,'RICHMOND','NY',40.6122778,-74.0827547,'86075-4',4);
+-- Insert into demo_fn_cssng_data values ('4883',null,null,'RICHMOND','NY',40.6013056,-74.0669492,'4883-3',3);
+-- Insert into demo_fn_cssng_data values ('4796',null,null,'RICHMOND','NY',40.5172269,-74.1962731,'4796-5',5);
+-- Insert into demo_fn_cssng_data values ('4800',null,null,'RICHMOND','NY',40.6083519,-74.1224353,'4800-5',5);
+-- Insert into demo_fn_cssng_data values ('88313',null,null,'RICHMOND','NY',40.5905561,-74.1341669,'88313-7',7);
+-- Insert into demo_fn_cssng_data values ('14304','290.000',64,'RICHMOND','NY',40.5594306,-74.1634953,'14304-6',6);
+-- Insert into demo_fn_cssng_data values ('16385',null,null,'RICHMOND','NY',40.6188611,-74.1070556,'16385-5',5);
+-- Insert into demo_fn_cssng_data values ('36361',null,null,'RICHMOND','NY',40.6260603,-74.0756297,'36361-4',4);
+-- Insert into demo_fn_cssng_data values ('98037',null,null,'RICHMOND','NY',40.6027917,-74.1758139,'98037-4',4);
+-- Insert into demo_fn_cssng_data values ('4876','120.000',90,'RICHMOND','NY',40.5734119,-74.1361806,'4876-1',1);
+-- Insert into demo_fn_cssng_data values ('101680','325.000',65,'RICHMOND','NY',40.6119278,-74.0642444,'101680-3',3);
+-- Insert into demo_fn_cssng_data values ('14304','170.000',64,'RICHMOND','NY',40.5594306,-74.1634953,'14304-4',4);
+-- Insert into demo_fn_cssng_data values ('50736','155.000',null,'RICHMOND','NY',40.6236297,-74.1715139,'50736-3',3);
+-- Insert into demo_fn_cssng_data values ('14989','140.000',64,'RICHMOND','NY',40.6359397,-74.106125,'14989-3',3);
+-- Insert into demo_fn_cssng_data values ('4878','310.000',null,'RICHMOND','NY',40.5400647,-74.1483056,'4878-3',3);
+-- Insert into demo_fn_cssng_data values ('46861','270.000',64,'RICHMOND','NY',40.5860694,-74.1942175,'46861-3',3);
+-- Insert into demo_fn_cssng_data values ('16424','240.000',65,'RICHMOND','NY',40.6053381,-74.1506158,'16424-3',3);
+-- Insert into demo_fn_cssng_data values ('47235',null,null,'RICHMOND','NY',40.5198981,-74.2265278,'47235-7',7);
+-- Insert into demo_fn_cssng_data values ('4797','165.000',91,'RICHMOND','NY',40.5371389,-74.2368333,'4797-2',2);
+-- Insert into demo_fn_cssng_data values ('14304',null,null,'RICHMOND','NY',40.5594306,-74.1634953,'14304-7',7);
+-- Insert into demo_fn_cssng_data values ('27796',null,null,'RICHMOND','NY',40.6380231,-74.1616575,'27796-7',7);
+-- Insert into demo_fn_cssng_data values ('49099','120.000',65,'RICHMOND','NY',40.5265092,-74.1798889,'49099-2',2);
+-- Insert into demo_fn_cssng_data values ('47005','15.000',64,'RICHMOND','NY',40.5790186,-74.1070464,'47005-1',1);
+-- Insert into demo_fn_cssng_data values ('4882','0.000',64,'RICHMOND','NY',40.6051158,-74.0758564,'4882-1',1);
+-- Insert into demo_fn_cssng_data values ('4797',null,null,'RICHMOND','NY',40.5371389,-74.2368333,'4797-4',4);
+-- Insert into demo_fn_cssng_data values ('47235','310.000',65,'RICHMOND','NY',40.5198981,-74.2265278,'47235-5',5);
+-- Insert into demo_fn_cssng_data values ('103137','300.000',null,'RICHMOND','NY',40.6146194,-74.0905056,'103137-4',4);
+-- Insert into demo_fn_cssng_data values ('47097','300.000',64,'RICHMOND','NY',40.5980417,-74.1617869,'47097-5',5);
+-- Insert into demo_fn_cssng_data values ('4866','240.000',65,'RICHMOND','NY',40.6309028,-74.1249583,'4866-5',5);
+-- Insert into demo_fn_cssng_data values ('47235','120.000',65,'RICHMOND','NY',40.5198981,-74.2265278,'47235-3',3);
+-- Insert into demo_fn_cssng_data values ('36361','150.000',64,'RICHMOND','NY',40.6260603,-74.0756297,'36361-1',1);
+-- Insert into demo_fn_cssng_data values ('88313','150.000',65,'RICHMOND','NY',40.5905561,-74.1341669,'88313-4',4);
+-- Insert into demo_fn_cssng_data values ('97374','200.000',65,'RICHMOND','NY',40.5981,-74.11214,'97374-3',3);
+-- Insert into demo_fn_cssng_data values ('86075','40.000',85,'RICHMOND','NY',40.6122778,-74.0827547,'86075-2',2);
+-- Insert into demo_fn_cssng_data values ('35967','270.000',65,'RICHMOND','NY',40.5954214,-74.0908103,'35967-6',6);
+-- Insert into demo_fn_cssng_data values ('4882','240.000',65,'RICHMOND','NY',40.6051158,-74.0758564,'4882-6',6);
+-- Insert into demo_fn_cssng_data values ('15623','240.000',64,'RICHMOND','NY',40.5324953,-74.1915278,'15623-4',4);
+-- Insert into demo_fn_cssng_data values ('35978','90.000',64,'RICHMOND','NY',40.6170186,-74.0754167,'35978-1',1);
+-- Insert into demo_fn_cssng_data values ('47006','200.000',64,'RICHMOND','NY',40.5093611,-74.2466853,'47006-3',3);
+-- Insert into demo_fn_cssng_data values ('49099','200.000',64,'RICHMOND','NY',40.5265092,-74.1798889,'49099-3',3);
+-- Insert into demo_fn_cssng_data values ('36368','200.000',65,'RICHMOND','NY',40.6113981,-74.0941436,'36368-3',3);
+-- Insert into demo_fn_cssng_data values ('92812','70.000',65,'RICHMOND','NY',40.6138611,-74.1579719,'92812-1',1);
+-- Insert into demo_fn_cssng_data values ('47225',null,null,'RICHMOND','NY',40.5360119,-74.1805239,'47225-7',7);
+-- Insert into demo_fn_cssng_data values ('47227',null,null,'RICHMOND','NY',40.6462036,-74.0907314,'47227-4',4);
+-- Insert into demo_fn_cssng_data values ('35012','360.000',360,'RICHMOND','NY',40.5407964,-74.17825,'35012-2',2);
+-- Insert into demo_fn_cssng_data values ('4797','230.000',64,'RICHMOND','NY',40.5371389,-74.2368333,'4797-3',3);
+-- Insert into demo_fn_cssng_data values ('4798','270.000',65,'RICHMOND','NY',40.567375,-74.1091297,'4798-3',3);
+-- Insert into demo_fn_cssng_data values ('36361','250.000',64,'RICHMOND','NY',40.6260603,-74.0756297,'36361-2',2);
+-- Insert into demo_fn_cssng_data values ('14299','250.000',64,'RICHMOND','NY',40.6348797,-74.0862083,'14299-4',4);
+-- Insert into demo_fn_cssng_data values ('4800','0.000',91,'RICHMOND','NY',40.6083519,-74.1224353,'4800-2',2);
+-- Insert into demo_fn_cssng_data values ('97374','0.000',65,'RICHMOND','NY',40.5981,-74.11214,'97374-1',1);
+-- Insert into demo_fn_cssng_data values ('47225','150.000',65,'RICHMOND','NY',40.5360119,-74.1805239,'47225-4',4);
+-- Insert into demo_fn_cssng_data values ('88313','120.000',65,'RICHMOND','NY',40.5905561,-74.1341669,'88313-3',3);
+-- Insert into demo_fn_cssng_data values ('46861','150.000',64,'RICHMOND','NY',40.5860694,-74.1942175,'46861-2',2);
+-- Insert into demo_fn_cssng_data values ('47228','150.000',65,'RICHMOND','NY',40.580694,-74.130778,'47228-2',2);
+-- Insert into demo_fn_cssng_data values ('49099','270.000',65,'RICHMOND','NY',40.5265092,-74.1798889,'49099-5',5);
+-- Insert into demo_fn_cssng_data values ('35977','240.000',65,'RICHMOND','NY',40.5954397,-74.0830369,'35977-3',3);
+-- Insert into demo_fn_cssng_data values ('86075','340.000',65,'RICHMOND','NY',40.6122778,-74.0827547,'86075-5',5);
+-- Insert into demo_fn_cssng_data values ('4877',null,null,'RICHMOND','NY',40.5295508,-74.1617731,'4877-3',3);
+-- Insert into demo_fn_cssng_data values ('4880',null,null,'RICHMOND','NY',40.5619075,-74.1862778,'4880-5',5);
+-- Insert into demo_fn_cssng_data values ('14299',null,null,'RICHMOND','NY',40.6348797,-74.0862083,'14299-5',5);
+-- Insert into demo_fn_cssng_data values ('36280',null,null,'RICHMOND','NY',40.6441667,-74.0741667,'36280-4',4);
+-- Insert into demo_fn_cssng_data values ('35799','285.000',64,'RICHMOND','NY',40.6266897,-74.1585278,'35799-3',3);
+-- Insert into demo_fn_cssng_data values ('47005','15.000',65,'RICHMOND','NY',40.5790186,-74.1070464,'47005-2',2);
+-- Insert into demo_fn_cssng_data values ('47235','310.000',null,'RICHMOND','NY',40.5198981,-74.2265278,'47235-6',6);
+-- Insert into demo_fn_cssng_data values ('35971','180.000',64,'RICHMOND','NY',40.5520925,-74.1897408,'35971-1',1);
+-- Insert into demo_fn_cssng_data values ('14992','30.000',91,'RICHMOND','NY',40.5440833,-74.162,'14992-2',2);
+-- Insert into demo_fn_cssng_data values ('103137','0.000',null,'RICHMOND','NY',40.6146194,-74.0905056,'103137-1',1);
+-- Insert into demo_fn_cssng_data values ('16385','335.000',65,'RICHMOND','NY',40.6188611,-74.1070556,'16385-4',4);
+-- Insert into demo_fn_cssng_data values ('86075','40.000',65,'RICHMOND','NY',40.6122778,-74.0827547,'86075-1',1);
+-- Insert into demo_fn_cssng_data values ('16424',null,null,'RICHMOND','NY',40.6053381,-74.1506158,'16424-5',5);
+-- Insert into demo_fn_cssng_data values ('14989','20.000',64,'RICHMOND','NY',40.6359397,-74.106125,'14989-1',1);
+-- Insert into demo_fn_cssng_data values ('16424','240.000',91,'RICHMOND','NY',40.6053381,-74.1506158,'16424-4',4);
+-- Insert into demo_fn_cssng_data values ('35966','270.000',65,'RICHMOND','NY',40.5496481,-74.1504119,'35966-6',6);
+-- Insert into demo_fn_cssng_data values ('88313','240.000',65,'RICHMOND','NY',40.5905561,-74.1341669,'88313-5',5);
+-- Insert into demo_fn_cssng_data values ('35966','270.000',64,'RICHMOND','NY',40.5496481,-74.1504119,'35966-5',5);
+-- Insert into demo_fn_cssng_data values ('4800','240.000',91,'RICHMOND','NY',40.6083519,-74.1224353,'4800-4',4);
+-- Insert into demo_fn_cssng_data values ('15623','250.000',64,'RICHMOND','NY',40.5324953,-74.1915278,'15623-5',5);
+-- Insert into demo_fn_cssng_data values ('47225','0.000',65,'RICHMOND','NY',40.5360119,-74.1805239,'47225-2',2);
+-- Insert into demo_fn_cssng_data values ('47225','0.000',64,'RICHMOND','NY',40.5360119,-74.1805239,'47225-1',1);
+-- Insert into demo_fn_cssng_data values ('126659','0.000',65,'RICHMOND','NY',40.5815444,-74.1660111,'126659-1',1);
+-- Insert into demo_fn_cssng_data values ('47227','80.000',65,'RICHMOND','NY',40.6462036,-74.0907314,'47227-1',1);
+-- Insert into demo_fn_cssng_data values ('103137','250.000',null,'RICHMOND','NY',40.6146194,-74.0905056,'103137-3',3);
+-- Insert into demo_fn_cssng_data values ('16385','75.000',65,'RICHMOND','NY',40.6188611,-74.1070556,'16385-1',1);
+-- Insert into demo_fn_cssng_data values ('47005','120.000',64,'RICHMOND','NY',40.5790186,-74.1070464,'47005-3',3);
+-- Insert into demo_fn_cssng_data values ('47097','300.000',65,'RICHMOND','NY',40.5980417,-74.1617869,'47097-6',6);
+-- Insert into demo_fn_cssng_data values ('35966',null,null,'RICHMOND','NY',40.5496481,-74.1504119,'35966-7',7);
+-- Insert into demo_fn_cssng_data values ('47006',null,null,'RICHMOND','NY',40.5093611,-74.2466853,'47006-7',7);
+-- Insert into demo_fn_cssng_data values ('4877','25.000',65,'RICHMOND','NY',40.5295508,-74.1617731,'4877-1',1);
+-- Insert into demo_fn_cssng_data values ('46861','30.000',64,'RICHMOND','NY',40.5860694,-74.1942175,'46861-1',1);
+-- Insert into demo_fn_cssng_data values ('47006','50.000',64,'RICHMOND','NY',40.5093611,-74.2466853,'47006-1',1);
+-- Insert into demo_fn_cssng_data values ('47228','30.000',65,'RICHMOND','NY',40.580694,-74.130778,'47228-1',1);
+-- Insert into demo_fn_cssng_data values ('98037','40.000',65,'RICHMOND','NY',40.6027917,-74.1758139,'98037-1',1);
+-- Insert into demo_fn_cssng_data values ('27796','100.000',65,'RICHMOND','NY',40.6380231,-74.1616575,'27796-1',1);
+-- Insert into demo_fn_cssng_data values ('36368','100.000',65,'RICHMOND','NY',40.6113981,-74.0941436,'36368-1',1);
+-- Insert into demo_fn_cssng_data values ('158754','0.000',360,'RICHMOND','NY',40.58437,-74.08574,'158754-1',1);
+-- Insert into demo_fn_cssng_data values ('47225','240.000',64,'RICHMOND','NY',40.5360119,-74.1805239,'47225-5',5);
+-- Insert into demo_fn_cssng_data values ('100652','260.000',65,'RICHMOND','NY',40.5447861,-74.1817194,'100652-3',3);
+-- Insert into demo_fn_cssng_data values ('14304','270.000',64,'RICHMOND','NY',40.5594306,-74.1634953,'14304-5',5);
+-- Insert into demo_fn_cssng_data values ('4876','120.000',91,'RICHMOND','NY',40.5734119,-74.1361806,'4876-2',2);
+-- Insert into demo_fn_cssng_data values ('88313','0.000',65,'RICHMOND','NY',40.5905561,-74.1341669,'88313-1',1);
+-- Insert into demo_fn_cssng_data values ('50736',null,null,'RICHMOND','NY',40.6236297,-74.1715139,'50736-5',5);
+-- Insert into demo_fn_cssng_data values ('4801','113.000',64,'RICHMOND','NY',40.6126667,-74.1822269,'4801-3',3);
+-- Insert into demo_fn_cssng_data values ('4869','60.000',null,'RICHMOND','NY',40.5127361,-74.2217778,'4869-2',2);
+-- Insert into demo_fn_cssng_data values ('101680','155.000',65,'RICHMOND','NY',40.6119278,-74.0642444,'101680-1',1);
+-- Insert into demo_fn_cssng_data values ('47225','150.000',64,'RICHMOND','NY',40.5360119,-74.1805239,'47225-3',3);
+-- Insert into demo_fn_cssng_data values ('48674','150.000',null,'RICHMOND','NY',40.5602314,-74.1986528,'48674-2',2);
+-- Insert into demo_fn_cssng_data values ('4869','100.000',65,'RICHMOND','NY',40.5127361,-74.2217778,'4869-3',3);
+-- Insert into demo_fn_cssng_data values ('36280','310.000',64,'RICHMOND','NY',40.6441667,-74.0741667,'36280-3',3);
+-- Insert into demo_fn_cssng_data values ('35946','150.000',64,'RICHMOND','NY',40.6361944,-74.1350325,'35946-3',3);
+-- Insert into demo_fn_cssng_data values ('16421',null,null,'RICHMOND','NY',40.5944167,-74.0625369,'16421-3',3);
+-- Insert into demo_fn_cssng_data values ('4866','0.000',90,'RICHMOND','NY',40.6309028,-74.1249583,'4866-2',2);
+-- Insert into demo_fn_cssng_data values ('4801','15.000',65,'RICHMOND','NY',40.6126667,-74.1822269,'4801-2',2);
+-- Insert into demo_fn_cssng_data values ('16385','80.000',65,'RICHMOND','NY',40.6188611,-74.1070556,'16385-2',2);
+-- Insert into demo_fn_cssng_data values ('50736','155.000',65,'RICHMOND','NY',40.6236297,-74.1715139,'50736-2',2);
+-- Insert into demo_fn_cssng_data values ('4880','355.000',0,'RICHMOND','NY',40.5619075,-74.1862778,'4880-3',3);
+-- Insert into demo_fn_cssng_data values ('47226','0.000',360,'RICHMOND','NY',40.5371388,-74.2368333,'47226-1',1);
+-- Insert into demo_fn_cssng_data values ('35946','270.000',65,'RICHMOND','NY',40.6361944,-74.1350325,'35946-6',6);
+-- Insert into demo_fn_cssng_data values ('35971',null,null,'RICHMOND','NY',40.5520925,-74.1897408,'35971-4',4);
+-- Insert into demo_fn_cssng_data values ('14989',null,null,'RICHMOND','NY',40.6359397,-74.106125,'14989-5',5);
+-- Insert into demo_fn_cssng_data values ('100652','30.000',65,'RICHMOND','NY',40.5447861,-74.1817194,'100652-1',1);
+-- Insert into demo_fn_cssng_data values ('35978','350.000',64,'RICHMOND','NY',40.6170186,-74.0754167,'35978-3',3);
+-- Insert into demo_fn_cssng_data values ('36280','180.000',64,'RICHMOND','NY',40.6441667,-74.0741667,'36280-1',1);
+-- Insert into demo_fn_cssng_data values ('16421','320.000',64,'RICHMOND','NY',40.5944167,-74.0625369,'16421-2',2);
+-- Insert into demo_fn_cssng_data values ('46861',null,null,'RICHMOND','NY',40.5860694,-74.1942175,'46861-4',4);
+-- Insert into demo_fn_cssng_data values ('97408','32.000',64,'RICHMOND','NY',40.6396944,-74.1158889,'97408-1',1);
+-- Insert into demo_fn_cssng_data values ('35966','150.000',65,'RICHMOND','NY',40.5496481,-74.1504119,'35966-4',4);
+-- Insert into demo_fn_cssng_data values ('101680','260.000',65,'RICHMOND','NY',40.6119278,-74.0642444,'101680-2',2);
+-- Insert into demo_fn_cssng_data values ('4796','270.000',64,'RICHMOND','NY',40.5172269,-74.1962731,'4796-3',3);
+-- Insert into demo_fn_cssng_data values ('4880','270.000',64,'RICHMOND','NY',40.5619075,-74.1862778,'4880-2',2);
+-- Insert into demo_fn_cssng_data values ('97408','190.000',64,'RICHMOND','NY',40.6396944,-74.1158889,'97408-3',3);
+-- Insert into demo_fn_cssng_data values ('16424','130.000',90,'RICHMOND','NY',40.6053381,-74.1506158,'16424-1',1);
+-- Insert into demo_fn_cssng_data values ('48675','70.000',65,'RICHMOND','NY',40.5656389,-74.1414561,'48675-3',3);
+-- Insert into demo_fn_cssng_data values ('27796','180.000',65,'RICHMOND','NY',40.6380231,-74.1616575,'27796-3',3);
+-- Insert into demo_fn_cssng_data values ('97374',null,null,'RICHMOND','NY',40.5981,-74.11214,'97374-4',4);
+-- Insert into demo_fn_cssng_data values ('35966','30.000',65,'RICHMOND','NY',40.5496481,-74.1504119,'35966-2',2);
+-- Insert into demo_fn_cssng_data values ('35967','150.000',64,'RICHMOND','NY',40.5954214,-74.0908103,'35967-3',3);
+-- Insert into demo_fn_cssng_data values ('4866','120.000',65,'RICHMOND','NY',40.6309028,-74.1249583,'4866-3',3);
+-- Insert into demo_fn_cssng_data values ('4876',null,null,'RICHMOND','NY',40.5734119,-74.1361806,'4876-6',6);
+-- Insert into demo_fn_cssng_data values ('4882',null,null,'RICHMOND','NY',40.6051158,-74.0758564,'4882-7',7);
+-- Insert into demo_fn_cssng_data values ('86075',null,null,'RICHMOND','NY',40.6122778,-74.0827547,'86075-6',6);
+-- Insert into demo_fn_cssng_data values ('35799',null,null,'RICHMOND','NY',40.6266897,-74.1585278,'35799-4',4);
+-- Insert into demo_fn_cssng_data values ('35948','0.000',360,'RICHMOND','NY',40.5590647,-74.1325833,'35948-2',2);
+-- Insert into demo_fn_cssng_data values ('4882','0.000',65,'RICHMOND','NY',40.6051158,-74.0758564,'4882-2',2);
+-- Insert into demo_fn_cssng_data values ('27796','100.000',85,'RICHMOND','NY',40.6380231,-74.1616575,'27796-2',2);
+-- Insert into demo_fn_cssng_data values ('50736','30.000',null,'RICHMOND','NY',40.6236297,-74.1715139,'50736-1',1);
+-- Insert into demo_fn_cssng_data values ('35966','30.000',64,'RICHMOND','NY',40.5496481,-74.1504119,'35966-1',1);
+-- Insert into demo_fn_cssng_data values ('48674','30.000',null,'RICHMOND','NY',40.5602314,-74.1986528,'48674-1',1);
+-- Insert into demo_fn_cssng_data values ('4880','355.000',64,'RICHMOND','NY',40.5619075,-74.1862778,'4880-4',4);
+-- Insert into demo_fn_cssng_data values ('4798','30.000',64,'RICHMOND','NY',40.567375,-74.1091297,'4798-1',1);
+-- Insert into demo_fn_cssng_data values ('4796','270.000',65,'RICHMOND','NY',40.5172269,-74.1962731,'4796-4',4);
+-- Insert into demo_fn_cssng_data values ('4880','270.000',0,'RICHMOND','NY',40.5619075,-74.1862778,'4880-1',1);
+-- Insert into demo_fn_cssng_data values ('103136','120.000',65,'RICHMOND','NY',40.615945,-74.138723,'103136-2',2);
+-- Insert into demo_fn_cssng_data values ('4882','120.000',64,'RICHMOND','NY',40.6051158,-74.0758564,'4882-3',3);
+-- Insert into demo_fn_cssng_data values ('47227','160.000',65,'RICHMOND','NY',40.6462036,-74.0907314,'47227-2',2);
+-- Insert into demo_fn_cssng_data values ('4877','265.000',65,'RICHMOND','NY',40.5295508,-74.1617731,'4877-2',2);
+-- Insert into demo_fn_cssng_data values ('47005','250.000',64,'RICHMOND','NY',40.5790186,-74.1070464,'47005-5',5);
+-- Insert into demo_fn_cssng_data values ('47005','120.000',65,'RICHMOND','NY',40.5790186,-74.1070464,'47005-4',4);
+-- Insert into demo_fn_cssng_data values ('92812',null,null,'RICHMOND','NY',40.6138611,-74.1579719,'92812-4',4);
+-- Insert into demo_fn_cssng_data values ('35971','250.000',64,'RICHMOND','NY',40.5520925,-74.1897408,'35971-2',2);
+-- Insert into demo_fn_cssng_data values ('47097','190.000',64,'RICHMOND','NY',40.5980417,-74.1617869,'47097-3',3);
+-- Insert into demo_fn_cssng_data values ('4798','170.000',65,'RICHMOND','NY',40.567375,-74.1091297,'4798-2',2);
+-- Insert into demo_fn_cssng_data values ('47005',null,null,'RICHMOND','NY',40.5790186,-74.1070464,'47005-7',7);
+-- Insert into demo_fn_cssng_data values ('4866',null,null,'RICHMOND','NY',40.6309028,-74.1249583,'4866-7',7);
+-- Insert into demo_fn_cssng_data values ('35946',null,null,'RICHMOND','NY',40.6361944,-74.1350325,'35946-7',7);
+-- Insert into demo_fn_cssng_data values ('4796','30.000',65,'RICHMOND','NY',40.5172269,-74.1962731,'4796-2',2);
+-- Insert into demo_fn_cssng_data values ('35967','30.000',65,'RICHMOND','NY',40.5954214,-74.0908103,'35967-2',2);
+-- Insert into demo_fn_cssng_data values ('36280','180.000',65,'RICHMOND','NY',40.6441667,-74.0741667,'36280-2',2);
+-- Insert into demo_fn_cssng_data values ('48674',null,null,'RICHMOND','NY',40.5602314,-74.1986528,'48674-4',4);
+-- Insert into demo_fn_cssng_data values ('35948','180.000',360,'RICHMOND','NY',40.5590647,-74.1325833,'35948-4',4);
+-- Insert into demo_fn_cssng_data values ('4882','120.000',65,'RICHMOND','NY',40.6051158,-74.0758564,'4882-4',4);
+-- Insert into demo_fn_cssng_data values ('47005','250.000',65,'RICHMOND','NY',40.5790186,-74.1070464,'47005-6',6);
+-- Insert into demo_fn_cssng_data values ('16385','165.000',65,'RICHMOND','NY',40.6188611,-74.1070556,'16385-3',3);
+-- Insert into demo_fn_cssng_data values ('36368','270.000',65,'RICHMOND','NY',40.6113981,-74.0941436,'36368-4',4);
+-- Insert into demo_fn_cssng_data values ('27796','270.000',65,'RICHMOND','NY',40.6380231,-74.1616575,'27796-5',5);
+-- Insert into demo_fn_cssng_data values ('35946','270.000',64,'RICHMOND','NY',40.6361944,-74.1350325,'35946-5',5);
+-- Insert into demo_fn_cssng_data values ('97408','270.000',null,'RICHMOND','NY',40.6396944,-74.1158889,'97408-4',4);
+-- Insert into demo_fn_cssng_data values ('35012','0.000',360,'RICHMOND','NY',40.5407964,-74.17825,'35012-1',1);
+-- Insert into demo_fn_cssng_data values ('35967','30.000',64,'RICHMOND','NY',40.5954214,-74.0908103,'35967-1',1);
+-- Insert into demo_fn_cssng_data values ('36368','130.000',65,'RICHMOND','NY',40.6113981,-74.0941436,'36368-2',2);
+-- Insert into demo_fn_cssng_data values ('14304','130.000',64,'RICHMOND','NY',40.5594306,-74.1634953,'14304-3',3);
+-- Insert into demo_fn_cssng_data values ('98037','120.000',65,'RICHMOND','NY',40.6027917,-74.1758139,'98037-2',2);
+-- Insert into demo_fn_cssng_data values ('5204',null,null,'RICHMOND','NY',40.5819631,-74.1619075,'5204-4',4);
+-- Insert into demo_fn_cssng_data values ('35944',null,null,'RICHMOND','NY',40.5520786,-74.2183286,'35944-4',4);
+-- Insert into demo_fn_cssng_data values ('4878',null,null,'RICHMOND','NY',40.5400647,-74.1483056,'4878-4',4);
+-- Insert into demo_fn_cssng_data values ('97408',null,null,'RICHMOND','NY',40.6396944,-74.1158889,'97408-6',6);
+-- Insert into demo_fn_cssng_data values ('5204','120.000',64,'RICHMOND','NY',40.5819631,-74.1619075,'5204-2',2);
+-- Insert into demo_fn_cssng_data values ('49099','200.000',65,'RICHMOND','NY',40.5265092,-74.1798889,'49099-4',4);
+-- Insert into demo_fn_cssng_data values ('35967','150.000',65,'RICHMOND','NY',40.5954214,-74.0908103,'35967-4',4);
+-- Insert into demo_fn_cssng_data values ('4883','30.000',65,'RICHMOND','NY',40.6013056,-74.0669492,'4883-2',2);
+-- Insert into demo_fn_cssng_data values ('35946','30.000',65,'RICHMOND','NY',40.6361944,-74.1350325,'35946-2',2);
+-- Insert into demo_fn_cssng_data values ('47228','270.000',65,'RICHMOND','NY',40.580694,-74.130778,'47228-3',3);
+-- Insert into demo_fn_cssng_data values ('35978','230.000',64,'RICHMOND','NY',40.6170186,-74.0754167,'35978-2',2);
+-- Insert into demo_fn_cssng_data values ('35944','30.000',64,'RICHMOND','NY',40.5520786,-74.2183286,'35944-1',1);
+-- Insert into demo_fn_cssng_data values ('47235','0.000',65,'RICHMOND','NY',40.5198981,-74.2265278,'47235-1',1);
+-- Insert into demo_fn_cssng_data values ('49099','120.000',64,'RICHMOND','NY',40.5265092,-74.1798889,'49099-1',1);
+-- Insert into demo_fn_cssng_data values ('97374','100.000',65,'RICHMOND','NY',40.5981,-74.11214,'97374-2',2);
+-- Insert into demo_fn_cssng_data values ('97408','272.000',64,'RICHMOND','NY',40.6396944,-74.1158889,'97408-5',5);
+-- Insert into demo_fn_cssng_data values ('50736','300.000',null,'RICHMOND','NY',40.6236297,-74.1715139,'50736-4',4);
+-- Insert into demo_fn_cssng_data values ('5204','240.000',64,'RICHMOND','NY',40.5819631,-74.1619075,'5204-3',3);
+-- Insert into demo_fn_cssng_data values ('4876','230.000',90,'RICHMOND','NY',40.5734119,-74.1361806,'4876-3',3);
+-- Insert into demo_fn_cssng_data values ('35946','150.000',65,'RICHMOND','NY',40.6361944,-74.1350325,'35946-4',4);
+-- Insert into demo_fn_cssng_data values ('4866','240.000',90,'RICHMOND','NY',40.6309028,-74.1249583,'4866-6',6);
+-- Insert into demo_fn_cssng_data values ('48675','20.000',65,'RICHMOND','NY',40.5656389,-74.1414561,'48675-2',2);
+-- Insert into demo_fn_cssng_data values ('35948',null,null,'RICHMOND','NY',40.5590647,-74.1325833,'35948-7',7);
+-- Insert into demo_fn_cssng_data values ('48675',null,null,'RICHMOND','NY',40.5656389,-74.1414561,'48675-6',6);
+-- Insert into demo_fn_cssng_data values ('35948','0.000',64,'RICHMOND','NY',40.5590647,-74.1325833,'35948-1',1);
+-- Insert into demo_fn_cssng_data values ('14989','20.000',65,'RICHMOND','NY',40.6359397,-74.106125,'14989-2',2);
+-- Insert into demo_fn_cssng_data values ('35971','350.000',64,'RICHMOND','NY',40.5520925,-74.1897408,'35971-3',3);
+-- Insert into demo_fn_cssng_data values ('35948','250.000',64,'RICHMOND','NY',40.5590647,-74.1325833,'35948-5',5);
+-- Insert into demo_fn_cssng_data values ('48675','220.000',65,'RICHMOND','NY',40.5656389,-74.1414561,'48675-5',5);
+-- Insert into demo_fn_cssng_data values ('14992','270.000',90,'RICHMOND','NY',40.5440833,-74.162,'14992-5',5);
+-- Insert into demo_fn_cssng_data values ('47006','280.000',65,'RICHMOND','NY',40.5093611,-74.2466853,'47006-6',6);
+-- Insert into demo_fn_cssng_data values ('47097',null,null,'RICHMOND','NY',40.5980417,-74.1617869,'47097-7',7);
+-- Insert into demo_fn_cssng_data values ('35967',null,null,'RICHMOND','NY',40.5954214,-74.0908103,'35967-7',7);
+-- Insert into demo_fn_cssng_data values ('47006','50.000',65,'RICHMOND','NY',40.5093611,-74.2466853,'47006-2',2);
+-- Insert into demo_fn_cssng_data values ('4866','120.000',90,'RICHMOND','NY',40.6309028,-74.1249583,'4866-4',4);
+-- Insert into demo_fn_cssng_data values ('47006','200.000',65,'RICHMOND','NY',40.5093611,-74.2466853,'47006-4',4);
+-- Insert into demo_fn_cssng_data values ('36361','350.000',64,'RICHMOND','NY',40.6260603,-74.0756297,'36361-3',3);
+-- Insert into demo_fn_cssng_data values ('4883','30.000',64,'RICHMOND','NY',40.6013056,-74.0669492,'4883-1',1);
+-- Insert into demo_fn_cssng_data values ('14304','30.000',64,'RICHMOND','NY',40.5594306,-74.1634953,'14304-1',1);
+-- Insert into demo_fn_cssng_data values ('4878','0.000',90,'RICHMOND','NY',40.5400647,-74.1483056,'4878-1',1);
+-- Insert into demo_fn_cssng_data values ('4866','0.000',65,'RICHMOND','NY',40.6309028,-74.1249583,'4866-1',1);
+-- Insert into demo_fn_cssng_data values ('35946','30.000',64,'RICHMOND','NY',40.6361944,-74.1350325,'35946-1',1);
+-- Insert into demo_fn_cssng_data values ('103137','10.000',65,'RICHMOND','NY',40.6146194,-74.0905056,'103137-2',2);
+-- Insert into demo_fn_cssng_data values ('35944','150.000',64,'RICHMOND','NY',40.5520786,-74.2183286,'35944-2',2);
+-- Insert into demo_fn_cssng_data values ('134407','230.000',64,'RICHMOND','NY',40.57295,-74.08762,'134407-2',2);
+-- Insert into demo_fn_cssng_data values ('35948','180.000',64,'RICHMOND','NY',40.5590647,-74.1325833,'35948-3',3);
+-- Insert into demo_fn_cssng_data values ('15623','0.000',64,'RICHMOND','NY',40.5324953,-74.1915278,'15623-1',1);
+-- Insert into demo_fn_cssng_data values ('14992',null,null,'RICHMOND','NY',40.5440833,-74.162,'14992-7',7);
+-- Insert into demo_fn_cssng_data values ('4801',null,null,'RICHMOND','NY',40.6126667,-74.1822269,'4801-5',5);
+-- Insert into demo_fn_cssng_data values ('47097','190.000',65,'RICHMOND','NY',40.5980417,-74.1617869,'47097-4',4);
+-- Insert into demo_fn_cssng_data values ('101680',null,null,'RICHMOND','NY',40.6119278,-74.0642444,'101680-4',4);
+-- Insert into demo_fn_cssng_data values ('48674','250.000',null,'RICHMOND','NY',40.5602314,-74.1986528,'48674-3',3);
+-- Insert into demo_fn_cssng_data values ('15623',null,null,'RICHMOND','NY',40.5324953,-74.1915278,'15623-6',6);
+-- Insert into demo_fn_cssng_data values ('27796','270.000',85,'RICHMOND','NY',40.6380231,-74.1616575,'27796-6',6);
+-- Insert into demo_fn_cssng_data values ('47235','0.000',null,'RICHMOND','NY',40.5198981,-74.2265278,'47235-2',2);
+-- Insert into demo_fn_cssng_data values ('47235','120.000',null,'RICHMOND','NY',40.5198981,-74.2265278,'47235-4',4);
+-- Insert into demo_fn_cssng_data values ('14299','10.000',65,'RICHMOND','NY',40.6348797,-74.0862083,'14299-1',1);
+-- Insert into demo_fn_cssng_data values ('48675','90.000',65,'RICHMOND','NY',40.5656389,-74.1414561,'48675-4',4);
+-- Insert into demo_fn_cssng_data values ('103136','0.000',65,'RICHMOND','NY',40.615945,-74.138723,'103136-1',1);
+-- Insert into demo_fn_cssng_data values ('134407','30.000',64,'RICHMOND','NY',40.57295,-74.08762,'134407-1',1);
+-- Insert into demo_fn_cssng_data values ('35977','0.000',65,'RICHMOND','NY',40.5954397,-74.0830369,'35977-1',1);
+-- Insert into demo_fn_cssng_data values ('92812','220.000',65,'RICHMOND','NY',40.6138611,-74.1579719,'92812-2',2);
+-- Insert into demo_fn_cssng_data values ('4800','120.000',91,'RICHMOND','NY',40.6083519,-74.1224353,'4800-3',3);
+-- Insert into demo_fn_cssng_data values ('4869','270.000',65,'RICHMOND','NY',40.5127361,-74.2217778,'4869-4',4);
+-- Insert into demo_fn_cssng_data values ('4876','230.000',91,'RICHMOND','NY',40.5734119,-74.1361806,'4876-4',4);
+-- Insert into demo_fn_cssng_data values ('35967','270.000',64,'RICHMOND','NY',40.5954214,-74.0908103,'35967-5',5);
+-- Insert into demo_fn_cssng_data values ('15623','25.000',64,'RICHMOND','NY',40.5324953,-74.1915278,'15623-2',2);
+-- Insert into demo_fn_cssng_data values ('14989','260.000',64,'RICHMOND','NY',40.6359397,-74.106125,'14989-4',4);
+-- Insert into demo_fn_cssng_data values ('35978',null,null,'RICHMOND','NY',40.6170186,-74.0754167,'35978-4',4);
+-- Insert into demo_fn_cssng_data values ('14992','150.000',90,'RICHMOND','NY',40.5440833,-74.162,'14992-3',3);
+-- Insert into demo_fn_cssng_data values ('47006','280.000',64,'RICHMOND','NY',40.5093611,-74.2466853,'47006-5',5);
+-- Insert into demo_fn_cssng_data values ('16421','215.000',64,'RICHMOND','NY',40.5944167,-74.0625369,'16421-1',1);
+-- Insert into demo_fn_cssng_data values ('47227','260.000',65,'RICHMOND','NY',40.6462036,-74.0907314,'47227-3',3);
+-- Insert into demo_fn_cssng_data values ('15623','120.000',64,'RICHMOND','NY',40.5324953,-74.1915278,'15623-3',3);
+-- Insert into demo_fn_cssng_data values ('134407','310.000',64,'RICHMOND','NY',40.57295,-74.08762,'134407-3',3);
+-- Insert into demo_fn_cssng_data values ('4878','230.000',65,'RICHMOND','NY',40.5400647,-74.1483056,'4878-2',2);
+-- Insert into demo_fn_cssng_data values ('100652','210.000',65,'RICHMOND','NY',40.5447861,-74.1817194,'100652-2',2);
+-- Insert into demo_fn_cssng_data values ('48675','10.000',65,'RICHMOND','NY',40.5656389,-74.1414561,'48675-1',1);
+-- Insert into demo_fn_cssng_data values ('4876','270.000',65,'RICHMOND','NY',40.5734119,-74.1361806,'4876-5',5);
+-- Insert into demo_fn_cssng_data values ('5204','0.000',64,'RICHMOND','NY',40.5819631,-74.1619075,'5204-1',1);
+-- Insert into demo_fn_cssng_data values ('4800','0.000',65,'RICHMOND','NY',40.6083519,-74.1224353,'4800-1',1);
+-- Insert into demo_fn_cssng_data values ('47097','115.000',65,'RICHMOND','NY',40.5980417,-74.1617869,'47097-2',2);
+-- Insert into demo_fn_cssng_data values ('16424','130.000',91,'RICHMOND','NY',40.6053381,-74.1506158,'16424-2',2);
+-- Insert into demo_fn_cssng_data values ('98037','220.000',65,'RICHMOND','NY',40.6027917,-74.1758139,'98037-3',3);
+-- Insert into demo_fn_cssng_data values ('4869','20.000',65,'RICHMOND','NY',40.5127361,-74.2217778,'4869-1',1);
+-- Insert into demo_fn_cssng_data values ('14992','150.000',91,'RICHMOND','NY',40.5440833,-74.162,'14992-4',4);
+
+-- demo_fn_e911_lte_template
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',35946,40.63617,-74.13501,'GPS',10097693,null,null,'NWL03584','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.63612,-74.13485,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03584',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',35966,40.549613,-74.150438,'Sector',10075383,null,null,'NWL03745','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.549622,-74.15043,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03745',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',47225,40.535961,-74.180031,'GPS',10108315,null,null,'NWL01133','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.535961,-74.180031,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL01133',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',47227,40.646197,-74.090761,'GPS',10105066,null,null,'NWL01140','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.646197,-74.090761,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL01140',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',14989,40.635962,-74.106137,'Sector',10075432,'2013 NYC NYC IF','SC 1','NWL03194',null,'NOT ON AIR','NOT ON AIR INCLUDE IN SCORECARDS',0,null,0,null,null,40.635962,-74.106137,'Northeast','New York City','NYC/NNJ',null,'2013-04-03','NYNYU3194',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',14299,40.634847,-74.086345,'Sector',10075371,null,null,'NWL03062','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.63488,-74.086242,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03062',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',47097,40.598029,-74.161815,'Sector',10075357,null,null,'NWL03196','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.598061,-74.161888,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03196',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',47005,40.579004,-74.107064,'Sector',10105063,null,null,'NWL03734','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.579002,-74.107075,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03734',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',35977,40.595429,-74.083038,'Sector',10075355,null,null,'NWL03607','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.59541,-74.08309,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03607',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',4869,40.51273,-74.22179,'Sector',10075379,null,null,'NWL04853','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.512735,-74.221798,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL04853',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',50736,40.62375,-74.171425,'GPS',10107998,null,null,'NWL05139','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.62375,-74.171425,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL05139',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',36368,40.611414,-74.094157,'Sector',10105872,null,null,'NWL05312','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.611396,-74.094161,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL05312',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',16424,40.60531,-74.15066,'GPS',10075476,'2013 NYC NYC IF','SC 1','NWL03061',null,'NOT ON AIR','NOT ON AIR INCLUDE IN SCORECARDS',0,null,0,null,null,40.605299,-74.15041,'Northeast','New York City','NYC/NNJ',null,'2013-04-03','NYNYU3061',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',35012,40.540794,-74.178253,'Sector',10075484,null,null,'NWL03059','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.540786,-74.178262,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03059',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',4796,40.517221,-74.196297,'Sector',10075348,'2013 NYC NYC IF','SC 1','NWL03333',null,'NOT ON AIR','NOT ON AIR INCLUDE IN SCORECARDS',0,null,0,null,null,40.517221,-74.196297,'Northeast','New York City','NYC/NNJ',null,'2013-04-03','NYNYU3333',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',4801,40.612641,-74.18229,'GPS',10075211,null,null,'NWL03089','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.6126,-74.1823,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03089',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',98037,40.602815,-74.17586,'GPS',10112093,null,null,'NWL05294','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.602805,-74.175846,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL05294',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',35948,40.559076,-74.132586,'Sector',10074217,null,null,'NWL00187','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.559064,-74.132575,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL00187',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',35971,40.552092,-74.189733,'Sector',10073895,null,null,'NWL03657','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.552089,-74.189742,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03657',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',36280,40.644744,-74.07616,'Sector',10075349,null,null,'NWL03650','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.64472,-74.076166,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03650',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',100652,40.544914,-74.181428,'Sector',10114523,'2013 NYC NYC IF','SC 1','NWL03368',null,'NOT ON AIR','NOT ON AIR INCLUDE IN SCORECARDS',0,null,0,null,null,40.544914,-74.181428,'Northeast','New York City','NYC/NNJ',null,'2013-04-03','NYCWU3368',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',14304,40.559443,-74.163518,'Sector',10075173,null,null,'NWL03058','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.559443,-74.16351,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03058',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',4866,40.630895,-74.124977,'Sector',10075256,null,null,'NWL03772','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.630907,-74.124984,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03772',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',4876,40.57341,-74.13618,'GPS',10108312,null,null,'NWL03063','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.573386,-74.136162,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03063',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',4882,40.60512,-74.075871,'Sector',10074345,null,null,'NWL03418','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.605088,-74.07589,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03418',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',35967,40.595374,-74.090791,'Sector',10097692,null,null,'NWL06248','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.595393,-74.090797,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL06248',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',88313,40.590511,-74.134287,'GPS',10110398,null,null,'NWL06141','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.590527,-74.134268,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL06141',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',92812,40.613431,-74.15779,'GPS',10114757,null,null,'NWL03163','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.61348,-74.15785,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03163',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',97408,40.639739,-74.115838,'Sector',10112084,null,null,'NWL00292','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.639745,-74.115841,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL00292',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',27796,40.638041,-74.161675,'Sector',10074271,null,null,'NWL03255',null,'COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.638031,-74.161683,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03255',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',4800,40.608349,-74.122451,'Sector',10074076,null,null,'NWL03419','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.60828,-74.122476,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03419',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',15623,40.5325,-74.19155,'Sector',10075166,null,null,'NWL03392','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.532507,-74.191501,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03392',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',16385,40.618851,-74.107061,'GPS',10074859,null,null,'NWL03060','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.618859,-74.107073,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03060',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',4883,40.601325,-74.066993,'Sector',10075402,null,null,'NWL03289','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.601295,-74.066971,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03289',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',4797,40.537138,-74.236743,'GPS',10074822,null,null,'NWL03082','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.537155,-74.236716,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03082',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',5204,40.581959,-74.161913,'Sector',10075235,null,null,'NWL03380','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.581959,-74.16191,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03380',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',103136,40.616,-74.13866,'GPS',10114518,null,null,'NWL05373',null,'NOT ON AIR','NOT ON AIR INCLUDE IN SCORECARDS',0,null,0,null,null,40.616,-74.13866,'Northeast','New York City','NYC/NNJ',null,'2013-04-03','NYCWU5373',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',14992,40.544202,-74.161766,'Sector',10073913,null,null,'NWL03522','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.544192,-74.161721,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03522',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',47226,40.537141,-74.236832,'GPS',10110076,null,null,'NWL00135','Prior to 2013','NOT ON AIR','NOT ON AIR INCLUDE IN SCORECARDS',0,null,0,null,null,40.543417,-74.207497,'Northeast','New York City','NYC/NNJ',null,'2013-04-03','NYCWU9135',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',47235,40.519885,-74.226568,'GPS',10108313,null,null,'NWL05134','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.519896,-74.226557,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL05134',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',46861,40.586091,-74.194253,'GPS',10108314,null,null,'NWL03343','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.58604,-74.194281,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03343',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',49099,40.52651,-74.17989,'Sector',10111935,null,null,'NWL05136','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.526486,-74.179878,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL05136',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',4877,40.52955,-74.16179,'Sector',10073915,null,null,'NWL05064','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.529538,-74.161761,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL05064',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',97374,40.601342,-74.108511,'GPS',10114515,null,null,'NWL00376','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.601374,-74.108498,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL00376',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',35799,40.626708,-74.158569,'Sector',10105064,null,null,'NWL00330','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.626711,-74.15856,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL00330',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',4798,40.567372,-74.10915,'GPS',10074996,null,null,'NWL03278','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.567377,-74.109147,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03278',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',48674,40.56023,-74.19868,'Sector',10107116,null,null,'NWL05138','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.560229,-74.198682,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL05138',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',4880,40.561903,-74.186299,'Sector',10075222,null,null,'NWL03157','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.561861,-74.186269,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03157',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',35978,40.617011,-74.07541,'Sector',10075376,null,null,'NWL03510','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.617014,-74.075409,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03510',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',103137,40.6148,-74.09081,'Sector',10114521,null,null,'NWL04370','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.61481,-74.09077,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL04370',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',101680,40.611769,-74.064113,'Sector',10127992,null,null,'NWL06186','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.61179,-74.064091,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL06186',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',86075,40.61228,-74.08278,'GPS',10112121,null,null,'NWL04270','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.612278,-74.082755,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL04270',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',48675,40.572841,-74.11756,'GPS',10112794,null,null,'NWL01137','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.57279,-74.11739,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL01137',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',47006,40.509363,-74.246687,'Sector',10075356,null,null,'NWL03759','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.509375,-74.246691,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03759',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',36361,40.626045,-74.075658,'Sector',10108316,null,null,'NWL03585','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.626044,-74.07564,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03585',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',35944,40.552082,-74.218345,'Sector',10097682,null,null,'NWL03280','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.552071,-74.218339,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03280',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',118015,40.59206,-74.15411,'GPS',10111607,null,null,null,null,'NOT IN OSS FOR LTE','NOT ON AIR INCLUDE IN SCORECARDS',0,null,0,null,null,40.560373,-74.144111,'Northeast','New York City','NYC/NNJ',null,'2013-04-03','NYCWU5931',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',4878,40.540061,-74.148311,'Sector',10105065,null,null,'NWL03065','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.540056,-74.148307,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03065',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',126659,40.5815444,-74.1660111,'Structure',10553877,null,null,'NWL01387',null,'COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,null,null,40.58154,-74.16601,'Northeast','New York City','NYC/NNJ','2013-02-01','2013-04-03','NYCWU1387',null);
+-- Insert into demo_fn_e911_lte_template values ('NORTHEAST','NYC','NYC/NNJ',16421,40.594361,-74.06251,'GPS',10097685,null,null,'NWL03251','Prior to 2013','COMMERCIALLY ACTIVE','ON AIR INCLUDE IN SCORECARDS',0,null,0,'Alcatel-Lucent',null,40.59438,-74.06264,'Northeast','New York City','NYC/NNJ','2012-12-31','2013-04-03','NWL03251',null);
+
+
+-- fn_app
+-- Use name "DMAAP-BC-APP" (originally "Default")
+Insert into fn_app (APP_ID,APP_NAME,APP_IMAGE_URL,APP_DESCRIPTION,APP_NOTES,APP_URL,APP_ALTERNATE_URL,APP_REST_ENDPOINT,ML_APP_NAME,ML_APP_ADMIN_ID,MOTS_ID,APP_PASSWORD,OPEN,ENABLED,THUMBNAIL,APP_USERNAME,UEB_KEY,UEB_SECRET,UEB_TOPIC_NAME) VALUES (1,'DMAAP-BC-APP','assets/images/tmp/portal1.png','Some Default Description','Some Default Note','','',null,'ECPP','?','1','okYTaDrhzibcbGVq5mjkVQ==','N','N',null,'Default',null,null,'ECOMP-PORTAL-INBOX');
+
+-- fn_user_role
+Insert into fn_user_role (USER_ID,ROLE_ID,PRIORITY,APP_ID) values (1,1,null,1);
+
+-- DEMO_BAR_CHART
+-- Insert into demo_bar_chart (label, value) values ('A', 29.765957771107);
+-- Insert into demo_bar_chart (label, value) values ('B', 0);
+-- Insert into demo_bar_chart (label, value) values ('C', 32.807804682612);
+-- Insert into demo_bar_chart (label, value) values ('D', 196.45946739256);
+-- Insert into demo_bar_chart (label, value) values ('E', 0.19434030906893);
+-- Insert into demo_bar_chart (label, value) values ('F', 98.079782601442);
+-- Insert into demo_bar_chart (label, value) values ('G', 13.925743130903);
+-- Insert into demo_bar_chart (label, value) values ('H', 5.1387322875705);
+
+-- DEMO_BAR_CHART_INTER
+-- Insert into demo_bar_chart_inter (spam_date, num_rpt_sources, num_det_sources) values (STR_TO_DATE('6-Mar-13','%e-%b-%y'), 198, 220);
+-- Insert into demo_bar_chart_inter (spam_date, num_rpt_sources, num_det_sources) values (STR_TO_DATE('5-Mar-13','%e-%b-%y'), 198, 220);
+-- Insert into demo_bar_chart_inter (spam_date, num_rpt_sources, num_det_sources) values (STR_TO_DATE('4-Mar-13','%e-%b-%y'), 238, 235);
+-- Insert into demo_bar_chart_inter (spam_date, num_rpt_sources, num_det_sources) values (STR_TO_DATE('3-Mar-13','%e-%b-%y'), 238, 235);
+-- Insert into demo_bar_chart_inter (spam_date, num_rpt_sources, num_det_sources) values (STR_TO_DATE('2-Mar-13','%e-%b-%y'), 256, 275);
+-- Insert into demo_bar_chart_inter (spam_date, num_rpt_sources, num_det_sources) values (STR_TO_DATE('1-Mar-13','%e-%b-%y'), 239, 260);
+-- Insert into demo_bar_chart_inter (spam_date, num_rpt_sources, num_det_sources) values (STR_TO_DATE('28-Feb-13','%e-%b-%y'), 247, 255);
+-- Insert into demo_bar_chart_inter (spam_date, num_rpt_sources, num_det_sources) values (STR_TO_DATE('27-Feb-13','%e-%b-%y'), 252, 265);
+-- Insert into demo_bar_chart_inter (spam_date, num_rpt_sources, num_det_sources) values (STR_TO_DATE('26-Feb-13','%e-%b-%y'), 198, 220);
+
+-- DEMO_LINE_CHART
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('1-May-12','%e-%b-%y'),582.13);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-Apr-12','%e-%b-%y'),583.98);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('27-Apr-12','%e-%b-%y'),603);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Apr-12','%e-%b-%y'),607.7);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('25-Apr-12','%e-%b-%y'),610);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-Apr-12','%e-%b-%y'),560.28);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('23-Apr-12','%e-%b-%y'),571.7);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('20-Apr-12','%e-%b-%y'),572.98);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('19-Apr-12','%e-%b-%y'),587.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Apr-12','%e-%b-%y'),608.34);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('17-Apr-12','%e-%b-%y'),609.7);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('16-Apr-12','%e-%b-%y'),580.13);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('13-Apr-12','%e-%b-%y'),605.23);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('12-Apr-12','%e-%b-%y'),622.77);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('11-Apr-12','%e-%b-%y'),626.2);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Apr-12','%e-%b-%y'),628.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('9-Apr-12','%e-%b-%y'),636.23);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-Apr-12','%e-%b-%y'),633.68);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('4-Apr-12','%e-%b-%y'),624.31);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-Apr-12','%e-%b-%y'),629.32);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('2-Apr-12','%e-%b-%y'),618.63);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-Mar-12','%e-%b-%y'),599.55);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('29-Mar-12','%e-%b-%y'),609.86);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-Mar-12','%e-%b-%y'),617.62);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('27-Mar-12','%e-%b-%y'),614.48);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Mar-12','%e-%b-%y'),606.98);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('23-Mar-12','%e-%b-%y'),596.05);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-Mar-12','%e-%b-%y'),599.34);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('21-Mar-12','%e-%b-%y'),602.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('20-Mar-12','%e-%b-%y'),605.96);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('19-Mar-12','%e-%b-%y'),601.1);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('16-Mar-12','%e-%b-%y'),585.57);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('15-Mar-12','%e-%b-%y'),585.56);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-Mar-12','%e-%b-%y'),589.58);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('13-Mar-12','%e-%b-%y'),568.1);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('12-Mar-12','%e-%b-%y'),552);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('9-Mar-12','%e-%b-%y'),545.17);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-Mar-12','%e-%b-%y'),541.99);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('7-Mar-12','%e-%b-%y'),530.69);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('6-Mar-12','%e-%b-%y'),530.26);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('5-Mar-12','%e-%b-%y'),533.16);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-Mar-12','%e-%b-%y'),545.18);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('1-Mar-12','%e-%b-%y'),544.47);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-Feb-12','%e-%b-%y'),542.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('28-Feb-12','%e-%b-%y'),535.41);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Feb-12','%e-%b-%y'),525.76);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('24-Feb-12','%e-%b-%y'),522.41);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Feb-12','%e-%b-%y'),516.39);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('22-Feb-12','%e-%b-%y'),513.04);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-Feb-12','%e-%b-%y'),514.85);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('17-Feb-12','%e-%b-%y'),502.12);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('16-Feb-12','%e-%b-%y'),502.21);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('15-Feb-12','%e-%b-%y'),497.67);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-Feb-12','%e-%b-%y'),509.46);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('13-Feb-12','%e-%b-%y'),502.6);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Feb-12','%e-%b-%y'),493.42);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('9-Feb-12','%e-%b-%y'),493.17);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-Feb-12','%e-%b-%y'),476.68);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('7-Feb-12','%e-%b-%y'),468.83);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('6-Feb-12','%e-%b-%y'),463.97);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('3-Feb-12','%e-%b-%y'),459.68);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-Feb-12','%e-%b-%y'),455.12);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('1-Feb-12','%e-%b-%y'),456.19);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('31-Jan-12','%e-%b-%y'),456.48);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('30-Jan-12','%e-%b-%y'),453.01);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Jan-12','%e-%b-%y'),447.28);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('26-Jan-12','%e-%b-%y'),444.63);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-Jan-12','%e-%b-%y'),446.66);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('24-Jan-12','%e-%b-%y'),420.41);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Jan-12','%e-%b-%y'),427.41);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('20-Jan-12','%e-%b-%y'),420.3);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-Jan-12','%e-%b-%y'),427.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('18-Jan-12','%e-%b-%y'),429.11);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-Jan-12','%e-%b-%y'),424.7);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('13-Jan-12','%e-%b-%y'),419.81);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('12-Jan-12','%e-%b-%y'),421.39);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('11-Jan-12','%e-%b-%y'),422.55);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Jan-12','%e-%b-%y'),423.24);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('9-Jan-12','%e-%b-%y'),421.73);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('6-Jan-12','%e-%b-%y'),422.4);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('5-Jan-12','%e-%b-%y'),418.03);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Jan-12','%e-%b-%y'),413.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('3-Jan-12','%e-%b-%y'),411.23);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-Dec-11','%e-%b-%y'),405);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('29-Dec-11','%e-%b-%y'),405.12);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-Dec-11','%e-%b-%y'),402.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('27-Dec-11','%e-%b-%y'),406.53);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Dec-11','%e-%b-%y'),403.43);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('22-Dec-11','%e-%b-%y'),398.55);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-Dec-11','%e-%b-%y'),396.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('20-Dec-11','%e-%b-%y'),395.95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-Dec-11','%e-%b-%y'),382.21);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('16-Dec-11','%e-%b-%y'),381.02);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Dec-11','%e-%b-%y'),378.94);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('14-Dec-11','%e-%b-%y'),380.19);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Dec-11','%e-%b-%y'),388.81);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('12-Dec-11','%e-%b-%y'),391.84);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Dec-11','%e-%b-%y'),393.62);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('8-Dec-11','%e-%b-%y'),390.66);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-Dec-11','%e-%b-%y'),389.09);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('6-Dec-11','%e-%b-%y'),390.95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-Dec-11','%e-%b-%y'),393.01);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('2-Dec-11','%e-%b-%y'),389.7);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-Dec-11','%e-%b-%y'),387.93);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('30-Nov-11','%e-%b-%y'),382.2);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-Nov-11','%e-%b-%y'),373.2);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('28-Nov-11','%e-%b-%y'),376.12);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-Nov-11','%e-%b-%y'),363.57);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('23-Nov-11','%e-%b-%y'),366.99);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-Nov-11','%e-%b-%y'),376.51);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('21-Nov-11','%e-%b-%y'),369.01);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Nov-11','%e-%b-%y'),374.94);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('17-Nov-11','%e-%b-%y'),377.41);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('16-Nov-11','%e-%b-%y'),384.77);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('15-Nov-11','%e-%b-%y'),388.83);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-Nov-11','%e-%b-%y'),379.26);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('11-Nov-11','%e-%b-%y'),384.62);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Nov-11','%e-%b-%y'),385.22);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('9-Nov-11','%e-%b-%y'),395.28);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-Nov-11','%e-%b-%y'),406.23);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('7-Nov-11','%e-%b-%y'),399.73);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Nov-11','%e-%b-%y'),400.24);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('3-Nov-11','%e-%b-%y'),403.07);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-Nov-11','%e-%b-%y'),397.41);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('1-Nov-11','%e-%b-%y'),396.51);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('31-Oct-11','%e-%b-%y'),404.78);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('28-Oct-11','%e-%b-%y'),404.95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Oct-11','%e-%b-%y'),404.69);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('26-Oct-11','%e-%b-%y'),400.6);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-Oct-11','%e-%b-%y'),397.77);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('24-Oct-11','%e-%b-%y'),405.77);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-Oct-11','%e-%b-%y'),392.87);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('20-Oct-11','%e-%b-%y'),395.31);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-Oct-11','%e-%b-%y'),398.62);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('18-Oct-11','%e-%b-%y'),422.24);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-Oct-11','%e-%b-%y'),419.99);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('14-Oct-11','%e-%b-%y'),422);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Oct-11','%e-%b-%y'),408.43);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('12-Oct-11','%e-%b-%y'),402.19);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-Oct-11','%e-%b-%y'),400.29);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('10-Oct-11','%e-%b-%y'),388.81);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-Oct-11','%e-%b-%y'),369.8);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('6-Oct-11','%e-%b-%y'),377.37);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-Oct-11','%e-%b-%y'),378.25);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('4-Oct-11','%e-%b-%y'),372.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-Oct-11','%e-%b-%y'),374.6);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('30-Sep-11','%e-%b-%y'),381.32);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-Sep-11','%e-%b-%y'),390.57);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('28-Sep-11','%e-%b-%y'),397.01);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Sep-11','%e-%b-%y'),399.26);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('26-Sep-11','%e-%b-%y'),403.17);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Sep-11','%e-%b-%y'),404.3);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('22-Sep-11','%e-%b-%y'),401.82);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-Sep-11','%e-%b-%y'),412.14);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('20-Sep-11','%e-%b-%y'),413.45);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-Sep-11','%e-%b-%y'),411.63);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('16-Sep-11','%e-%b-%y'),400.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Sep-11','%e-%b-%y'),392.96);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('14-Sep-11','%e-%b-%y'),389.3);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Sep-11','%e-%b-%y'),384.62);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('12-Sep-11','%e-%b-%y'),379.94);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Sep-11','%e-%b-%y'),377.48);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('8-Sep-11','%e-%b-%y'),384.14);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-Sep-11','%e-%b-%y'),383.93);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('6-Sep-11','%e-%b-%y'),379.74);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-Sep-11','%e-%b-%y'),374.05);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('1-Sep-11','%e-%b-%y'),381.03);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('31-Aug-11','%e-%b-%y'),384.83);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('30-Aug-11','%e-%b-%y'),389.99);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-Aug-11','%e-%b-%y'),389.97);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('26-Aug-11','%e-%b-%y'),383.58);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-Aug-11','%e-%b-%y'),373.72);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('24-Aug-11','%e-%b-%y'),376.18);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Aug-11','%e-%b-%y'),373.6);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('22-Aug-11','%e-%b-%y'),356.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-Aug-11','%e-%b-%y'),356.03);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('18-Aug-11','%e-%b-%y'),366.05);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-Aug-11','%e-%b-%y'),380.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('16-Aug-11','%e-%b-%y'),380.48);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Aug-11','%e-%b-%y'),383.41);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('12-Aug-11','%e-%b-%y'),376.99);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-Aug-11','%e-%b-%y'),373.7);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('10-Aug-11','%e-%b-%y'),363.69);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Aug-11','%e-%b-%y'),374.01);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('8-Aug-11','%e-%b-%y'),353.21);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-Aug-11','%e-%b-%y'),373.62);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('4-Aug-11','%e-%b-%y'),377.37);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-Aug-11','%e-%b-%y'),392.57);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('2-Aug-11','%e-%b-%y'),388.91);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-Aug-11','%e-%b-%y'),396.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('29-Jul-11','%e-%b-%y'),390.48);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-Jul-11','%e-%b-%y'),391.82);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('27-Jul-11','%e-%b-%y'),392.59);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Jul-11','%e-%b-%y'),403.41);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('25-Jul-11','%e-%b-%y'),398.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-Jul-11','%e-%b-%y'),393.3);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('21-Jul-11','%e-%b-%y'),387.29);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('20-Jul-11','%e-%b-%y'),386.9);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('19-Jul-11','%e-%b-%y'),376.85);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Jul-11','%e-%b-%y'),373.8);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('15-Jul-11','%e-%b-%y'),364.92);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-Jul-11','%e-%b-%y'),357.77);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('13-Jul-11','%e-%b-%y'),358.02);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('12-Jul-11','%e-%b-%y'),353.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('11-Jul-11','%e-%b-%y'),354);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-Jul-11','%e-%b-%y'),359.71);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('7-Jul-11','%e-%b-%y'),357.2);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('6-Jul-11','%e-%b-%y'),351.76);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('5-Jul-11','%e-%b-%y'),349.43);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-Jul-11','%e-%b-%y'),343.26);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('30-Jun-11','%e-%b-%y'),335.67);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-Jun-11','%e-%b-%y'),334.04);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('28-Jun-11','%e-%b-%y'),335.26);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Jun-11','%e-%b-%y'),332.04);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('24-Jun-11','%e-%b-%y'),326.35);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Jun-11','%e-%b-%y'),331.23);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('22-Jun-11','%e-%b-%y'),322.61);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-Jun-11','%e-%b-%y'),325.3);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('20-Jun-11','%e-%b-%y'),315.32);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-Jun-11','%e-%b-%y'),320.26);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('16-Jun-11','%e-%b-%y'),325.16);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Jun-11','%e-%b-%y'),326.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('14-Jun-11','%e-%b-%y'),332.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Jun-11','%e-%b-%y'),326.6);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('10-Jun-11','%e-%b-%y'),325.9);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Jun-11','%e-%b-%y'),331.49);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('8-Jun-11','%e-%b-%y'),332.24);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-Jun-11','%e-%b-%y'),332.04);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('6-Jun-11','%e-%b-%y'),338.04);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-Jun-11','%e-%b-%y'),343.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('2-Jun-11','%e-%b-%y'),346.1);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-Jun-11','%e-%b-%y'),345.51);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('31-May-11','%e-%b-%y'),347.83);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-May-11','%e-%b-%y'),337.41);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('26-May-11','%e-%b-%y'),335);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-May-11','%e-%b-%y'),336.78);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('24-May-11','%e-%b-%y'),332.19);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-May-11','%e-%b-%y'),334.4);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('20-May-11','%e-%b-%y'),335.22);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-May-11','%e-%b-%y'),340.53);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('18-May-11','%e-%b-%y'),339.87);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-May-11','%e-%b-%y'),336.14);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('16-May-11','%e-%b-%y'),333.3);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-May-11','%e-%b-%y'),340.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('12-May-11','%e-%b-%y'),346.57);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-May-11','%e-%b-%y'),347.23);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('10-May-11','%e-%b-%y'),349.45);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-May-11','%e-%b-%y'),347.6);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('6-May-11','%e-%b-%y'),346.66);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-May-11','%e-%b-%y'),346.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('4-May-11','%e-%b-%y'),349.57);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-May-11','%e-%b-%y'),348.2);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('2-May-11','%e-%b-%y'),346.28);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-Apr-11','%e-%b-%y'),350.13);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('28-Apr-11','%e-%b-%y'),346.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Apr-11','%e-%b-%y'),350.15);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('26-Apr-11','%e-%b-%y'),350.42);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-Apr-11','%e-%b-%y'),353.01);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('21-Apr-11','%e-%b-%y'),350.7);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('20-Apr-11','%e-%b-%y'),342.41);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('19-Apr-11','%e-%b-%y'),337.86);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Apr-11','%e-%b-%y'),331.85);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('15-Apr-11','%e-%b-%y'),327.46);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-Apr-11','%e-%b-%y'),332.42);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('13-Apr-11','%e-%b-%y'),336.13);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('12-Apr-11','%e-%b-%y'),332.4);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('11-Apr-11','%e-%b-%y'),330.8);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-Apr-11','%e-%b-%y'),335.06);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('7-Apr-11','%e-%b-%y'),338.08);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('6-Apr-11','%e-%b-%y'),338.04);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('5-Apr-11','%e-%b-%y'),338.89);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Apr-11','%e-%b-%y'),341.19);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('1-Apr-11','%e-%b-%y'),344.56);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('31-Mar-11','%e-%b-%y'),348.51);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('30-Mar-11','%e-%b-%y'),348.63);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-Mar-11','%e-%b-%y'),350.96);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('28-Mar-11','%e-%b-%y'),350.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-Mar-11','%e-%b-%y'),351.54);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('24-Mar-11','%e-%b-%y'),344.97);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Mar-11','%e-%b-%y'),339.19);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('22-Mar-11','%e-%b-%y'),341.2);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-Mar-11','%e-%b-%y'),339.3);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('18-Mar-11','%e-%b-%y'),330.67);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-Mar-11','%e-%b-%y'),334.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('16-Mar-11','%e-%b-%y'),330.01);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Mar-11','%e-%b-%y'),345.43);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('14-Mar-11','%e-%b-%y'),353.56);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-Mar-11','%e-%b-%y'),351.99);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('10-Mar-11','%e-%b-%y'),346.67);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Mar-11','%e-%b-%y'),352.47);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('8-Mar-11','%e-%b-%y'),355.76);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-Mar-11','%e-%b-%y'),355.36);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('4-Mar-11','%e-%b-%y'),360);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-Mar-11','%e-%b-%y'),359.56);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('2-Mar-11','%e-%b-%y'),352.12);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-Mar-11','%e-%b-%y'),349.31);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('28-Feb-11','%e-%b-%y'),353.21);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-Feb-11','%e-%b-%y'),348.16);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('24-Feb-11','%e-%b-%y'),342.88);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Feb-11','%e-%b-%y'),342.62);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('22-Feb-11','%e-%b-%y'),338.61);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Feb-11','%e-%b-%y'),350.56);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('17-Feb-11','%e-%b-%y'),358.3);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('16-Feb-11','%e-%b-%y'),363.13);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('15-Feb-11','%e-%b-%y'),359.9);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-Feb-11','%e-%b-%y'),359.18);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('11-Feb-11','%e-%b-%y'),356.85);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Feb-11','%e-%b-%y'),354.54);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('9-Feb-11','%e-%b-%y'),358.16);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-Feb-11','%e-%b-%y'),355.2);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('7-Feb-11','%e-%b-%y'),351.88);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Feb-11','%e-%b-%y'),346.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('3-Feb-11','%e-%b-%y'),343.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-Feb-11','%e-%b-%y'),344.32);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('1-Feb-11','%e-%b-%y'),345.03);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('31-Jan-11','%e-%b-%y'),339.32);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('28-Jan-11','%e-%b-%y'),336.1);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Jan-11','%e-%b-%y'),343.21);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('26-Jan-11','%e-%b-%y'),343.85);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-Jan-11','%e-%b-%y'),341.4);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('24-Jan-11','%e-%b-%y'),337.45);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-Jan-11','%e-%b-%y'),326.72);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('20-Jan-11','%e-%b-%y'),332.68);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-Jan-11','%e-%b-%y'),338.84);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('18-Jan-11','%e-%b-%y'),340.65);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-Jan-11','%e-%b-%y'),348.48);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('13-Jan-11','%e-%b-%y'),345.68);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('12-Jan-11','%e-%b-%y'),344.42);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('11-Jan-11','%e-%b-%y'),341.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Jan-11','%e-%b-%y'),342.46);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('7-Jan-11','%e-%b-%y'),336.12);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('6-Jan-11','%e-%b-%y'),333.73);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('5-Jan-11','%e-%b-%y'),334);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Jan-11','%e-%b-%y'),331.29);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('3-Jan-11','%e-%b-%y'),329.57);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('31-Dec-10','%e-%b-%y'),322.56);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('30-Dec-10','%e-%b-%y'),323.66);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-Dec-10','%e-%b-%y'),325.29);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('28-Dec-10','%e-%b-%y'),325.47);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Dec-10','%e-%b-%y'),324.68);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('23-Dec-10','%e-%b-%y'),323.6);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-Dec-10','%e-%b-%y'),325.16);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('21-Dec-10','%e-%b-%y'),324.2);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('20-Dec-10','%e-%b-%y'),322.21);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('17-Dec-10','%e-%b-%y'),320.61);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('16-Dec-10','%e-%b-%y'),321.25);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('15-Dec-10','%e-%b-%y'),320.36);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-Dec-10','%e-%b-%y'),320.29);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('13-Dec-10','%e-%b-%y'),321.67);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Dec-10','%e-%b-%y'),320.56);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('9-Dec-10','%e-%b-%y'),319.76);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-Dec-10','%e-%b-%y'),321.01);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('7-Dec-10','%e-%b-%y'),318.21);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('6-Dec-10','%e-%b-%y'),320.15);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('3-Dec-10','%e-%b-%y'),317.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-Dec-10','%e-%b-%y'),318.15);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('1-Dec-10','%e-%b-%y'),316.4);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-Nov-10','%e-%b-%y'),311.15);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('29-Nov-10','%e-%b-%y'),316.87);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Nov-10','%e-%b-%y'),315);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('24-Nov-10','%e-%b-%y'),314.8);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Nov-10','%e-%b-%y'),308.73);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('22-Nov-10','%e-%b-%y'),313.36);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-Nov-10','%e-%b-%y'),306.73);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('18-Nov-10','%e-%b-%y'),308.43);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-Nov-10','%e-%b-%y'),300.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('16-Nov-10','%e-%b-%y'),301.59);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Nov-10','%e-%b-%y'),307.04);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('12-Nov-10','%e-%b-%y'),308.03);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-Nov-10','%e-%b-%y'),316.66);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('10-Nov-10','%e-%b-%y'),318.03);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Nov-10','%e-%b-%y'),316.08);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('8-Nov-10','%e-%b-%y'),318.62);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-Nov-10','%e-%b-%y'),317.13);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('4-Nov-10','%e-%b-%y'),318.27);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-Nov-10','%e-%b-%y'),312.8);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('2-Nov-10','%e-%b-%y'),309.36);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-Nov-10','%e-%b-%y'),304.18);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('29-Oct-10','%e-%b-%y'),300.98);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-Oct-10','%e-%b-%y'),305.24);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('27-Oct-10','%e-%b-%y'),307.83);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Oct-10','%e-%b-%y'),308.05);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('25-Oct-10','%e-%b-%y'),308.84);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-Oct-10','%e-%b-%y'),307.47);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('21-Oct-10','%e-%b-%y'),309.52);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('20-Oct-10','%e-%b-%y'),310.53);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('19-Oct-10','%e-%b-%y'),309.49);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Oct-10','%e-%b-%y'),318);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('15-Oct-10','%e-%b-%y'),314.74);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-Oct-10','%e-%b-%y'),302.31);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('13-Oct-10','%e-%b-%y'),300.14);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('12-Oct-10','%e-%b-%y'),298.54);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('11-Oct-10','%e-%b-%y'),295.36);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-Oct-10','%e-%b-%y'),294.07);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('7-Oct-10','%e-%b-%y'),289.22);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('6-Oct-10','%e-%b-%y'),289.19);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('5-Oct-10','%e-%b-%y'),288.94);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Oct-10','%e-%b-%y'),278.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('1-Oct-10','%e-%b-%y'),282.52);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-Sep-10','%e-%b-%y'),283.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('29-Sep-10','%e-%b-%y'),287.37);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-Sep-10','%e-%b-%y'),286.86);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('27-Sep-10','%e-%b-%y'),291.16);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-Sep-10','%e-%b-%y'),292.32);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('23-Sep-10','%e-%b-%y'),288.92);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-Sep-10','%e-%b-%y'),287.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('21-Sep-10','%e-%b-%y'),283.77);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('20-Sep-10','%e-%b-%y'),283.23);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('17-Sep-10','%e-%b-%y'),275.37);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('16-Sep-10','%e-%b-%y'),276.57);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('15-Sep-10','%e-%b-%y'),270.22);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-Sep-10','%e-%b-%y'),268.06);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('13-Sep-10','%e-%b-%y'),267.04);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Sep-10','%e-%b-%y'),263.41);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('9-Sep-10','%e-%b-%y'),263.07);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-Sep-10','%e-%b-%y'),262.92);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('7-Sep-10','%e-%b-%y'),257.81);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('6-Sep-10','%e-%b-%y'),258.77);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('3-Sep-10','%e-%b-%y'),258.77);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-Sep-10','%e-%b-%y'),252.17);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('1-Sep-10','%e-%b-%y'),250.33);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('31-Aug-10','%e-%b-%y'),243.1);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('30-Aug-10','%e-%b-%y'),242.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Aug-10','%e-%b-%y'),241.62);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('26-Aug-10','%e-%b-%y'),240.28);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-Aug-10','%e-%b-%y'),242.89);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('24-Aug-10','%e-%b-%y'),239.93);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Aug-10','%e-%b-%y'),245.8);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('20-Aug-10','%e-%b-%y'),249.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-Aug-10','%e-%b-%y'),249.88);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('18-Aug-10','%e-%b-%y'),253.07);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-Aug-10','%e-%b-%y'),251.97);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('16-Aug-10','%e-%b-%y'),247.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Aug-10','%e-%b-%y'),249.1);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('12-Aug-10','%e-%b-%y'),251.79);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-Aug-10','%e-%b-%y'),250.19);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('10-Aug-10','%e-%b-%y'),259.41);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Aug-10','%e-%b-%y'),261.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('6-Aug-10','%e-%b-%y'),260.09);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-Aug-10','%e-%b-%y'),261.7);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('4-Aug-10','%e-%b-%y'),262.98);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-Aug-10','%e-%b-%y'),261.93);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('2-Aug-10','%e-%b-%y'),261.85);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-Jul-10','%e-%b-%y'),257.25);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('29-Jul-10','%e-%b-%y'),258.11);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-Jul-10','%e-%b-%y'),260.96);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('27-Jul-10','%e-%b-%y'),264.08);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Jul-10','%e-%b-%y'),259.28);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('23-Jul-10','%e-%b-%y'),259.94);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-Jul-10','%e-%b-%y'),259.02);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('21-Jul-10','%e-%b-%y'),254.24);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('20-Jul-10','%e-%b-%y'),251.89);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('19-Jul-10','%e-%b-%y'),245.58);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('16-Jul-10','%e-%b-%y'),249.9);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('15-Jul-10','%e-%b-%y'),251.45);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-Jul-10','%e-%b-%y'),252.73);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('13-Jul-10','%e-%b-%y'),251.8);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('12-Jul-10','%e-%b-%y'),257.28);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('9-Jul-10','%e-%b-%y'),259.62);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-Jul-10','%e-%b-%y'),258.09);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('7-Jul-10','%e-%b-%y'),258.66);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('6-Jul-10','%e-%b-%y'),248.63);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('5-Jul-10','%e-%b-%y'),246.94);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-Jul-10','%e-%b-%y'),246.94);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('1-Jul-10','%e-%b-%y'),248.48);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-Jun-10','%e-%b-%y'),251.53);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('29-Jun-10','%e-%b-%y'),256.17);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-Jun-10','%e-%b-%y'),268.3);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('25-Jun-10','%e-%b-%y'),266.7);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-Jun-10','%e-%b-%y'),269);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('23-Jun-10','%e-%b-%y'),270.97);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-Jun-10','%e-%b-%y'),273.85);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('21-Jun-10','%e-%b-%y'),270.17);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Jun-10','%e-%b-%y'),274.07);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('17-Jun-10','%e-%b-%y'),271.87);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('16-Jun-10','%e-%b-%y'),267.25);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('15-Jun-10','%e-%b-%y'),259.69);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-Jun-10','%e-%b-%y'),254.28);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('11-Jun-10','%e-%b-%y'),253.51);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Jun-10','%e-%b-%y'),250.51);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('9-Jun-10','%e-%b-%y'),243.2);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-Jun-10','%e-%b-%y'),249.33);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('7-Jun-10','%e-%b-%y'),250.94);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Jun-10','%e-%b-%y'),255.96);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('3-Jun-10','%e-%b-%y'),263.12);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-Jun-10','%e-%b-%y'),263.95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('1-Jun-10','%e-%b-%y'),260.83);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('31-May-10','%e-%b-%y'),256.88);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('28-May-10','%e-%b-%y'),256.88);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-May-10','%e-%b-%y'),253.35);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('26-May-10','%e-%b-%y'),244.11);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-May-10','%e-%b-%y'),245.22);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('24-May-10','%e-%b-%y'),246.76);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-May-10','%e-%b-%y'),242.32);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('20-May-10','%e-%b-%y'),237.76);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-May-10','%e-%b-%y'),248.34);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('18-May-10','%e-%b-%y'),252.36);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-May-10','%e-%b-%y'),254.22);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('14-May-10','%e-%b-%y'),253.82);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-May-10','%e-%b-%y'),258.36);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('12-May-10','%e-%b-%y'),262.09);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-May-10','%e-%b-%y'),256.52);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('10-May-10','%e-%b-%y'),253.99);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-May-10','%e-%b-%y'),235.86);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('6-May-10','%e-%b-%y'),246.25);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-May-10','%e-%b-%y'),255.98);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('4-May-10','%e-%b-%y'),258.68);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-May-10','%e-%b-%y'),266.35);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('30-Apr-10','%e-%b-%y'),261.09);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-Apr-10','%e-%b-%y'),268.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('28-Apr-10','%e-%b-%y'),261.6);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Apr-10','%e-%b-%y'),262.04);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('26-Apr-10','%e-%b-%y'),269.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Apr-10','%e-%b-%y'),270.83);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('22-Apr-10','%e-%b-%y'),266.47);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-Apr-10','%e-%b-%y'),259.22);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('20-Apr-10','%e-%b-%y'),244.59);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-Apr-10','%e-%b-%y'),247.07);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('16-Apr-10','%e-%b-%y'),247.4);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Apr-10','%e-%b-%y'),248.92);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('14-Apr-10','%e-%b-%y'),245.69);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Apr-10','%e-%b-%y'),242.43);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('12-Apr-10','%e-%b-%y'),242.29);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Apr-10','%e-%b-%y'),241.79);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('8-Apr-10','%e-%b-%y'),239.95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-Apr-10','%e-%b-%y'),240.6);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('6-Apr-10','%e-%b-%y'),239.54);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-Apr-10','%e-%b-%y'),238.49);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('2-Apr-10','%e-%b-%y'),235.97);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-Apr-10','%e-%b-%y'),235.97);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('31-Mar-10','%e-%b-%y'),235);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-Mar-10','%e-%b-%y'),235.84);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('29-Mar-10','%e-%b-%y'),232.39);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Mar-10','%e-%b-%y'),230.9);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('25-Mar-10','%e-%b-%y'),226.65);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-Mar-10','%e-%b-%y'),229.37);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('23-Mar-10','%e-%b-%y'),228.36);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-Mar-10','%e-%b-%y'),224.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('19-Mar-10','%e-%b-%y'),222.25);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Mar-10','%e-%b-%y'),224.65);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('17-Mar-10','%e-%b-%y'),224.12);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('16-Mar-10','%e-%b-%y'),224.45);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('15-Mar-10','%e-%b-%y'),223.84);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('12-Mar-10','%e-%b-%y'),226.6);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('11-Mar-10','%e-%b-%y'),225.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Mar-10','%e-%b-%y'),224.84);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('9-Mar-10','%e-%b-%y'),223.02);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-Mar-10','%e-%b-%y'),219.08);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('5-Mar-10','%e-%b-%y'),218.95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Mar-10','%e-%b-%y'),210.71);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('3-Mar-10','%e-%b-%y'),209.33);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-Mar-10','%e-%b-%y'),208.85);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('1-Mar-10','%e-%b-%y'),208.99);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Feb-10','%e-%b-%y'),204.62);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('25-Feb-10','%e-%b-%y'),202);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-Feb-10','%e-%b-%y'),200.66);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('23-Feb-10','%e-%b-%y'),197.06);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-Feb-10','%e-%b-%y'),200.42);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('19-Feb-10','%e-%b-%y'),201.67);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Feb-10','%e-%b-%y'),202.93);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('17-Feb-10','%e-%b-%y'),202.55);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('16-Feb-10','%e-%b-%y'),203.4);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('15-Feb-10','%e-%b-%y'),200.38);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('12-Feb-10','%e-%b-%y'),200.38);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('11-Feb-10','%e-%b-%y'),198.67);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Feb-10','%e-%b-%y'),195.12);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('9-Feb-10','%e-%b-%y'),196.19);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-Feb-10','%e-%b-%y'),194.12);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('5-Feb-10','%e-%b-%y'),195.46);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Feb-10','%e-%b-%y'),192.05);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('3-Feb-10','%e-%b-%y'),199.23);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-Feb-10','%e-%b-%y'),195.86);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('1-Feb-10','%e-%b-%y'),194.73);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-Jan-10','%e-%b-%y'),192.06);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('28-Jan-10','%e-%b-%y'),199.29);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Jan-10','%e-%b-%y'),207.88);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('26-Jan-10','%e-%b-%y'),205.94);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-Jan-10','%e-%b-%y'),203.08);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('22-Jan-10','%e-%b-%y'),197.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-Jan-10','%e-%b-%y'),208.07);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('20-Jan-10','%e-%b-%y'),211.72);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-Jan-10','%e-%b-%y'),215.04);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('18-Jan-10','%e-%b-%y'),205.93);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Jan-10','%e-%b-%y'),205.93);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('14-Jan-10','%e-%b-%y'),209.43);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Jan-10','%e-%b-%y'),210.65);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('12-Jan-10','%e-%b-%y'),207.72);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-Jan-10','%e-%b-%y'),210.11);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('8-Jan-10','%e-%b-%y'),211.98);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-Jan-10','%e-%b-%y'),210.58);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('6-Jan-10','%e-%b-%y'),210.97);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-Jan-10','%e-%b-%y'),214.38);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('4-Jan-10','%e-%b-%y'),214.01);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-Jan-10','%e-%b-%y'),210.73);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('31-Dec-09','%e-%b-%y'),210.73);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-Dec-09','%e-%b-%y'),211.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('29-Dec-09','%e-%b-%y'),209.1);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-Dec-09','%e-%b-%y'),211.61);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('25-Dec-09','%e-%b-%y'),209.04);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-Dec-09','%e-%b-%y'),209.04);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('23-Dec-09','%e-%b-%y'),202.1);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-Dec-09','%e-%b-%y'),200.36);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('21-Dec-09','%e-%b-%y'),198.23);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Dec-09','%e-%b-%y'),195.43);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('17-Dec-09','%e-%b-%y'),191.86);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('16-Dec-09','%e-%b-%y'),195.03);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('15-Dec-09','%e-%b-%y'),194.17);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-Dec-09','%e-%b-%y'),196.98);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('11-Dec-09','%e-%b-%y'),194.67);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Dec-09','%e-%b-%y'),196.43);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('9-Dec-09','%e-%b-%y'),197.8);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-Dec-09','%e-%b-%y'),189.87);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('7-Dec-09','%e-%b-%y'),188.95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Dec-09','%e-%b-%y'),193.32);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('3-Dec-09','%e-%b-%y'),196.48);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-Dec-09','%e-%b-%y'),196.23);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('1-Dec-09','%e-%b-%y'),196.97);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-Nov-09','%e-%b-%y'),199.91);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('27-Nov-09','%e-%b-%y'),200.59);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Nov-09','%e-%b-%y'),204.19);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('25-Nov-09','%e-%b-%y'),204.19);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-Nov-09','%e-%b-%y'),204.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('23-Nov-09','%e-%b-%y'),205.88);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('20-Nov-09','%e-%b-%y'),199.92);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('19-Nov-09','%e-%b-%y'),200.51);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Nov-09','%e-%b-%y'),205.96);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('17-Nov-09','%e-%b-%y'),207);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('16-Nov-09','%e-%b-%y'),206.63);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('13-Nov-09','%e-%b-%y'),204.45);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('12-Nov-09','%e-%b-%y'),201.99);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('11-Nov-09','%e-%b-%y'),203.25);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Nov-09','%e-%b-%y'),202.98);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('9-Nov-09','%e-%b-%y'),201.46);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('6-Nov-09','%e-%b-%y'),194.34);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('5-Nov-09','%e-%b-%y'),194.03);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Nov-09','%e-%b-%y'),190.81);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('3-Nov-09','%e-%b-%y'),188.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-Nov-09','%e-%b-%y'),189.31);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('30-Oct-09','%e-%b-%y'),188.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-Oct-09','%e-%b-%y'),196.35);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('28-Oct-09','%e-%b-%y'),192.4);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Oct-09','%e-%b-%y'),197.37);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('26-Oct-09','%e-%b-%y'),202.48);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Oct-09','%e-%b-%y'),203.94);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('22-Oct-09','%e-%b-%y'),205.2);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-Oct-09','%e-%b-%y'),204.92);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('20-Oct-09','%e-%b-%y'),198.76);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-Oct-09','%e-%b-%y'),189.86);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('16-Oct-09','%e-%b-%y'),188.05);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Oct-09','%e-%b-%y'),190.56);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('14-Oct-09','%e-%b-%y'),191.29);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Oct-09','%e-%b-%y'),190.02);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('12-Oct-09','%e-%b-%y'),190.81);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Oct-09','%e-%b-%y'),190.47);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('8-Oct-09','%e-%b-%y'),189.27);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-Oct-09','%e-%b-%y'),190.25);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('6-Oct-09','%e-%b-%y'),190.01);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-Oct-09','%e-%b-%y'),186.02);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('2-Oct-09','%e-%b-%y'),184.9);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-Oct-09','%e-%b-%y'),180.86);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('30-Sep-09','%e-%b-%y'),185.35);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-Sep-09','%e-%b-%y'),185.38);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('28-Sep-09','%e-%b-%y'),186.15);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-Sep-09','%e-%b-%y'),182.37);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('24-Sep-09','%e-%b-%y'),183.82);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Sep-09','%e-%b-%y'),185.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('22-Sep-09','%e-%b-%y'),184.48);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-Sep-09','%e-%b-%y'),184.02);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('18-Sep-09','%e-%b-%y'),185.02);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-Sep-09','%e-%b-%y'),184.55);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('16-Sep-09','%e-%b-%y'),181.87);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Sep-09','%e-%b-%y'),175.16);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('14-Sep-09','%e-%b-%y'),173.72);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-Sep-09','%e-%b-%y'),172.16);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('10-Sep-09','%e-%b-%y'),172.56);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Sep-09','%e-%b-%y'),171.14);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('8-Sep-09','%e-%b-%y'),172.93);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Sep-09','%e-%b-%y'),170.31);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('3-Sep-09','%e-%b-%y'),166.55);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-Sep-09','%e-%b-%y'),165.18);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('1-Sep-09','%e-%b-%y'),165.3);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('31-Aug-09','%e-%b-%y'),168.21);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('28-Aug-09','%e-%b-%y'),170.05);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Aug-09','%e-%b-%y'),169.45);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('26-Aug-09','%e-%b-%y'),167.41);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-Aug-09','%e-%b-%y'),169.4);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('24-Aug-09','%e-%b-%y'),169.06);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-Aug-09','%e-%b-%y'),169.22);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('20-Aug-09','%e-%b-%y'),166.33);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-Aug-09','%e-%b-%y'),164.6);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('18-Aug-09','%e-%b-%y'),164);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-Aug-09','%e-%b-%y'),159.59);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('14-Aug-09','%e-%b-%y'),166.78);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Aug-09','%e-%b-%y'),168.42);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('12-Aug-09','%e-%b-%y'),165.31);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Aug-09','%e-%b-%y'),164.72);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('7-Aug-09','%e-%b-%y'),165.51);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('6-Aug-09','%e-%b-%y'),163.91);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('5-Aug-09','%e-%b-%y'),165.11);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Aug-09','%e-%b-%y'),165.55);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('3-Aug-09','%e-%b-%y'),166.43);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('31-Jul-09','%e-%b-%y'),163.39);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('30-Jul-09','%e-%b-%y'),162.79);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-Jul-09','%e-%b-%y'),160.03);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('28-Jul-09','%e-%b-%y'),160);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Jul-09','%e-%b-%y'),160.1);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('24-Jul-09','%e-%b-%y'),159.99);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Jul-09','%e-%b-%y'),157.82);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('22-Jul-09','%e-%b-%y'),156.74);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-Jul-09','%e-%b-%y'),151.51);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('20-Jul-09','%e-%b-%y'),152.91);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-Jul-09','%e-%b-%y'),151.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('16-Jul-09','%e-%b-%y'),147.52);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Jul-09','%e-%b-%y'),146.88);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('14-Jul-09','%e-%b-%y'),142.27);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Jul-09','%e-%b-%y'),142.34);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('10-Jul-09','%e-%b-%y'),138.52);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Jul-09','%e-%b-%y'),136.36);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('8-Jul-09','%e-%b-%y'),137.22);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-Jul-09','%e-%b-%y'),135.4);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('6-Jul-09','%e-%b-%y'),138.61);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-Jul-09','%e-%b-%y'),140.02);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('2-Jul-09','%e-%b-%y'),140.02);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-Jul-09','%e-%b-%y'),142.83);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('30-Jun-09','%e-%b-%y'),142.43);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-Jun-09','%e-%b-%y'),141.97);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('26-Jun-09','%e-%b-%y'),142.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-Jun-09','%e-%b-%y'),139.86);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('24-Jun-09','%e-%b-%y'),136.22);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Jun-09','%e-%b-%y'),134.01);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('22-Jun-09','%e-%b-%y'),137.37);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-Jun-09','%e-%b-%y'),139.48);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('18-Jun-09','%e-%b-%y'),135.88);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-Jun-09','%e-%b-%y'),135.58);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('16-Jun-09','%e-%b-%y'),136.35);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Jun-09','%e-%b-%y'),136.09);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('12-Jun-09','%e-%b-%y'),136.97);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-Jun-09','%e-%b-%y'),139.95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('10-Jun-09','%e-%b-%y'),140.25);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Jun-09','%e-%b-%y'),142.72);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('8-Jun-09','%e-%b-%y'),143.85);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-Jun-09','%e-%b-%y'),144.67);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('4-Jun-09','%e-%b-%y'),143.74);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-Jun-09','%e-%b-%y'),140.95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('2-Jun-09','%e-%b-%y'),139.49);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-Jun-09','%e-%b-%y'),139.35);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('29-May-09','%e-%b-%y'),135.81);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-May-09','%e-%b-%y'),135.07);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('27-May-09','%e-%b-%y'),133.05);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-May-09','%e-%b-%y'),130.78);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('22-May-09','%e-%b-%y'),122.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-May-09','%e-%b-%y'),124.18);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('20-May-09','%e-%b-%y'),125.87);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-May-09','%e-%b-%y'),127.45);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('18-May-09','%e-%b-%y'),126.65);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-May-09','%e-%b-%y'),122.42);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('14-May-09','%e-%b-%y'),122.95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-May-09','%e-%b-%y'),119.49);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('12-May-09','%e-%b-%y'),124.42);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-May-09','%e-%b-%y'),129.57);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('8-May-09','%e-%b-%y'),129.19);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-May-09','%e-%b-%y'),129.06);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('6-May-09','%e-%b-%y'),132.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-May-09','%e-%b-%y'),132.71);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('4-May-09','%e-%b-%y'),132.07);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-May-09','%e-%b-%y'),127.24);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('30-Apr-09','%e-%b-%y'),125.83);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-Apr-09','%e-%b-%y'),125.14);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('28-Apr-09','%e-%b-%y'),123.9);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Apr-09','%e-%b-%y'),124.73);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('24-Apr-09','%e-%b-%y'),123.9);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Apr-09','%e-%b-%y'),125.4);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('22-Apr-09','%e-%b-%y'),121.51);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-Apr-09','%e-%b-%y'),121.76);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('20-Apr-09','%e-%b-%y'),120.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-Apr-09','%e-%b-%y'),123.42);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('16-Apr-09','%e-%b-%y'),121.45);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Apr-09','%e-%b-%y'),117.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('14-Apr-09','%e-%b-%y'),118.31);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Apr-09','%e-%b-%y'),120.22);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('10-Apr-09','%e-%b-%y'),119.57);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Apr-09','%e-%b-%y'),119.57);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('8-Apr-09','%e-%b-%y'),116.32);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-Apr-09','%e-%b-%y'),115);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('6-Apr-09','%e-%b-%y'),118.45);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-Apr-09','%e-%b-%y'),115.99);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('2-Apr-09','%e-%b-%y'),112.71);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-Apr-09','%e-%b-%y'),108.69);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('31-Mar-09','%e-%b-%y'),105.12);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-Mar-09','%e-%b-%y'),104.49);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('27-Mar-09','%e-%b-%y'),106.85);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Mar-09','%e-%b-%y'),109.87);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('25-Mar-09','%e-%b-%y'),106.49);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-Mar-09','%e-%b-%y'),106.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('23-Mar-09','%e-%b-%y'),107.66);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('20-Mar-09','%e-%b-%y'),101.59);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('19-Mar-09','%e-%b-%y'),101.62);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Mar-09','%e-%b-%y'),101.52);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('17-Mar-09','%e-%b-%y'),99.66);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('16-Mar-09','%e-%b-%y'),95.42);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('13-Mar-09','%e-%b-%y'),95.93);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('12-Mar-09','%e-%b-%y'),96.35);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('11-Mar-09','%e-%b-%y'),92.68);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Mar-09','%e-%b-%y'),88.63);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('9-Mar-09','%e-%b-%y'),83.11);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('6-Mar-09','%e-%b-%y'),85.3);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('5-Mar-09','%e-%b-%y'),88.84);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Mar-09','%e-%b-%y'),91.17);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('3-Mar-09','%e-%b-%y'),88.37);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-Mar-09','%e-%b-%y'),87.94);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('27-Feb-09','%e-%b-%y'),89.31);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Feb-09','%e-%b-%y'),89.19);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('25-Feb-09','%e-%b-%y'),91.16);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-Feb-09','%e-%b-%y'),90.25);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('23-Feb-09','%e-%b-%y'),86.95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('20-Feb-09','%e-%b-%y'),91.2);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('19-Feb-09','%e-%b-%y'),90.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Feb-09','%e-%b-%y'),94.37);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('17-Feb-09','%e-%b-%y'),94.53);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Feb-09','%e-%b-%y'),99.16);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('12-Feb-09','%e-%b-%y'),99.27);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-Feb-09','%e-%b-%y'),96.82);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('10-Feb-09','%e-%b-%y'),97.83);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Feb-09','%e-%b-%y'),102.51);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('6-Feb-09','%e-%b-%y'),99.72);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-Feb-09','%e-%b-%y'),96.46);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('4-Feb-09','%e-%b-%y'),93.55);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-Feb-09','%e-%b-%y'),92.98);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('2-Feb-09','%e-%b-%y'),91.51);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-Jan-09','%e-%b-%y'),90.13);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('29-Jan-09','%e-%b-%y'),93);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-Jan-09','%e-%b-%y'),94.2);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('27-Jan-09','%e-%b-%y'),90.73);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Jan-09','%e-%b-%y'),89.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('23-Jan-09','%e-%b-%y'),88.36);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-Jan-09','%e-%b-%y'),88.36);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('21-Jan-09','%e-%b-%y'),82.83);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('20-Jan-09','%e-%b-%y'),78.2);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('16-Jan-09','%e-%b-%y'),82.33);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Jan-09','%e-%b-%y'),83.38);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('14-Jan-09','%e-%b-%y'),85.33);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Jan-09','%e-%b-%y'),87.71);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('12-Jan-09','%e-%b-%y'),88.66);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Jan-09','%e-%b-%y'),90.58);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('8-Jan-09','%e-%b-%y'),92.7);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-Jan-09','%e-%b-%y'),91.01);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('6-Jan-09','%e-%b-%y'),93.02);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-Jan-09','%e-%b-%y'),94.58);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('2-Jan-09','%e-%b-%y'),90.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-Jan-09','%e-%b-%y'),85.35);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('31-Dec-08','%e-%b-%y'),85.35);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-Dec-08','%e-%b-%y'),86.29);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('29-Dec-08','%e-%b-%y'),86.61);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Dec-08','%e-%b-%y'),85.81);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('25-Dec-08','%e-%b-%y'),85.04);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-Dec-08','%e-%b-%y'),85.04);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('23-Dec-08','%e-%b-%y'),86.38);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-Dec-08','%e-%b-%y'),85.74);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('19-Dec-08','%e-%b-%y'),90);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Dec-08','%e-%b-%y'),89.43);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('17-Dec-08','%e-%b-%y'),89.16);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('16-Dec-08','%e-%b-%y'),95.43);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('15-Dec-08','%e-%b-%y'),94.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('12-Dec-08','%e-%b-%y'),98.27);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('11-Dec-08','%e-%b-%y'),95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Dec-08','%e-%b-%y'),98.21);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('9-Dec-08','%e-%b-%y'),100.06);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-Dec-08','%e-%b-%y'),99.72);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('5-Dec-08','%e-%b-%y'),94);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Dec-08','%e-%b-%y'),91.41);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('3-Dec-08','%e-%b-%y'),95.9);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-Dec-08','%e-%b-%y'),92.47);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('1-Dec-08','%e-%b-%y'),88.93);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-Nov-08','%e-%b-%y'),92.67);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('27-Nov-08','%e-%b-%y'),95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Nov-08','%e-%b-%y'),95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('25-Nov-08','%e-%b-%y'),90.8);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-Nov-08','%e-%b-%y'),92.95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('21-Nov-08','%e-%b-%y'),82.58);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('20-Nov-08','%e-%b-%y'),80.49);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('19-Nov-08','%e-%b-%y'),86.29);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Nov-08','%e-%b-%y'),89.91);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('17-Nov-08','%e-%b-%y'),88.14);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-Nov-08','%e-%b-%y'),90.24);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('13-Nov-08','%e-%b-%y'),96.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('12-Nov-08','%e-%b-%y'),90.12);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('11-Nov-08','%e-%b-%y'),94.77);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Nov-08','%e-%b-%y'),95.88);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('7-Nov-08','%e-%b-%y'),98.24);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('6-Nov-08','%e-%b-%y'),99.1);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('5-Nov-08','%e-%b-%y'),103.3);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Nov-08','%e-%b-%y'),110.99);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('3-Nov-08','%e-%b-%y'),106.96);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('31-Oct-08','%e-%b-%y'),107.59);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('30-Oct-08','%e-%b-%y'),111.04);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-Oct-08','%e-%b-%y'),104.55);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('28-Oct-08','%e-%b-%y'),99.91);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Oct-08','%e-%b-%y'),92.09);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('24-Oct-08','%e-%b-%y'),96.38);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Oct-08','%e-%b-%y'),98.23);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('22-Oct-08','%e-%b-%y'),96.87);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-Oct-08','%e-%b-%y'),91.49);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('20-Oct-08','%e-%b-%y'),98.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-Oct-08','%e-%b-%y'),97.4);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('16-Oct-08','%e-%b-%y'),101.89);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Oct-08','%e-%b-%y'),97.95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('14-Oct-08','%e-%b-%y'),104.08);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Oct-08','%e-%b-%y'),110.26);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('10-Oct-08','%e-%b-%y'),96.8);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Oct-08','%e-%b-%y'),88.74);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('8-Oct-08','%e-%b-%y'),89.79);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-Oct-08','%e-%b-%y'),89.16);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('6-Oct-08','%e-%b-%y'),98.14);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-Oct-08','%e-%b-%y'),97.07);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('2-Oct-08','%e-%b-%y'),100.1);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-Oct-08','%e-%b-%y'),109.12);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('30-Sep-08','%e-%b-%y'),113.66);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-Sep-08','%e-%b-%y'),105.26);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('26-Sep-08','%e-%b-%y'),128.24);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-Sep-08','%e-%b-%y'),131.93);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('24-Sep-08','%e-%b-%y'),128.71);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Sep-08','%e-%b-%y'),126.84);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('22-Sep-08','%e-%b-%y'),131.05);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-Sep-08','%e-%b-%y'),140.91);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('18-Sep-08','%e-%b-%y'),134.09);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-Sep-08','%e-%b-%y'),127.83);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('16-Sep-08','%e-%b-%y'),139.88);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Sep-08','%e-%b-%y'),140.36);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('12-Sep-08','%e-%b-%y'),148.94);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-Sep-08','%e-%b-%y'),152.65);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('10-Sep-08','%e-%b-%y'),151.61);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Sep-08','%e-%b-%y'),151.68);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('8-Sep-08','%e-%b-%y'),157.92);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-Sep-08','%e-%b-%y'),160.18);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('4-Sep-08','%e-%b-%y'),161.22);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-Sep-08','%e-%b-%y'),166.96);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('2-Sep-08','%e-%b-%y'),166.19);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-Aug-08','%e-%b-%y'),169.53);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('28-Aug-08','%e-%b-%y'),173.74);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Aug-08','%e-%b-%y'),174.67);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('26-Aug-08','%e-%b-%y'),173.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-Aug-08','%e-%b-%y'),172.55);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('22-Aug-08','%e-%b-%y'),176.79);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-Aug-08','%e-%b-%y'),174.29);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('20-Aug-08','%e-%b-%y'),175.84);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-Aug-08','%e-%b-%y'),173.53);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('18-Aug-08','%e-%b-%y'),175.39);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Aug-08','%e-%b-%y'),175.74);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('14-Aug-08','%e-%b-%y'),179.32);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Aug-08','%e-%b-%y'),179.3);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('12-Aug-08','%e-%b-%y'),176.73);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-Aug-08','%e-%b-%y'),173.56);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('8-Aug-08','%e-%b-%y'),169.55);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-Aug-08','%e-%b-%y'),163.57);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('6-Aug-08','%e-%b-%y'),164.19);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-Aug-08','%e-%b-%y'),160.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('4-Aug-08','%e-%b-%y'),153.23);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-Aug-08','%e-%b-%y'),156.66);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('31-Jul-08','%e-%b-%y'),158.95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-Jul-08','%e-%b-%y'),159.88);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('29-Jul-08','%e-%b-%y'),157.08);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-Jul-08','%e-%b-%y'),154.4);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('25-Jul-08','%e-%b-%y'),162.12);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-Jul-08','%e-%b-%y'),159.03);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('23-Jul-08','%e-%b-%y'),166.26);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-Jul-08','%e-%b-%y'),162.02);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('21-Jul-08','%e-%b-%y'),166.29);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Jul-08','%e-%b-%y'),165.15);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('17-Jul-08','%e-%b-%y'),171.81);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('16-Jul-08','%e-%b-%y'),172.81);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('15-Jul-08','%e-%b-%y'),169.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-Jul-08','%e-%b-%y'),173.88);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('11-Jul-08','%e-%b-%y'),172.58);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Jul-08','%e-%b-%y'),176.63);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('9-Jul-08','%e-%b-%y'),174.25);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-Jul-08','%e-%b-%y'),179.55);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('7-Jul-08','%e-%b-%y'),175.16);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-Jul-08','%e-%b-%y'),170.12);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('2-Jul-08','%e-%b-%y'),168.18);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-Jul-08','%e-%b-%y'),174.68);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('30-Jun-08','%e-%b-%y'),167.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Jun-08','%e-%b-%y'),170.09);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('26-Jun-08','%e-%b-%y'),168.26);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-Jun-08','%e-%b-%y'),177.39);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('24-Jun-08','%e-%b-%y'),173.25);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Jun-08','%e-%b-%y'),173.16);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('20-Jun-08','%e-%b-%y'),175.27);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-Jun-08','%e-%b-%y'),180.9);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('18-Jun-08','%e-%b-%y'),178.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-Jun-08','%e-%b-%y'),181.43);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('16-Jun-08','%e-%b-%y'),176.84);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Jun-08','%e-%b-%y'),172.37);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('12-Jun-08','%e-%b-%y'),173.26);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-Jun-08','%e-%b-%y'),180.81);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('10-Jun-08','%e-%b-%y'),185.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Jun-08','%e-%b-%y'),181.61);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('6-Jun-08','%e-%b-%y'),185.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-Jun-08','%e-%b-%y'),189.43);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('4-Jun-08','%e-%b-%y'),185.19);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-Jun-08','%e-%b-%y'),185.37);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('2-Jun-08','%e-%b-%y'),186.1);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-May-08','%e-%b-%y'),188.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('29-May-08','%e-%b-%y'),186.69);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-May-08','%e-%b-%y'),187.01);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('27-May-08','%e-%b-%y'),186.43);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-May-08','%e-%b-%y'),181.17);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('22-May-08','%e-%b-%y'),177.05);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-May-08','%e-%b-%y'),178.19);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('20-May-08','%e-%b-%y'),185.9);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-May-08','%e-%b-%y'),183.6);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('16-May-08','%e-%b-%y'),187.62);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-May-08','%e-%b-%y'),189.73);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('14-May-08','%e-%b-%y'),186.26);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-May-08','%e-%b-%y'),189.96);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('12-May-08','%e-%b-%y'),188.16);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-May-08','%e-%b-%y'),183.45);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('8-May-08','%e-%b-%y'),185.06);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-May-08','%e-%b-%y'),182.59);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('6-May-08','%e-%b-%y'),186.66);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-May-08','%e-%b-%y'),184.73);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('2-May-08','%e-%b-%y'),180.94);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-May-08','%e-%b-%y'),180);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('30-Apr-08','%e-%b-%y'),173.95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-Apr-08','%e-%b-%y'),175.05);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('28-Apr-08','%e-%b-%y'),172.24);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-Apr-08','%e-%b-%y'),169.73);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('24-Apr-08','%e-%b-%y'),168.94);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Apr-08','%e-%b-%y'),162.89);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('22-Apr-08','%e-%b-%y'),160.2);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-Apr-08','%e-%b-%y'),168.16);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('18-Apr-08','%e-%b-%y'),161.04);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-Apr-08','%e-%b-%y'),154.49);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('16-Apr-08','%e-%b-%y'),153.7);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Apr-08','%e-%b-%y'),148.38);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('14-Apr-08','%e-%b-%y'),147.78);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-Apr-08','%e-%b-%y'),147.14);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('10-Apr-08','%e-%b-%y'),154.55);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Apr-08','%e-%b-%y'),151.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('8-Apr-08','%e-%b-%y'),152.84);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-Apr-08','%e-%b-%y'),155.89);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('4-Apr-08','%e-%b-%y'),153.08);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-Apr-08','%e-%b-%y'),151.61);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('2-Apr-08','%e-%b-%y'),147.49);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-Apr-08','%e-%b-%y'),149.53);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('31-Mar-08','%e-%b-%y'),143.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-Mar-08','%e-%b-%y'),143.01);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('27-Mar-08','%e-%b-%y'),140.25);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Mar-08','%e-%b-%y'),145.06);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('25-Mar-08','%e-%b-%y'),140.98);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-Mar-08','%e-%b-%y'),139.53);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('20-Mar-08','%e-%b-%y'),133.27);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-Mar-08','%e-%b-%y'),129.67);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('18-Mar-08','%e-%b-%y'),132.82);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-Mar-08','%e-%b-%y'),126.73);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('14-Mar-08','%e-%b-%y'),126.61);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Mar-08','%e-%b-%y'),127.94);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('12-Mar-08','%e-%b-%y'),126.03);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-Mar-08','%e-%b-%y'),127.35);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('10-Mar-08','%e-%b-%y'),119.69);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-Mar-08','%e-%b-%y'),122.25);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('6-Mar-08','%e-%b-%y'),120.93);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-Mar-08','%e-%b-%y'),124.49);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('4-Mar-08','%e-%b-%y'),124.62);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-Mar-08','%e-%b-%y'),121.73);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('29-Feb-08','%e-%b-%y'),125.02);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-Feb-08','%e-%b-%y'),129.91);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('27-Feb-08','%e-%b-%y'),122.96);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Feb-08','%e-%b-%y'),119.15);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('25-Feb-08','%e-%b-%y'),119.74);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-Feb-08','%e-%b-%y'),119.46);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('21-Feb-08','%e-%b-%y'),121.54);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('20-Feb-08','%e-%b-%y'),123.82);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('19-Feb-08','%e-%b-%y'),122.18);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Feb-08','%e-%b-%y'),124.63);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('14-Feb-08','%e-%b-%y'),127.46);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Feb-08','%e-%b-%y'),129.4);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('12-Feb-08','%e-%b-%y'),124.86);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-Feb-08','%e-%b-%y'),129.45);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('8-Feb-08','%e-%b-%y'),125.48);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-Feb-08','%e-%b-%y'),121.24);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('6-Feb-08','%e-%b-%y'),122);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-Feb-08','%e-%b-%y'),129.36);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('4-Feb-08','%e-%b-%y'),131.65);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-Feb-08','%e-%b-%y'),133.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('31-Jan-08','%e-%b-%y'),135.36);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-Jan-08','%e-%b-%y'),132.18);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('29-Jan-08','%e-%b-%y'),131.54);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-Jan-08','%e-%b-%y'),130.01);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('25-Jan-08','%e-%b-%y'),130.01);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-Jan-08','%e-%b-%y'),135.6);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('23-Jan-08','%e-%b-%y'),139.07);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-Jan-08','%e-%b-%y'),155.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('18-Jan-08','%e-%b-%y'),161.36);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-Jan-08','%e-%b-%y'),160.89);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('16-Jan-08','%e-%b-%y'),159.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Jan-08','%e-%b-%y'),169.04);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('14-Jan-08','%e-%b-%y'),178.78);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-Jan-08','%e-%b-%y'),172.69);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('10-Jan-08','%e-%b-%y'),178.02);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Jan-08','%e-%b-%y'),179.4);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('8-Jan-08','%e-%b-%y'),171.25);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-Jan-08','%e-%b-%y'),177.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('4-Jan-08','%e-%b-%y'),180.05);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('3-Jan-08','%e-%b-%y'),194.93);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('2-Jan-08','%e-%b-%y'),194.84);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('31-Dec-07','%e-%b-%y'),198.08);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('28-Dec-07','%e-%b-%y'),199.83);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Dec-07','%e-%b-%y'),198.57);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('26-Dec-07','%e-%b-%y'),198.95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-Dec-07','%e-%b-%y'),198.8);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('21-Dec-07','%e-%b-%y'),193.91);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('20-Dec-07','%e-%b-%y'),187.21);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('19-Dec-07','%e-%b-%y'),183.12);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Dec-07','%e-%b-%y'),182.98);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('17-Dec-07','%e-%b-%y'),184.4);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-Dec-07','%e-%b-%y'),190.39);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('13-Dec-07','%e-%b-%y'),191.83);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('12-Dec-07','%e-%b-%y'),190.86);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('11-Dec-07','%e-%b-%y'),188.54);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Dec-07','%e-%b-%y'),194.21);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('7-Dec-07','%e-%b-%y'),194.3);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('6-Dec-07','%e-%b-%y'),189.95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('5-Dec-07','%e-%b-%y'),185.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Dec-07','%e-%b-%y'),179.81);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('3-Dec-07','%e-%b-%y'),178.86);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-Nov-07','%e-%b-%y'),182.22);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('29-Nov-07','%e-%b-%y'),184.29);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-Nov-07','%e-%b-%y'),180.22);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('27-Nov-07','%e-%b-%y'),174.81);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Nov-07','%e-%b-%y'),172.54);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('23-Nov-07','%e-%b-%y'),171.54);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('21-Nov-07','%e-%b-%y'),168.46);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('20-Nov-07','%e-%b-%y'),168.85);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-Nov-07','%e-%b-%y'),163.95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('16-Nov-07','%e-%b-%y'),166.39);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('15-Nov-07','%e-%b-%y'),164.3);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('14-Nov-07','%e-%b-%y'),166.11);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Nov-07','%e-%b-%y'),169.96);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('12-Nov-07','%e-%b-%y'),153.76);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Nov-07','%e-%b-%y'),165.37);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('8-Nov-07','%e-%b-%y'),175.47);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('7-Nov-07','%e-%b-%y'),186.3);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('6-Nov-07','%e-%b-%y'),191.79);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-Nov-07','%e-%b-%y'),186.18);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('2-Nov-07','%e-%b-%y'),187.87);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('1-Nov-07','%e-%b-%y'),187.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('31-Oct-07','%e-%b-%y'),189.95);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-Oct-07','%e-%b-%y'),187);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('29-Oct-07','%e-%b-%y'),185.09);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Oct-07','%e-%b-%y'),184.7);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('25-Oct-07','%e-%b-%y'),182.78);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-Oct-07','%e-%b-%y'),185.93);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('23-Oct-07','%e-%b-%y'),186.16);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-Oct-07','%e-%b-%y'),174.36);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('19-Oct-07','%e-%b-%y'),170.42);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Oct-07','%e-%b-%y'),173.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('17-Oct-07','%e-%b-%y'),172.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('16-Oct-07','%e-%b-%y'),169.58);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('15-Oct-07','%e-%b-%y'),166.98);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('12-Oct-07','%e-%b-%y'),167.25);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('11-Oct-07','%e-%b-%y'),162.23);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Oct-07','%e-%b-%y'),166.79);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('9-Oct-07','%e-%b-%y'),167.86);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-Oct-07','%e-%b-%y'),167.91);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('5-Oct-07','%e-%b-%y'),161.45);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Oct-07','%e-%b-%y'),156.24);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('3-Oct-07','%e-%b-%y'),157.92);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-Oct-07','%e-%b-%y'),158.45);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('1-Oct-07','%e-%b-%y'),156.34);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-Sep-07','%e-%b-%y'),153.47);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('27-Sep-07','%e-%b-%y'),154.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Sep-07','%e-%b-%y'),152.77);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('25-Sep-07','%e-%b-%y'),153.18);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-Sep-07','%e-%b-%y'),148.28);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('21-Sep-07','%e-%b-%y'),144.15);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('20-Sep-07','%e-%b-%y'),140.31);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('19-Sep-07','%e-%b-%y'),140.77);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Sep-07','%e-%b-%y'),140.92);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('17-Sep-07','%e-%b-%y'),138.41);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-Sep-07','%e-%b-%y'),138.81);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('13-Sep-07','%e-%b-%y'),137.2);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('12-Sep-07','%e-%b-%y'),136.85);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('11-Sep-07','%e-%b-%y'),135.49);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Sep-07','%e-%b-%y'),136.71);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('7-Sep-07','%e-%b-%y'),131.77);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('6-Sep-07','%e-%b-%y'),135.01);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('5-Sep-07','%e-%b-%y'),136.76);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Sep-07','%e-%b-%y'),144.16);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('31-Aug-07','%e-%b-%y'),138.48);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-Aug-07','%e-%b-%y'),136.25);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('29-Aug-07','%e-%b-%y'),134.08);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-Aug-07','%e-%b-%y'),126.82);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('27-Aug-07','%e-%b-%y'),132.25);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-Aug-07','%e-%b-%y'),135.3);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('23-Aug-07','%e-%b-%y'),131.07);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-Aug-07','%e-%b-%y'),132.51);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('21-Aug-07','%e-%b-%y'),127.57);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('20-Aug-07','%e-%b-%y'),122.22);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('17-Aug-07','%e-%b-%y'),122.06);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('16-Aug-07','%e-%b-%y'),117.05);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('15-Aug-07','%e-%b-%y'),119.9);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-Aug-07','%e-%b-%y'),124.03);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('13-Aug-07','%e-%b-%y'),127.79);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-Aug-07','%e-%b-%y'),125);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('9-Aug-07','%e-%b-%y'),126.39);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-Aug-07','%e-%b-%y'),134.01);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('7-Aug-07','%e-%b-%y'),135.03);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('6-Aug-07','%e-%b-%y'),135.25);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('3-Aug-07','%e-%b-%y'),131.85);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-Aug-07','%e-%b-%y'),136.49);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('1-Aug-07','%e-%b-%y'),135);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('31-Jul-07','%e-%b-%y'),131.76);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('30-Jul-07','%e-%b-%y'),141.43);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('27-Jul-07','%e-%b-%y'),143.85);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('26-Jul-07','%e-%b-%y'),146);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('25-Jul-07','%e-%b-%y'),137.26);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('24-Jul-07','%e-%b-%y'),134.89);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('23-Jul-07','%e-%b-%y'),143.7);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('20-Jul-07','%e-%b-%y'),143.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('19-Jul-07','%e-%b-%y'),140);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('18-Jul-07','%e-%b-%y'),138.12);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('17-Jul-07','%e-%b-%y'),138.91);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('16-Jul-07','%e-%b-%y'),138.1);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('13-Jul-07','%e-%b-%y'),137.73);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('12-Jul-07','%e-%b-%y'),134.07);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('11-Jul-07','%e-%b-%y'),132.39);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('10-Jul-07','%e-%b-%y'),132.35);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('9-Jul-07','%e-%b-%y'),130.33);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('6-Jul-07','%e-%b-%y'),132.3);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('5-Jul-07','%e-%b-%y'),132.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('3-Jul-07','%e-%b-%y'),127.17);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-Jul-07','%e-%b-%y'),121.26);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('29-Jun-07','%e-%b-%y'),122.04);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('28-Jun-07','%e-%b-%y'),120.56);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('27-Jun-07','%e-%b-%y'),121.89);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Jun-07','%e-%b-%y'),119.65);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('25-Jun-07','%e-%b-%y'),122.34);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-Jun-07','%e-%b-%y'),123);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('21-Jun-07','%e-%b-%y'),123.9);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('20-Jun-07','%e-%b-%y'),121.55);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('19-Jun-07','%e-%b-%y'),123.66);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-Jun-07','%e-%b-%y'),125.09);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('15-Jun-07','%e-%b-%y'),120.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-Jun-07','%e-%b-%y'),118.75);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('13-Jun-07','%e-%b-%y'),117.5);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('12-Jun-07','%e-%b-%y'),120.38);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('11-Jun-07','%e-%b-%y'),120.19);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-Jun-07','%e-%b-%y'),124.49);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('7-Jun-07','%e-%b-%y'),124.07);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('6-Jun-07','%e-%b-%y'),123.64);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('5-Jun-07','%e-%b-%y'),122.67);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-Jun-07','%e-%b-%y'),121.33);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('1-Jun-07','%e-%b-%y'),118.4);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('31-May-07','%e-%b-%y'),121.19);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('30-May-07','%e-%b-%y'),118.77);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('29-May-07','%e-%b-%y'),114.35);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('25-May-07','%e-%b-%y'),113.62);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-May-07','%e-%b-%y'),110.69);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('23-May-07','%e-%b-%y'),112.89);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('22-May-07','%e-%b-%y'),113.54);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('21-May-07','%e-%b-%y'),111.98);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('18-May-07','%e-%b-%y'),110.02);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('17-May-07','%e-%b-%y'),109.44);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('16-May-07','%e-%b-%y'),107.34);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('15-May-07','%e-%b-%y'),107.52);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('14-May-07','%e-%b-%y'),109.36);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('11-May-07','%e-%b-%y'),108.74);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('10-May-07','%e-%b-%y'),107.34);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('9-May-07','%e-%b-%y'),106.88);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('8-May-07','%e-%b-%y'),105.06);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('7-May-07','%e-%b-%y'),103.92);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('4-May-07','%e-%b-%y'),100.81);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('3-May-07','%e-%b-%y'),100.4);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('2-May-07','%e-%b-%y'),100.39);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series3',STR_TO_DATE('1-May-07','%e-%b-%y'),99.47);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('30-Apr-07','%e-%b-%y'),99.8);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('27-Apr-07','%e-%b-%y'),99.92);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('26-Apr-07','%e-%b-%y'),98.84);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series2',STR_TO_DATE('25-Apr-07','%e-%b-%y'),95.35);
+-- Insert into demo_line_chart (series, log_date, data_value) values ('Series1',STR_TO_DATE('24-Apr-07','%e-%b-%y'),93.24);
+
+-- DEMO_PIE_CHART
+-- Insert into demo_pie_chart (legend, data_value) values ('One', 5);
+-- Insert into demo_pie_chart (legend, data_value) values ('Two', 2);
+-- Insert into demo_pie_chart (legend, data_value) values ('Three', 9);
+-- Insert into demo_pie_chart (legend, data_value) values ('Four', 7);
+-- Insert into demo_pie_chart (legend, data_value) values ('Five', 4);
+-- Insert into demo_pie_chart (legend, data_value) values ('Six', 3);
+-- Insert into demo_pie_chart (legend, data_value) values ('Seven', .5);
+
+
+-- DEMO_SCATTER_CHART
+-- Insert into demo_scatter_chart (rainfall, key_value, measurements) values (4.1, 'Particulate', 122);
+-- Insert into demo_scatter_chart (rainfall, key_value, measurements) values (4.3, 'Particulate', 117);
+-- Insert into demo_scatter_chart (rainfall, key_value, measurements) values (5.7, 'Particulate', 112);
+-- Insert into demo_scatter_chart (rainfall, key_value, measurements) values (5.4, 'Particulate', 114);
+-- Insert into demo_scatter_chart (rainfall, key_value, measurements) values (5.9, 'Particulate', 110);
+-- Insert into demo_scatter_chart (rainfall, key_value, measurements) values (5.0, 'Particulate', 114);
+-- Insert into demo_scatter_chart (rainfall, key_value, measurements) values (3.6, 'Particulate', 128);
+-- Insert into demo_scatter_chart (rainfall, key_value, measurements) values (1.9, 'Particulate', 137);
+-- Insert into demo_scatter_chart (rainfall, key_value, measurements) values (7.3, 'Particulate', 104);
+-- Insert into demo_scatter_chart (rainfall, key_value, measurements) values (6.9, 'Humidity', 119);
+-- Insert into demo_scatter_chart (rainfall, key_value, measurements) values (7.9, 'Humidity', 118);
+-- Insert into demo_scatter_chart (rainfall, key_value, measurements) values (9.8, 'Humidity', 103);
+-- Insert into demo_scatter_chart (rainfall, key_value, measurements) values (4.9, 'Humidity', 137);
+-- Insert into demo_scatter_chart (rainfall, key_value, measurements) values (6.8, 'Humidity', 102);
+-- Insert into demo_scatter_chart (rainfall, key_value, measurements) values (4.7, 'Humidity', 89);
+-- Insert into demo_scatter_chart (rainfall, key_value, measurements) values (2.7, 'Humidity', 98);
+-- Insert into demo_scatter_chart (rainfall, key_value, measurements) values (3.7, 'Humidity', 145);
+-- Insert into demo_scatter_chart (rainfall, key_value, measurements) values (7.4, 'Humidity', 118);
+
+-- DEMO_SCATTER_PLOT
+
+-- SET DEFINE OFF;
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', -46.5901128883449, -464.477370615131);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', -85.0293361247543, -362.252178232471);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 70.9700275365898, 402.214363675566);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', -50.1110580054506, -310.108907443154);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 85.043005750476, 813.481841353449);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', -14.2356123424179, -134.200903707809);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', -66.7014933188071, -445.754374526706);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', -79.941582021797, -694.089097548454);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', -64.4665101305822, -431.660620986243);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 13.718818366452, 100.010719918027);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 35.457456199233, 223.254643848734);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 55.2326402548387, 268.940835852805);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', -32.9989160276248, -237.280626944034);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', -0.464911506111831, -2.65656324666862);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', -59.0205101710777, -498.895652307826);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 28.0939970575828, 117.200615553207);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 31.7305239061572, 186.662624012256);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 50.9035126419798, 440.937283203403);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 58.3875046571053, 547.879249694999);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 76.7846997917459, 525.020578968308);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 1.73485745801611, 7.28149474936192);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 15.304841061276, 71.2374666595537);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 75.1342455000693, 381.145932349436);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', -58.2087417684623, -573.630956069476);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 76.7977837302114, 624.733726327778);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 56.3295585433654, 309.697529902676);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', -9.27601440680639, -49.5126219388194);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 98.3002030040236, 765.653589829535);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', -25.0987502451517, -174.651201240269);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 39.9215299020147, 337.889176256456);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 77.9225832868337, 356.183903852096);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 75.4311841137638, 14.5258766665983);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 58.9445375968278, 376.359576288564);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', 46.9521897141796, 3.5679984193934);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', -49.0378307695689, -230.816092788509);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', -96.2461776340861, -863.765255159092);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', -96.3388912796447, -538.147283544646);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', -21.4684477767032, -200.140077054848);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', -30.3532837083366, -226.462637188158);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample0', -17.5055590488884, -118.709622452841);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', 56.6394671790491, 385.48951169801);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', 70.4622912302344, 356.986529538635);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', 58.2647422222769, 489.418744916999);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -92.16093253903, -425.576081634713);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -2.64574970943097, -26.190027661226);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -16.7568654181289, -117.460886096034);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', 68.215377945908, 606.917788617984);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', 53.7387814434413, 367.53491797949);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -51.8861573715238, -289.998186955562);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -15.9721784074351, -75.335027134323);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', 63.2540648905791, 602.546517566905);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -53.376167960458, -470.921238684285);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', 40.8307443439851, 276.112653117961);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -13.0540977188468, -127.648158921993);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -43.7358336047599, -435.080470107322);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -74.5673321340732, -617.960236798371);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -6.47907144443936, -55.654651151187);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', 68.1915507628225, 352.320728639801);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -23.5393521654339, -137.714557244391);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', 28.3621412621467, 141.103859877604);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -99.5615230664525, -974.857161307048);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -77.7132553058204, -736.182131225006);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', 95.9321864873013, 478.286112499176);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', 97.7451855292708, 940.301427763062);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -10.2483179758141, -70.1145330070458);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -24.0750124187893, -113.523998470537);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -5.5721118558967, -43.8516395203455);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -55.5378338160537, -368.506951528332);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', 52.6669516338013, 38.2926120131942);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -74.1981412067658, -436.990411988621);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -8.70511941690364, -71.3277811558721);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', 63.2921735621378, 534.825008407329);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', 97.9066635843841, 678.994971737474);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -83.1613916743288, -494.53303650568);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', 23.4730547863992, 223.031148353333);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', 40.6105099506845, 199.937366405274);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', 35.4473225526307, 331.61786915261);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', 27.2050975460142, 146.277993239147);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', -1.54684302938646, -12.6706471561247);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample1', 45.8386162291745, 401.780882699918);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 43.4241956158593, 228.71488367607);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', -23.4517134254585, -165.958577325218);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', -98.8954664030229, -829.964553125469);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 48.0527046113198, 451.527720751234);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', -77.8912947988124, -416.867729852279);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 23.8325471824168, 206.907438743452);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 83.2787398847467, 814.01250022556);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 49.1572992549647, 451.03037365466);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', -11.1351768833872, -57.3863334655361);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 71.1980242104626, 572.745863967841);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 15.0952976022392, 103.30274980367);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 75.0300005037414, 406.581640027236);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', -82.0092720309019, -690.340287049552);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 40.2433497232209, 363.579616486762);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 26.8157962678174, 262.150124949525);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', -83.9563210001448, -432.739081022174);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', -20.6480437627346, -161.330015497217);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 37.1388896882226, 161.352404658606);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 20.2126667486174, 168.833789818416);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 58.3723632769494, 293.206814023827);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', -20.2876832456236, -88.0090685884954);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 72.9768050433371, 691.684023528398);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', -21.6612128833675, -130.834158714088);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 97.4870524045038, 806.47904449193);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 60.6688063197852, 255.749289305775);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', -44.235772358471, -336.262226570567);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', -47.39573087854, -321.133647936626);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', -24.7522484346097, -204.548308435727);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', -42.903238078129, -239.651563752902);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 20.4656734934697, 172.700213789797);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 56.0665747085147, 365.360390019834);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 31.9979219049038, 237.490140339893);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', -29.9884426739069, -203.821484170813);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 13.5011085362703, 79.4784314297668);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 41.8402945507358, 297.04934398378);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', -84.9323678979223, -345.2331996232);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', -42.2469964847455, -361.468816319656);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 98.1057699772752, 445.181262282444);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 95.5327901766563, 522.663100406047);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample2', 35.0916611161316, 246.796980313209);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 99.3987950082867, 401.97428571655);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -3.0419413965969, -14.5325761725203);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -79.388026451666, -701.817589967372);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -88.451242397524, -668.370526000304);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 34.3131838963851, 254.418322223563);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -61.518208630511, -347.521623572776);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 45.6124480237487, 356.33565541369);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -1.0716036518037, -7.80544934354423);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 31.7371714687412, 283.925868763573);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -76.771029786315, -626.268489584739);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -67.913690110843, -614.736930677921);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 34.9311671860034, 171.384205820777);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 94.3264454603021, 914.267819214392);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 76.7493996267558, 705.649611960615);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -87.795202856922, -749.505178721718);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 2.10914716736019, 15.4036733330536);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -50.456669557937, -318.410608422062);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -94.646644883092, -734.660992935541);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 34.9170862075359, 347.583881438806);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 44.3524585090071, 294.615219199443);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -67.191016143335, -609.956472872497);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -78.826443879164, -369.129912603377);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -50.427554400015, -418.144241602024);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -70.371769526721, -307.02193189609);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 16.3220947890044, 97.0997346831135);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -47.067245718878, -398.27032236792);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 5.91206661301702, 24.7239863780181);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -99.621681801868, -843.593457399484);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 87.4503492670535, 695.345037859433);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -91.176921118057, -683.305064255346);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -0.6632900001386, -5.34157539224209);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 2.98188785882178, 12.1181973600389);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 30.6008700087597, 205.922863867274);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 7.90348761612496, 65.5271597329641);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 40.3565229854156, 268.058138389501);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 37.6892733312091, 247.519083233639);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 16.4759733864001, 107.72661087278);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -53.578492311122, -369.768816039059);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', 77.1292326560541, 765.262108306778);
+-- Insert into demo_scatter_plot
+-- (SERIES, VALUEX, VALUEY)
+-- Values
+-- ('Sample3', -79.566811593352, -677.545127214159);
+
+-- DEMO_UTIL_CHART
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-04-17','%Y-%m-%d'),53.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-10','%Y-%m-%d'),62.95747);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-04-21','%Y-%m-%d'),48.80000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-04-22','%Y-%m-%d'),51.33333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-11','%Y-%m-%d'),56.13373);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-04-23','%Y-%m-%d'),53.40000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-12','%Y-%m-%d'),57.05287);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-04-24','%Y-%m-%d'),51.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-13','%Y-%m-%d'),55.78947);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-04-25','%Y-%m-%d'),54.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-14','%Y-%m-%d'),63.34907);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-04-26','%Y-%m-%d'),50.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-15','%Y-%m-%d'),52.21327);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-04-27','%Y-%m-%d'),48.33333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-16','%Y-%m-%d'),51.32080);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-04-28','%Y-%m-%d'),50.26667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-17','%Y-%m-%d'),58.35720);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-04-29','%Y-%m-%d'),51.73333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-18','%Y-%m-%d'),57.62293);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-04-30','%Y-%m-%d'),67.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-19','%Y-%m-%d'),55.25000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-01','%Y-%m-%d'),59.89393);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-20','%Y-%m-%d'),58.79573);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-02','%Y-%m-%d'),61.20753);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-21','%Y-%m-%d'),54.09720);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-03','%Y-%m-%d'),58.98340);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-22','%Y-%m-%d'),59.95813);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-04','%Y-%m-%d'),59.55873);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-23','%Y-%m-%d'),62.03067);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-05','%Y-%m-%d'),58.73680);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-24','%Y-%m-%d'),61.97620);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-06','%Y-%m-%d'),59.89967);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-25','%Y-%m-%d'),58.00207);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-07','%Y-%m-%d'),60.67973);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-26','%Y-%m-%d'),59.95440);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-08','%Y-%m-%d'),60.85913);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-27','%Y-%m-%d'),55.43747);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-09','%Y-%m-%d'),60.62460);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-28','%Y-%m-%d'),52.53933);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-10','%Y-%m-%d'),59.51887);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-29','%Y-%m-%d'),57.46260);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-11','%Y-%m-%d'),61.57187);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-30','%Y-%m-%d'),60.04787);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-12','%Y-%m-%d'),60.70000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-31','%Y-%m-%d'),58.79480);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-13','%Y-%m-%d'),69.85133);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-01','%Y-%m-%d'),54.40107);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-14','%Y-%m-%d'),68.99620);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-02','%Y-%m-%d'),62.26007);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-15','%Y-%m-%d'),67.64080);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-03','%Y-%m-%d'),60.72360);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-16','%Y-%m-%d'),59.71433);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-04','%Y-%m-%d'),60.95847);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-17','%Y-%m-%d'),59.99667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-05','%Y-%m-%d'),59.45920);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-18','%Y-%m-%d'),63.27207);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-06','%Y-%m-%d'),60.58620);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-19','%Y-%m-%d'),60.32080);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-07','%Y-%m-%d'),61.94207);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-20','%Y-%m-%d'),57.32907);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-08','%Y-%m-%d'),59.03327);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-21','%Y-%m-%d'),59.76933);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-09','%Y-%m-%d'),62.83087);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-22','%Y-%m-%d'),59.12453);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-10','%Y-%m-%d'),59.36840);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-23','%Y-%m-%d'),57.10167);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-11','%Y-%m-%d'),56.11480);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-24','%Y-%m-%d'),58.45820);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-12','%Y-%m-%d'),62.23393);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-25','%Y-%m-%d'),59.45440);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-13','%Y-%m-%d'),59.72313);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-26','%Y-%m-%d'),60.12807);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-14','%Y-%m-%d'),53.37093);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-27','%Y-%m-%d'),59.11760);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-15','%Y-%m-%d'),52.99233);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-28','%Y-%m-%d'),57.32020);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-16','%Y-%m-%d'),55.99080);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-29','%Y-%m-%d'),59.80360);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-17','%Y-%m-%d'),53.93853);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-30','%Y-%m-%d'),66.73280);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-18','%Y-%m-%d'),55.99313);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-05-31','%Y-%m-%d'),58.78673);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-19','%Y-%m-%d'),68.23393);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-01','%Y-%m-%d'),58.82773);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-20','%Y-%m-%d'),61.86213);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-02','%Y-%m-%d'),63.12100);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-21','%Y-%m-%d'),61.20307);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-03','%Y-%m-%d'),59.70467);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-22','%Y-%m-%d'),61.05900);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-04','%Y-%m-%d'),58.85173);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-23','%Y-%m-%d'),58.41040);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-05','%Y-%m-%d'),61.21880);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-24','%Y-%m-%d'),59.15967);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-06','%Y-%m-%d'),58.99920);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-25','%Y-%m-%d'),56.42153);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-07','%Y-%m-%d'),59.94693);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-26','%Y-%m-%d'),60.46580);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-08','%Y-%m-%d'),66.27293);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-27','%Y-%m-%d'),57.44333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-09','%Y-%m-%d'),61.46773);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-28','%Y-%m-%d'),56.88887);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-10','%Y-%m-%d'),59.70467);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-29','%Y-%m-%d'),61.85773);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-11','%Y-%m-%d'),60.16000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-09-30','%Y-%m-%d'),61.96400);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-12','%Y-%m-%d'),61.20300);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-01','%Y-%m-%d'),65.88833);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-13','%Y-%m-%d'),60.95673);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-02','%Y-%m-%d'),62.67920);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-14','%Y-%m-%d'),60.70207);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-03','%Y-%m-%d'),63.52047);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-15','%Y-%m-%d'),61.02520);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-04','%Y-%m-%d'),58.60280);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-16','%Y-%m-%d'),60.33953);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-05','%Y-%m-%d'),63.74487);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-17','%Y-%m-%d'),61.20300);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-06','%Y-%m-%d'),59.94880);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-18','%Y-%m-%d'),63.12100);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-07','%Y-%m-%d'),59.44380);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-23','%Y-%m-%d'),61.09153);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-08','%Y-%m-%d'),59.16320);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-24','%Y-%m-%d'),61.28867);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-09','%Y-%m-%d'),60.84593);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-25','%Y-%m-%d'),60.95673);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-10','%Y-%m-%d'),58.84113);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-26','%Y-%m-%d'),60.61100);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-11','%Y-%m-%d'),62.59827);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-27','%Y-%m-%d'),61.22913);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-12','%Y-%m-%d'),60.94660);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-28','%Y-%m-%d'),58.88507);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-13','%Y-%m-%d'),59.37593);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-29','%Y-%m-%d'),59.73693);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-14','%Y-%m-%d'),67.21840);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-06-30','%Y-%m-%d'),62.45307);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-15','%Y-%m-%d'),68.56020);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-01','%Y-%m-%d'),61.30167);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-16','%Y-%m-%d'),57.56493);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-02','%Y-%m-%d'),62.92727);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-17','%Y-%m-%d'),57.02280);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-03','%Y-%m-%d'),60.05887);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-18','%Y-%m-%d'),56.20947);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-06','%Y-%m-%d'),61.20100);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-19','%Y-%m-%d'),55.69353);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-07','%Y-%m-%d'),60.66120);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-20','%Y-%m-%d'),57.17640);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-08','%Y-%m-%d'),59.78180);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-21','%Y-%m-%d'),57.50867);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-09','%Y-%m-%d'),58.74653);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-22','%Y-%m-%d'),61.67860);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-10','%Y-%m-%d'),59.77893);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-23','%Y-%m-%d'),57.34867);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-11','%Y-%m-%d'),67.34500);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-24','%Y-%m-%d'),61.68080);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-12','%Y-%m-%d'),57.07293);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-25','%Y-%m-%d'),55.55793);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-13','%Y-%m-%d'),57.37567);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-26','%Y-%m-%d'),55.81013);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-14','%Y-%m-%d'),63.97820);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-27','%Y-%m-%d'),59.85540);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-15','%Y-%m-%d'),56.06647);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-28','%Y-%m-%d'),61.05073);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-16','%Y-%m-%d'),53.66347);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-29','%Y-%m-%d'),59.81253);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-23','%Y-%m-%d'),56.50813);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-30','%Y-%m-%d'),61.02047);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-24','%Y-%m-%d'),53.19667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-10-31','%Y-%m-%d'),60.60413);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-25','%Y-%m-%d'),51.57133);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-01','%Y-%m-%d'),57.43067);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-26','%Y-%m-%d'),45.98160);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-02','%Y-%m-%d'),58.63027);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-27','%Y-%m-%d'),49.21113);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-03','%Y-%m-%d'),59.08127);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-28','%Y-%m-%d'),49.67213);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-04','%Y-%m-%d'),59.37373);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-29','%Y-%m-%d'),52.94053);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-05','%Y-%m-%d'),58.13413);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-30','%Y-%m-%d'),57.55727);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-06','%Y-%m-%d'),57.18893);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-07-31','%Y-%m-%d'),61.76900);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-07','%Y-%m-%d'),56.72853);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-01','%Y-%m-%d'),56.51953);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-08','%Y-%m-%d'),56.47340);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-02','%Y-%m-%d'),61.04853);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-09','%Y-%m-%d'),62.02333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-03','%Y-%m-%d'),70.06067);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-10','%Y-%m-%d'),61.21787);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-04','%Y-%m-%d'),60.97787);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-11','%Y-%m-%d'),62.01087);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-05','%Y-%m-%d'),59.25967);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-12','%Y-%m-%d'),62.67573);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-06','%Y-%m-%d'),56.12287);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-13','%Y-%m-%d'),59.23993);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-07','%Y-%m-%d'),63.99913);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-14','%Y-%m-%d'),67.34973);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-08','%Y-%m-%d'),58.71127);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-15','%Y-%m-%d'),60.93753);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-08-09','%Y-%m-%d'),64.01913);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-16','%Y-%m-%d'),54.52607);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-17','%Y-%m-%d'),57.81127);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-18','%Y-%m-%d'),63.53027);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-19','%Y-%m-%d'),58.13000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-20','%Y-%m-%d'),58.46827);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-21','%Y-%m-%d'),65.27807);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-22','%Y-%m-%d'),53.74513);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-23','%Y-%m-%d'),60.99107);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-24','%Y-%m-%d'),60.45427);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-25','%Y-%m-%d'),56.16847);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-26','%Y-%m-%d'),59.04040);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-27','%Y-%m-%d'),54.62040);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-28','%Y-%m-%d'),56.34687);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-29','%Y-%m-%d'),54.81560);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-11-30','%Y-%m-%d'),60.22753);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-01','%Y-%m-%d'),59.07307);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-02','%Y-%m-%d'),59.73553);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-03','%Y-%m-%d'),68.69447);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-04','%Y-%m-%d'),68.91767);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-05','%Y-%m-%d'),67.86460);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-06','%Y-%m-%d'),64.43120);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-01','%Y-%m-%d'),61.22507);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-07','%Y-%m-%d'),60.67793);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-02','%Y-%m-%d'),63.27533);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-08','%Y-%m-%d'),62.47060);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-03','%Y-%m-%d'),69.88087);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-09','%Y-%m-%d'),58.26053);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-04','%Y-%m-%d'),66.84920);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-10','%Y-%m-%d'),61.03340);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-05','%Y-%m-%d'),61.57367);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-11','%Y-%m-%d'),57.32620);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-06','%Y-%m-%d'),60.52293);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-12','%Y-%m-%d'),63.10353);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-07','%Y-%m-%d'),62.21027);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-13','%Y-%m-%d'),61.73167);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-08','%Y-%m-%d'),63.20380);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-14','%Y-%m-%d'),65.31080);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-09','%Y-%m-%d'),62.72427);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-15','%Y-%m-%d'),64.67620);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-10','%Y-%m-%d'),61.59373);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-16','%Y-%m-%d'),62.87287);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-11','%Y-%m-%d'),61.21280);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-17','%Y-%m-%d'),60.14680);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-12','%Y-%m-%d'),60.79787);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-18','%Y-%m-%d'),63.01007);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-13','%Y-%m-%d'),60.00080);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-19','%Y-%m-%d'),57.82680);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-14','%Y-%m-%d'),60.82333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-20','%Y-%m-%d'),62.59173);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-15','%Y-%m-%d'),59.62020);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-21','%Y-%m-%d'),61.65607);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-16','%Y-%m-%d'),60.27420);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-23','%Y-%m-%d'),61.80000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-17','%Y-%m-%d'),60.06200);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-24','%Y-%m-%d'),59.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-18','%Y-%m-%d'),60.88900);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-25','%Y-%m-%d'),50.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-19','%Y-%m-%d'),59.92547);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-26','%Y-%m-%d'),60.46667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-20','%Y-%m-%d'),59.99853);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-27','%Y-%m-%d'),62.06667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-21','%Y-%m-%d'),58.65873);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-28','%Y-%m-%d'),61.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-22','%Y-%m-%d'),60.61000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-29','%Y-%m-%d'),61.26667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-23','%Y-%m-%d'),59.92280);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-30','%Y-%m-%d'),61.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-24','%Y-%m-%d'),59.52427);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2014-12-31','%Y-%m-%d'),62.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-25','%Y-%m-%d'),59.44887);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-01','%Y-%m-%d'),60.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-26','%Y-%m-%d'),60.23540);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-02','%Y-%m-%d'),62.66667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-27','%Y-%m-%d'),61.18333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-03','%Y-%m-%d'),62.46667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-28','%Y-%m-%d'),60.88133);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-04','%Y-%m-%d'),60.80000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-29','%Y-%m-%d'),61.74160);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-06','%Y-%m-%d'),62.40000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-30','%Y-%m-%d'),60.25647);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-08','%Y-%m-%d'),61.40000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-03-31','%Y-%m-%d'),60.41220);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-09','%Y-%m-%d'),63.20000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-01','%Y-%m-%d'),59.21053);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-10','%Y-%m-%d'),61.82227);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-02','%Y-%m-%d'),55.04713);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-11','%Y-%m-%d'),61.89553);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-03','%Y-%m-%d'),56.08473);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-12','%Y-%m-%d'),60.90127);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-04','%Y-%m-%d'),64.51107);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-13','%Y-%m-%d'),62.23660);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-05','%Y-%m-%d'),56.75193);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-14','%Y-%m-%d'),61.76947);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-06','%Y-%m-%d'),61.64240);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-15','%Y-%m-%d'),63.08853);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-07','%Y-%m-%d'),61.33653);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-16','%Y-%m-%d'),60.12627);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-08','%Y-%m-%d'),69.28867);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-17','%Y-%m-%d'),60.60020);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-09','%Y-%m-%d'),60.87507);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-18','%Y-%m-%d'),60.43440);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-10','%Y-%m-%d'),68.08707);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-19','%Y-%m-%d'),65.02820);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-11','%Y-%m-%d'),60.57680);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-20','%Y-%m-%d'),62.95593);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-12','%Y-%m-%d'),61.52467);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-21','%Y-%m-%d'),61.23967);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-13','%Y-%m-%d'),58.06567);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-22','%Y-%m-%d'),62.61853);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-14','%Y-%m-%d'),59.80807);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-23','%Y-%m-%d'),63.64227);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-15','%Y-%m-%d'),79.90007);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-24','%Y-%m-%d'),63.42147);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-16','%Y-%m-%d'),54.75020);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-25','%Y-%m-%d'),60.82687);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-17','%Y-%m-%d'),65.69500);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-26','%Y-%m-%d'),60.66260);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-18','%Y-%m-%d'),68.56247);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-27','%Y-%m-%d'),60.12767);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-19','%Y-%m-%d'),72.67153);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-28','%Y-%m-%d'),60.51513);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-20','%Y-%m-%d'),71.30720);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-29','%Y-%m-%d'),61.71520);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-21','%Y-%m-%d'),57.75233);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-30','%Y-%m-%d'),60.89553);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-22','%Y-%m-%d'),59.04200);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-01-31','%Y-%m-%d'),63.50540);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-23','%Y-%m-%d'),62.30153);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-01','%Y-%m-%d'),62.37533);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-24','%Y-%m-%d'),67.68287);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-02','%Y-%m-%d'),60.31400);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-25','%Y-%m-%d'),69.21800);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-03','%Y-%m-%d'),63.43920);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-26','%Y-%m-%d'),69.75993);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-04','%Y-%m-%d'),61.20487);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-27','%Y-%m-%d'),64.64113);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-05','%Y-%m-%d'),62.11167);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-28','%Y-%m-%d'),60.10053);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-06','%Y-%m-%d'),59.96140);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-29','%Y-%m-%d'),58.67653);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-07','%Y-%m-%d'),62.60727);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-04-30','%Y-%m-%d'),58.29180);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-08','%Y-%m-%d'),61.95493);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-01','%Y-%m-%d'),60.56173);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-09','%Y-%m-%d'),58.89653);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-02','%Y-%m-%d'),57.15840);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-10','%Y-%m-%d'),66.20167);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-03','%Y-%m-%d'),54.49167);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-11','%Y-%m-%d'),64.76873);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-04','%Y-%m-%d'),61.54087);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-12','%Y-%m-%d'),69.90680);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-05','%Y-%m-%d'),63.86073);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-13','%Y-%m-%d'),68.49253);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-06','%Y-%m-%d'),64.13460);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-14','%Y-%m-%d'),63.19360);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-07','%Y-%m-%d'),65.30087);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-15','%Y-%m-%d'),63.35453);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-08','%Y-%m-%d'),64.46353);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-16','%Y-%m-%d'),59.78020);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-09','%Y-%m-%d'),62.81193);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-17','%Y-%m-%d'),60.70760);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-10','%Y-%m-%d'),56.14480);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-18','%Y-%m-%d'),58.05167);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-11','%Y-%m-%d'),61.47853);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-19','%Y-%m-%d'),57.12700);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-12','%Y-%m-%d'),63.39287);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-20','%Y-%m-%d'),59.49013);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-13','%Y-%m-%d'),64.30640);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-21','%Y-%m-%d'),59.18607);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-14','%Y-%m-%d'),64.29447);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-22','%Y-%m-%d'),60.94680);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-15','%Y-%m-%d'),65.63307);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-23','%Y-%m-%d'),59.85807);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-16','%Y-%m-%d'),62.32887);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-24','%Y-%m-%d'),60.06767);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-17','%Y-%m-%d'),56.52853);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-25','%Y-%m-%d'),61.60267);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-18','%Y-%m-%d'),70.26520);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-26','%Y-%m-%d'),60.94220);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-19','%Y-%m-%d'),64.38267);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-27','%Y-%m-%d'),59.99040);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-20','%Y-%m-%d'),63.01447);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-02-28','%Y-%m-%d'),63.05567);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-21','%Y-%m-%d'),61.89200);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-22','%Y-%m-%d'),62.06920);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-23','%Y-%m-%d'),68.49253);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-24','%Y-%m-%d'),69.98867);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-25','%Y-%m-%d'),60.26940);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-26','%Y-%m-%d'),62.91493);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-09','%Y-%m-%d'),62.28433);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-27','%Y-%m-%d'),62.36827);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-10','%Y-%m-%d'),64.38787);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-11','%Y-%m-%d'),61.17093);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-28','%Y-%m-%d'),60.33887);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-12','%Y-%m-%d'),57.17713);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-29','%Y-%m-%d'),83.89220);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-13','%Y-%m-%d'),57.69653);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-30','%Y-%m-%d'),60.96747);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-14','%Y-%m-%d'),55.97980);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-05-31','%Y-%m-%d'),57.80627);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-15','%Y-%m-%d'),62.08940);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-01','%Y-%m-%d'),61.60173);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-16','%Y-%m-%d'),83.81047);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-02','%Y-%m-%d'),63.23627);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-17','%Y-%m-%d'),61.32540);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-03','%Y-%m-%d'),58.39987);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-18','%Y-%m-%d'),61.08900);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-04','%Y-%m-%d'),69.51947);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-19','%Y-%m-%d'),67.26267);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-05','%Y-%m-%d'),69.67787);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-20','%Y-%m-%d'),58.71120);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-06','%Y-%m-%d'),62.40513);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-21','%Y-%m-%d'),55.77320);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-07','%Y-%m-%d'),61.01893);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-22','%Y-%m-%d'),59.99420);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-08','%Y-%m-%d'),61.34813);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-23','%Y-%m-%d'),60.83867);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-24','%Y-%m-%d'),59.57020);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-25','%Y-%m-%d'),63.20393);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-17','%Y-%m-%d'),67.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-26','%Y-%m-%d'),58.30480);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-18','%Y-%m-%d'),64.06667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-27','%Y-%m-%d'),58.79667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-19','%Y-%m-%d'),60.13333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-28','%Y-%m-%d'),54.04967);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-20','%Y-%m-%d'),57.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-29','%Y-%m-%d'),57.88313);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-21','%Y-%m-%d'),58.33333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-06-30','%Y-%m-%d'),56.94940);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-22','%Y-%m-%d'),59.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-01','%Y-%m-%d'),65.01080);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-23','%Y-%m-%d'),59.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-02','%Y-%m-%d'),64.97013);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-24','%Y-%m-%d'),59.80000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-03','%Y-%m-%d'),65.06647);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-25','%Y-%m-%d'),59.46667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-04','%Y-%m-%d'),64.08287);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-26','%Y-%m-%d'),76.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-05','%Y-%m-%d'),65.40367);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-27','%Y-%m-%d'),59.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-06','%Y-%m-%d'),72.61373);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-28','%Y-%m-%d'),59.13333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-07','%Y-%m-%d'),72.53120);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-29','%Y-%m-%d'),58.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-08','%Y-%m-%d'),72.54133);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-26','%Y-%m-%d'),58.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-30','%Y-%m-%d'),54.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-01','%Y-%m-%d'),58.26667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-02','%Y-%m-%d'),59.46667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-03','%Y-%m-%d'),58.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-04','%Y-%m-%d'),60.33333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-05','%Y-%m-%d'),101.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-06','%Y-%m-%d'),58.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-07','%Y-%m-%d'),59.53333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-08','%Y-%m-%d'),56.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-09','%Y-%m-%d'),57.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-10','%Y-%m-%d'),65.73333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-11','%Y-%m-%d'),56.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-12','%Y-%m-%d'),54.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-13','%Y-%m-%d'),68.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-14','%Y-%m-%d'),69.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-15','%Y-%m-%d'),66.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-16','%Y-%m-%d'),58.66667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-17','%Y-%m-%d'),60.06667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-18','%Y-%m-%d'),58.40000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-19','%Y-%m-%d'),55.26667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-20','%Y-%m-%d'),55.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-21','%Y-%m-%d'),57.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-22','%Y-%m-%d'),57.40000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-23','%Y-%m-%d'),58.20000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-24','%Y-%m-%d'),57.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-25','%Y-%m-%d'),58.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-26','%Y-%m-%d'),61.66667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-27','%Y-%m-%d'),57.66667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-28','%Y-%m-%d'),58.40000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-29','%Y-%m-%d'),59.33333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-30','%Y-%m-%d'),55.73333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-10-31','%Y-%m-%d'),53.80000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-01','%Y-%m-%d'),56.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-02','%Y-%m-%d'),57.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-03','%Y-%m-%d'),55.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-04','%Y-%m-%d'),57.06667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-05','%Y-%m-%d'),65.13333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-06','%Y-%m-%d'),55.26667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-07','%Y-%m-%d'),57.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-08','%Y-%m-%d'),59.06667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-09','%Y-%m-%d'),60.13333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-10','%Y-%m-%d'),58.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-11','%Y-%m-%d'),58.13333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-12','%Y-%m-%d'),57.40000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-13','%Y-%m-%d'),57.66667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-14','%Y-%m-%d'),55.80000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-15','%Y-%m-%d'),55.66667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-16','%Y-%m-%d'),58.26667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-17','%Y-%m-%d'),58.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-18','%Y-%m-%d'),64.73333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-19','%Y-%m-%d'),59.26667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-20','%Y-%m-%d'),57.66667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-21','%Y-%m-%d'),57.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-22','%Y-%m-%d'),59.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-23','%Y-%m-%d'),56.80000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-24','%Y-%m-%d'),58.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-25','%Y-%m-%d'),57.80000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-26','%Y-%m-%d'),57.13333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-27','%Y-%m-%d'),53.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-28','%Y-%m-%d'),58.80000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-29','%Y-%m-%d'),56.80000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-11-30','%Y-%m-%d'),58.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-01','%Y-%m-%d'),60.40000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-02','%Y-%m-%d'),59.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-03','%Y-%m-%d'),58.53333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-04','%Y-%m-%d'),77.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-05','%Y-%m-%d'),56.53333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-06','%Y-%m-%d'),55.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-07','%Y-%m-%d'),57.13333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-08','%Y-%m-%d'),57.20000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-09','%Y-%m-%d'),71.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-10','%Y-%m-%d'),62.53333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-11','%Y-%m-%d'),59.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-12','%Y-%m-%d'),59.13333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-13','%Y-%m-%d'),62.73333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-14','%Y-%m-%d'),59.66667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-15','%Y-%m-%d'),59.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-16','%Y-%m-%d'),62.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-17','%Y-%m-%d'),66.73333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-18','%Y-%m-%d'),59.46667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-19','%Y-%m-%d'),60.66667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-20','%Y-%m-%d'),57.26667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-21','%Y-%m-%d'),60.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-22','%Y-%m-%d'),59.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-23','%Y-%m-%d'),61.13333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-24','%Y-%m-%d'),57.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-25','%Y-%m-%d'),52.73333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-09','%Y-%m-%d'),70.77980);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-10','%Y-%m-%d'),70.40000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-11','%Y-%m-%d'),60.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-12','%Y-%m-%d'),58.40000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-13','%Y-%m-%d'),58.80000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-14','%Y-%m-%d'),58.73333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-15','%Y-%m-%d'),68.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-16','%Y-%m-%d'),84.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-17','%Y-%m-%d'),61.13333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-18','%Y-%m-%d'),64.40000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-19','%Y-%m-%d'),59.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-20','%Y-%m-%d'),77.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-21','%Y-%m-%d'),60.53333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-22','%Y-%m-%d'),65.33333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-23','%Y-%m-%d'),68.06667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-24','%Y-%m-%d'),58.53333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-25','%Y-%m-%d'),56.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-26','%Y-%m-%d'),58.73333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-27','%Y-%m-%d'),59.06667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-28','%Y-%m-%d'),59.73333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-29','%Y-%m-%d'),58.46667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-30','%Y-%m-%d'),59.40000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-27','%Y-%m-%d'),59.06667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-07-31','%Y-%m-%d'),57.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-28','%Y-%m-%d'),305.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-01','%Y-%m-%d'),59.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-29','%Y-%m-%d'),62.26667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-02','%Y-%m-%d'),61.26667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-30','%Y-%m-%d'),60.53333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-03','%Y-%m-%d'),59.06667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-12-31','%Y-%m-%d'),60.66667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-04','%Y-%m-%d'),83.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-01','%Y-%m-%d'),55.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-05','%Y-%m-%d'),59.80000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-02','%Y-%m-%d'),61.26667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-06','%Y-%m-%d'),58.53333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-03','%Y-%m-%d'),61.20000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-07','%Y-%m-%d'),59.13333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-04','%Y-%m-%d'),62.46667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-08','%Y-%m-%d'),57.33333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-05','%Y-%m-%d'),61.40000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-09','%Y-%m-%d'),58.66667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-06','%Y-%m-%d'),61.13333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-10','%Y-%m-%d'),59.06667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-07','%Y-%m-%d'),62.46667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-11','%Y-%m-%d'),58.80000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-08','%Y-%m-%d'),100.66667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-12','%Y-%m-%d'),57.20000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-09','%Y-%m-%d'),62.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-13','%Y-%m-%d'),61.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-10','%Y-%m-%d'),66.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-14','%Y-%m-%d'),58.66667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-11','%Y-%m-%d'),61.20000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-15','%Y-%m-%d'),59.66667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-12','%Y-%m-%d'),60.46667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-16','%Y-%m-%d'),61.40000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-13','%Y-%m-%d'),61.46667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-17','%Y-%m-%d'),59.06667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-14','%Y-%m-%d'),60.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-18','%Y-%m-%d'),59.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-15','%Y-%m-%d'),61.26667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-19','%Y-%m-%d'),59.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-16','%Y-%m-%d'),61.53333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-20','%Y-%m-%d'),60.33333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-17','%Y-%m-%d'),70.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-21','%Y-%m-%d'),63.80000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-18','%Y-%m-%d'),61.46667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-22','%Y-%m-%d'),58.53333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-19','%Y-%m-%d'),61.33333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-23','%Y-%m-%d'),59.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-20','%Y-%m-%d'),61.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-24','%Y-%m-%d'),59.66667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-21','%Y-%m-%d'),61.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-25','%Y-%m-%d'),63.06667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-22','%Y-%m-%d'),60.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-26','%Y-%m-%d'),61.33333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-23','%Y-%m-%d'),61.26667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-27','%Y-%m-%d'),60.73333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-24','%Y-%m-%d'),60.80000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-28','%Y-%m-%d'),57.13333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-25','%Y-%m-%d'),61.13333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-29','%Y-%m-%d'),59.13333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-26','%Y-%m-%d'),61.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-30','%Y-%m-%d'),57.13333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-27','%Y-%m-%d'),61.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-08-31','%Y-%m-%d'),59.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-28','%Y-%m-%d'),61.33333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-01','%Y-%m-%d'),58.26667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-29','%Y-%m-%d'),61.06667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-02','%Y-%m-%d'),61.46667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-30','%Y-%m-%d'),61.46667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-03','%Y-%m-%d'),59.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-01-31','%Y-%m-%d'),59.26667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-04','%Y-%m-%d'),59.53333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-01','%Y-%m-%d'),60.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-05','%Y-%m-%d'),59.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-02','%Y-%m-%d'),60.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-06','%Y-%m-%d'),61.66667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-03','%Y-%m-%d'),60.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-07','%Y-%m-%d'),59.20000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-04','%Y-%m-%d'),61.06667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-08','%Y-%m-%d'),61.73333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-05','%Y-%m-%d'),60.80000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-09','%Y-%m-%d'),61.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-06','%Y-%m-%d'),60.46667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-10','%Y-%m-%d'),60.26667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-07','%Y-%m-%d'),60.66667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-11','%Y-%m-%d'),58.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-08','%Y-%m-%d'),61.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-12','%Y-%m-%d'),58.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-09','%Y-%m-%d'),61.26667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-13','%Y-%m-%d'),58.53333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-10','%Y-%m-%d'),60.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-14','%Y-%m-%d'),60.66667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-11','%Y-%m-%d'),60.13333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-15','%Y-%m-%d'),62.06667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-12','%Y-%m-%d'),59.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2015-09-16','%Y-%m-%d'),65.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-13','%Y-%m-%d'),61.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-14','%Y-%m-%d'),69.33333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-15','%Y-%m-%d'),59.80000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-16','%Y-%m-%d'),59.80000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-17','%Y-%m-%d'),60.46667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-18','%Y-%m-%d'),61.26667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-19','%Y-%m-%d'),62.33333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-20','%Y-%m-%d'),60.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-21','%Y-%m-%d'),59.73333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-22','%Y-%m-%d'),61.40000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-23','%Y-%m-%d'),60.93333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-24','%Y-%m-%d'),64.13333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-25','%Y-%m-%d'),61.53333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-26','%Y-%m-%d'),59.06667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-27','%Y-%m-%d'),61.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-28','%Y-%m-%d'),60.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-02-29','%Y-%m-%d'),61.00000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-03-01','%Y-%m-%d'),61.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-03-02','%Y-%m-%d'),61.66667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-03-03','%Y-%m-%d'),60.73333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-03-04','%Y-%m-%d'),61.26667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-03-05','%Y-%m-%d'),61.60000);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-03-06','%Y-%m-%d'),61.33333);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-03-07','%Y-%m-%d'),61.86667);
+-- INSERT INTO demo_util_chart (TRAFFIC_DATE,UTIL_PERC ) VALUES (str_to_date('2016-03-08','%Y-%m-%d'),62.00000);
+
+commit;
diff --git a/dcae_dmaapbc_webapp/db-scripts/dbca-user-mysql.sql b/dcae_dmaapbc_webapp/db-scripts/dbca-user-mysql.sql
new file mode 100644
index 0000000..b1b8be5
--- /dev/null
+++ b/dcae_dmaapbc_webapp/db-scripts/dbca-user-mysql.sql
@@ -0,0 +1,5 @@
+-- This trivial script creates a default user for the
+-- database used by the DMaaP Bus Controller application
+-- and the DMaaP Bus Controller microservice.
+create user 'dbcauser'@'localhost' identified by 'dbca1234';
+grant all on dbca.* to dbcauser@localhost;
diff --git a/dcae_dmaapbc_webapp/db-scripts/mysqldump-notes.txt b/dcae_dmaapbc_webapp/db-scripts/mysqldump-notes.txt
new file mode 100644
index 0000000..f204ae5
--- /dev/null
+++ b/dcae_dmaapbc_webapp/db-scripts/mysqldump-notes.txt
@@ -0,0 +1,7 @@
+Create a Mysql database backup using this command:
+
+ mysqldump -h (HOST) -u (USER) -p (DBNAME) > out-file
+
+For example:
+
+ mysqldump -h host -u dbpauser -p xxxx > out.sql
diff --git a/dcae_dmaapbc_webapp/dbc-app-deployment-guide.txt b/dcae_dmaapbc_webapp/dbc-app-deployment-guide.txt
new file mode 100644
index 0000000..2169363
--- /dev/null
+++ b/dcae_dmaapbc_webapp/dbc-app-deployment-guide.txt
@@ -0,0 +1,363 @@
+
+ DEPLOYMENT AND ON-BOARDING GUIDE
+ for the
+ DATA BUS CONTROLLER WEB APPLICATION
+
+ ECOMP Release 1610
+
+
+ Contact: Christopher Lott
+
+--
+
+1.0 Purpose and Scope
+
+1.1 This deployment guide offers instructions to install the Data Bus
+Controller webapp in ECOMP Release 1610, and to on-board the application
+into the ECOMP Portal.
+
+This application is packaged as a single WAR file with all CSS, HTML,
+JavaScript, compiled Java classes and Jar files together in a single
+deployable bundle. No front-end/back-end separation is implemented for
+1610.
+
+2.0 Service Impact and Time Estimates
+
+2.1 This DG has the following estimated timings and service impacts:
+
+Name Estimated Time Service Impact
+---- ------------ -----------
+Pre Maintenance N/A N/A
+Window
+
+Maintenance 60 App is down
+Window
+
+Post Maintenance N/A N/A
+Window
+
+Rollback 30 App is down
+Procedure
+
+
+3.0 Assumptions
+
+3.1 The operator who is performing the change must have adequate
+system administrative privileges for the affected systems, which usually
+means superuser access on the Linux host, and Portal administrator
+status in the ECOMP Portal.
+
+3.2 This deployment guide assumes that ECOMP Portal 1610 is installed
+and working according to that release’s Deployment Guide.
+
+3.3 Nick Picciocca will be the DevOps escalation for this change.
+
+3.4 For staged files, ENV will represent the overall environment and
+SERVERNAME is a file specific to the server.
+
+3.4.1 Valid environments in 1610 are as follows:
+ DEVN1
+ QA1
+ QA2
+ IST (not geo redundant)
+ ETE1
+ ETE2
+ PROD1
+ PROD2
+
+4.0 Prerequisites
+
+4.1 All connectivity should be in place and tested.
+
+4.1.1 Please see ECP_CM_v2.2.xlsx (connectivity matrix).
+
+4.1.2 WebJunction addresses have been created for the DMaaP Bus Control
+application, using the usual CSP-WJ application form.
+Although the application is co-hosted with the Portal application, sharing
+the Portal's WJ is not sufficient - proper cookie management requires two
+separate WJ addresses. Addresses are defined for the DEV_N1, QA, IST, ETE
+and PROD environments.
+
+4.2 All tooling must properly installed to support UAM / SWM based installation.
+
+4.3 Software
+
+4.3.1 Java
+
+Java version 1.8 with a recent update must be installed. Java includes a
+file with known root certificates, which may require changes to recognize
+self-signed server certificates.
+
+4.3.2 Apache Tomcat
+
+Version 8 of the Apache Tomcat server must be installed. The Apache HTTPD
+package may also be required, but details about front-end (HTTPD) / back-end
+(Tomcat) separation are outside the scope of this document.
+
+4.3.3 MariaDB
+
+These instructions assume version 10.1.13-MariaDB or later.
+
+4.4 Web Application Archive (WAR) File
+
+The DBC web application is built by maven and packaged as a war file. This
+deployment guide does not cover the build process, which is assumed to be
+covered by Continuous Integration / Continuous Deployment efforts.
+
+4.5 Property Files
+
+The DBC web app requires appropriate configuration for each deployment environment.
+Configurations are represented as key-values pairs stored in property files.
+
+4.5.1 Portal Properties for ecompFW Library
+
+This file within the web application contains properties used by the ecompFW library:
+
+ WEB-INF/classes/portal.properties
+
+The application requires the location of the hosting Portal's REST endpoint in
+this config key:
+ - ecomp_rest_url
+
+The application requires the unique UEB key that's assigned during the on-boarding
+process in the following config key:
+ - ueb_app_key
+
+
+4.5.2 Quantum Library System Properties
+
+This file within the web application database properties used by the ecompSDK-core library:
+
+ WEB-INF/conf/system.properties
+
+The application requires the base URL of the WebJunction where users enter via
+the Portal application, which is a proper prefix of the URL used to on-board the
+application to Portal. The file in source code management has the expected values
+for each environment in release 1610 for use in the following key:
+ - app_base_url
+
+The application requires suitable database coordinates in the following config keys.
+Note that the database password must be encrypted using the ECOMP Portal utility class
+CipherUtil:
+ - db.connectionURL
+ - db.userName
+ - db.password
+
+For example, the following connection URL configures the application for a local MySQL
+database named "dbca":
+
+ db.connectionURL = jdbc:mysql://localhost:3306/dbca
+
+As part of deployment, the following config key must be updated with a unique UUID.
+For example, a new value can be generated at https://www.uuidgenerator.net/version1
+ - instance_uuid
+
+
+4.5.3 Data Bus Control App Properties
+
+This file within the web application properties used by the web application;
+an example file is in source code management:
+
+ WEB-INF/dbcapp/dbcapp.properties
+
+The application requires a comma-separated list of DCAE DMaaP Bus Controller
+URLs in the following config key. The file in source code management has the
+expected values for each environment in release 1610 for use in the following key:
+ - dmaap.rest.url.list
+
+As part of deployment, the following key must be set to choose whether the DMaaP
+access profile interface is a local database ("dao") or the micro service ("rest").
+In release 1610 the expected value is "rest"; the other is only for debugging.
+ - profile.access.method
+
+If the profile access method is "rest" (i.e., microservice), the following keys must be
+configured with the coordinates of the micro service. The URL will always use "localhost"
+as the hostname, but the port may vary:
+ - profile.microservice.url
+ - profile.microservice.user.name
+ - profile.microservice.user.password
+
+Finally, the application uses a mech ID as the default credentials presented to the
+DCAE REST endpoint. A mech ID and password must be configured using the following keys.
+The file in source code management has the mech ID assigned to the web application, and
+the password is encrypted using the ECOMP Portal utility class CipherUtil. No changes
+are expected to these config keys during deployment:
+ - dmaap.mechid.name
+ - dmaap.mechid.password
+
+
+PRE MAINTENANCE WINDOW PREPARATION
+
+ N/A
+
+
+MAINTENANCE WINDOW WORK (60 mins)
+
+5.0 Database
+
+This uses MariaDB.
+
+5.1 Database Creation
+
+Login to the database with super user privileges and type the following commands
+to create a Mysql database, create a user and grant privileges to the user to
+access all tables in the new database:
+
+% mysql -u root -p
+
+ create database dbca;
+ create user 'dbcuser'@'localhost' identified by 'dbpa1234';
+ grant all on dbca.* to dbcuser@localhost;
+
+5.2 Database Loading
+
+As part of deployment the database must be loaded with menu items and a super user entry.
+The following files are part of the application source area. Copy these files to /var/tmp:
+
+ db-scripts/EcompSdkDDLMySql.sql
+ db-scripts/EcompSdkDMLMySql.sql
+ db-scripts/dbca-ddl-dml-mysql.sql
+
+Create tables and populate the tables by running the scripts in the order shown below.
+On one node of the MariaDB Cluster, in the Mysql command-line client, execute the following
+commands:
+
+ source /var/tmp/EcompSdkDDLMySql.sql
+ source /var/tmp/EcompSdkDMLMySql.sql
+ source /var/tmp/dbca-ddl-dml-mysql.sql
+
+
+6.0 Application Installation
+
+6.1 Copy the application war file and the property files as prepared above to directory /var/tmp:
+
+ dmaap-bc-app-1.0.war
+ portal.properties-1610
+ system.properties-1610
+
+6.2 Deploy the application war file.
+
+Stop the server and clean the logs
+
+ service tomcat stop
+ rm -f /opt/app/tomcat/logs/catalina.out
+
+If a previous version is installed, make a backup:
+
+Copy the war file to the server's webapps area (the destination names are suggestions only):
+
+Start the server so it unpacks the WAR archive, then immediately stop the server again.
+ service tomcat start; sleep 30; service tomcat stop
+
+Copy the appropriate property files into place:
+
+ cp /var/tmp/system.properties-1610 /opt/app/tomcat/webapps/dmaap-bc-app/WEB-INF/conf/system.properties
+ cp /var/tmp/portal.properties-1610 /opt/app/tomcat/webapps/dmaap-bc-app/WEB-INF/classes/portal.properties
+
+
+6.3 Test Tomcat and Application:
+
+Launch the Tomcat server. It should deploy the application. After starting, verify there are no
+relevant errors in file /opt/app/tomcat/logs/application.log
+
+ service tomcat start
+ service tomcat status
+ tail -f /opt/app/tomcat/logs/catalina.out
+
+6.4 Login to Application
+
+After the database is first created the application has exactly one user, and that user has
+administrator privileges. Look in the file EcompSdkDMLMySql.sql for the sole row added to
+the FN_USER table. Use the username and password from that row to login at this URL in the
+running application. Use the application deployment (context) name chosen above to form the
+proper url, it will be something like this:
+
+ http://servername.openecomp.org:port/dmaap-bc-app/login_external.htm
+
+6.5 Import Users
+
+For testing purposes ONLY, users may be imported from WEBPHONE after logging in to the
+application. Find the Profile part on the left-hand menu, click on Import From WEBPHONE, and
+import users. Testers can then logon via the CSP Global Log On process starting with this URL:
+
+ http://servername.openecomp.org:port/dmaap-bc-app/login.htm
+
+For normal usage, users are configured via the ECOMP Portal after the application has been
+on-boarded, as discussed in the next section.
+
+
+7.O ON-BOARD TO ECOMP PORTAL
+
+The application must be on-boarded to an appropriate instance of the ECOMP Portal.
+
+This section summarizes the steps that must be done.
+
+7.1 Define Users and Roles
+
+Login directly to the application as discussed above and create roles.
+
+7.2 Determine URLs
+
+Determine the URLs where the application is available.
+
+7.2.1 The first URL to enter is the main application landing page, and in general
+must use HTTPS; for example:
+
+ https://www.server.openecomp.org:port/dmaap-bc-app/dbc/
+
+7.2.2. The second URL to enter is the REST endpoint, also known as the "aux" API where
+the SDK-core library listens for requests to manage roles and users. This should use
+HTTPS but must NOT use a WebJunction URL; it probably points to a load balancer site.
+For example:
+
+ https://server.openecomp.org:port/dmaap-bc-app/api
+
+7.3 Configure Portal
+
+An ECOMP Portal administrator must use the Portal on-boarding screen to create/register
+this application.
+
+7.3.1 This screen accepts the URLs from the previous step.
+
+7.3.2 This screen accepts an application thumbnail image.
+
+7.3.3. The onboarding process will cause new UEB key information to be generated
+and emailed to the on-boarding user. This information must be entered in the
+application configuration file(s).
+
+7.4 Add Application Users from Portal
+
+After successful on-boarding, the Portal should be able to manage users in the remote
+application. Use the User Management feature to provision new users on the application.
+
+7.5 Test Access from Portal
+
+The Portal will display a tile on the applications home screen. Click the tile.
+This should open a tab in the user's browser with the DBC web application.
+
+
+8.0 POST MAINTENANCE WINDOW WORK
+
+N/A
+
+
+9.0 ROLLBACK PROCEDURE
+
+To restore the previous Data Bus Controll App version, stop the server
+and remove the new version:
+
+ service tomcat stop
+ rm /opt/app/tomcat/webapps/dmaap-bc-app.war
+ rm -rf /opt/app/tomcat/webapps/dmaap-bc-app
+
+Then restore the old files.
+
+Start the server to deploy the WAR file, and stop again:
+ service tomcat start; sleep 30; service tomcat stop
+
+Copy in property files:
+ cp /opt/app/tomcat/webapps/dmaap-bc-app-DATE/WEB-INF/conf/system.properties /opt/app/tomcat/webapps/dmaap-bc-app/WEB-INF/conf/system.properties
+ cp /opt/app/tomcat/webapps/dmaap-bc-app-DATE/WEB-INF/classes/portal.properties /opt/app/tomcat/webapps/dmaap-bc-app/WEB-INF/classes/portal.properties
+
+Finally restart the server
+ service tomcat start
diff --git a/dcae_dmaapbc_webapp/ecomp_dcae_logo_170x130.png b/dcae_dmaapbc_webapp/ecomp_dcae_logo_170x130.png
new file mode 100644
index 0000000..2b19553
Binary files /dev/null and b/dcae_dmaapbc_webapp/ecomp_dcae_logo_170x130.png differ
diff --git a/dcae_dmaapbc_webapp/ecomp_dcae_logo_360x218.png b/dcae_dmaapbc_webapp/ecomp_dcae_logo_360x218.png
new file mode 100644
index 0000000..cf3a677
Binary files /dev/null and b/dcae_dmaapbc_webapp/ecomp_dcae_logo_360x218.png differ
diff --git a/dcae_dmaapbc_webapp/ecomp_dcae_logo_680x520.png b/dcae_dmaapbc_webapp/ecomp_dcae_logo_680x520.png
new file mode 100644
index 0000000..2d3db21
Binary files /dev/null and b/dcae_dmaapbc_webapp/ecomp_dcae_logo_680x520.png differ
diff --git a/dcae_dmaapbc_webapp/pom.xml b/dcae_dmaapbc_webapp/pom.xml
new file mode 100644
index 0000000..8dbe125
--- /dev/null
+++ b/dcae_dmaapbc_webapp/pom.xml
@@ -0,0 +1,369 @@
+
+
+ 4.0.0
+
+
+ org.openecomp.ui.dmaapbc
+ dmaap-bc-app
+ 1.0.0
+ war
+ DMaaP Bus Controller Webapp
+ DCAE DMaaP Bus Controller GUI based on the ECOMP Portal Open-Source SDK
+
+ https://gitlab/projects/ST_DBPA/repos/dcae_dmaapbc_webapp/browse
+ scm:git:ssh://git@gitlab/st_dbpa/dcae_dmaapbc_webapp.git
+
+
+
+ UTF-8
+ 1.0.0
+ 4.2.0.RELEASE
+ 4.3.11.Final
+
+ true
+
+ 0
+ **.js
+
+
+
+
+
+ nexus-snapshots
+ Nexus Maven Central - Snapshots
+ https://ecomp-nexus:8443/repository/maven-snapshots/
+
+
+
+ nexus
+ Nexus Maven Central - Releases
+ https://ecomp-nexus:8443/repository/maven-releases/
+
+
+
+
+
+
+ doclint-java8-disable
+
+ [1.8,)
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.10.4
+
+ -Xdoclint:none
+
+
+
+
+
+
+
+
+
+
+ ${project.artifactId}.${project.version}.${build.number}
+
+
+
+ com.blackducksoftware.integration
+ hub-maven-plugin
+ 1.4.0
+ false
+
+ ${project.name}
+ ${project.basedir}
+
+
+
+ create-bdio-file
+ package
+
+ createHubOutput
+
+
+
+
+
+ org.codehaus.mojo
+ sonar-maven-plugin
+ 3.2
+
+
+ org.apache.maven.plugins
+ maven-scm-plugin
+ 1.8.1
+
+ developerConnection
+ branch
+ master
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.1
+
+
+ 1.8
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.10.4
+
+ false
+ org.umlgraph.doclet.UmlGraphDoc
+
+ org.umlgraph
+ umlgraph
+ 5.6
+
+ -views
+ true
+
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.19.1
+
+ ${skiptests}
+
+ **/Test*.java
+ **/*Test.java
+ **/*TestCase.java
+
+
+ ${basedir}/war
+
+
+ classpath:
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ 2.0.2
+
+
+
+ true
+
+
+ ${build.number}
+ ${maven.build.timestamp}
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-site-plugin
+ 3.6
+
+
+ org.apache.maven.wagon
+ wagon-webdav-jackrabbit
+ 2.10
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+ 2.5.3
+
+
+
+
+
+
+
+ org.openecomp.ui.dmaapbc
+ dmaap-bc-client
+ 1.0.0
+
+
+
+ org.apache.httpcomponents
+ httpclient
+ 4.3.5
+
+
+
+ org.openecomp.ecompsdkos
+ ecompSDK-core
+ ${epsdk.version}
+
+
+ com.att.eelf
+ eelf-core
+ 0.0.1
+
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+ 2.6.3
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.6.3
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ 2.6.3
+
+
+ com.mchange
+ c3p0
+ 0.9.5.2
+
+
+ io.searchbox
+ jest
+ 2.0.0
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.1.0
+
+
+ junit
+ junit
+ 4.12
+
+
+
+ org.elasticsearch
+ elasticsearch
+ 2.2.0
+
+
+ org.json
+ json
+ 20160212
+
+
+ org.quartz-scheduler
+ quartz
+ 2.2.1
+
+
+
+ c3p0
+ c3p0
+
+
+
+
+
+ org.slf4j
+ jcl-over-slf4j
+ 1.7.12
+
+
+ org.springframework
+ spring-context-support
+ ${springframework.version}
+
+
+ org.springframework
+ spring-core
+ ${springframework.version}
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework
+ spring-test
+ ${springframework.version}
+
+
+ org.springframework
+ spring-tx
+ ${springframework.version}
+
+
+ org.springframework
+ spring-web
+ ${springframework.version}
+
+
+ org.springframework
+ spring-webmvc
+ ${springframework.version}
+
+
+
+
+
+
+ nexus
+ dav:https://ecomp-nexus:8443/repository/dbc-javadoc/${project.version}
+
+
+
+
+
+ JCenter
+ JCenter Repository
+ http://jcenter.bintray.com
+
+
+
+ Restlet
+ Restlet Repository
+ http://maven.restlet.com
+
+
+
+
diff --git a/dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/controller/DataBusHomeController.java b/dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/controller/DataBusHomeController.java
new file mode 100644
index 0000000..830c1fa
--- /dev/null
+++ b/dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/controller/DataBusHomeController.java
@@ -0,0 +1,57 @@
+/*-
+ * ================================================================================
+ * DCAE DMaaP Bus Controller Web Application
+ * ================================================================================
+ * Copyright (C) 2017 AT&T Intellectual Property
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ================================================================================
+ */
+package org.openecomp.dmaapbc.dbcapp.controller;
+
+import java.text.DateFormat;
+import java.text.SimpleDateFormat;
+
+import javax.servlet.ServletException;
+
+import org.springframework.stereotype.Controller;
+import org.springframework.web.bind.annotation.RequestMapping;
+import org.springframework.web.bind.annotation.RequestMethod;
+import org.springframework.web.servlet.ModelAndView;
+
+/**
+ * This controller maps requests for the DMaaP-BC-App's landing page, which is
+ * an Angular single-page application.
+ */
+@Controller
+@RequestMapping("/")
+public class DataBusHomeController extends DbcappRestrictedBaseController {
+
+ public static final String APP_NAME = "dmaap-bc-app";
+ public static final DateFormat logDateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSXXX");
+
+ /**
+ * At one time I published the landing page as simply "/dbc", but it can
+ * also be accessed with a default suffix; e.g., "/dbc.htm".
+ *
+ * @return View name key, which is resolved to a file using an Apache tiles
+ * "definitions.xml" file.
+ * @throws ServletException
+ */
+ @RequestMapping(value = { "/dbc" }, method = RequestMethod.GET)
+ public ModelAndView dbcDefaultController() throws ServletException {
+ // a model is only useful for JSP; this app is angular.
+ return new ModelAndView("dbc_home_tdkey");
+ }
+
+}
diff --git a/dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/controller/DataRouterController.java b/dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/controller/DataRouterController.java
new file mode 100644
index 0000000..27f5dd6
--- /dev/null
+++ b/dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/controller/DataRouterController.java
@@ -0,0 +1,315 @@
+/*-
+ * ================================================================================
+ * DCAE DMaaP Bus Controller Web Application
+ * ================================================================================
+ * Copyright (C) 2017 AT&T Intellectual Property
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ================================================================================
+ */
+package org.openecomp.dmaapbc.dbcapp.controller;
+
+import java.util.Date;
+
+import javax.servlet.ServletException;
+import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpServletResponse;
+
+import org.openecomp.portalsdk.core.logging.logic.EELFLoggerDelegate;
+import org.openecomp.portalsdk.core.util.SystemProperties;
+import org.slf4j.MDC;
+import org.springframework.stereotype.Controller;
+import org.springframework.web.bind.annotation.PathVariable;
+import org.springframework.web.bind.annotation.RequestMapping;
+import org.springframework.web.bind.annotation.RequestMethod;
+import org.springframework.web.bind.annotation.ResponseBody;
+
+/**
+ * Data Router controller: serves Ajax requests made by Angular scripts on pages
+ * that show feeds, publishers and subscribers.
+ */
+@Controller
+@RequestMapping("/")
+public class DataRouterController extends DbcappRestrictedBaseController {
+
+ private static EELFLoggerDelegate logger = EELFLoggerDelegate.getLogger(DataRouterController.class);
+
+ private static final String FEED_PATH = "/dr_feed";
+ private static final String PUB_PATH = "/dr_pub";
+ private static final String SUB_PATH = "/dr_sub";
+
+ public DataRouterController() {
+ }
+
+ /**
+ * Answers a request for one page of data router feeds.
+ *
+ * @param request
+ * @return Result of
+ * {@link #getItemListForPageWrapper(HttpServletRequest, DmaapDataItem)}
+ * @throws ServletException
+ */
+ @RequestMapping(value = { FEED_PATH }, method = RequestMethod.GET, produces = "application/json")
+ @ResponseBody
+ public String getDRFeedsByPage(HttpServletRequest request) throws ServletException {
+ MDC.put(SystemProperties.AUDITLOG_BEGIN_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.setRequestBasedDefaultsIntoGlobalLoggingContext(request, DataBusHomeController.APP_NAME);
+ String response = getItemListForPageWrapper(request, DmaapDataItem.DR_FEED);
+ MDC.put(SystemProperties.AUDITLOG_END_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.info(EELFLoggerDelegate.auditLogger, request.getMethod() + request.getRequestURI());
+ return response;
+ }
+
+ /**
+ * Answers a request for one page of data router publishers.
+ *
+ * @param request
+ *
+ * @return Result of
+ * {@link #getItemListForPageWrapper(HttpServletRequest, DmaapDataItem)}
+ * @throws ServletException
+ */
+ @RequestMapping(value = { PUB_PATH }, method = RequestMethod.GET, produces = "application/json")
+ @ResponseBody
+ public String getDRPubsByPage(HttpServletRequest request) throws ServletException {
+ MDC.put(SystemProperties.AUDITLOG_BEGIN_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.setRequestBasedDefaultsIntoGlobalLoggingContext(request, DataBusHomeController.APP_NAME);
+ String response = getItemListForPageWrapper(request, DmaapDataItem.DR_PUB);
+ MDC.put(SystemProperties.AUDITLOG_END_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.info(EELFLoggerDelegate.auditLogger, request.getMethod() + request.getRequestURI());
+ return response;
+ }
+
+ /**
+ * Answers a request for one page of data router subscribers.
+ *
+ * @param request
+ *
+ * @return Result of
+ * {@link #getItemListForPageWrapper(HttpServletRequest, DmaapDataItem)}
+ * @throws ServletException
+ */
+ @RequestMapping(value = { SUB_PATH }, method = RequestMethod.GET, produces = "application/json")
+ @ResponseBody
+ public String getDRSubsByPage(HttpServletRequest request) throws ServletException {
+ MDC.put(SystemProperties.AUDITLOG_BEGIN_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.setRequestBasedDefaultsIntoGlobalLoggingContext(request, DataBusHomeController.APP_NAME);
+ String response = getItemListForPageWrapper(request, DmaapDataItem.DR_SUB);
+ MDC.put(SystemProperties.AUDITLOG_END_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.info(EELFLoggerDelegate.auditLogger, request.getMethod() + request.getRequestURI());
+ return response;
+ }
+
+ /**
+ * Adds a feed with the specified information. Expects a JSON block in the
+ * request body - a Feed object.
+ *
+ * @param request
+ * @return a JSON object; on success it has a "status" and possibly a "data"
+ * item; on failure, also has an "error" item.
+ * @throws ServletException
+ */
+ @RequestMapping(value = { FEED_PATH }, method = RequestMethod.POST, produces = "application/json")
+ @ResponseBody
+ public String addDRFeed(HttpServletRequest request) throws ServletException {
+ MDC.put(SystemProperties.AUDITLOG_BEGIN_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.setRequestBasedDefaultsIntoGlobalLoggingContext(request, DataBusHomeController.APP_NAME);
+ String response = addItem(request, DmaapDataItem.DR_FEED, null);
+ MDC.put(SystemProperties.AUDITLOG_END_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.info(EELFLoggerDelegate.auditLogger, request.getMethod() + request.getRequestURI());
+ return response;
+ }
+
+ /**
+ * Adds a publisher with the specified information. Expects a JSON block in
+ * the request body - a DR_Pub object.
+ *
+ * @return a JSON object; on success it has a "status" and possibly a "data"
+ * item; on failure, also has an "error" item.
+ *
+ * @param request
+ * @throws ServletException
+ */
+ @RequestMapping(value = { PUB_PATH }, method = RequestMethod.POST, produces = "application/json")
+ @ResponseBody
+ public String addDRPub(HttpServletRequest request) throws ServletException {
+ MDC.put(SystemProperties.AUDITLOG_BEGIN_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.setRequestBasedDefaultsIntoGlobalLoggingContext(request, DataBusHomeController.APP_NAME);
+ String response = addItem(request, DmaapDataItem.DR_PUB, HttpServletResponse.SC_CREATED);
+ MDC.put(SystemProperties.AUDITLOG_END_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.info(EELFLoggerDelegate.auditLogger, request.getMethod() + request.getRequestURI());
+ return response;
+ }
+
+ /**
+ * Adds a subscriber with the specified information. Expects a JSON block in
+ * the request body - a DR_Sub object.
+ *
+ * @return a JSON object; on success it has a "status" and possibly a "data"
+ * item; on failure, also has an "error" item.
+ *
+ * @param request
+ * @throws ServletException
+ */
+ @RequestMapping(value = { SUB_PATH }, method = RequestMethod.POST, produces = "application/json")
+ @ResponseBody
+ public String addDRSub(HttpServletRequest request) throws ServletException {
+ MDC.put(SystemProperties.AUDITLOG_BEGIN_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.setRequestBasedDefaultsIntoGlobalLoggingContext(request, DataBusHomeController.APP_NAME);
+ String response = addItem(request, DmaapDataItem.DR_SUB, HttpServletResponse.SC_CREATED);
+ MDC.put(SystemProperties.AUDITLOG_END_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.info(EELFLoggerDelegate.auditLogger, request.getMethod() + request.getRequestURI());
+ return response;
+ }
+
+ /**
+ * Updates a feed with the specified information. Expects a JSON block in
+ * the request body - a Feed object.
+ *
+ * @param id
+ * Path parameter with object ID
+ * @param request
+ * @return a JSON object; on success it has a "status" and possibly a "data"
+ * item; on failure, also has an "error" item.
+ * @throws ServletException
+ */
+ @RequestMapping(value = { FEED_PATH + "/{id}" }, method = RequestMethod.PUT, produces = "application/json")
+ @ResponseBody
+ public String updateFeed(@PathVariable("id") long id, HttpServletRequest request) throws ServletException {
+ MDC.put(SystemProperties.AUDITLOG_BEGIN_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.setRequestBasedDefaultsIntoGlobalLoggingContext(request, DataBusHomeController.APP_NAME);
+ String response = updateItem(request, DmaapDataItem.DR_FEED, Long.toString(id), null);
+ MDC.put(SystemProperties.AUDITLOG_END_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.info(EELFLoggerDelegate.auditLogger, request.getMethod() + request.getRequestURI());
+ return response;
+ }
+
+ /**
+ * Updates a publisher with the specified information. Expects a JSON block
+ * in the request body - a DR_Pub object.
+ *
+ * The pubId may have a dot in it. Spring, in its infinite wisdom, truncates
+ * extensions on dotted path parameters; e.g., "foo.json" becomes "foo".
+ * Avoid truncation here with the extra ":.+" incantation at the end.
+ *
+ * @param id
+ * Path parameter with object ID
+ * @param request
+ * @return a JSON object; on success it has a "status" and possibly a "data"
+ * item; on failure, also has an "error" item.
+ * @throws ServletException
+ */
+ @RequestMapping(value = { PUB_PATH + "/{id:.+}" }, method = RequestMethod.PUT, produces = "application/json")
+ @ResponseBody
+ public String updateDRPub(@PathVariable("id") String id, HttpServletRequest request) throws ServletException {
+ MDC.put(SystemProperties.AUDITLOG_BEGIN_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.setRequestBasedDefaultsIntoGlobalLoggingContext(request, DataBusHomeController.APP_NAME);
+ String response = updateItem(request, DmaapDataItem.DR_PUB, id, null);
+ MDC.put(SystemProperties.AUDITLOG_END_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.info(EELFLoggerDelegate.auditLogger, request.getMethod() + request.getRequestURI());
+ return response;
+ }
+
+ /**
+ * Updates a subscriber with the specified information. Expects a JSON block
+ * in the request body - a DR_Sub object.
+ *
+ * @param id
+ * Path parameter with object ID
+ * @param request
+ * @return a JSON object; on success it has a "status" and possibly a "data"
+ * item; on failure, also has an "error" item.
+ * @throws ServletException
+ */
+ @RequestMapping(value = { SUB_PATH + "/{id}" }, method = RequestMethod.PUT, produces = "application/json")
+ @ResponseBody
+ public String updateDRSub(@PathVariable("id") long id, HttpServletRequest request) throws ServletException {
+ MDC.put(SystemProperties.AUDITLOG_BEGIN_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.setRequestBasedDefaultsIntoGlobalLoggingContext(request, DataBusHomeController.APP_NAME);
+ String response = updateItem(request, DmaapDataItem.DR_SUB, Long.toString(id), null);
+ MDC.put(SystemProperties.AUDITLOG_END_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.info(EELFLoggerDelegate.auditLogger, request.getMethod() + request.getRequestURI());
+ return response;
+ }
+
+ /**
+ * Deletes a feed with the ID specified as a path parameter. On successful
+ * delete the endpoint returns 204 (confusingly).
+ *
+ * Writes a JSON object as an HTTP response; on success it only has "status"
+ * item; on failure, also has an "error" item.
+ *
+ * @param id
+ * Path parameter with object ID
+ * @param request
+ * @return JSON object
+ * @throws ServletException
+ */
+ @RequestMapping(value = { FEED_PATH + "/{id}" }, method = RequestMethod.DELETE, produces = "application/json")
+ @ResponseBody
+ public String deleteDRFeed(@PathVariable("id") long id, HttpServletRequest request) throws ServletException {
+ MDC.put(SystemProperties.AUDITLOG_BEGIN_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.setRequestBasedDefaultsIntoGlobalLoggingContext(request, DataBusHomeController.APP_NAME);
+ String response = deleteItem(request, DmaapDataItem.DR_FEED, Long.toString(id), 204);
+ MDC.put(SystemProperties.AUDITLOG_END_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.info(EELFLoggerDelegate.auditLogger, request.getMethod() + request.getRequestURI());
+ return response;
+ }
+
+ /**
+ * Deletes the publisher with the ID specified as a path parameter.
+ *
+ * The pubId may have a dot in it. Spring, in its infinite wisdom, truncates
+ * extensions on dotted path parameters; e.g., "foo.json" becomes "foo".
+ * Avoid truncation here with the extra ":.+" incantation at the end.
+ *
+ * @param id
+ * Path parameter with object ID
+ * @param request
+ * @return a JSON object; on success it only has "status" item; on failure,
+ * also has an "error" item.
+ * @throws ServletException
+ */
+ @RequestMapping(value = { PUB_PATH + "/{id:.+}" }, method = RequestMethod.DELETE, produces = "application/json")
+ @ResponseBody
+ public String deleteDRPub(@PathVariable("id") String id, HttpServletRequest request) throws ServletException {
+ MDC.put(SystemProperties.AUDITLOG_BEGIN_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.setRequestBasedDefaultsIntoGlobalLoggingContext(request, DataBusHomeController.APP_NAME);
+ String response = deleteItem(request, DmaapDataItem.DR_PUB, id, null);
+ MDC.put(SystemProperties.AUDITLOG_END_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.info(EELFLoggerDelegate.auditLogger, request.getMethod() + request.getRequestURI());
+ return response;
+ }
+
+ /**
+ * Deletes the subscriber with the ID specified as a path parameter.
+ *
+ * @param id
+ * Path parameter with object ID
+ * @param request
+ * @return Writes a JSON object; on success it only has "status" item; on
+ * failure, also has an "error" item.
+ * @throws ServletException
+ */
+ @RequestMapping(value = { SUB_PATH + "/{id}" }, method = RequestMethod.DELETE, produces = "application/json")
+ @ResponseBody
+ public String deleteDRSub(@PathVariable("id") long id, HttpServletRequest request) throws ServletException {
+ MDC.put(SystemProperties.AUDITLOG_BEGIN_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.setRequestBasedDefaultsIntoGlobalLoggingContext(request, DataBusHomeController.APP_NAME);
+ String response = deleteItem(request, DmaapDataItem.DR_SUB, Long.toString(id), 204);
+ MDC.put(SystemProperties.AUDITLOG_END_TIMESTAMP, DataBusHomeController.logDateFormat.format(new Date()));
+ logger.info(EELFLoggerDelegate.auditLogger, request.getMethod() + request.getRequestURI());
+ return response;
+ }
+
+}
diff --git a/dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/controller/DbcappRestrictedBaseController.java b/dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/controller/DbcappRestrictedBaseController.java
new file mode 100644
index 0000000..a527127
--- /dev/null
+++ b/dcae_dmaapbc_webapp/src/main/java/org/openecomp/dmaapbc/dbcapp/controller/DbcappRestrictedBaseController.java
@@ -0,0 +1,974 @@
+/*-
+ * ================================================================================
+ * DCAE DMaaP Bus Controller Web Application
+ * ================================================================================
+ * Copyright (C) 2017 AT&T Intellectual Property
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ================================================================================
+ */
+package org.openecomp.dmaapbc.dbcapp.controller;
+
+import java.io.BufferedReader;
+import java.io.IOException;
+import java.io.InputStream;
+import java.io.InputStreamReader;
+import java.net.URL;
+import java.util.ArrayList;
+import java.util.Collections;
+import java.util.Comparator;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+
+import javax.servlet.ServletException;
+import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpServletResponse;
+
+import org.openecomp.dcae.dmaap.bcapi.client.DmaapBcRestClient;
+import org.openecomp.dcae.dmaap.bcapi.client.HttpStatusAndResponse;
+import org.openecomp.dcae.dmaapbc.model.DR_Pub;
+import org.openecomp.dcae.dmaapbc.model.DR_Sub;
+import org.openecomp.dcae.dmaapbc.model.DcaeLocation;
+import org.openecomp.dcae.dmaapbc.model.Dmaap;
+import org.openecomp.dcae.dmaapbc.model.DmaapObject;
+import org.openecomp.dcae.dmaapbc.model.ErrorResponse;
+import org.openecomp.dcae.dmaapbc.model.Feed;
+import org.openecomp.dcae.dmaapbc.model.MR_Client;
+import org.openecomp.dcae.dmaapbc.model.Topic;
+import org.openecomp.dmaapbc.dbcapp.domain.DmaapAccess;
+import org.openecomp.dmaapbc.dbcapp.rest.DbcUsvcRestClient;
+import org.openecomp.dmaapbc.dbcapp.service.DmaapAccessService;
+import org.openecomp.dmaapbc.dbcapp.util.DbcappProperties;
+import org.openecomp.portalsdk.core.controller.RestrictedBaseController;
+import org.openecomp.portalsdk.core.domain.User;
+import org.openecomp.portalsdk.core.logging.logic.EELFLoggerDelegate;
+import org.openecomp.portalsdk.core.util.CipherUtil;
+import org.openecomp.portalsdk.core.web.support.UserUtils;
+import org.springframework.beans.factory.annotation.Autowired;
+
+import com.fasterxml.jackson.annotation.JsonInclude;
+import com.fasterxml.jackson.core.JsonProcessingException;
+import com.fasterxml.jackson.databind.ObjectMapper;
+
+/**
+ * This base class provides utility methods to child controllers. All of the
+ * requests are forwarded on to a remote REST API, so there's a large degree of
+ * commonality among the implementations. Combining them kept the lines-of-code
+ * count down, at the expense of some complexity.
+ */
+public class DbcappRestrictedBaseController extends RestrictedBaseController {
+
+ /**
+ * Query parameter for desired page number
+ */
+ protected static final String PAGE_NUM_QUERY_PARAM = "pageNum";
+
+ /**
+ * Query parameter for desired items per page
+ */
+ protected static final String VIEW_PER_PAGE_QUERY_PARAM = "viewPerPage";
+
+ /**
+ * Tag for status code in JSON responses - ALWAYS PRESENT.
+ */
+ protected static final String STATUS_RESPONSE_KEY = "status";
+
+ /**
+ * Tag for data in JSON responses.
+ */
+ protected static final String DATA_RESPONSE_KEY = "data";
+
+ /**
+ * Tag for error message in JSON responses; absent on success.
+ */
+ protected static final String ERROR_RESPONSE_KEY = "error";
+
+ /**
+ * Tag for response integer, pages required to display complete result list
+ */
+ protected static final String TOTAL_PAGES_RESPONSE_KEY = "totalPages";
+
+ /**
+ * Tag for DMaaP name obtained from REST client.
+ */
+ protected static final String PROFILE_NAME_RESPONSE_KEY = "profileName";
+
+ /**
+ * Tag for DMaaP name obtained from REST client.
+ */
+ protected static final String DMAAP_NAME_RESPONSE_KEY = "dmaapName";
+
+ /**
+ * Tag for DCAE location name list obtained from REST client.
+ */
+ protected static final String DCAE_LOCATIONS_RESPONSE_KEY = "dcaeLocations";
+
+ /**
+ * Logger that conforms with ECOMP guidelines
+ */
+ private static EELFLoggerDelegate logger = EELFLoggerDelegate.getLogger(DbcappRestrictedBaseController.class);
+
+ /**
+ * For general use in these methods and subclasses
+ */
+ protected final ObjectMapper mapper = new ObjectMapper();
+
+ /**
+ * DAO accesses the profiles via a local database. REST accesses the
+ * profiles via a remote REST service.
+ */
+ public enum AccessMethod {
+ DAO, REST
+ };
+
+ /**
+ * Enum for selecting an item type.
+ */
+ public enum DmaapDataItem {
+ DR_FEED, DR_PUB, DR_SUB, MR_TOPIC, MR_CLIENT;
+ }
+
+ /**
+ * Application properties - NOT available to constructor.
+ */
+ @Autowired
+ private DbcappProperties appProperties;
+
+ /**
+ * Database access - which might not be used.
+ */
+ @Autowired
+ private DmaapAccessService dmaapAccessDaoServiceAuto;
+
+ /**
+ * Read from application properties.
+ */
+ private String mechIdName, mechIdPass;
+
+ /**
+ * This is set by {@link #getDmaapAccessService()} to the DAO or REST
+ * implementation as configured in properties.
+ */
+ private DmaapAccessService dmaapAccessService;
+
+ /**
+ * Hello Spring, here's your no-arg constructor.
+ */
+ public DbcappRestrictedBaseController() {
+ // Do not serialize null values
+ mapper.setSerializationInclusion(JsonInclude.Include.NON_NULL);
+ }
+
+ /**
+ * Access method for subclasses.
+ *
+ * @return DbcappProperties object that was autowired by Spring.
+ */
+ protected DbcappProperties getAppProperties() {
+ return appProperties;
+ }
+
+ /**
+ * Lazy initialization. As a side effect, caches mech ID and password.
+ *
+ * @return Either DAO or REST client that implements the access service
+ * interface.
+ */
+ protected DmaapAccessService getDmaapAccessService() {
+ if (dmaapAccessService != null)
+ return dmaapAccessService;
+
+ // Get the application's mechid
+ mechIdName = appProperties.getProperty(DbcappProperties.DMAAP_MECHID_NAME);
+ // This is encrypted
+ String cipher = appProperties.getProperty(DbcappProperties.DMAAP_MECHID_PASSWORD);
+ if (mechIdName == null || cipher == null)
+ throw new RuntimeException("Failed to get MECH_ID name and/or password from properties");
+ try {
+ mechIdPass = CipherUtil.decrypt(cipher);
+ } catch (Exception ex) {
+ throw new RuntimeException("Failed to decrypt password from config file", ex);
+ }
+
+ String accessMethod = appProperties.getProperty(DbcappProperties.PROFILE_ACCESS_METHOD);
+ if (accessMethod == null)
+ throw new RuntimeException("Failed to get property " + DbcappProperties.PROFILE_ACCESS_METHOD);
+ AccessMethod profileAccessMethod = AccessMethod.valueOf(accessMethod.toUpperCase());
+ if (AccessMethod.DAO == profileAccessMethod) {
+ // Spring auto-wired this field
+ dmaapAccessService = dmaapAccessDaoServiceAuto;
+ } else {
+ String url = appProperties.getProperty(DbcappProperties.PROFILE_USVC_URL);
+ String user = appProperties.getProperty(DbcappProperties.PROFILE_USVC_USER);
+ String pass = appProperties.getProperty(DbcappProperties.PROFILE_USVC_PASS);
+ if (url == null || user == null || pass == null)
+ throw new RuntimeException("getDmaapAccessService: missing property: one of url, user, pass");
+ String clearText = null;
+ try {
+ clearText = CipherUtil.decrypt(pass);
+ } catch (Exception ex) {
+ throw new RuntimeException("getDmaapAccessService: failed to decrypt password from config");
+ }
+ dmaapAccessService = new DbcUsvcRestClient(url, user, clearText);
+ }
+ return dmaapAccessService;
+ }
+
+ /**
+ * Creates a REST client with appropriate credentials, the user/pass from
+ * the access profile if present, otherwise with the default mech ID and
+ * password.
+ *
+ * @param dmaapAccess
+ * @return REST client
+ */
+ protected DmaapBcRestClient getDmaapBcRestClient(DmaapAccess dmaapAccess) {
+ DmaapBcRestClient restClient = null;
+ if (dmaapAccess.getMechId() == null || dmaapAccess.getMechId().length() == 0)
+ restClient = new DmaapBcRestClient(dmaapAccess.getDmaapUrl(), mechIdName, mechIdPass);
+ else
+ restClient = new DmaapBcRestClient(dmaapAccess.getDmaapUrl(), dmaapAccess.getMechId(),
+ dmaapAccess.getPassword());
+ return restClient;
+ }
+
+ /**
+ * Pulls out of the specified list the appropriate items for the page of
+ * results specified by the page number and view-per-page parameters.
+ *
+ * @param pageNum
+ * Page number requested by user
+ * @param viewPerPage
+ * Number of items per page
+ * @param itemList
+ * List of items available
+ * @return List of items to display
+ */
+ @SuppressWarnings("rawtypes")
+ private static List shrinkListToPage(final int pageNum, final int viewPerPage, final List itemList) {
+ // user-friendly page numbers index from 1
+ int firstIndexOnThisPage = viewPerPage * (pageNum - 1);
+ int firstIndexOnNextPage = viewPerPage * pageNum;
+ int fromIndex = firstIndexOnThisPage < itemList.size() ? firstIndexOnThisPage : itemList.size();
+ int toIndex = firstIndexOnNextPage < itemList.size() ? firstIndexOnNextPage : itemList.size();
+ // answers empty list if from==to
+ return itemList.subList(fromIndex, toIndex);
+ }
+
+ /**
+ * Gets the body of a HTTP request assuming UTF-8 encoding.
+ *
+ * @param request
+ * @return String version of request body
+ * @throws IOException If the read fails
+ */
+ protected static String getBody(HttpServletRequest request) throws IOException {
+ StringBuilder stringBuilder = new StringBuilder();
+ BufferedReader bufferedReader = null;
+ try {
+ InputStream inputStream = request.getInputStream();
+ if (inputStream != null) {
+ bufferedReader = new BufferedReader(new InputStreamReader(inputStream, "UTF-8"));
+ char[] charBuffer = new char[512];
+ int bytesRead = -1;
+ while ((bytesRead = bufferedReader.read(charBuffer)) > 0) {
+ stringBuilder.append(charBuffer, 0, bytesRead);
+ }
+ } else {
+ stringBuilder.append("");
+ }
+ } finally {
+ if (bufferedReader != null) {
+ try {
+ bufferedReader.close();
+ } catch (IOException ex) {
+ throw ex;
+ }
+ }
+
+ }
+ return stringBuilder.toString();
+ }
+
+ /**
+ * Builds a JSON success response from the specified inputs.
+ *
+ * @param statusCode
+ * e.g., 200 for OK
+ * @param dataPojo
+ * Plain old Java object to serialize as JSON; ignored if null.
+ * @throws JsonProcessingException
+ * If the POJO cannot be serialized
+ * @return JSON block with items "status" : 200 and "data" : (data..)
+ */
+ protected String buildJsonSuccess(int statusCode, Object dataPojo) throws JsonProcessingException {
+ Map model = new HashMap();
+ model.put(STATUS_RESPONSE_KEY, statusCode);
+ if (dataPojo != null)
+ model.put(DATA_RESPONSE_KEY, dataPojo);
+ String json = mapper.writeValueAsString(model);
+ return json;
+ }
+
+ /**
+ * Builds a JSON error response from the specified inputs.
+ *
+ * @param statusCode
+ * e.g., 500 for internal server error
+ * @param errMsg
+ * Information about the operation that failed
+ * @param exception
+ * Converted to string; ignored if null.
+ * @return JSON block with tags "status" and "error".
+ */
+ protected String buildJsonError(int statusCode, String errMsg, Exception exception) {
+ Map model = new HashMap();
+ model.put(STATUS_RESPONSE_KEY, new Integer(500));
+ if (exception == null) {
+ model.put(ERROR_RESPONSE_KEY, errMsg);
+ } else {
+ final int enough = 512;
+ String exString = exception.toString();
+ String exceptionMsg = exString.length() > enough ? exString.substring(0, enough) : exString;
+ model.put(ERROR_RESPONSE_KEY, errMsg + ": " + exceptionMsg);
+ }
+ String json = null;
+ try {
+ json = mapper.writeValueAsString(model);
+ } catch (JsonProcessingException ex) {
+ // serializing the trivial map should never fail
+ String err = "buildJsonError: failed to serialize";
+ logger.error(EELFLoggerDelegate.errorLogger, err, ex);
+ throw new RuntimeException(err, ex);
+ }
+ return json;
+ }
+
+ /**
+ * Gets a list of DMaaP access profiles for this user from the database. The
+ * profiles have passwords in the clear - this method decrypts the database
+ * entries.
+ *
+ * Initializes the list for new users and/or configuration changes. Checks
+ * the database list against the configured list of URLs, and creates new
+ * rows for any configured URLs not present for the user. Most environments
+ * are expected to have exactly one valid URL, and the webapp uses a fixed
+ * MechID to authenticate itself to the DMaaP bus controller, so this
+ * approach means new users can start without any setup of URLs.
+ *
+ * @param userId
+ * @return List of DmaapAccess objects
+ * @throws Exception
+ */
+ protected List getOrInitDmaapAccessList(String userId) throws Exception {
+ String[] configUrls = getAppProperties().getCsvListProperty(DbcappProperties.DMAAP_REST_URL_LIST);
+ if (configUrls == null || configUrls.length == 0)
+ throw new Exception("getOrInitDmaapAccessList: Failed to get DMAAP REST URL list");
+ // Update this list to track which URLs are in the database.
+ List configUrlList = new ArrayList(configUrls.length);
+ for (String c : configUrls) {
+ // Validate URL to detect config botches
+ URL url = new URL(c);
+ configUrlList.add(url.toExternalForm());
+ }
+
+ List dbAccessList = getDmaapAccessService().getDmaapAccessList(userId);
+
+ // Check the database entries against the configuration. Also
+ // build a list of non-DAO objects with clear-text passwords.
+ List clearList = new ArrayList(dbAccessList.size());
+ for (DmaapAccess dmaapAccess : dbAccessList) {
+ // drop this URL from the list.
+ // If it's not known to config, complain because that's a bogus row.
+ if (!configUrlList.remove(dmaapAccess.getDmaapUrl()))
+ logger.warn(EELFLoggerDelegate.errorLogger, "getOrInitDmaapAccessList: detected extra URL {}",
+ dmaapAccess.getDmaapUrl());
+ // Return cleartext in JSON
+ DmaapAccess clone = new DmaapAccess(dmaapAccess);
+ clone.setPassword(clone.decryptPassword());
+ clearList.add(clone);
+ }
+
+ // Create new rows for any configured URLs not found for this user.
+ for (int i = 0; i < configUrlList.size(); ++i) {
+ String missUrl = configUrlList.get(i);
+ logger.debug(EELFLoggerDelegate.debugLogger, "getOrInitDmaapAccessList: adding missing URL {}", missUrl);
+ DmaapAccess newDmaapAccess = new DmaapAccess();
+ // Create a semi-reasonable name for the table
+ newDmaapAccess.setName("dmaap-" + Integer.toString(i + 1));
+ newDmaapAccess.setUserId(userId);
+ newDmaapAccess.setDmaapUrl(missUrl);
+ // Write to db.
+ getDmaapAccessService().saveDmaapAccess(newDmaapAccess);
+ // Add to response, which assumes the write was successful.
+ clearList.add(newDmaapAccess);
+ }
+
+ return clearList;
+ }
+
+ /**
+ * Gets the user's selected DMaaP access profile.
+ *
+ * @param userId
+ * User's UID
+ * @return DmaapAccess object that is currently selected, or the first one
+ * found if none are selected; null if no access profiles are
+ * configured.
+ * @throws ServletException
+ * If the user's UID cannot be extracted from request.
+ */
+ protected DmaapAccess getSelectedDmaapAccess(String userId) throws Exception {
+ List profiles = getOrInitDmaapAccessList(userId);
+ if (profiles.size() == 0) {
+ logger.debug("getSelectedDmaapAccess: no rows found, returning null");
+ return null;
+ }
+
+ // Return the first one by default if nothing is selected.
+ DmaapAccess selected = profiles.get(0);
+ for (DmaapAccess da : profiles)
+ if (da.getSelected())
+ selected = da;
+
+ return selected;
+ }
+
+ /**
+ * Supports sorting a list of feeds by the first column displayed: ID
+ */
+ private static Comparator feedComparator = new Comparator() {
+ @Override
+ public int compare(DmaapObject o1, DmaapObject o2) {
+ Feed f1 = (Feed) o1;
+ Feed f2 = (Feed) o2;
+ // sort these numbers lexicographically, same as the front end
+ // table.
+ return f1.getFeedId().compareTo(f2.getFeedId());
+ }
+ };
+
+ /**
+ * Supports sorting a list of publishers by the first column displayed: pub
+ * ID
+ */
+ private static Comparator pubComparator = new Comparator() {
+ @Override
+ public int compare(DmaapObject o1, DmaapObject o2) {
+ DR_Pub p1 = (DR_Pub) o1;
+ DR_Pub p2 = (DR_Pub) o2;
+ return p1.getPubId().compareTo(p2.getPubId());
+ }
+ };
+
+ /**
+ * Supports sorting a list of subscribers by the first column displayed: sub
+ * ID
+ */
+ private static Comparator subComparator = new Comparator() {
+ @Override
+ public int compare(DmaapObject o1, DmaapObject o2) {
+ DR_Sub s1 = (DR_Sub) o1;
+ DR_Sub s2 = (DR_Sub) o2;
+ // sort these numbers lexicographically, same as the front end
+ // table.
+ return s1.getSubId().compareTo(s2.getSubId());
+ }
+ };
+
+ /**
+ * Supports sorting a list of topics by the first column displayed: FQTN
+ */
+ private static Comparator topicComparator = new Comparator() {
+ @Override
+ public int compare(DmaapObject o1, DmaapObject o2) {
+ Topic t1 = (Topic) o1;
+ Topic t2 = (Topic) o2;
+ return t1.getFqtn().compareTo(t2.getFqtn());
+ }
+ };
+
+ /**
+ * Supports sorting a list of clients by the first column displayed: client
+ * ID.
+ */
+ private static Comparator clientComparator = new Comparator() {
+ @Override
+ public int compare(DmaapObject o1, DmaapObject o2) {
+ MR_Client c1 = (MR_Client) o1;
+ MR_Client c2 = (MR_Client) o2;
+ // sort these numbers lexicographically, same as the front end
+ // table.
+ return c1.getMrClientId().compareTo(c2.getMrClientId());
+ }
+ };
+
+ /**
+ * Gets one page of DMaaP objects and supporting information via the Bus
+ * Controller REST client. On success, returns a JSON object as String with
+ * the following tags:
+ *
+ *
status: Integer; HTTP status code 200.
+ *
dmaapName: String, name returned by the remote DMaaP instance.
+ *
dcaeLocations: Array of string, locations returned by the remote
+ * DMaaP instance.
+ *
data: Array of the desired items; e.g., data router feeds.
+ *
totalPages: Integer, the number of pages required to display the
+ * complete list of items using the submitted page size
+ *
+ *
+ * This duplicates all of {@link #buildJsonSuccess(int, Object)}.
+ *
+ * @param dmaapAccess
+ * Access details for the DMaaP REST API
+ * @param option
+ * Specifies which item list type to get: data router feeds, etc.
+ * @param pageNum
+ * Page number of results
+ * @param viewPerPage
+ * Number of items per page
+ * @return JSON block as String, see above.
+ * @throws Exception
+ */
+ private String getItemListForPage(DmaapAccess dmaapAccess, DmaapDataItem option, int pageNum, int viewPerPage)
+ throws Exception {
+ DmaapBcRestClient restClient = getDmaapBcRestClient(dmaapAccess);
+ // Get the instance so the page can display its name
+ DmaapObject dmaap = restClient.getDmaap();
+ if (dmaap instanceof ErrorResponse) {
+ // Bad password is caught here.
+ ErrorResponse err = (ErrorResponse) dmaap;
+ throw new Exception(err.getMessage());
+ }
+ // Get locations for editing
+ List dcaeLocations = restClient.getDcaeLocations();
+ if (dcaeLocations.size() == 1 && dcaeLocations.get(0) instanceof ErrorResponse) {
+ // Should never happen - bad password is caught right above - but be
+ // careful.
+ ErrorResponse err = (ErrorResponse) dcaeLocations.get(0);
+ throw new Exception(err.getMessage());
+ }
+ // Pass them back as String array
+ String[] dcaeLocs = new String[dcaeLocations.size()];
+ for (int i = 0; i < dcaeLocs.length; ++i) {
+ DcaeLocation dcaeLoc = (DcaeLocation) dcaeLocations.get(i);
+ dcaeLocs[i] = dcaeLoc.getDcaeLocationName();
+ }
+ // Get the requested item list
+ List itemList = null;
+ switch (option) {
+ case DR_FEED:
+ itemList = restClient.getFeeds();
+ Collections.sort(itemList, feedComparator);
+ break;
+ case DR_PUB:
+ itemList = restClient.getDRPubs();
+ Collections.sort(itemList, pubComparator);
+ break;
+ case DR_SUB:
+ itemList = restClient.getDRSubs();
+ Collections.sort(itemList, subComparator);
+ break;
+ case MR_TOPIC:
+ itemList = restClient.getTopics();
+ Collections.sort(itemList, topicComparator);
+ break;
+ case MR_CLIENT:
+ itemList = restClient.getMRClients();
+ Collections.sort(itemList, clientComparator);
+ break;
+ default:
+ throw new Exception("getItemListForPage: pgmr error, unimplemented case: " + option.name());
+ }
+
+ logger.debug("getItemListForPage: list size is {}", itemList.size());
+ int pageCount = (int) Math.ceil((double) itemList.size() / viewPerPage);
+ @SuppressWarnings("unchecked")
+ List subList = shrinkListToPage(pageNum, viewPerPage, itemList);
+ itemList = subList;
+ // Build response here
+ Map model = new HashMap();
+ model.put(STATUS_RESPONSE_KEY, new Integer(200));
+ model.put(PROFILE_NAME_RESPONSE_KEY, dmaapAccess.getName());
+ model.put(DMAAP_NAME_RESPONSE_KEY, ((Dmaap) dmaap).getDmaapName());
+ model.put(DCAE_LOCATIONS_RESPONSE_KEY, dcaeLocs);
+ model.put(DATA_RESPONSE_KEY, itemList);
+ model.put(TOTAL_PAGES_RESPONSE_KEY, pageCount);
+
+ // build the response
+ String outboundJson = null;
+ try {
+ outboundJson = mapper.writeValueAsString(model);
+ } catch (Exception ex) {
+ // should never happen
+ logger.error("getItemListForPage: failed to serialize model: ", ex);
+ throw new Exception("sendItemListForPage", ex);
+ }
+
+ return outboundJson;
+ }
+
+ /**
+ * Gets a page of the specified DMaaP items. This method traps errors and
+ * constructs an appropriate JSON block if an error happens.
+ *
+ * See {@link #getItemListForPage(DmaapAccess, DmaapDataItem, int, int)}.
+ *
+ * @param request
+ * Inbound request
+ * @param option
+ * DMaaP item type to get
+ * @return JSON with list of serialized objects, or an error.
+ */
+ protected String getItemListForPageWrapper(HttpServletRequest request, DmaapDataItem option)
+ throws ServletException {
+ String outboundJson = null;
+ try {
+ User appUser = UserUtils.getUserSession(request);
+ if (appUser == null || appUser.getLoginId() == null || appUser.getLoginId().length() == 0)
+ throw new Exception("getItemListForPageWrapper: Failed to get UID");
+ DmaapAccess selected = getSelectedDmaapAccess(appUser.getLoginId());
+ if (selected == null) // leap into exception handler
+ throw new Exception("No DMaaP access profiles are configured.");
+ int pageNum = Integer.parseInt(request.getParameter(PAGE_NUM_QUERY_PARAM));
+ int viewPerPage = Integer.parseInt(request.getParameter(VIEW_PER_PAGE_QUERY_PARAM));
+ outboundJson = getItemListForPage(selected, option, pageNum, viewPerPage);
+ } catch (Exception ex) {
+ outboundJson = buildJsonError(500, "Failed to get DMaaP item type " + option.name(), ex);
+ }
+ return outboundJson;
+ }
+
+ /**
+ * Adds an item of the specified type with the specified content. Constructs
+ * an object by deserializing the JSON block, but ignores any ID field that
+ * is supplied.
+ *
+ * On success, returns a JSON block as String with any data returned by the
+ * REST client. Throws an exception on any failure.
+ *
+ * @param dmaapAccess
+ * Access details for the DMaaP REST API
+ * @param userId
+ * The UID of the user making the request
+ * @param itemType
+ * DMaaP item type to add
+ * @param itemContent
+ * JSON block to deserialize as an object
+ * @param scAddlStatus
+ * HTTP status code 200 is always accepted. If this parameter is
+ * not null, the value is also considered a valid HTTP status
+ * code on success; e.g., 204.
+ * @return JSON object with result of the operation
+ * @throws Exception
+ * on any problem
+ */
+ private String addDmaapItem(DmaapAccess dmaapAccess, String userId, DmaapDataItem itemType, String itemContent,
+ Integer scAddlStatus) throws Exception {
+ DmaapBcRestClient restClient = getDmaapBcRestClient(dmaapAccess);
+ HttpStatusAndResponse
'+
+ 'Log out'
+ });
+ */
+ //}
+}
+
+function logIn () {
+ open("login.htm");
+ resetTitleBar();
+}
+
+function showInfo () {
+ //Called when user clicks on their name after they are logged in
+}
+
+//Allows editing title by double clicking on the top bar
+$("#titleBar").dblclick(function(event) {
+ var presetSelectMenu=''
+ presetSelectMenu+=''
+ bootbox.confirm({
+ size:'small',
+ backdrop:true,
+ onEscape: function() {},
+ title: "Change file attributes",
+ message:'Filename: '+
+ '
Description: '+
+ '
'+presetSelectMenu+'
',
+ callback: function(result){
+ if (result == true){
+ name = $("#saveFileName").val();
+ description = $("#saveDescription").val();
+ window.selectedPreset = document.getElementById('presetSelect-button').textContent;
+ resetTitleBar();
+ }
+ }
+ });
+ $( "#presetSelect" ).selectmenu();
+ $('#presetSelect-button').css('width','inherit');
+ $('#presetSelect-button').css('top',10);
+ $('#presetSelect-button').css('font-size','14px')
+ $('#presetSelect-button').css('margin-left',10)
+ $("#saveFileName").click(function(){
+ currentInput = $("#saveFileName").val();
+ $("#saveFileName").selectRange(0,currentInput.length);
+ });
+ $("#saveDescription").click(function(){
+ currentInput = $("#saveDescription").val();
+ $("#saveDescription").selectRange(0,currentInput.length);
+ });
+});
+
+//SELECT TEXT RANGE
+$.fn.selectRange = function(start, end) {
+ return this.each(function() {
+ if (this.setSelectionRange) {
+ this.focus();
+ this.setSelectionRange(start, end);
+ } else if (this.createTextRange) {
+ var range = this.createTextRange();
+ range.collapse(true);
+ range.moveEnd('character', end);
+ range.moveStart('character', start);
+ range.select();
+ }
+ });
+};
+
diff --git a/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/.bower.json b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/.bower.json
new file mode 100644
index 0000000..4997498
--- /dev/null
+++ b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/.bower.json
@@ -0,0 +1,35 @@
+{
+ "name": "Snap.svg",
+ "version": "0.4.1",
+ "homepage": "http://snapsvg.io",
+ "authors": [
+ "Dmitry Baranovskiy "
+ ],
+ "description": "The JavaScript library for modern SVG graphics",
+ "main": "dist/snap.svg-min.js",
+ "keywords": [
+ "svg",
+ "snap",
+ "js",
+ "javascript"
+ ],
+ "license": "Apache 2",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "demos",
+ "src"
+ ],
+ "_release": "0.4.1",
+ "_resolution": {
+ "type": "version",
+ "tag": "v0.4.1",
+ "commit": "3919b7a3077dfdb4b31cc4b485d70aab4a163a44"
+ },
+ "_source": "git://github.com/adobe-webplatform/Snap.svg.git",
+ "_target": "~0.4.1",
+ "_originalSource": "Snap.svg",
+ "_direct": true
+}
\ No newline at end of file
diff --git a/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/CONTRIBUTING b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/CONTRIBUTING
new file mode 100644
index 0000000..c02401a
--- /dev/null
+++ b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/CONTRIBUTING
@@ -0,0 +1,3 @@
+Contributions to this code are covered by the Adobe contributors
+license agreeent. Developers must sign and submit the Adobe CLA in
+order to contribute to this project.
\ No newline at end of file
diff --git a/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/Gruntfile.js b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/Gruntfile.js
new file mode 100644
index 0000000..415c624
--- /dev/null
+++ b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/Gruntfile.js
@@ -0,0 +1,62 @@
+module.exports = function(grunt) {
+
+ var pkg = grunt.file.readJSON("package.json");
+
+ // Project configuration.
+ grunt.initConfig({
+ // Metadata.
+ pkg: pkg,
+ banner: grunt.file.read("./src/copy.js")
+ .replace(/@VERSION/, pkg.version)
+ .replace(/@DATE/, grunt.template.today("yyyy-mm-dd")) + "\n",
+ // Task configuration.
+ uglify: {
+ options: {
+ banner: "<%= banner %>",
+ report: "min"
+ },
+ dist: {
+ src: "<%= concat.target.dest %>",
+ dest: "dist/snap.svg-min.js"
+ }
+ },
+ concat: {
+ options: {
+ banner: "<%= banner %>"
+ },
+ target: {
+ dest: "dist/snap.svg.js",
+ src: [
+ "./node_modules/eve/eve.js",
+ "./src/amd-banner.js",
+ "./src/mina.js",
+ "./src/svg.js",
+ "./src/element.js",
+ "./src/matrix.js",
+ "./src/attr.js",
+ "./src/class.js",
+ "./src/attradd.js",
+ "./src/paper.js",
+ "./src/path.js",
+ "./src/set.js",
+ "./src/equal.js",
+ "./src/mouse.js",
+ "./src/filter.js",
+ "./src/align.js",
+ "./src/amd-footer.js"
+ ]
+ }
+ },
+ exec: {
+ dr: {
+ command: "node node_modules/dr.js/dr dr.json"
+ }
+ }
+ });
+
+ grunt.loadNpmTasks("grunt-contrib-concat");
+ grunt.loadNpmTasks("grunt-contrib-uglify");
+ grunt.loadNpmTasks("grunt-exec");
+
+ grunt.registerTask("default", ["concat", "uglify", "exec"]);
+};
diff --git a/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/LICENSE b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/LICENSE
new file mode 100644
index 0000000..86a96fa
--- /dev/null
+++ b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/LICENSE
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright 2013 Adobe Systems Incorporated
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
\ No newline at end of file
diff --git a/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/NOTICE b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/NOTICE
new file mode 100644
index 0000000..b9fb2b2
--- /dev/null
+++ b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/NOTICE
@@ -0,0 +1,190 @@
+Snap.svg is licensed under the Apache license version 2.0, January 2004 (see LICENSE file).
+
+Snap.svg uses the following third party libraries that may have licenses
+differing from that of Snap.svg itself. You can find the libraries and their
+respective licenses below.
+
+ - eve ./node_modules/eve
+
+ https://github.com/adobe-webplatform/eve/
+
+ Copyright (c) 2013 Adobe Systems Incorporated. All rights reserved.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ - Mocha ./node_modules/mocha
+
+ https://github.com/visionmedia/mocha/
+
+ (The MIT License)
+
+ Copyright (c) 2011-2013 TJ Holowaychuk
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ 'Software'), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+ - Expect ./node_modules/expect.js
+
+ https://github.com/LearnBoost/expect.js
+
+ (The MIT License)
+
+ Copyright (c) 2011 Guillermo Rauch
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ 'Software'), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+ - Grunt ./node_modules/grunt
+
+ http://gruntjs.com
+
+ Copyright (c) 2013 "Cowboy" Ben Alman
+
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
+
+
+ - Backbone ./demos/animated-game/js/backbone.js
+
+ http://backbonejs.org/
+
+ (The MIT License)
+
+ Copyright (c) 2010-2013 Jeremy Ashkenas, DocumentCloud
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ 'Software'), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+ - Underscore ./demos/animated-game/js/underscore.js
+
+ http://underscorejs.org
+
+ (The MIT License)
+
+ Copyright (c) 2010-2013 Jeremy Ashkenas, DocumentCloud
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ 'Software'), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+ - jQuery ./demos/animated-game/js/jquery-1.9.0.min.js
+
+ http://http://jquery.com/
+
+ (The MIT License)
+
+ Copyright 2013 jQuery Foundation and other contributors
+ http://jquery.com/
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ 'Software'), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
diff --git a/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/README.md b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/README.md
new file mode 100644
index 0000000..8040710
--- /dev/null
+++ b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/README.md
@@ -0,0 +1,68 @@
+[Snap.svg](http://snapsvg.io)
+======
+
+A JavaScript SVG library for the modern web. Learn more at [snapsvg.io](http://snapsvg.io).
+
+[Follow us on Twitter.](https://twitter.com/snapsvg)
+
+### Install
+* [Bower](http://bower.io/) - `bower install snap.svg`
+* Manual Minified - https://github.com/adobe-webplatform/Snap.svg/raw/master/dist/snap.svg-min.js
+* Manual Unminified - https://raw.githubusercontent.com/adobe-webplatform/Snap.svg/master/dist/snap.svg.js
+
+
+### Learn
+
+* [About Snap.svg](http://snapsvg.io/about/)
+* [Getting Started](http://snapsvg.io/start/)
+* [API Reference](http://snapsvg.io/docs/)
+
+### Use
+
+In your HTML file, load simply by: ``
+No other scripts are needed. Both the minified and uncompressed (for development) versions are in the `/dist` folder.
+
+### Build
+
+Snap.svg uses [Grunt](http://gruntjs.com/) to build.
+
+* Open the terminal from the Snap.svg directory:
+
+ cd Snap.svg
+
+* Install its command line interface (CLI) globally:
+
+ npm install -g grunt-cli
+
+_*You might need to use `sudo npm`, depending on your configuration._
+
+* Install dependencies with npm:
+
+ npm install
+
+_*Snap.svg uses Grunt 0.4.0. You might want to [read](http://gruntjs.com/getting-started) more on their website if you haven’t upgraded since a lot has changed._
+
+* Type `grunt` in the command line to build the files.
+* The results will be built into the release folder.
+* Alternatively type `grunt watch` to have the build run automatically when you make changes to source files.
+
+### Contribute
+
+* [Fill out the CLA](http://snapsvg.io/contributions/).
+* [Fork](https://help.github.com/articles/fork-a-repo) the repo.
+* Create a branch:
+
+ git checkout -b my_branch
+
+* Add your changes.
+* Commit your changes:
+
+ git commit -am "Added some awesome stuff"
+
+* Push your branch:
+
+ git push origin my_branch
+
+* Make a [pull request](https://help.github.com/articles/using-pull-requests) to `dev` branch.
+
+*Note:* Pull requests to other branches than `dev` or without filled CLA wouldn’t be accepted.
diff --git a/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/bower.json b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/bower.json
new file mode 100644
index 0000000..2d97a8f
--- /dev/null
+++ b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/bower.json
@@ -0,0 +1,25 @@
+{
+ "name": "Snap.svg",
+ "version": "0.4.0",
+ "homepage": "http://snapsvg.io",
+ "authors": [
+ "Dmitry Baranovskiy "
+ ],
+ "description": "The JavaScript library for modern SVG graphics",
+ "main": "dist/snap.svg-min.js",
+ "keywords": [
+ "svg",
+ "snap",
+ "js",
+ "javascript"
+ ],
+ "license": "Apache 2",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "demos",
+ "src"
+ ]
+}
diff --git a/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/component.json b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/component.json
new file mode 100644
index 0000000..a9fdee3
--- /dev/null
+++ b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/component.json
@@ -0,0 +1,13 @@
+{
+ "name": "Snap.svg",
+ "repo": "adobe-webplatform/Snap.svg",
+ "description": "The JavaScript library for modern SVG graphics.",
+ "version": "0.3.0",
+ "keywords": ["svg", "snap", "js", "javascript"],
+ "dependencies": {},
+ "development": {},
+ "main": "dist/snap.svg-min.js",
+ "scripts": [
+ "dist/snap.svg-min.js"
+ ]
+}
diff --git a/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/dist/snap.svg-min.js b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/dist/snap.svg-min.js
new file mode 100644
index 0000000..6567d19
--- /dev/null
+++ b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/dist/snap.svg-min.js
@@ -0,0 +1,21 @@
+// Snap.svg 0.4.1
+//
+// Copyright (c) 2013 – 2015 Adobe Systems Incorporated. All rights reserved.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+// build: 2015-04-13
+
+!function(a){var b,c,d="0.4.2",e="hasOwnProperty",f=/[\.\/]/,g=/\s*,\s*/,h="*",i=function(a,b){return a-b},j={n:{}},k=function(){for(var a=0,b=this.length;b>a;a++)if("undefined"!=typeof this[a])return this[a]},l=function(){for(var a=this.length;--a;)if("undefined"!=typeof this[a])return this[a]},m=function(a,d){a=String(a);var e,f=c,g=Array.prototype.slice.call(arguments,2),h=m.listeners(a),j=0,n=[],o={},p=[],q=b;p.firstDefined=k,p.lastDefined=l,b=a,c=0;for(var r=0,s=h.length;s>r;r++)"zIndex"in h[r]&&(n.push(h[r].zIndex),h[r].zIndex<0&&(o[h[r].zIndex]=h[r]));for(n.sort(i);n[j]<0;)if(e=o[n[j++]],p.push(e.apply(d,g)),c)return c=f,p;for(r=0;s>r;r++)if(e=h[r],"zIndex"in e)if(e.zIndex==n[j]){if(p.push(e.apply(d,g)),c)break;do if(j++,e=o[n[j]],e&&p.push(e.apply(d,g)),c)break;while(e)}else o[e.zIndex]=e;else if(p.push(e.apply(d,g)),c)break;return c=f,b=q,p};m._events=j,m.listeners=function(a){var b,c,d,e,g,i,k,l,m=a.split(f),n=j,o=[n],p=[];for(e=0,g=m.length;g>e;e++){for(l=[],i=0,k=o.length;k>i;i++)for(n=o[i].n,c=[n[m[e]],n[h]],d=2;d--;)b=c[d],b&&(l.push(b),p=p.concat(b.f||[]));o=l}return p},m.on=function(a,b){if(a=String(a),"function"!=typeof b)return function(){};for(var c=a.split(g),d=0,e=c.length;e>d;d++)!function(a){for(var c,d=a.split(f),e=j,g=0,h=d.length;h>g;g++)e=e.n,e=e.hasOwnProperty(d[g])&&e[d[g]]||(e[d[g]]={n:{}});for(e.f=e.f||[],g=0,h=e.f.length;h>g;g++)if(e.f[g]==b){c=!0;break}!c&&e.f.push(b)}(c[d]);return function(a){+a==+a&&(b.zIndex=+a)}},m.f=function(a){var b=[].slice.call(arguments,1);return function(){m.apply(null,[a,null].concat(b).concat([].slice.call(arguments,0)))}},m.stop=function(){c=1},m.nt=function(a){return a?new RegExp("(?:\\.|\\/|^)"+a+"(?:\\.|\\/|$)").test(b):b},m.nts=function(){return b.split(f)},m.off=m.unbind=function(a,b){if(!a)return void(m._events=j={n:{}});var c=a.split(g);if(c.length>1)for(var d=0,i=c.length;i>d;d++)m.off(c[d],b);else{c=a.split(f);var k,l,n,d,i,o,p,q=[j];for(d=0,i=c.length;i>d;d++)for(o=0;od;d++)for(k=q[d];k.n;){if(b){if(k.f){for(o=0,p=k.f.length;p>o;o++)if(k.f[o]==b){k.f.splice(o,1);break}!k.f.length&&delete k.f}for(l in k.n)if(k.n[e](l)&&k.n[l].f){var r=k.n[l].f;for(o=0,p=r.length;p>o;o++)if(r[o]==b){r.splice(o,1);break}!r.length&&delete k.n[l].f}}else{delete k.f;for(l in k.n)k.n[e](l)&&k.n[l].f&&delete k.n[l].f}k=k.n}}},m.once=function(a,b){var c=function(){return m.unbind(a,c),b.apply(this,arguments)};return m.on(a,c)},m.version=d,m.toString=function(){return"You are running Eve "+d},"undefined"!=typeof module&&module.exports?module.exports=m:"function"==typeof define&&define.amd?define("eve",[],function(){return m}):a.eve=m}(this),function(a,b){if("function"==typeof define&&define.amd)define(["eve"],function(c){return b(a,c)});else if("undefined"!=typeof exports){var c=require("eve");module.exports=b(a,c)}else b(a,a.eve)}(window||this,function(a,b){var c=function(b){var c={},d=a.requestAnimationFrame||a.webkitRequestAnimationFrame||a.mozRequestAnimationFrame||a.oRequestAnimationFrame||a.msRequestAnimationFrame||function(a){setTimeout(a,16)},e=Array.isArray||function(a){return a instanceof Array||"[object Array]"==Object.prototype.toString.call(a)},f=0,g="M"+(+new Date).toString(36),h=function(){return g+(f++).toString(36)},i=Date.now||function(){return+new Date},j=function(a){var b=this;if(null==a)return b.s;var c=b.s-a;b.b+=b.dur*c,b.B+=b.dur*c,b.s=a},k=function(a){var b=this;return null==a?b.spd:void(b.spd=a)},l=function(a){var b=this;return null==a?b.dur:(b.s=b.s*a/b.dur,void(b.dur=a))},m=function(){var a=this;delete c[a.id],a.update(),b("mina.stop."+a.id,a)},n=function(){var a=this;a.pdif||(delete c[a.id],a.update(),a.pdif=a.get()-a.b)},o=function(){var a=this;a.pdif&&(a.b=a.get()-a.pdif,delete a.pdif,c[a.id]=a)},p=function(){var a,b=this;if(e(b.start)){a=[];for(var c=0,d=b.start.length;d>c;c++)a[c]=+b.start[c]+(b.end[c]-b.start[c])*b.easing(b.s)}else a=+b.start+(b.end-b.start)*b.easing(b.s);b.set(a)},q=function(){var a=0;for(var e in c)if(c.hasOwnProperty(e)){var f=c[e],g=f.get();a++,f.s=(g-f.b)/(f.dur/f.spd),f.s>=1&&(delete c[e],f.s=1,a--,function(a){setTimeout(function(){b("mina.finish."+a.id,a)})}(f)),f.update()}a&&d(q)},r=function(a,b,e,f,g,i,s){var t={id:h(),start:a,end:b,b:e,s:0,dur:f-e,spd:1,get:g,set:i,easing:s||r.linear,status:j,speed:k,duration:l,stop:m,pause:n,resume:o,update:p};c[t.id]=t;var u,v=0;for(u in c)if(c.hasOwnProperty(u)&&(v++,2==v))break;return 1==v&&d(q),t};return r.time=i,r.getById=function(a){return c[a]||null},r.linear=function(a){return a},r.easeout=function(a){return Math.pow(a,1.7)},r.easein=function(a){return Math.pow(a,.48)},r.easeinout=function(a){if(1==a)return 1;if(0==a)return 0;var b=.48-a/1.04,c=Math.sqrt(.1734+b*b),d=c-b,e=Math.pow(Math.abs(d),1/3)*(0>d?-1:1),f=-c-b,g=Math.pow(Math.abs(f),1/3)*(0>f?-1:1),h=e+g+.5;return 3*(1-h)*h*h+h*h*h},r.backin=function(a){if(1==a)return 1;var b=1.70158;return a*a*((b+1)*a-b)},r.backout=function(a){if(0==a)return 0;a-=1;var b=1.70158;return a*a*((b+1)*a+b)+1},r.elastic=function(a){return a==!!a?a:Math.pow(2,-10*a)*Math.sin(2*(a-.075)*Math.PI/.3)+1},r.bounce=function(a){var b,c=7.5625,d=2.75;return 1/d>a?b=c*a*a:2/d>a?(a-=1.5/d,b=c*a*a+.75):2.5/d>a?(a-=2.25/d,b=c*a*a+.9375):(a-=2.625/d,b=c*a*a+.984375),b},a.mina=r,r}("undefined"==typeof b?function(){}:b),d=function(a){function c(a,b){if(a){if(a.nodeType)return w(a);if(e(a,"array")&&c.set)return c.set.apply(c,a);if(a instanceof s)return a;if(null==b)return a=y.doc.querySelector(String(a)),w(a)}return a=null==a?"100%":a,b=null==b?"100%":b,new v(a,b)}function d(a,b){if(b){if("#text"==a&&(a=y.doc.createTextNode(b.text||b["#text"]||"")),"#comment"==a&&(a=y.doc.createComment(b.text||b["#text"]||"")),"string"==typeof a&&(a=d(a)),"string"==typeof b)return 1==a.nodeType?"xlink:"==b.substring(0,6)?a.getAttributeNS(T,b.substring(6)):"xml:"==b.substring(0,4)?a.getAttributeNS(U,b.substring(4)):a.getAttribute(b):"text"==b?a.nodeValue:null;if(1==a.nodeType){for(var c in b)if(b[z](c)){var e=A(b[c]);e?"xlink:"==c.substring(0,6)?a.setAttributeNS(T,c.substring(6),e):"xml:"==c.substring(0,4)?a.setAttributeNS(U,c.substring(4),e):a.setAttribute(c,e):a.removeAttribute(c)}}else"text"in b&&(a.nodeValue=b.text)}else a=y.doc.createElementNS(U,a);return a}function e(a,b){return b=A.prototype.toLowerCase.call(b),"finite"==b?isFinite(a):"array"==b&&(a instanceof Array||Array.isArray&&Array.isArray(a))?!0:"null"==b&&null===a||b==typeof a&&null!==a||"object"==b&&a===Object(a)||J.call(a).slice(8,-1).toLowerCase()==b}function f(a){if("function"==typeof a||Object(a)!==a)return a;var b=new a.constructor;for(var c in a)a[z](c)&&(b[c]=f(a[c]));return b}function h(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return a.push(a.splice(c,1)[0])}function i(a,b,c){function d(){var e=Array.prototype.slice.call(arguments,0),f=e.join("â€"),g=d.cache=d.cache||{},i=d.count=d.count||[];return g[z](f)?(h(i,f),c?c(g[f]):g[f]):(i.length>=1e3&&delete g[i.shift()],i.push(f),g[f]=a.apply(b,e),c?c(g[f]):g[f])}return d}function j(a,b,c,d,e,f){if(null==e){var g=a-c,h=b-d;return g||h?(180+180*D.atan2(-h,-g)/H+360)%360:0}return j(a,b,e,f)-j(c,d,e,f)}function k(a){return a%360*H/180}function l(a){return 180*a/H%360}function m(a){var b=[];return a=a.replace(/(?:^|\s)(\w+)\(([^)]+)\)/g,function(a,c,d){return d=d.split(/\s*,\s*|\s+/),"rotate"==c&&1==d.length&&d.push(0,0),"scale"==c&&(d.length>2?d=d.slice(0,2):2==d.length&&d.push(0,0),1==d.length&&d.push(d[0],0,0)),b.push("skewX"==c?["m",1,0,D.tan(k(d[0])),1,0,0]:"skewY"==c?["m",1,D.tan(k(d[0])),0,1,0,0]:[c.charAt(0)].concat(d)),a}),b}function n(a,b){var d=ab(a),e=new c.Matrix;if(d)for(var f=0,g=d.length;g>f;f++){var h,i,j,k,l,m=d[f],n=m.length,o=A(m[0]).toLowerCase(),p=m[0]!=o,q=p?e.invert():0;"t"==o&&2==n?e.translate(m[1],0):"t"==o&&3==n?p?(h=q.x(0,0),i=q.y(0,0),j=q.x(m[1],m[2]),k=q.y(m[1],m[2]),e.translate(j-h,k-i)):e.translate(m[1],m[2]):"r"==o?2==n?(l=l||b,e.rotate(m[1],l.x+l.width/2,l.y+l.height/2)):4==n&&(p?(j=q.x(m[2],m[3]),k=q.y(m[2],m[3]),e.rotate(m[1],j,k)):e.rotate(m[1],m[2],m[3])):"s"==o?2==n||3==n?(l=l||b,e.scale(m[1],m[n-1],l.x+l.width/2,l.y+l.height/2)):4==n?p?(j=q.x(m[2],m[3]),k=q.y(m[2],m[3]),e.scale(m[1],m[1],j,k)):e.scale(m[1],m[1],m[2],m[3]):5==n&&(p?(j=q.x(m[3],m[4]),k=q.y(m[3],m[4]),e.scale(m[1],m[2],j,k)):e.scale(m[1],m[2],m[3],m[4])):"m"==o&&7==n&&e.add(m[1],m[2],m[3],m[4],m[5],m[6])}return e}function o(a){var b=a.node.ownerSVGElement&&w(a.node.ownerSVGElement)||a.node.parentNode&&w(a.node.parentNode)||c.select("svg")||c(0,0),d=b.select("defs"),e=null==d?!1:d.node;return e||(e=u("defs",b.node).node),e}function p(a){return a.node.ownerSVGElement&&w(a.node.ownerSVGElement)||c.select("svg")}function q(a,b,c){function e(a){if(null==a)return I;if(a==+a)return a;d(j,{width:a});try{return j.getBBox().width}catch(b){return 0}}function f(a){if(null==a)return I;if(a==+a)return a;d(j,{height:a});try{return j.getBBox().height}catch(b){return 0}}function g(d,e){null==b?i[d]=e(a.attr(d)||0):d==b&&(i=e(null==c?a.attr(d)||0:c))}var h=p(a).node,i={},j=h.querySelector(".svg---mgr");switch(j||(j=d("rect"),d(j,{x:-9e9,y:-9e9,width:10,height:10,"class":"svg---mgr",fill:"none"}),h.appendChild(j)),a.type){case"rect":g("rx",e),g("ry",f);case"image":g("width",e),g("height",f);case"text":g("x",e),g("y",f);break;case"circle":g("cx",e),g("cy",f),g("r",e);break;case"ellipse":g("cx",e),g("cy",f),g("rx",e),g("ry",f);break;case"line":g("x1",e),g("x2",e),g("y1",f),g("y2",f);break;case"marker":g("refX",e),g("markerWidth",e),g("refY",f),g("markerHeight",f);break;case"radialGradient":g("fx",e),g("fy",f);break;case"tspan":g("dx",e),g("dy",f);break;default:g(b,e)}return h.removeChild(j),i}function r(a){e(a,"array")||(a=Array.prototype.slice.call(arguments,0));for(var b=0,c=0,d=this.node;this[b];)delete this[b++];for(b=0;bc;c++){var e={type:a[c].type,attr:a[c].attr()},f=a[c].children();b.push(e),f.length&&x(f,e.childNodes=[])}}c.version="0.4.0",c.toString=function(){return"Snap v"+this.version},c._={};var y={win:a.window,doc:a.window.document};c._.glob=y;{var z="hasOwnProperty",A=String,B=parseFloat,C=parseInt,D=Math,E=D.max,F=D.min,G=D.abs,H=(D.pow,D.PI),I=(D.round,""),J=Object.prototype.toString,K=/^\s*((#[a-f\d]{6})|(#[a-f\d]{3})|rgba?\(\s*([\d\.]+%?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+%?(?:\s*,\s*[\d\.]+%?)?)\s*\)|hsba?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?%?)\s*\)|hsla?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?%?)\s*\))\s*$/i,L=(c._.separator=/[,\s]+/,/[\s]*,[\s]*/),M={hs:1,rg:1},N=/([a-z])[\s,]*((-?\d*\.?\d*(?:e[\-+]?\d+)?[\s]*,?[\s]*)+)/gi,O=/([rstm])[\s,]*((-?\d*\.?\d*(?:e[\-+]?\d+)?[\s]*,?[\s]*)+)/gi,P=/(-?\d*\.?\d*(?:e[\-+]?\\d+)?)[\s]*,?[\s]*/gi,Q=0,R="S"+(+new Date).toString(36),S=function(a){return(a&&a.type?a.type:I)+R+(Q++).toString(36)},T="http://www.w3.org/1999/xlink",U="http://www.w3.org/2000/svg",V={};c.url=function(a){return"url('#"+a+"')"}}c._.$=d,c._.id=S,c.format=function(){var a=/\{([^\}]+)\}/g,b=/(?:(?:^|\.)(.+?)(?=\[|\.|$|\()|\[('|")(.+?)\2\])(\(\))?/g,c=function(a,c,d){var e=d;return c.replace(b,function(a,b,c,d,f){b=b||d,e&&(b in e&&(e=e[b]),"function"==typeof e&&f&&(e=e()))}),e=(null==e||e==d?a:e)+""};return function(b,d){return A(b).replace(a,function(a,b){return c(a,b,d)})}}(),c._.clone=f,c._.cacher=i,c.rad=k,c.deg=l,c.sin=function(a){return D.sin(c.rad(a))},c.tan=function(a){return D.tan(c.rad(a))},c.cos=function(a){return D.cos(c.rad(a))},c.asin=function(a){return c.deg(D.asin(a))},c.acos=function(a){return c.deg(D.acos(a))},c.atan=function(a){return c.deg(D.atan(a))},c.atan2=function(a){return c.deg(D.atan2(a))},c.angle=j,c.len=function(a,b,d,e){return Math.sqrt(c.len2(a,b,d,e))},c.len2=function(a,b,c,d){return(a-c)*(a-c)+(b-d)*(b-d)},c.closestPoint=function(a,b,c){function d(a){var d=a.x-b,e=a.y-c;return d*d+e*e}for(var e,f,g,h,i=a.node,j=i.getTotalLength(),k=j/i.pathSegList.numberOfItems*.125,l=1/0,m=0;j>=m;m+=k)(h=d(g=i.getPointAtLength(m))).5;){var n,o,p,q,r,s;(p=f-k)>=0&&(r=d(n=i.getPointAtLength(p)))f)return b-f;if(f>a-c)return b-f+a}return b},c.getRGB=i(function(a){if(!a||(a=A(a)).indexOf("-")+1)return{r:-1,g:-1,b:-1,hex:"none",error:1,toString:Z};if("none"==a)return{r:-1,g:-1,b:-1,hex:"none",toString:Z};if(!(M[z](a.toLowerCase().substring(0,2))||"#"==a.charAt())&&(a=W(a)),!a)return{r:-1,g:-1,b:-1,hex:"none",error:1,toString:Z};var b,d,f,g,h,i,j=a.match(K);return j?(j[2]&&(f=C(j[2].substring(5),16),d=C(j[2].substring(3,5),16),b=C(j[2].substring(1,3),16)),j[3]&&(f=C((h=j[3].charAt(3))+h,16),d=C((h=j[3].charAt(2))+h,16),b=C((h=j[3].charAt(1))+h,16)),j[4]&&(i=j[4].split(L),b=B(i[0]),"%"==i[0].slice(-1)&&(b*=2.55),d=B(i[1]),"%"==i[1].slice(-1)&&(d*=2.55),f=B(i[2]),"%"==i[2].slice(-1)&&(f*=2.55),"rgba"==j[1].toLowerCase().slice(0,4)&&(g=B(i[3])),i[3]&&"%"==i[3].slice(-1)&&(g/=100)),j[5]?(i=j[5].split(L),b=B(i[0]),"%"==i[0].slice(-1)&&(b/=100),d=B(i[1]),"%"==i[1].slice(-1)&&(d/=100),f=B(i[2]),"%"==i[2].slice(-1)&&(f/=100),("deg"==i[0].slice(-3)||"°"==i[0].slice(-1))&&(b/=360),"hsba"==j[1].toLowerCase().slice(0,4)&&(g=B(i[3])),i[3]&&"%"==i[3].slice(-1)&&(g/=100),c.hsb2rgb(b,d,f,g)):j[6]?(i=j[6].split(L),b=B(i[0]),"%"==i[0].slice(-1)&&(b/=100),d=B(i[1]),"%"==i[1].slice(-1)&&(d/=100),f=B(i[2]),"%"==i[2].slice(-1)&&(f/=100),("deg"==i[0].slice(-3)||"°"==i[0].slice(-1))&&(b/=360),"hsla"==j[1].toLowerCase().slice(0,4)&&(g=B(i[3])),i[3]&&"%"==i[3].slice(-1)&&(g/=100),c.hsl2rgb(b,d,f,g)):(b=F(D.round(b),255),d=F(D.round(d),255),f=F(D.round(f),255),g=F(E(g,0),1),j={r:b,g:d,b:f,toString:Z},j.hex="#"+(16777216|f|d<<8|b<<16).toString(16).slice(1),j.opacity=e(g,"finite")?g:1,j)):{r:-1,g:-1,b:-1,hex:"none",error:1,toString:Z}},c),c.hsb=i(function(a,b,d){return c.hsb2rgb(a,b,d).hex}),c.hsl=i(function(a,b,d){return c.hsl2rgb(a,b,d).hex}),c.rgb=i(function(a,b,c,d){if(e(d,"finite")){var f=D.round;return"rgba("+[f(a),f(b),f(c),+d.toFixed(2)]+")"}return"#"+(16777216|c|b<<8|a<<16).toString(16).slice(1)});var W=function(a){var b=y.doc.getElementsByTagName("head")[0]||y.doc.getElementsByTagName("svg")[0],c="rgb(255, 0, 0)";return(W=i(function(a){if("red"==a.toLowerCase())return c;b.style.color=c,b.style.color=a;var d=y.doc.defaultView.getComputedStyle(b,I).getPropertyValue("color");return d==c?null:d}))(a)},X=function(){return"hsb("+[this.h,this.s,this.b]+")"},Y=function(){return"hsl("+[this.h,this.s,this.l]+")"},Z=function(){return 1==this.opacity||null==this.opacity?this.hex:"rgba("+[this.r,this.g,this.b,this.opacity]+")"},$=function(a,b,d){if(null==b&&e(a,"object")&&"r"in a&&"g"in a&&"b"in a&&(d=a.b,b=a.g,a=a.r),null==b&&e(a,string)){var f=c.getRGB(a);a=f.r,b=f.g,d=f.b}return(a>1||b>1||d>1)&&(a/=255,b/=255,d/=255),[a,b,d]},_=function(a,b,d,f){a=D.round(255*a),b=D.round(255*b),d=D.round(255*d);var g={r:a,g:b,b:d,opacity:e(f,"finite")?f:1,hex:c.rgb(a,b,d),toString:Z};return e(f,"finite")&&(g.opacity=f),g};c.color=function(a){var b;return e(a,"object")&&"h"in a&&"s"in a&&"b"in a?(b=c.hsb2rgb(a),a.r=b.r,a.g=b.g,a.b=b.b,a.opacity=1,a.hex=b.hex):e(a,"object")&&"h"in a&&"s"in a&&"l"in a?(b=c.hsl2rgb(a),a.r=b.r,a.g=b.g,a.b=b.b,a.opacity=1,a.hex=b.hex):(e(a,"string")&&(a=c.getRGB(a)),e(a,"object")&&"r"in a&&"g"in a&&"b"in a&&!("error"in a)?(b=c.rgb2hsl(a),a.h=b.h,a.s=b.s,a.l=b.l,b=c.rgb2hsb(a),a.v=b.b):(a={hex:"none"},a.r=a.g=a.b=a.h=a.s=a.v=a.l=-1,a.error=1)),a.toString=Z,a},c.hsb2rgb=function(a,b,c,d){e(a,"object")&&"h"in a&&"s"in a&&"b"in a&&(c=a.b,b=a.s,d=a.o,a=a.h),a*=360;var f,g,h,i,j;return a=a%360/60,j=c*b,i=j*(1-G(a%2-1)),f=g=h=c-j,a=~~a,f+=[j,i,0,0,i,j][a],g+=[i,j,j,i,0,0][a],h+=[0,0,i,j,j,i][a],_(f,g,h,d)},c.hsl2rgb=function(a,b,c,d){e(a,"object")&&"h"in a&&"s"in a&&"l"in a&&(c=a.l,b=a.s,a=a.h),(a>1||b>1||c>1)&&(a/=360,b/=100,c/=100),a*=360;var f,g,h,i,j;return a=a%360/60,j=2*b*(.5>c?c:1-c),i=j*(1-G(a%2-1)),f=g=h=c-j/2,a=~~a,f+=[j,i,0,0,i,j][a],g+=[i,j,j,i,0,0][a],h+=[0,0,i,j,j,i][a],_(f,g,h,d)},c.rgb2hsb=function(a,b,c){c=$(a,b,c),a=c[0],b=c[1],c=c[2];var d,e,f,g;return f=E(a,b,c),g=f-F(a,b,c),d=0==g?null:f==a?(b-c)/g:f==b?(c-a)/g+2:(a-b)/g+4,d=(d+360)%6*60/360,e=0==g?0:g/f,{h:d,s:e,b:f,toString:X}},c.rgb2hsl=function(a,b,c){c=$(a,b,c),a=c[0],b=c[1],c=c[2];var d,e,f,g,h,i;return g=E(a,b,c),h=F(a,b,c),i=g-h,d=0==i?null:g==a?(b-c)/i:g==b?(c-a)/i+2:(a-b)/i+4,d=(d+360)%6*60/360,f=(g+h)/2,e=0==i?0:.5>f?i/(2*f):i/(2-2*f),{h:d,s:e,l:f,toString:Y}},c.parsePathString=function(a){if(!a)return null;var b=c.path(a);if(b.arr)return c.path.clone(b.arr);var d={a:7,c:6,o:2,h:1,l:2,m:2,r:4,q:4,s:4,t:2,v:1,u:3,z:0},f=[];return e(a,"array")&&e(a[0],"array")&&(f=c.path.clone(a)),f.length||A(a).replace(N,function(a,b,c){var e=[],g=b.toLowerCase();if(c.replace(P,function(a,b){b&&e.push(+b)}),"m"==g&&e.length>2&&(f.push([b].concat(e.splice(0,2))),g="l",b="m"==b?"l":"L"),"o"==g&&1==e.length&&f.push([b,e[0]]),"r"==g)f.push([b].concat(e));else for(;e.length>=d[g]&&(f.push([b].concat(e.splice(0,d[g]))),d[g]););}),f.toString=c.path.toString,b.arr=c.path.clone(f),f};var ab=c.parseTransformString=function(a){if(!a)return null;var b=[];return e(a,"array")&&e(a[0],"array")&&(b=c.path.clone(a)),b.length||A(a).replace(O,function(a,c,d){{var e=[];c.toLowerCase()}d.replace(P,function(a,b){b&&e.push(+b)}),b.push([c].concat(e))}),b.toString=c.path.toString,b};c._.svgTransform2string=m,c._.rgTransform=/^[a-z][\s]*-?\.?\d/i,c._.transform2matrix=n,c._unit2px=q;y.doc.contains||y.doc.compareDocumentPosition?function(a,b){var c=9==a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a==d||!(!d||1!=d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)for(;b;)if(b=b.parentNode,b==a)return!0;return!1};c._.getSomeDefs=o,c._.getSomeSVG=p,c.select=function(a){return a=A(a).replace(/([^\\]):/g,"$1\\:"),w(y.doc.querySelector(a))},c.selectAll=function(a){for(var b=y.doc.querySelectorAll(a),d=(c.set||Array)(),e=0;ei;i++)h[g[i].nodeName]=g[i].nodeValue;return h}if(e(a,"string")){if(!(arguments.length>1))return b("snap.util.getattr."+a,d).firstDefined();var k={};k[a]=c,a=k}for(var l in a)a[z](l)&&b("snap.util.attr."+l,d,a[l]);return d},c.parse=function(a){var b=y.doc.createDocumentFragment(),c=!0,d=y.doc.createElement("div");if(a=A(a),a.match(/^\s*<\s*svg(?:\s|>)/)||(a="",c=!1),d.innerHTML=a,a=d.getElementsByTagName("svg")[0])if(c)b=a;else for(;a.firstChild;)b.appendChild(a.firstChild);return new t(b)},c.fragment=function(){for(var a=Array.prototype.slice.call(arguments,0),b=y.doc.createDocumentFragment(),d=0,e=a.length;e>d;d++){var f=a[d];f.node&&f.node.nodeType&&b.appendChild(f.node),f.nodeType&&b.appendChild(f),"string"==typeof f&&b.appendChild(c.parse(f).node)}return new t(b)},c._.make=u,c._.wrap=w,v.prototype.el=function(a,b){var c=u(a,this.node);return b&&c.attr(b),c},s.prototype.children=function(){for(var a=[],b=this.node.childNodes,d=0,e=b.length;e>d;d++)a[d]=c(b[d]);return a},s.prototype.toJSON=function(){var a=[];return x([this],a),a[0]},b.on("snap.util.getattr",function(){var a=b.nt();a=a.substring(a.lastIndexOf(".")+1);var c=a.replace(/[A-Z]/g,function(a){return"-"+a.toLowerCase()});return bb[z](c)?this.node.ownerDocument.defaultView.getComputedStyle(this.node,null).getPropertyValue(c):d(this.node,a)});var bb={"alignment-baseline":0,"baseline-shift":0,clip:0,"clip-path":0,"clip-rule":0,color:0,"color-interpolation":0,"color-interpolation-filters":0,"color-profile":0,"color-rendering":0,cursor:0,direction:0,display:0,"dominant-baseline":0,"enable-background":0,fill:0,"fill-opacity":0,"fill-rule":0,filter:0,"flood-color":0,"flood-opacity":0,font:0,"font-family":0,"font-size":0,"font-size-adjust":0,"font-stretch":0,"font-style":0,"font-variant":0,"font-weight":0,"glyph-orientation-horizontal":0,"glyph-orientation-vertical":0,"image-rendering":0,kerning:0,"letter-spacing":0,"lighting-color":0,marker:0,"marker-end":0,"marker-mid":0,"marker-start":0,mask:0,opacity:0,overflow:0,"pointer-events":0,"shape-rendering":0,"stop-color":0,"stop-opacity":0,stroke:0,"stroke-dasharray":0,"stroke-dashoffset":0,"stroke-linecap":0,"stroke-linejoin":0,"stroke-miterlimit":0,"stroke-opacity":0,"stroke-width":0,"text-anchor":0,"text-decoration":0,"text-rendering":0,"unicode-bidi":0,visibility:0,"word-spacing":0,"writing-mode":0};b.on("snap.util.attr",function(a){var c=b.nt(),e={};c=c.substring(c.lastIndexOf(".")+1),e[c]=a;var f=c.replace(/-(\w)/gi,function(a,b){return b.toUpperCase()}),g=c.replace(/[A-Z]/g,function(a){return"-"+a.toLowerCase()});bb[z](g)?this.node.style[f]=null==a?I:a:d(this.node,e)}),function(){}(v.prototype),c.ajax=function(a,c,d,f){var g=new XMLHttpRequest,h=S();if(g){if(e(c,"function"))f=d,d=c,c=null;else if(e(c,"object")){var i=[];for(var j in c)c.hasOwnProperty(j)&&i.push(encodeURIComponent(j)+"="+encodeURIComponent(c[j]));c=i.join("&")}return g.open(c?"POST":"GET",a,!0),c&&(g.setRequestHeader("X-Requested-With","XMLHttpRequest"),g.setRequestHeader("Content-type","application/x-www-form-urlencoded")),d&&(b.once("snap.ajax."+h+".0",d),b.once("snap.ajax."+h+".200",d),b.once("snap.ajax."+h+".304",d)),g.onreadystatechange=function(){4==g.readyState&&b("snap.ajax."+h+"."+g.status,f,g)},4==g.readyState?g:(g.send(c),g)}},c.load=function(a,b,d){c.ajax(a,function(a){var e=c.parse(a.responseText);d?b.call(d,e):b(e)})};var cb=function(a){var b=a.getBoundingClientRect(),c=a.ownerDocument,d=c.body,e=c.documentElement,f=e.clientTop||d.clientTop||0,h=e.clientLeft||d.clientLeft||0,i=b.top+(g.win.pageYOffset||e.scrollTop||d.scrollTop)-f,j=b.left+(g.win.pageXOffset||e.scrollLeft||d.scrollLeft)-h;return{y:i,x:j}};return c.getElementByPoint=function(a,b){var c=this,d=(c.canvas,y.doc.elementFromPoint(a,b));if(y.win.opera&&"svg"==d.tagName){var e=cb(d),f=d.createSVGRect();f.x=a-e.x,f.y=b-e.y,f.width=f.height=1;var g=d.getIntersectionList(f,null);g.length&&(d=g[g.length-1])}return d?w(d):null},c.plugin=function(a){a(c,s,v,y,t)},y.win.Snap=c,c}(a||this);return d.plugin(function(d,e,f,g,h){function i(a,b){if(null==b){var c=!0;if(b=a.node.getAttribute("linearGradient"==a.type||"radialGradient"==a.type?"gradientTransform":"pattern"==a.type?"patternTransform":"transform"),!b)return new d.Matrix;b=d._.svgTransform2string(b)}else b=d._.rgTransform.test(b)?o(b).replace(/\.{3}|\u2026/g,a._.transform||""):d._.svgTransform2string(b),n(b,"array")&&(b=d.path?d.path.toString.call(b):o(b)),a._.transform=b;var e=d._.transform2matrix(b,a.getBBox(1));return c?e:void(a.matrix=e)}function j(a){function b(a,b){var c=q(a.node,b);c=c&&c.match(f),c=c&&c[2],c&&"#"==c.charAt()&&(c=c.substring(1),c&&(h[c]=(h[c]||[]).concat(function(c){var d={};d[b]=URL(c),q(a.node,d)})))}function c(a){var b=q(a.node,"xlink:href");b&&"#"==b.charAt()&&(b=b.substring(1),b&&(h[b]=(h[b]||[]).concat(function(b){a.attr("xlink:href","#"+b)})))}for(var d,e=a.selectAll("*"),f=/^\s*url\(("|'|)(.*)\1\)\s*$/,g=[],h={},i=0,j=e.length;j>i;i++){d=e[i],b(d,"fill"),b(d,"stroke"),b(d,"filter"),b(d,"mask"),b(d,"clip-path"),c(d);var k=q(d.node,"id");k&&(q(d.node,{id:d.id}),g.push({old:k,id:d.id}))}for(i=0,j=g.length;j>i;i++){var l=h[g[i].old];if(l)for(var m=0,n=l.length;n>m;m++)l[m](g[i].id)}}function k(a,b,c){return function(d){var e=d.slice(a,b);return 1==e.length&&(e=e[0]),c?c(e):e}}function l(a){return function(){var b=a?"<"+this.type:"",c=this.node.attributes,d=this.node.childNodes;if(a)for(var e=0,f=c.length;f>e;e++)b+=" "+c[e].name+'="'+c[e].value.replace(/"/g,'\\"')+'"';if(d.length){for(a&&(b+=">"),e=0,f=d.length;f>e;e++)3==d[e].nodeType?b+=d[e].nodeValue:1==d[e].nodeType&&(b+=u(d[e]).toString());a&&(b+=""+this.type+">")}else a&&(b+="/>");return b}}var m=e.prototype,n=d.is,o=String,p=d._unit2px,q=d._.$,r=d._.make,s=d._.getSomeDefs,t="hasOwnProperty",u=d._.wrap;m.getBBox=function(a){if(!d.Matrix||!d.path)return this.node.getBBox();var b=this,c=new d.Matrix;if(b.removed)return d._.box();for(;"use"==b.type;)if(a||(c=c.add(b.transform().localMatrix.translate(b.attr("x")||0,b.attr("y")||0))),b.original)b=b.original;else{var e=b.attr("xlink:href");b=b.original=b.node.ownerDocument.getElementById(e.substring(e.indexOf("#")+1))}var f=b._,g=d.path.get[b.type]||d.path.get.deflt;try{return a?(f.bboxwt=g?d.path.getBBox(b.realPath=g(b)):d._.box(b.node.getBBox()),d._.box(f.bboxwt)):(b.realPath=g(b),b.matrix=b.transform().localMatrix,f.bbox=d.path.getBBox(d.path.map(b.realPath,c.add(b.matrix))),d._.box(f.bbox))}catch(h){return d._.box()}};var v=function(){return this.string};m.transform=function(a){var b=this._;if(null==a){for(var c,e=this,f=new d.Matrix(this.node.getCTM()),g=i(this),h=[g],j=new d.Matrix,k=g.toTransformString(),l=o(g)==o(this.matrix)?o(b.transform):k;"svg"!=e.type&&(e=e.parent());)h.push(i(e));for(c=h.length;c--;)j.add(h[c]);return{string:l,globalMatrix:f,totalMatrix:j,localMatrix:g,diffMatrix:f.clone().add(g.invert()),global:f.toTransformString(),total:j.toTransformString(),local:k,toString:v}}return a instanceof d.Matrix?(this.matrix=a,this._.transform=a.toTransformString()):i(this,a),this.node&&("linearGradient"==this.type||"radialGradient"==this.type?q(this.node,{gradientTransform:this.matrix}):"pattern"==this.type?q(this.node,{patternTransform:this.matrix}):q(this.node,{transform:this.matrix})),this},m.parent=function(){return u(this.node.parentNode)},m.append=m.add=function(a){if(a){if("set"==a.type){var b=this;return a.forEach(function(a){b.add(a)}),this}a=u(a),this.node.appendChild(a.node),a.paper=this.paper}return this},m.appendTo=function(a){return a&&(a=u(a),a.append(this)),this},m.prepend=function(a){if(a){if("set"==a.type){var b,c=this;return a.forEach(function(a){b?b.after(a):c.prepend(a),b=a}),this}a=u(a);var d=a.parent();this.node.insertBefore(a.node,this.node.firstChild),this.add&&this.add(),a.paper=this.paper,this.parent()&&this.parent().add(),d&&d.add()}return this},m.prependTo=function(a){return a=u(a),a.prepend(this),this},m.before=function(a){if("set"==a.type){var b=this;return a.forEach(function(a){var c=a.parent();b.node.parentNode.insertBefore(a.node,b.node),c&&c.add()}),this.parent().add(),this}a=u(a);var c=a.parent();return this.node.parentNode.insertBefore(a.node,this.node),this.parent()&&this.parent().add(),c&&c.add(),a.paper=this.paper,this},m.after=function(a){a=u(a);var b=a.parent();return this.node.nextSibling?this.node.parentNode.insertBefore(a.node,this.node.nextSibling):this.node.parentNode.appendChild(a.node),this.parent()&&this.parent().add(),b&&b.add(),a.paper=this.paper,this},m.insertBefore=function(a){a=u(a);var b=this.parent();return a.node.parentNode.insertBefore(this.node,a.node),this.paper=a.paper,b&&b.add(),a.parent()&&a.parent().add(),this},m.insertAfter=function(a){a=u(a);var b=this.parent();return a.node.parentNode.insertBefore(this.node,a.node.nextSibling),this.paper=a.paper,b&&b.add(),a.parent()&&a.parent().add(),this},m.remove=function(){var a=this.parent();return this.node.parentNode&&this.node.parentNode.removeChild(this.node),delete this.paper,this.removed=!0,a&&a.add(),this},m.select=function(a){return u(this.node.querySelector(a))},m.selectAll=function(a){for(var b=this.node.querySelectorAll(a),c=(d.set||Array)(),e=0;eb;b++)a[b].stop();return this},m.animate=function(a,d,e,f){"function"!=typeof e||e.length||(f=e,e=c.linear),a instanceof w&&(f=a.callback,e=a.easing,d=a.dur,a=a.attr);var g,h,i,j,l=[],m=[],p={},q=this;for(var r in a)if(a[t](r)){q.equal?(j=q.equal(r,o(a[r])),g=j.from,h=j.to,i=j.f):(g=+q.attr(r),h=+a[r]);var s=n(g,"array")?g.length:1;p[r]=k(l.length,l.length+s,i),l=l.concat(g),m=m.concat(h)}var u=c.time(),v=c(l,m,u,u+d,c.time,function(a){var b={};for(var c in p)p[t](c)&&(b[c]=p[c](a));q.attr(b)},e);return q.anims[v.id]=v,v._attrs=a,v._callback=f,b("snap.animcreated."+q.id,v),b.once("mina.finish."+v.id,function(){delete q.anims[v.id],f&&f.call(q)}),b.once("mina.stop."+v.id,function(){delete q.anims[v.id]}),q};var x={};m.data=function(a,c){var e=x[this.id]=x[this.id]||{};if(0==arguments.length)return b("snap.data.get."+this.id,this,e,null),e;
+if(1==arguments.length){if(d.is(a,"object")){for(var f in a)a[t](f)&&this.data(f,a[f]);return this}return b("snap.data.get."+this.id,this,e[a],a),e[a]}return e[a]=c,b("snap.data.set."+this.id,this,c,a),this},m.removeData=function(a){return null==a?x[this.id]={}:x[this.id]&&delete x[this.id][a],this},m.outerSVG=m.toString=l(1),m.innerSVG=l(),m.toDataURL=function(){if(a&&a.btoa){var b=this.getBBox(),c=d.format('',{x:+b.x.toFixed(3),y:+b.y.toFixed(3),width:+b.width.toFixed(3),height:+b.height.toFixed(3),contents:this.outerSVG()});return"data:image/svg+xml;base64,"+btoa(unescape(encodeURIComponent(c)))}},h.prototype.select=m.select,h.prototype.selectAll=m.selectAll}),d.plugin(function(a){function b(a,b,d,e,f,g){return null==b&&"[object SVGMatrix]"==c.call(a)?(this.a=a.a,this.b=a.b,this.c=a.c,this.d=a.d,this.e=a.e,void(this.f=a.f)):void(null!=a?(this.a=+a,this.b=+b,this.c=+d,this.d=+e,this.e=+f,this.f=+g):(this.a=1,this.b=0,this.c=0,this.d=1,this.e=0,this.f=0))}var c=Object.prototype.toString,d=String,e=Math,f="";!function(c){function g(a){return a[0]*a[0]+a[1]*a[1]}function h(a){var b=e.sqrt(g(a));a[0]&&(a[0]/=b),a[1]&&(a[1]/=b)}c.add=function(a,c,d,e,f,g){var h,i,j,k,l=[[],[],[]],m=[[this.a,this.c,this.e],[this.b,this.d,this.f],[0,0,1]],n=[[a,d,f],[c,e,g],[0,0,1]];for(a&&a instanceof b&&(n=[[a.a,a.c,a.e],[a.b,a.d,a.f],[0,0,1]]),h=0;3>h;h++)for(i=0;3>i;i++){for(k=0,j=0;3>j;j++)k+=m[h][j]*n[j][i];l[h][i]=k}return this.a=l[0][0],this.b=l[1][0],this.c=l[0][1],this.d=l[1][1],this.e=l[0][2],this.f=l[1][2],this},c.invert=function(){var a=this,c=a.a*a.d-a.b*a.c;return new b(a.d/c,-a.b/c,-a.c/c,a.a/c,(a.c*a.f-a.d*a.e)/c,(a.b*a.e-a.a*a.f)/c)},c.clone=function(){return new b(this.a,this.b,this.c,this.d,this.e,this.f)},c.translate=function(a,b){return this.add(1,0,0,1,a,b)},c.scale=function(a,b,c,d){return null==b&&(b=a),(c||d)&&this.add(1,0,0,1,c,d),this.add(a,0,0,b,0,0),(c||d)&&this.add(1,0,0,1,-c,-d),this},c.rotate=function(b,c,d){b=a.rad(b),c=c||0,d=d||0;var f=+e.cos(b).toFixed(9),g=+e.sin(b).toFixed(9);return this.add(f,g,-g,f,c,d),this.add(1,0,0,1,-c,-d)},c.x=function(a,b){return a*this.a+b*this.c+this.e},c.y=function(a,b){return a*this.b+b*this.d+this.f},c.get=function(a){return+this[d.fromCharCode(97+a)].toFixed(4)},c.toString=function(){return"matrix("+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)].join()+")"},c.offset=function(){return[this.e.toFixed(4),this.f.toFixed(4)]},c.determinant=function(){return this.a*this.d-this.b*this.c},c.split=function(){var b={};b.dx=this.e,b.dy=this.f;var c=[[this.a,this.c],[this.b,this.d]];b.scalex=e.sqrt(g(c[0])),h(c[0]),b.shear=c[0][0]*c[1][0]+c[0][1]*c[1][1],c[1]=[c[1][0]-c[0][0]*b.shear,c[1][1]-c[0][1]*b.shear],b.scaley=e.sqrt(g(c[1])),h(c[1]),b.shear/=b.scaley,this.determinant()<0&&(b.scalex=-b.scalex);var d=-c[0][1],f=c[1][1];return 0>f?(b.rotate=a.deg(e.acos(f)),0>d&&(b.rotate=360-b.rotate)):b.rotate=a.deg(e.asin(d)),b.isSimple=!(+b.shear.toFixed(9)||b.scalex.toFixed(9)!=b.scaley.toFixed(9)&&b.rotate),b.isSuperSimple=!+b.shear.toFixed(9)&&b.scalex.toFixed(9)==b.scaley.toFixed(9)&&!b.rotate,b.noRotation=!+b.shear.toFixed(9)&&!b.rotate,b},c.toTransformString=function(a){var b=a||this.split();return+b.shear.toFixed(9)?"m"+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)]:(b.scalex=+b.scalex.toFixed(4),b.scaley=+b.scaley.toFixed(4),b.rotate=+b.rotate.toFixed(4),(b.dx||b.dy?"t"+[+b.dx.toFixed(4),+b.dy.toFixed(4)]:f)+(1!=b.scalex||1!=b.scaley?"s"+[b.scalex,b.scaley,0,0]:f)+(b.rotate?"r"+[+b.rotate.toFixed(4),0,0]:f))}}(b.prototype),a.Matrix=b,a.matrix=function(a,c,d,e,f,g){return new b(a,c,d,e,f,g)}}),d.plugin(function(a,c,d,e,f){function g(d){return function(e){if(b.stop(),e instanceof f&&1==e.node.childNodes.length&&("radialGradient"==e.node.firstChild.tagName||"linearGradient"==e.node.firstChild.tagName||"pattern"==e.node.firstChild.tagName)&&(e=e.node.firstChild,n(this).appendChild(e),e=l(e)),e instanceof c)if("radialGradient"==e.type||"linearGradient"==e.type||"pattern"==e.type){e.node.id||p(e.node,{id:e.id});var g=q(e.node.id)}else g=e.attr(d);else if(g=a.color(e),g.error){var h=a(n(this).ownerSVGElement).gradient(e);h?(h.node.id||p(h.node,{id:h.id}),g=q(h.node.id)):g=e}else g=r(g);var i={};i[d]=g,p(this.node,i),this.node.style[d]=t}}function h(a){b.stop(),a==+a&&(a+="px"),this.node.style.fontSize=a}function i(a){for(var b=[],c=a.childNodes,d=0,e=c.length;e>d;d++){var f=c[d];3==f.nodeType&&b.push(f.nodeValue),"tspan"==f.tagName&&b.push(1==f.childNodes.length&&3==f.firstChild.nodeType?f.firstChild.nodeValue:i(f))}return b}function j(){return b.stop(),this.node.style.fontSize}var k=a._.make,l=a._.wrap,m=a.is,n=a._.getSomeDefs,o=/^url\(#?([^)]+)\)$/,p=a._.$,q=a.url,r=String,s=a._.separator,t="";b.on("snap.util.attr.mask",function(a){if(a instanceof c||a instanceof f){if(b.stop(),a instanceof f&&1==a.node.childNodes.length&&(a=a.node.firstChild,n(this).appendChild(a),a=l(a)),"mask"==a.type)var d=a;else d=k("mask",n(this)),d.node.appendChild(a.node);!d.node.id&&p(d.node,{id:d.id}),p(this.node,{mask:q(d.id)})}}),function(a){b.on("snap.util.attr.clip",a),b.on("snap.util.attr.clip-path",a),b.on("snap.util.attr.clipPath",a)}(function(a){if(a instanceof c||a instanceof f){if(b.stop(),"clipPath"==a.type)var d=a;else d=k("clipPath",n(this)),d.node.appendChild(a.node),!d.node.id&&p(d.node,{id:d.id});p(this.node,{"clip-path":q(d.node.id||d.id)})}}),b.on("snap.util.attr.fill",g("fill")),b.on("snap.util.attr.stroke",g("stroke"));var u=/^([lr])(?:\(([^)]*)\))?(.*)$/i;b.on("snap.util.grad.parse",function(a){a=r(a);var b=a.match(u);if(!b)return null;var c=b[1],d=b[2],e=b[3];return d=d.split(/\s*,\s*/).map(function(a){return+a==a?+a:a}),1==d.length&&0==d[0]&&(d=[]),e=e.split("-"),e=e.map(function(a){a=a.split(":");var b={color:a[0]};return a[1]&&(b.offset=parseFloat(a[1])),b}),{type:c,params:d,stops:e}}),b.on("snap.util.attr.d",function(c){b.stop(),m(c,"array")&&m(c[0],"array")&&(c=a.path.toString.call(c)),c=r(c),c.match(/[ruo]/i)&&(c=a.path.toAbsolute(c)),p(this.node,{d:c})})(-1),b.on("snap.util.attr.#text",function(a){b.stop(),a=r(a);for(var c=e.doc.createTextNode(a);this.node.firstChild;)this.node.removeChild(this.node.firstChild);this.node.appendChild(c)})(-1),b.on("snap.util.attr.path",function(a){b.stop(),this.attr({d:a})})(-1),b.on("snap.util.attr.class",function(a){b.stop(),this.node.className.baseVal=a})(-1),b.on("snap.util.attr.viewBox",function(a){var c;c=m(a,"object")&&"x"in a?[a.x,a.y,a.width,a.height].join(" "):m(a,"array")?a.join(" "):a,p(this.node,{viewBox:c}),b.stop()})(-1),b.on("snap.util.attr.transform",function(a){this.transform(a),b.stop()})(-1),b.on("snap.util.attr.r",function(a){"rect"==this.type&&(b.stop(),p(this.node,{rx:a,ry:a}))})(-1),b.on("snap.util.attr.textpath",function(a){if(b.stop(),"text"==this.type){var d,e,f;if(!a&&this.textPath){for(e=this.textPath;e.node.firstChild;)this.node.appendChild(e.node.firstChild);return e.remove(),void delete this.textPath}if(m(a,"string")){var g=n(this),h=l(g.parentNode).path(a);g.appendChild(h.node),d=h.id,h.attr({id:d})}else a=l(a),a instanceof c&&(d=a.attr("id"),d||(d=a.id,a.attr({id:d})));if(d)if(e=this.textPath,f=this.node,e)e.attr({"xlink:href":"#"+d});else{for(e=p("textPath",{"xlink:href":"#"+d});f.firstChild;)e.appendChild(f.firstChild);f.appendChild(e),this.textPath=l(e)}}})(-1),b.on("snap.util.attr.text",function(a){if("text"==this.type){for(var c=this.node,d=function(a){var b=p("tspan");if(m(a,"array"))for(var c=0;c1&&(a=Array.prototype.slice.call(arguments,0));var b={};return h(a,"object")&&!h(a,"array")?b=a:null!=a&&(b={points:a}),this.el("polyline",b)},g.polygon=function(a){arguments.length>1&&(a=Array.prototype.slice.call(arguments,0));var b={};return h(a,"object")&&!h(a,"array")?b=a:null!=a&&(b={points:a}),this.el("polygon",b)},function(){function d(){return this.selectAll("stop")}function e(a,b){var d=k("stop"),e={offset:+b+"%"};return a=c.color(a),e["stop-color"]=a.hex,a.opacity<1&&(e["stop-opacity"]=a.opacity),k(d,e),this.node.appendChild(d),this}function f(){if("linearGradient"==this.type){var a=k(this.node,"x1")||0,b=k(this.node,"x2")||1,d=k(this.node,"y1")||0,e=k(this.node,"y2")||0;return c._.box(a,d,math.abs(b-a),math.abs(e-d))}var f=this.node.cx||.5,g=this.node.cy||.5,h=this.node.r||0;return c._.box(f-h,g-h,2*h,2*h)}function h(a,c){function d(a,b){for(var c=(b-l)/(a-m),d=m;a>d;d++)g[d].offset=+(+l+c*(d-m)).toFixed(2);m=a,l=b}var e,f=b("snap.util.grad.parse",null,c).firstDefined();if(!f)return null;f.params.unshift(a),e="l"==f.type.toLowerCase()?i.apply(0,f.params):j.apply(0,f.params),f.type!=f.type.toLowerCase()&&k(e.node,{gradientUnits:"userSpaceOnUse"});var g=f.stops,h=g.length,l=0,m=0;h--;for(var n=0;h>n;n++)"offset"in g[n]&&d(n,g[n].offset);for(g[h].offset=g[h].offset||100,d(h,g[h].offset),n=0;h>=n;n++){var o=g[n];e.addStop(o.color,o.offset)}return e}function i(a,b,g,h,i){var j=c._.make("linearGradient",a);return j.stops=d,j.addStop=e,j.getBBox=f,null!=b&&k(j.node,{x1:b,y1:g,x2:h,y2:i}),j}function j(a,b,g,h,i,j){var l=c._.make("radialGradient",a);return l.stops=d,l.addStop=e,l.getBBox=f,null!=b&&k(l.node,{cx:b,cy:g,r:h}),null!=i&&null!=j&&k(l.node,{fx:i,fy:j}),l}var k=c._.$;g.gradient=function(a){return h(this.defs,a)},g.gradientLinear=function(a,b,c,d){return i(this.defs,a,b,c,d)},g.gradientRadial=function(a,b,c,d,e){return j(this.defs,a,b,c,d,e)},g.toString=function(){var a,b=this.node.ownerDocument,d=b.createDocumentFragment(),e=b.createElement("div"),f=this.node.cloneNode(!0);return d.appendChild(e),e.appendChild(f),c._.$(f,{xmlns:"http://www.w3.org/2000/svg"}),a=e.innerHTML,d.removeChild(d.firstChild),a},g.toDataURL=function(){return a&&a.btoa?"data:image/svg+xml;base64,"+btoa(unescape(encodeURIComponent(this))):void 0},g.clear=function(){for(var a,b=this.node.firstChild;b;)a=b.nextSibling,"defs"!=b.tagName?b.parentNode.removeChild(b):g.clear.call({node:b}),b=a}}()}),d.plugin(function(a,b){function c(a){var b=c.ps=c.ps||{};return b[a]?b[a].sleep=100:b[a]={sleep:100},setTimeout(function(){for(var c in b)b[K](c)&&c!=a&&(b[c].sleep--,!b[c].sleep&&delete b[c])}),b[a]}function d(a,b,c,d){return null==a&&(a=b=c=d=0),null==b&&(b=a.y,c=a.width,d=a.height,a=a.x),{x:a,y:b,width:c,w:c,height:d,h:d,x2:a+c,y2:b+d,cx:a+c/2,cy:b+d/2,r1:N.min(c,d)/2,r2:N.max(c,d)/2,r0:N.sqrt(c*c+d*d)/2,path:w(a,b,c,d),vb:[a,b,c,d].join(" ")}}function e(){return this.join(",").replace(L,"$1")}function f(a){var b=J(a);return b.toString=e,b}function g(a,b,c,d,e,f,g,h,j){return null==j?n(a,b,c,d,e,f,g,h):i(a,b,c,d,e,f,g,h,o(a,b,c,d,e,f,g,h,j))}function h(c,d){function e(a){return+(+a).toFixed(3)}return a._.cacher(function(a,f,h){a instanceof b&&(a=a.attr("d")),a=E(a);for(var j,k,l,m,n,o="",p={},q=0,r=0,s=a.length;s>r;r++){if(l=a[r],"M"==l[0])j=+l[1],k=+l[2];else{if(m=g(j,k,l[1],l[2],l[3],l[4],l[5],l[6]),q+m>f){if(d&&!p.start){if(n=g(j,k,l[1],l[2],l[3],l[4],l[5],l[6],f-q),o+=["C"+e(n.start.x),e(n.start.y),e(n.m.x),e(n.m.y),e(n.x),e(n.y)],h)return o;p.start=o,o=["M"+e(n.x),e(n.y)+"C"+e(n.n.x),e(n.n.y),e(n.end.x),e(n.end.y),e(l[5]),e(l[6])].join(),q+=m,j=+l[5],k=+l[6];continue}if(!c&&!d)return n=g(j,k,l[1],l[2],l[3],l[4],l[5],l[6],f-q)}q+=m,j=+l[5],k=+l[6]}o+=l.shift()+l}return p.end=o,n=c?q:d?p:i(j,k,l[0],l[1],l[2],l[3],l[4],l[5],1)},null,a._.clone)}function i(a,b,c,d,e,f,g,h,i){var j=1-i,k=R(j,3),l=R(j,2),m=i*i,n=m*i,o=k*a+3*l*i*c+3*j*i*i*e+n*g,p=k*b+3*l*i*d+3*j*i*i*f+n*h,q=a+2*i*(c-a)+m*(e-2*c+a),r=b+2*i*(d-b)+m*(f-2*d+b),s=c+2*i*(e-c)+m*(g-2*e+c),t=d+2*i*(f-d)+m*(h-2*f+d),u=j*a+i*c,v=j*b+i*d,w=j*e+i*g,x=j*f+i*h,y=90-180*N.atan2(q-s,r-t)/O;return{x:o,y:p,m:{x:q,y:r},n:{x:s,y:t},start:{x:u,y:v},end:{x:w,y:x},alpha:y}}function j(b,c,e,f,g,h,i,j){a.is(b,"array")||(b=[b,c,e,f,g,h,i,j]);var k=D.apply(null,b);return d(k.min.x,k.min.y,k.max.x-k.min.x,k.max.y-k.min.y)}function k(a,b,c){return b>=a.x&&b<=a.x+a.width&&c>=a.y&&c<=a.y+a.height}function l(a,b){return a=d(a),b=d(b),k(b,a.x,a.y)||k(b,a.x2,a.y)||k(b,a.x,a.y2)||k(b,a.x2,a.y2)||k(a,b.x,b.y)||k(a,b.x2,b.y)||k(a,b.x,b.y2)||k(a,b.x2,b.y2)||(a.xb.x||b.xa.x)&&(a.yb.y||b.ya.y)}function m(a,b,c,d,e){var f=-3*b+9*c-9*d+3*e,g=a*f+6*b-12*c+6*d;return a*g-3*b+3*c}function n(a,b,c,d,e,f,g,h,i){null==i&&(i=1),i=i>1?1:0>i?0:i;for(var j=i/2,k=12,l=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],n=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472],o=0,p=0;k>p;p++){var q=j*l[p]+j,r=m(q,a,c,e,g),s=m(q,b,d,f,h),t=r*r+s*s;o+=n[p]*N.sqrt(t)}return j*o}function o(a,b,c,d,e,f,g,h,i){if(!(0>i||n(a,b,c,d,e,f,g,h)o;)l/=2,m+=(i>j?1:-1)*l,j=n(a,b,c,d,e,f,g,h,m);return m}}function p(a,b,c,d,e,f,g,h){if(!(Q(a,c)
Q(e,g)||Q(b,d)
Q(f,h))){var i=(a*d-b*c)*(e-g)-(a-c)*(e*h-f*g),j=(a*d-b*c)*(f-h)-(b-d)*(e*h-f*g),k=(a-c)*(f-h)-(b-d)*(e-g);if(k){var l=i/k,m=j/k,n=+l.toFixed(2),o=+m.toFixed(2);if(!(n<+P(a,c).toFixed(2)||n>+Q(a,c).toFixed(2)||n<+P(e,g).toFixed(2)||n>+Q(e,g).toFixed(2)||o<+P(b,d).toFixed(2)||o>+Q(b,d).toFixed(2)||o<+P(f,h).toFixed(2)||o>+Q(f,h).toFixed(2)))return{x:l,y:m}}}}function q(a,b,c){var d=j(a),e=j(b);if(!l(d,e))return c?0:[];for(var f=n.apply(0,a),g=n.apply(0,b),h=~~(f/8),k=~~(g/8),m=[],o=[],q={},r=c?0:[],s=0;h+1>s;s++){var t=i.apply(0,a.concat(s/h));m.push({x:t.x,y:t.y,t:s/h})}for(s=0;k+1>s;s++)t=i.apply(0,b.concat(s/k)),o.push({x:t.x,y:t.y,t:s/k});for(s=0;h>s;s++)for(var u=0;k>u;u++){var v=m[s],w=m[s+1],x=o[u],y=o[u+1],z=S(w.x-v.x)<.001?"y":"x",A=S(y.x-x.x)<.001?"y":"x",B=p(v.x,v.y,w.x,w.y,x.x,x.y,y.x,y.y);if(B){if(q[B.x.toFixed(4)]==B.y.toFixed(4))continue;q[B.x.toFixed(4)]=B.y.toFixed(4);var C=v.t+S((B[z]-v[z])/(w[z]-v[z]))*(w.t-v.t),D=x.t+S((B[A]-x[A])/(y[A]-x[A]))*(y.t-x.t);C>=0&&1>=C&&D>=0&&1>=D&&(c?r++:r.push({x:B.x,y:B.y,t1:C,t2:D}))}}return r}function r(a,b){return t(a,b)}function s(a,b){return t(a,b,1)}function t(a,b,c){a=E(a),b=E(b);for(var d,e,f,g,h,i,j,k,l,m,n=c?0:[],o=0,p=a.length;p>o;o++){var r=a[o];if("M"==r[0])d=h=r[1],e=i=r[2];else{"C"==r[0]?(l=[d,e].concat(r.slice(1)),d=l[6],e=l[7]):(l=[d,e,d,e,h,i,h,i],d=h,e=i);for(var s=0,t=b.length;t>s;s++){var u=b[s];if("M"==u[0])f=j=u[1],g=k=u[2];else{"C"==u[0]?(m=[f,g].concat(u.slice(1)),f=m[6],g=m[7]):(m=[f,g,f,g,j,k,j,k],f=j,g=k);var v=q(l,m,c);if(c)n+=v;else{for(var w=0,x=v.length;x>w;w++)v[w].segment1=o,v[w].segment2=s,v[w].bez1=l,v[w].bez2=m;n=n.concat(v)}}}}}return n}function u(a,b,c){var d=v(a);return k(d,b,c)&&t(a,[["M",b,c],["H",d.x2+10]],1)%2==1}function v(a){var b=c(a);if(b.bbox)return J(b.bbox);if(!a)return d();a=E(a);for(var e,f=0,g=0,h=[],i=[],j=0,k=a.length;k>j;j++)if(e=a[j],"M"==e[0])f=e[1],g=e[2],h.push(f),i.push(g);else{var l=D(f,g,e[1],e[2],e[3],e[4],e[5],e[6]);h=h.concat(l.min.x,l.max.x),i=i.concat(l.min.y,l.max.y),f=e[5],g=e[6]}var m=P.apply(0,h),n=P.apply(0,i),o=Q.apply(0,h),p=Q.apply(0,i),q=d(m,n,o-m,p-n);return b.bbox=J(q),q}function w(a,b,c,d,f){if(f)return[["M",+a+ +f,b],["l",c-2*f,0],["a",f,f,0,0,1,f,f],["l",0,d-2*f],["a",f,f,0,0,1,-f,f],["l",2*f-c,0],["a",f,f,0,0,1,-f,-f],["l",0,2*f-d],["a",f,f,0,0,1,f,-f],["z"]];var g=[["M",a,b],["l",c,0],["l",0,d],["l",-c,0],["z"]];return g.toString=e,g}function x(a,b,c,d,f){if(null==f&&null==d&&(d=c),a=+a,b=+b,c=+c,d=+d,null!=f)var g=Math.PI/180,h=a+c*Math.cos(-d*g),i=a+c*Math.cos(-f*g),j=b+c*Math.sin(-d*g),k=b+c*Math.sin(-f*g),l=[["M",h,j],["A",c,c,0,+(f-d>180),0,i,k]];else l=[["M",a,b],["m",0,-d],["a",c,d,0,1,1,0,2*d],["a",c,d,0,1,1,0,-2*d],["z"]];return l.toString=e,l}function y(b){var d=c(b),g=String.prototype.toLowerCase;if(d.rel)return f(d.rel);a.is(b,"array")&&a.is(b&&b[0],"array")||(b=a.parsePathString(b));var h=[],i=0,j=0,k=0,l=0,m=0;"M"==b[0][0]&&(i=b[0][1],j=b[0][2],k=i,l=j,m++,h.push(["M",i,j]));for(var n=m,o=b.length;o>n;n++){var p=h[n]=[],q=b[n];if(q[0]!=g.call(q[0]))switch(p[0]=g.call(q[0]),p[0]){case"a":p[1]=q[1],p[2]=q[2],p[3]=q[3],p[4]=q[4],p[5]=q[5],p[6]=+(q[6]-i).toFixed(3),p[7]=+(q[7]-j).toFixed(3);break;case"v":p[1]=+(q[1]-j).toFixed(3);break;case"m":k=q[1],l=q[2];default:for(var r=1,s=q.length;s>r;r++)p[r]=+(q[r]-(r%2?i:j)).toFixed(3)}else{p=h[n]=[],"m"==q[0]&&(k=q[1]+i,l=q[2]+j);for(var t=0,u=q.length;u>t;t++)h[n][t]=q[t]}var v=h[n].length;switch(h[n][0]){case"z":i=k,j=l;break;case"h":i+=+h[n][v-1];break;case"v":j+=+h[n][v-1];break;default:i+=+h[n][v-2],j+=+h[n][v-1]}}return h.toString=e,d.rel=f(h),h}function z(b){var d=c(b);if(d.abs)return f(d.abs);if(I(b,"array")&&I(b&&b[0],"array")||(b=a.parsePathString(b)),!b||!b.length)return[["M",0,0]];var g,h=[],i=0,j=0,k=0,l=0,m=0;"M"==b[0][0]&&(i=+b[0][1],j=+b[0][2],k=i,l=j,m++,h[0]=["M",i,j]);for(var n,o,p=3==b.length&&"M"==b[0][0]&&"R"==b[1][0].toUpperCase()&&"Z"==b[2][0].toUpperCase(),q=m,r=b.length;r>q;q++){if(h.push(n=[]),o=b[q],g=o[0],g!=g.toUpperCase())switch(n[0]=g.toUpperCase(),n[0]){case"A":n[1]=o[1],n[2]=o[2],n[3]=o[3],n[4]=o[4],n[5]=o[5],n[6]=+o[6]+i,n[7]=+o[7]+j;break;case"V":n[1]=+o[1]+j;break;case"H":n[1]=+o[1]+i;break;case"R":for(var s=[i,j].concat(o.slice(1)),t=2,u=s.length;u>t;t++)s[t]=+s[t]+i,s[++t]=+s[t]+j;h.pop(),h=h.concat(G(s,p));break;case"O":h.pop(),s=x(i,j,o[1],o[2]),s.push(s[0]),h=h.concat(s);break;case"U":h.pop(),h=h.concat(x(i,j,o[1],o[2],o[3])),n=["U"].concat(h[h.length-1].slice(-2));break;case"M":k=+o[1]+i,l=+o[2]+j;default:for(t=1,u=o.length;u>t;t++)n[t]=+o[t]+(t%2?i:j)}else if("R"==g)s=[i,j].concat(o.slice(1)),h.pop(),h=h.concat(G(s,p)),n=["R"].concat(o.slice(-2));else if("O"==g)h.pop(),s=x(i,j,o[1],o[2]),s.push(s[0]),h=h.concat(s);else if("U"==g)h.pop(),h=h.concat(x(i,j,o[1],o[2],o[3])),n=["U"].concat(h[h.length-1].slice(-2));else for(var v=0,w=o.length;w>v;v++)n[v]=o[v];if(g=g.toUpperCase(),"O"!=g)switch(n[0]){case"Z":i=+k,j=+l;break;case"H":i=n[1];break;case"V":j=n[1];break;case"M":k=n[n.length-2],l=n[n.length-1];default:i=n[n.length-2],j=n[n.length-1]}}return h.toString=e,d.abs=f(h),h}function A(a,b,c,d){return[a,b,c,d,c,d]}function B(a,b,c,d,e,f){var g=1/3,h=2/3;return[g*a+h*c,g*b+h*d,g*e+h*c,g*f+h*d,e,f]}function C(b,c,d,e,f,g,h,i,j,k){var l,m=120*O/180,n=O/180*(+f||0),o=[],p=a._.cacher(function(a,b,c){var d=a*N.cos(c)-b*N.sin(c),e=a*N.sin(c)+b*N.cos(c);return{x:d,y:e}});if(k)y=k[0],z=k[1],w=k[2],x=k[3];else{l=p(b,c,-n),b=l.x,c=l.y,l=p(i,j,-n),i=l.x,j=l.y;var q=(N.cos(O/180*f),N.sin(O/180*f),(b-i)/2),r=(c-j)/2,s=q*q/(d*d)+r*r/(e*e);s>1&&(s=N.sqrt(s),d=s*d,e=s*e);var t=d*d,u=e*e,v=(g==h?-1:1)*N.sqrt(S((t*u-t*r*r-u*q*q)/(t*r*r+u*q*q))),w=v*d*r/e+(b+i)/2,x=v*-e*q/d+(c+j)/2,y=N.asin(((c-x)/e).toFixed(9)),z=N.asin(((j-x)/e).toFixed(9));y=w>b?O-y:y,z=w>i?O-z:z,0>y&&(y=2*O+y),0>z&&(z=2*O+z),h&&y>z&&(y-=2*O),!h&&z>y&&(z-=2*O)}var A=z-y;if(S(A)>m){var B=z,D=i,E=j;z=y+m*(h&&z>y?1:-1),i=w+d*N.cos(z),j=x+e*N.sin(z),o=C(i,j,d,e,f,0,h,D,E,[z,B,w,x])}A=z-y;var F=N.cos(y),G=N.sin(y),H=N.cos(z),I=N.sin(z),J=N.tan(A/4),K=4/3*d*J,L=4/3*e*J,M=[b,c],P=[b+K*G,c-L*F],Q=[i+K*I,j-L*H],R=[i,j];if(P[0]=2*M[0]-P[0],P[1]=2*M[1]-P[1],k)return[P,Q,R].concat(o);o=[P,Q,R].concat(o).join().split(",");for(var T=[],U=0,V=o.length;V>U;U++)T[U]=U%2?p(o[U-1],o[U],n).y:p(o[U],o[U+1],n).x;return T}function D(a,b,c,d,e,f,g,h){for(var i,j,k,l,m,n,o,p,q=[],r=[[],[]],s=0;2>s;++s)if(0==s?(j=6*a-12*c+6*e,i=-3*a+9*c-9*e+3*g,k=3*c-3*a):(j=6*b-12*d+6*f,i=-3*b+9*d-9*f+3*h,k=3*d-3*b),S(i)<1e-12){if(S(j)<1e-12)continue;l=-k/j,l>0&&1>l&&q.push(l)}else o=j*j-4*k*i,p=N.sqrt(o),0>o||(m=(-j+p)/(2*i),m>0&&1>m&&q.push(m),n=(-j-p)/(2*i),n>0&&1>n&&q.push(n));for(var t,u=q.length,v=u;u--;)l=q[u],t=1-l,r[0][u]=t*t*t*a+3*t*t*l*c+3*t*l*l*e+l*l*l*g,r[1][u]=t*t*t*b+3*t*t*l*d+3*t*l*l*f+l*l*l*h;return r[0][v]=a,r[1][v]=b,r[0][v+1]=g,r[1][v+1]=h,r[0].length=r[1].length=v+2,{min:{x:P.apply(0,r[0]),y:P.apply(0,r[1])},max:{x:Q.apply(0,r[0]),y:Q.apply(0,r[1])}}}function E(a,b){var d=!b&&c(a);if(!b&&d.curve)return f(d.curve);for(var e=z(a),g=b&&z(b),h={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},i={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},j=(function(a,b,c){var d,e;if(!a)return["C",b.x,b.y,b.x,b.y,b.x,b.y];switch(!(a[0]in{T:1,Q:1})&&(b.qx=b.qy=null),a[0]){case"M":b.X=a[1],b.Y=a[2];break;case"A":a=["C"].concat(C.apply(0,[b.x,b.y].concat(a.slice(1))));break;case"S":"C"==c||"S"==c?(d=2*b.x-b.bx,e=2*b.y-b.by):(d=b.x,e=b.y),a=["C",d,e].concat(a.slice(1));break;case"T":"Q"==c||"T"==c?(b.qx=2*b.x-b.qx,b.qy=2*b.y-b.qy):(b.qx=b.x,b.qy=b.y),a=["C"].concat(B(b.x,b.y,b.qx,b.qy,a[1],a[2]));break;case"Q":b.qx=a[1],b.qy=a[2],a=["C"].concat(B(b.x,b.y,a[1],a[2],a[3],a[4]));break;case"L":a=["C"].concat(A(b.x,b.y,a[1],a[2]));break;case"H":a=["C"].concat(A(b.x,b.y,a[1],b.y));break;case"V":a=["C"].concat(A(b.x,b.y,b.x,a[1]));break;case"Z":a=["C"].concat(A(b.x,b.y,b.X,b.Y))}return a}),k=function(a,b){if(a[b].length>7){a[b].shift();for(var c=a[b];c.length;)m[b]="A",g&&(n[b]="A"),a.splice(b++,0,["C"].concat(c.splice(0,6)));a.splice(b,1),r=Q(e.length,g&&g.length||0)}},l=function(a,b,c,d,f){a&&b&&"M"==a[f][0]&&"M"!=b[f][0]&&(b.splice(f,0,["M",d.x,d.y]),c.bx=0,c.by=0,c.x=a[f][1],c.y=a[f][2],r=Q(e.length,g&&g.length||0))},m=[],n=[],o="",p="",q=0,r=Q(e.length,g&&g.length||0);r>q;q++){e[q]&&(o=e[q][0]),"C"!=o&&(m[q]=o,q&&(p=m[q-1])),e[q]=j(e[q],h,p),"A"!=m[q]&&"C"==o&&(m[q]="C"),k(e,q),g&&(g[q]&&(o=g[q][0]),"C"!=o&&(n[q]=o,q&&(p=n[q-1])),g[q]=j(g[q],i,p),"A"!=n[q]&&"C"==o&&(n[q]="C"),k(g,q)),l(e,g,h,i,q),l(g,e,i,h,q);var s=e[q],t=g&&g[q],u=s.length,v=g&&t.length;h.x=s[u-2],h.y=s[u-1],h.bx=M(s[u-4])||h.x,h.by=M(s[u-3])||h.y,i.bx=g&&(M(t[v-4])||i.x),i.by=g&&(M(t[v-3])||i.y),i.x=g&&t[v-2],i.y=g&&t[v-1]}return g||(d.curve=f(e)),g?[e,g]:e}function F(a,b){if(!b)return a;var c,d,e,f,g,h,i;for(a=E(a),e=0,g=a.length;g>e;e++)for(i=a[e],f=1,h=i.length;h>f;f+=2)c=b.x(i[f],i[f+1]),d=b.y(i[f],i[f+1]),i[f]=c,i[f+1]=d;return a}function G(a,b){for(var c=[],d=0,e=a.length;e-2*!b>d;d+=2){var f=[{x:+a[d-2],y:+a[d-1]},{x:+a[d],y:+a[d+1]},{x:+a[d+2],y:+a[d+3]},{x:+a[d+4],y:+a[d+5]}];b?d?e-4==d?f[3]={x:+a[0],y:+a[1]}:e-2==d&&(f[2]={x:+a[0],y:+a[1]},f[3]={x:+a[2],y:+a[3]}):f[0]={x:+a[e-2],y:+a[e-1]}:e-4==d?f[3]=f[2]:d||(f[0]={x:+a[d],y:+a[d+1]}),c.push(["C",(-f[0].x+6*f[1].x+f[2].x)/6,(-f[0].y+6*f[1].y+f[2].y)/6,(f[1].x+6*f[2].x-f[3].x)/6,(f[1].y+6*f[2].y-f[3].y)/6,f[2].x,f[2].y])}return c}var H=b.prototype,I=a.is,J=a._.clone,K="hasOwnProperty",L=/,?([a-z]),?/gi,M=parseFloat,N=Math,O=N.PI,P=N.min,Q=N.max,R=N.pow,S=N.abs,T=h(1),U=h(),V=h(0,1),W=a._unit2px,X={path:function(a){return a.attr("path")},circle:function(a){var b=W(a);return x(b.cx,b.cy,b.r)},ellipse:function(a){var b=W(a);return x(b.cx||0,b.cy||0,b.rx,b.ry)},rect:function(a){var b=W(a);return w(b.x||0,b.y||0,b.width,b.height,b.rx,b.ry)},image:function(a){var b=W(a);return w(b.x||0,b.y||0,b.width,b.height)},line:function(a){return"M"+[a.attr("x1")||0,a.attr("y1")||0,a.attr("x2"),a.attr("y2")]},polyline:function(a){return"M"+a.attr("points")},polygon:function(a){return"M"+a.attr("points")+"z"},deflt:function(a){var b=a.node.getBBox();return w(b.x,b.y,b.width,b.height)}};a.path=c,a.path.getTotalLength=T,a.path.getPointAtLength=U,a.path.getSubpath=function(a,b,c){if(this.getTotalLength(a)-c<1e-6)return V(a,b).end;var d=V(a,c,1);return b?V(d,b).end:d},H.getTotalLength=function(){return this.node.getTotalLength?this.node.getTotalLength():void 0},H.getPointAtLength=function(a){return U(this.attr("d"),a)},H.getSubpath=function(b,c){return a.path.getSubpath(this.attr("d"),b,c)},a._.box=d,a.path.findDotsAtSegment=i,a.path.bezierBBox=j,a.path.isPointInsideBBox=k,a.closest=function(b,c,e,f){for(var g=100,h=d(b-g/2,c-g/2,g,g),i=[],j=e[0].hasOwnProperty("x")?function(a){return{x:e[a].x,y:e[a].y}}:function(a){return{x:e[a],y:f[a]}},l=0;1e6>=g&&!l;){for(var m=0,n=e.length;n>m;m++){var o=j(m);if(k(h,o.x,o.y)){l++,i.push(o);break}}l||(g*=2,h=d(b-g/2,c-g/2,g,g))}if(1e6!=g){var p,q=1/0;for(m=0,n=i.length;n>m;m++){var r=a.len(b,c,i[m].x,i[m].y);q>r&&(q=r,i[m].len=r,p=i[m])}return p}},a.path.isBBoxIntersect=l,a.path.intersection=r,a.path.intersectionNumber=s,a.path.isPointInside=u,a.path.getBBox=v,a.path.get=X,a.path.toRelative=y,a.path.toAbsolute=z,a.path.toCubic=E,a.path.map=F,a.path.toString=e,a.path.clone=f}),d.plugin(function(a){var d=Math.max,e=Math.min,f=function(a){if(this.items=[],this.bindings={},this.length=0,this.type="set",a)for(var b=0,c=a.length;c>b;b++)a[b]&&(this[this.items.length]=this.items[this.items.length]=a[b],this.length++)},g=f.prototype;g.push=function(){for(var a,b,c=0,d=arguments.length;d>c;c++)a=arguments[c],a&&(b=this.items.length,this[b]=this.items[b]=a,this.length++);return this},g.pop=function(){return this.length&&delete this[this.length--],this.items.pop()},g.forEach=function(a,b){for(var c=0,d=this.items.length;d>c;c++)if(a.call(b,this.items[c],c)===!1)return this;return this},g.animate=function(d,e,f,g){"function"!=typeof f||f.length||(g=f,f=c.linear),d instanceof a._.Animation&&(g=d.callback,f=d.easing,e=f.dur,d=d.attr);var h=arguments;if(a.is(d,"array")&&a.is(h[h.length-1],"array"))var i=!0;var j,k=function(){j?this.b=j:j=this.b},l=0,m=this,n=g&&function(){++l==m.length&&g.call(this)
+};return this.forEach(function(a,c){b.once("snap.animcreated."+a.id,k),i?h[c]&&a.animate.apply(a,h[c]):a.animate(d,e,f,n)})},g.remove=function(){for(;this.length;)this.pop().remove();return this},g.bind=function(a,b,c){var d={};if("function"==typeof b)this.bindings[a]=b;else{var e=c||a;this.bindings[a]=function(a){d[e]=a,b.attr(d)}}return this},g.attr=function(a){var b={};for(var c in a)this.bindings[c]?this.bindings[c](a[c]):b[c]=a[c];for(var d=0,e=this.items.length;e>d;d++)this.items[d].attr(b);return this},g.clear=function(){for(;this.length;)this.pop()},g.splice=function(a,b){a=0>a?d(this.length+a,0):a,b=d(0,e(this.length-a,b));var c,g=[],h=[],i=[];for(c=2;cc;c++)h.push(this[a+c]);for(;cc?i[c]:g[c-j];for(c=this.items.length=this.length-=b-j;this[c];)delete this[c++];return new f(h)},g.exclude=function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]==a)return this.splice(b,1),!0;return!1},g.insertAfter=function(a){for(var b=this.items.length;b--;)this.items[b].insertAfter(a);return this},g.getBBox=function(){for(var a=[],b=[],c=[],f=[],g=this.items.length;g--;)if(!this.items[g].removed){var h=this.items[g].getBBox();a.push(h.x),b.push(h.y),c.push(h.x+h.width),f.push(h.y+h.height)}return a=e.apply(0,a),b=e.apply(0,b),c=d.apply(0,c),f=d.apply(0,f),{x:a,y:b,x2:c,y2:f,width:c-a,height:f-b,cx:a+(c-a)/2,cy:b+(f-b)/2}},g.clone=function(a){a=new f;for(var b=0,c=this.items.length;c>b;b++)a.push(this.items[b].clone());return a},g.toString=function(){return"Snap‘s set"},g.type="set",a.Set=f,a.set=function(){var a=new f;return arguments.length&&a.push.apply(a,Array.prototype.slice.call(arguments,0)),a}}),d.plugin(function(a,c){function d(a){var b=a[0];switch(b.toLowerCase()){case"t":return[b,0,0];case"m":return[b,1,0,0,1,0,0];case"r":return 4==a.length?[b,0,a[2],a[3]]:[b,0];case"s":return 5==a.length?[b,1,1,a[3],a[4]]:3==a.length?[b,1,1]:[b,1]}}function e(b,c,e){c=p(c).replace(/\.{3}|\u2026/g,b),b=a.parseTransformString(b)||[],c=a.parseTransformString(c)||[];for(var f,g,h,i,l=Math.max(b.length,c.length),m=[],n=[],o=0;l>o;o++){if(h=b[o]||d(c[o]),i=c[o]||d(h),h[0]!=i[0]||"r"==h[0].toLowerCase()&&(h[2]!=i[2]||h[3]!=i[3])||"s"==h[0].toLowerCase()&&(h[3]!=i[3]||h[4]!=i[4])){b=a._.transform2matrix(b,e()),c=a._.transform2matrix(c,e()),m=[["m",b.a,b.b,b.c,b.d,b.e,b.f]],n=[["m",c.a,c.b,c.c,c.d,c.e,c.f]];break}for(m[o]=[],n[o]=[],f=0,g=Math.max(h.length,i.length);g>f;f++)f in h&&(m[o][f]=h[f]),f in i&&(n[o][f]=i[f])}return{from:k(m),to:k(n),f:j(m)}}function f(a){return a}function g(a){return function(b){return+b.toFixed(3)+a}}function h(a){return a.join(" ")}function i(b){return a.rgb(b[0],b[1],b[2])}function j(a){var b,c,d,e,f,g,h=0,i=[];for(b=0,c=a.length;c>b;b++){for(f="[",g=['"'+a[b][0]+'"'],d=1,e=a[b].length;e>d;d++)g[d]="val["+h++ +"]";f+=g+"]",i[b]=f}return Function("val","return Snap.path.toString.call(["+i+"])")}function k(a){for(var b=[],c=0,d=a.length;d>c;c++)for(var e=1,f=a[c].length;f>e;e++)b.push(a[c][e]);return b}function l(a){return isFinite(parseFloat(a))}function m(b,c){return a.is(b,"array")&&a.is(c,"array")?b.toString()==c.toString():!1}var n={},o=/[a-z]+$/i,p=String;n.stroke=n.fill="colour",c.prototype.equal=function(a,c){return b("snap.util.equal",this,a,c).firstDefined()},b.on("snap.util.equal",function(b,c){var d,q,r=p(this.attr(b)||""),s=this;if(l(r)&&l(c))return{from:parseFloat(r),to:parseFloat(c),f:f};if("colour"==n[b])return d=a.color(r),q=a.color(c),{from:[d.r,d.g,d.b,d.opacity],to:[q.r,q.g,q.b,q.opacity],f:i};if("viewBox"==b)return d=this.attr(b).vb.split(" ").map(Number),q=c.split(" ").map(Number),{from:d,to:q,f:h};if("transform"==b||"gradientTransform"==b||"patternTransform"==b)return c instanceof a.Matrix&&(c=c.toTransformString()),a._.rgTransform.test(c)||(c=a._.svgTransform2string(c)),e(r,c,function(){return s.getBBox(1)});if("d"==b||"path"==b)return d=a.path.toCubic(r,c),{from:k(d[0]),to:k(d[1]),f:j(d[0])};if("points"==b)return d=p(r).split(a._.separator),q=p(c).split(a._.separator),{from:d,to:q,f:function(a){return a}};var t=r.match(o),u=p(c).match(o);return t&&m(t,u)?{from:parseFloat(r),to:parseFloat(c),f:g(t)}:{from:this.asPX(b),to:this.asPX(b,c),f:f}})}),d.plugin(function(a,c,d,e){for(var f=c.prototype,g="hasOwnProperty",h=("createTouch"in e.doc),i=["click","dblclick","mousedown","mousemove","mouseout","mouseover","mouseup","touchstart","touchmove","touchend","touchcancel"],j={mousedown:"touchstart",mousemove:"touchmove",mouseup:"touchend"},k=(function(a,b){var c="y"==a?"scrollTop":"scrollLeft",d=b&&b.node?b.node.ownerDocument:e.doc;return d[c in d.documentElement?"documentElement":"body"][c]}),l=function(){return this.originalEvent.preventDefault()},m=function(){return this.originalEvent.stopPropagation()},n=function(a,b,c,d){var e=h&&j[b]?j[b]:b,f=function(e){var f=k("y",d),i=k("x",d);if(h&&j[g](b))for(var n=0,o=e.targetTouches&&e.targetTouches.length;o>n;n++)if(e.targetTouches[n].target==a||a.contains(e.targetTouches[n].target)){var p=e;e=e.targetTouches[n],e.originalEvent=p,e.preventDefault=l,e.stopPropagation=m;break}var q=e.clientX+i,r=e.clientY+f;return c.call(d,e,q,r)};return b!==e&&a.addEventListener(b,f,!1),a.addEventListener(e,f,!1),function(){return b!==e&&a.removeEventListener(b,f,!1),a.removeEventListener(e,f,!1),!0}},o=[],p=function(a){for(var c,d=a.clientX,e=a.clientY,f=k("y"),g=k("x"),i=o.length;i--;){if(c=o[i],h){for(var j,l=a.touches&&a.touches.length;l--;)if(j=a.touches[l],j.identifier==c.el._drag.id||c.el.node.contains(j.target)){d=j.clientX,e=j.clientY,(a.originalEvent?a.originalEvent:a).preventDefault();break}}else a.preventDefault();{var m=c.el.node;m.nextSibling,m.parentNode,m.style.display}d+=g,e+=f,b("snap.drag.move."+c.el.id,c.move_scope||c.el,d-c.el._drag.x,e-c.el._drag.y,d,e,a)}},q=function(c){a.unmousemove(p).unmouseup(q);for(var d,e=o.length;e--;)d=o[e],d.el._drag={},b("snap.drag.end."+d.el.id,d.end_scope||d.start_scope||d.move_scope||d.el,c),b.off("snap.drag.*."+d.el.id);o=[]},r=i.length;r--;)!function(b){a[b]=f[b]=function(c,d){if(a.is(c,"function"))this.events=this.events||[],this.events.push({name:b,f:c,unbind:n(this.node||document,b,c,d||this)});else for(var e=0,f=this.events.length;f>e;e++)if(this.events[e].name==b)try{this.events[e].f.call(this)}catch(g){}return this},a["un"+b]=f["un"+b]=function(a){for(var c=this.events||[],d=c.length;d--;)if(c[d].name==b&&(c[d].f==a||!a))return c[d].unbind(),c.splice(d,1),!c.length&&delete this.events,this;return this}}(i[r]);f.hover=function(a,b,c,d){return this.mouseover(a,c).mouseout(b,d||c)},f.unhover=function(a,b){return this.unmouseover(a).unmouseout(b)};var s=[];f.drag=function(c,d,e,f,g,h){function i(i,j,l){(i.originalEvent||i).preventDefault(),k._drag.x=j,k._drag.y=l,k._drag.id=i.identifier,!o.length&&a.mousemove(p).mouseup(q),o.push({el:k,move_scope:f,start_scope:g,end_scope:h}),d&&b.on("snap.drag.start."+k.id,d),c&&b.on("snap.drag.move."+k.id,c),e&&b.on("snap.drag.end."+k.id,e),b("snap.drag.start."+k.id,g||f||k,j,l,i)}function j(a,c,d){b("snap.draginit."+k.id,k,a,c,d)}var k=this;if(!arguments.length){var l;return k.drag(function(a,b){this.attr({transform:l+(l?"T":"t")+[a,b]})},function(){l=this.transform().local})}return b.on("snap.draginit."+k.id,i),k._drag={},s.push({el:k,start:i,init:j}),k.mousedown(j),k},f.undrag=function(){for(var c=s.length;c--;)s[c].el==this&&(this.unmousedown(s[c].init),s.splice(c,1),b.unbind("snap.drag.*."+this.id),b.unbind("snap.draginit."+this.id));return!s.length&&a.unmousemove(p).unmouseup(q),this}}),d.plugin(function(a,c,d){var e=(c.prototype,d.prototype),f=/^\s*url\((.+)\)/,g=String,h=a._.$;a.filter={},e.filter=function(b){var d=this;"svg"!=d.type&&(d=d.paper);var e=a.parse(g(b)),f=a._.id(),i=(d.node.offsetWidth,d.node.offsetHeight,h("filter"));return h(i,{id:f,filterUnits:"userSpaceOnUse"}),i.appendChild(e.node),d.defs.appendChild(i),new c(i)},b.on("snap.util.getattr.filter",function(){b.stop();var c=h(this.node,"filter");if(c){var d=g(c).match(f);return d&&a.select(d[1])}}),b.on("snap.util.attr.filter",function(d){if(d instanceof c&&"filter"==d.type){b.stop();var e=d.node.id;e||(h(d.node,{id:d.id}),e=d.id),h(this.node,{filter:a.url(e)})}d&&"none"!=d||(b.stop(),this.node.removeAttribute("filter"))}),a.filter.blur=function(b,c){null==b&&(b=2);var d=null==c?b:[b,c];return a.format('',{def:d})},a.filter.blur.toString=function(){return this()},a.filter.shadow=function(b,c,d,e,f){return"string"==typeof d&&(e=d,f=e,d=4),"string"!=typeof e&&(f=e,e="#000"),e=e||"#000",null==d&&(d=4),null==f&&(f=1),null==b&&(b=0,c=2),null==c&&(c=b),e=a.color(e),a.format('',{color:e,dx:b,dy:c,blur:d,opacity:f})},a.filter.shadow.toString=function(){return this()},a.filter.grayscale=function(b){return null==b&&(b=1),a.format('',{a:.2126+.7874*(1-b),b:.7152-.7152*(1-b),c:.0722-.0722*(1-b),d:.2126-.2126*(1-b),e:.7152+.2848*(1-b),f:.0722-.0722*(1-b),g:.2126-.2126*(1-b),h:.0722+.9278*(1-b)})},a.filter.grayscale.toString=function(){return this()},a.filter.sepia=function(b){return null==b&&(b=1),a.format('',{a:.393+.607*(1-b),b:.769-.769*(1-b),c:.189-.189*(1-b),d:.349-.349*(1-b),e:.686+.314*(1-b),f:.168-.168*(1-b),g:.272-.272*(1-b),h:.534-.534*(1-b),i:.131+.869*(1-b)})},a.filter.sepia.toString=function(){return this()},a.filter.saturate=function(b){return null==b&&(b=1),a.format('',{amount:1-b})},a.filter.saturate.toString=function(){return this()},a.filter.hueRotate=function(b){return b=b||0,a.format('',{angle:b})},a.filter.hueRotate.toString=function(){return this()},a.filter.invert=function(b){return null==b&&(b=1),a.format('',{amount:b,amount2:1-b})},a.filter.invert.toString=function(){return this()},a.filter.brightness=function(b){return null==b&&(b=1),a.format('',{amount:b})},a.filter.brightness.toString=function(){return this()},a.filter.contrast=function(b){return null==b&&(b=1),a.format('',{amount:b,amount2:.5-b/2})},a.filter.contrast.toString=function(){return this()}}),d.plugin(function(a,b){var c=a._.box,d=a.is,e=/^[^a-z]*([tbmlrc])/i,f=function(){return"T"+this.dx+","+this.dy};b.prototype.getAlign=function(a,b){null==b&&d(a,"string")&&(b=a,a=null),a=a||this.paper;var g=a.getBBox?a.getBBox():c(a),h=this.getBBox(),i={};switch(b=b&&b.match(e),b=b?b[1].toLowerCase():"c"){case"t":i.dx=0,i.dy=g.y-h.y;break;case"b":i.dx=0,i.dy=g.y2-h.y2;break;case"m":i.dx=0,i.dy=g.cy-h.cy;break;case"l":i.dx=g.x-h.x,i.dy=0;break;case"r":i.dx=g.x2-h.x2,i.dy=0;break;default:i.dx=g.cx-h.cx,i.dy=0}return i.toString=f,i},b.prototype.align=function(a,b){return this.transform("..."+this.getAlign(a,b))}}),d});
diff --git a/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/dist/snap.svg.js b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/dist/snap.svg.js
new file mode 100644
index 0000000..5475170
--- /dev/null
+++ b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/dist/snap.svg.js
@@ -0,0 +1,8170 @@
+// Snap.svg 0.4.1
+//
+// Copyright (c) 2013 – 2015 Adobe Systems Incorporated. All rights reserved.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+// build: 2015-04-13
+
+// Copyright (c) 2013 Adobe Systems Incorporated. All rights reserved.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ┌────────────────────────────────────────────────────────────┠\\
+// │ Eve 0.4.2 - JavaScript Events Library │ \\
+// ├────────────────────────────────────────────────────────────┤ \\
+// │ Author Dmitry Baranovskiy (http://dmitry.baranovskiy.com/) │ \\
+// └────────────────────────────────────────────────────────────┘ \\
+
+(function (glob) {
+ var version = "0.4.2",
+ has = "hasOwnProperty",
+ separator = /[\.\/]/,
+ comaseparator = /\s*,\s*/,
+ wildcard = "*",
+ fun = function () {},
+ numsort = function (a, b) {
+ return a - b;
+ },
+ current_event,
+ stop,
+ events = {n: {}},
+ firstDefined = function () {
+ for (var i = 0, ii = this.length; i < ii; i++) {
+ if (typeof this[i] != "undefined") {
+ return this[i];
+ }
+ }
+ },
+ lastDefined = function () {
+ var i = this.length;
+ while (--i) {
+ if (typeof this[i] != "undefined") {
+ return this[i];
+ }
+ }
+ },
+ /*\
+ * eve
+ [ method ]
+
+ * Fires event with given `name`, given scope and other parameters.
+
+ > Arguments
+
+ - name (string) name of the *event*, dot (`.`) or slash (`/`) separated
+ - scope (object) context for the event handlers
+ - varargs (...) the rest of arguments will be sent to event handlers
+
+ = (object) array of returned values from the listeners. Array has two methods `.firstDefined()` and `.lastDefined()` to get first or last not `undefined` value.
+ \*/
+ eve = function (name, scope) {
+ name = String(name);
+ var e = events,
+ oldstop = stop,
+ args = Array.prototype.slice.call(arguments, 2),
+ listeners = eve.listeners(name),
+ z = 0,
+ f = false,
+ l,
+ indexed = [],
+ queue = {},
+ out = [],
+ ce = current_event,
+ errors = [];
+ out.firstDefined = firstDefined;
+ out.lastDefined = lastDefined;
+ current_event = name;
+ stop = 0;
+ for (var i = 0, ii = listeners.length; i < ii; i++) if ("zIndex" in listeners[i]) {
+ indexed.push(listeners[i].zIndex);
+ if (listeners[i].zIndex < 0) {
+ queue[listeners[i].zIndex] = listeners[i];
+ }
+ }
+ indexed.sort(numsort);
+ while (indexed[z] < 0) {
+ l = queue[indexed[z++]];
+ out.push(l.apply(scope, args));
+ if (stop) {
+ stop = oldstop;
+ return out;
+ }
+ }
+ for (i = 0; i < ii; i++) {
+ l = listeners[i];
+ if ("zIndex" in l) {
+ if (l.zIndex == indexed[z]) {
+ out.push(l.apply(scope, args));
+ if (stop) {
+ break;
+ }
+ do {
+ z++;
+ l = queue[indexed[z]];
+ l && out.push(l.apply(scope, args));
+ if (stop) {
+ break;
+ }
+ } while (l)
+ } else {
+ queue[l.zIndex] = l;
+ }
+ } else {
+ out.push(l.apply(scope, args));
+ if (stop) {
+ break;
+ }
+ }
+ }
+ stop = oldstop;
+ current_event = ce;
+ return out;
+ };
+ // Undocumented. Debug only.
+ eve._events = events;
+ /*\
+ * eve.listeners
+ [ method ]
+
+ * Internal method which gives you array of all event handlers that will be triggered by the given `name`.
+
+ > Arguments
+
+ - name (string) name of the event, dot (`.`) or slash (`/`) separated
+
+ = (array) array of event handlers
+ \*/
+ eve.listeners = function (name) {
+ var names = name.split(separator),
+ e = events,
+ item,
+ items,
+ k,
+ i,
+ ii,
+ j,
+ jj,
+ nes,
+ es = [e],
+ out = [];
+ for (i = 0, ii = names.length; i < ii; i++) {
+ nes = [];
+ for (j = 0, jj = es.length; j < jj; j++) {
+ e = es[j].n;
+ items = [e[names[i]], e[wildcard]];
+ k = 2;
+ while (k--) {
+ item = items[k];
+ if (item) {
+ nes.push(item);
+ out = out.concat(item.f || []);
+ }
+ }
+ }
+ es = nes;
+ }
+ return out;
+ };
+
+ /*\
+ * eve.on
+ [ method ]
+ **
+ * Binds given event handler with a given name. You can use wildcards “`*`†for the names:
+ | eve.on("*.under.*", f);
+ | eve("mouse.under.floor"); // triggers f
+ * Use @eve to trigger the listener.
+ **
+ > Arguments
+ **
+ - name (string) name of the event, dot (`.`) or slash (`/`) separated, with optional wildcards
+ - f (function) event handler function
+ **
+ = (function) returned function accepts a single numeric parameter that represents z-index of the handler. It is an optional feature and only used when you need to ensure that some subset of handlers will be invoked in a given order, despite of the order of assignment.
+ > Example:
+ | eve.on("mouse", eatIt)(2);
+ | eve.on("mouse", scream);
+ | eve.on("mouse", catchIt)(1);
+ * This will ensure that `catchIt` function will be called before `eatIt`.
+ *
+ * If you want to put your handler before non-indexed handlers, specify a negative value.
+ * Note: I assume most of the time you don’t need to worry about z-index, but it’s nice to have this feature “just in caseâ€.
+ \*/
+ eve.on = function (name, f) {
+ name = String(name);
+ if (typeof f != "function") {
+ return function () {};
+ }
+ var names = name.split(comaseparator);
+ for (var i = 0, ii = names.length; i < ii; i++) {
+ (function (name) {
+ var names = name.split(separator),
+ e = events,
+ exist;
+ for (var i = 0, ii = names.length; i < ii; i++) {
+ e = e.n;
+ e = e.hasOwnProperty(names[i]) && e[names[i]] || (e[names[i]] = {n: {}});
+ }
+ e.f = e.f || [];
+ for (i = 0, ii = e.f.length; i < ii; i++) if (e.f[i] == f) {
+ exist = true;
+ break;
+ }
+ !exist && e.f.push(f);
+ }(names[i]));
+ }
+ return function (zIndex) {
+ if (+zIndex == +zIndex) {
+ f.zIndex = +zIndex;
+ }
+ };
+ };
+ /*\
+ * eve.f
+ [ method ]
+ **
+ * Returns function that will fire given event with optional arguments.
+ * Arguments that will be passed to the result function will be also
+ * concated to the list of final arguments.
+ | el.onclick = eve.f("click", 1, 2);
+ | eve.on("click", function (a, b, c) {
+ | console.log(a, b, c); // 1, 2, [event object]
+ | });
+ > Arguments
+ - event (string) event name
+ - varargs (…) and any other arguments
+ = (function) possible event handler function
+ \*/
+ eve.f = function (event) {
+ var attrs = [].slice.call(arguments, 1);
+ return function () {
+ eve.apply(null, [event, null].concat(attrs).concat([].slice.call(arguments, 0)));
+ };
+ };
+ /*\
+ * eve.stop
+ [ method ]
+ **
+ * Is used inside an event handler to stop the event, preventing any subsequent listeners from firing.
+ \*/
+ eve.stop = function () {
+ stop = 1;
+ };
+ /*\
+ * eve.nt
+ [ method ]
+ **
+ * Could be used inside event handler to figure out actual name of the event.
+ **
+ > Arguments
+ **
+ - subname (string) #optional subname of the event
+ **
+ = (string) name of the event, if `subname` is not specified
+ * or
+ = (boolean) `true`, if current event’s name contains `subname`
+ \*/
+ eve.nt = function (subname) {
+ if (subname) {
+ return new RegExp("(?:\\.|\\/|^)" + subname + "(?:\\.|\\/|$)").test(current_event);
+ }
+ return current_event;
+ };
+ /*\
+ * eve.nts
+ [ method ]
+ **
+ * Could be used inside event handler to figure out actual name of the event.
+ **
+ **
+ = (array) names of the event
+ \*/
+ eve.nts = function () {
+ return current_event.split(separator);
+ };
+ /*\
+ * eve.off
+ [ method ]
+ **
+ * Removes given function from the list of event listeners assigned to given name.
+ * If no arguments specified all the events will be cleared.
+ **
+ > Arguments
+ **
+ - name (string) name of the event, dot (`.`) or slash (`/`) separated, with optional wildcards
+ - f (function) event handler function
+ \*/
+ /*\
+ * eve.unbind
+ [ method ]
+ **
+ * See @eve.off
+ \*/
+ eve.off = eve.unbind = function (name, f) {
+ if (!name) {
+ eve._events = events = {n: {}};
+ return;
+ }
+ var names = name.split(comaseparator);
+ if (names.length > 1) {
+ for (var i = 0, ii = names.length; i < ii; i++) {
+ eve.off(names[i], f);
+ }
+ return;
+ }
+ names = name.split(separator);
+ var e,
+ key,
+ splice,
+ i, ii, j, jj,
+ cur = [events];
+ for (i = 0, ii = names.length; i < ii; i++) {
+ for (j = 0; j < cur.length; j += splice.length - 2) {
+ splice = [j, 1];
+ e = cur[j].n;
+ if (names[i] != wildcard) {
+ if (e[names[i]]) {
+ splice.push(e[names[i]]);
+ }
+ } else {
+ for (key in e) if (e[has](key)) {
+ splice.push(e[key]);
+ }
+ }
+ cur.splice.apply(cur, splice);
+ }
+ }
+ for (i = 0, ii = cur.length; i < ii; i++) {
+ e = cur[i];
+ while (e.n) {
+ if (f) {
+ if (e.f) {
+ for (j = 0, jj = e.f.length; j < jj; j++) if (e.f[j] == f) {
+ e.f.splice(j, 1);
+ break;
+ }
+ !e.f.length && delete e.f;
+ }
+ for (key in e.n) if (e.n[has](key) && e.n[key].f) {
+ var funcs = e.n[key].f;
+ for (j = 0, jj = funcs.length; j < jj; j++) if (funcs[j] == f) {
+ funcs.splice(j, 1);
+ break;
+ }
+ !funcs.length && delete e.n[key].f;
+ }
+ } else {
+ delete e.f;
+ for (key in e.n) if (e.n[has](key) && e.n[key].f) {
+ delete e.n[key].f;
+ }
+ }
+ e = e.n;
+ }
+ }
+ };
+ /*\
+ * eve.once
+ [ method ]
+ **
+ * Binds given event handler with a given name to only run once then unbind itself.
+ | eve.once("login", f);
+ | eve("login"); // triggers f
+ | eve("login"); // no listeners
+ * Use @eve to trigger the listener.
+ **
+ > Arguments
+ **
+ - name (string) name of the event, dot (`.`) or slash (`/`) separated, with optional wildcards
+ - f (function) event handler function
+ **
+ = (function) same return function as @eve.on
+ \*/
+ eve.once = function (name, f) {
+ var f2 = function () {
+ eve.unbind(name, f2);
+ return f.apply(this, arguments);
+ };
+ return eve.on(name, f2);
+ };
+ /*\
+ * eve.version
+ [ property (string) ]
+ **
+ * Current version of the library.
+ \*/
+ eve.version = version;
+ eve.toString = function () {
+ return "You are running Eve " + version;
+ };
+ (typeof module != "undefined" && module.exports) ? (module.exports = eve) : (typeof define === "function" && define.amd ? (define("eve", [], function() { return eve; })) : (glob.eve = eve));
+})(this);
+
+(function (glob, factory) {
+ // AMD support
+ if (typeof define == "function" && define.amd) {
+ // Define as an anonymous module
+ define(["eve"], function (eve) {
+ return factory(glob, eve);
+ });
+ } else if (typeof exports != 'undefined') {
+ // Next for Node.js or CommonJS
+ var eve = require('eve');
+ module.exports = factory(glob, eve);
+ } else {
+ // Browser globals (glob is window)
+ // Snap adds itself to window
+ factory(glob, glob.eve);
+ }
+}(window || this, function (window, eve) {
+
+// Copyright (c) 2013 Adobe Systems Incorporated. All rights reserved.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+var mina = (function (eve) {
+ var animations = {},
+ requestAnimFrame = window.requestAnimationFrame ||
+ window.webkitRequestAnimationFrame ||
+ window.mozRequestAnimationFrame ||
+ window.oRequestAnimationFrame ||
+ window.msRequestAnimationFrame ||
+ function (callback) {
+ setTimeout(callback, 16);
+ },
+ isArray = Array.isArray || function (a) {
+ return a instanceof Array ||
+ Object.prototype.toString.call(a) == "[object Array]";
+ },
+ idgen = 0,
+ idprefix = "M" + (+new Date).toString(36),
+ ID = function () {
+ return idprefix + (idgen++).toString(36);
+ },
+ diff = function (a, b, A, B) {
+ if (isArray(a)) {
+ res = [];
+ for (var i = 0, ii = a.length; i < ii; i++) {
+ res[i] = diff(a[i], b, A[i], B);
+ }
+ return res;
+ }
+ var dif = (A - a) / (B - b);
+ return function (bb) {
+ return a + dif * (bb - b);
+ };
+ },
+ timer = Date.now || function () {
+ return +new Date;
+ },
+ sta = function (val) {
+ var a = this;
+ if (val == null) {
+ return a.s;
+ }
+ var ds = a.s - val;
+ a.b += a.dur * ds;
+ a.B += a.dur * ds;
+ a.s = val;
+ },
+ speed = function (val) {
+ var a = this;
+ if (val == null) {
+ return a.spd;
+ }
+ a.spd = val;
+ },
+ duration = function (val) {
+ var a = this;
+ if (val == null) {
+ return a.dur;
+ }
+ a.s = a.s * val / a.dur;
+ a.dur = val;
+ },
+ stopit = function () {
+ var a = this;
+ delete animations[a.id];
+ a.update();
+ eve("mina.stop." + a.id, a);
+ },
+ pause = function () {
+ var a = this;
+ if (a.pdif) {
+ return;
+ }
+ delete animations[a.id];
+ a.update();
+ a.pdif = a.get() - a.b;
+ },
+ resume = function () {
+ var a = this;
+ if (!a.pdif) {
+ return;
+ }
+ a.b = a.get() - a.pdif;
+ delete a.pdif;
+ animations[a.id] = a;
+ },
+ update = function () {
+ var a = this,
+ res;
+ if (isArray(a.start)) {
+ res = [];
+ for (var j = 0, jj = a.start.length; j < jj; j++) {
+ res[j] = +a.start[j] +
+ (a.end[j] - a.start[j]) * a.easing(a.s);
+ }
+ } else {
+ res = +a.start + (a.end - a.start) * a.easing(a.s);
+ }
+ a.set(res);
+ },
+ frame = function () {
+ var len = 0;
+ for (var i in animations) if (animations.hasOwnProperty(i)) {
+ var a = animations[i],
+ b = a.get(),
+ res;
+ len++;
+ a.s = (b - a.b) / (a.dur / a.spd);
+ if (a.s >= 1) {
+ delete animations[i];
+ a.s = 1;
+ len--;
+ (function (a) {
+ setTimeout(function () {
+ eve("mina.finish." + a.id, a);
+ });
+ }(a));
+ }
+ a.update();
+ }
+ len && requestAnimFrame(frame);
+ },
+ /*\
+ * mina
+ [ method ]
+ **
+ * Generic animation of numbers
+ **
+ - a (number) start _slave_ number
+ - A (number) end _slave_ number
+ - b (number) start _master_ number (start time in general case)
+ - B (number) end _master_ number (end time in gereal case)
+ - get (function) getter of _master_ number (see @mina.time)
+ - set (function) setter of _slave_ number
+ - easing (function) #optional easing function, default is @mina.linear
+ = (object) animation descriptor
+ o {
+ o id (string) animation id,
+ o start (number) start _slave_ number,
+ o end (number) end _slave_ number,
+ o b (number) start _master_ number,
+ o s (number) animation status (0..1),
+ o dur (number) animation duration,
+ o spd (number) animation speed,
+ o get (function) getter of _master_ number (see @mina.time),
+ o set (function) setter of _slave_ number,
+ o easing (function) easing function, default is @mina.linear,
+ o status (function) status getter/setter,
+ o speed (function) speed getter/setter,
+ o duration (function) duration getter/setter,
+ o stop (function) animation stopper
+ o pause (function) pauses the animation
+ o resume (function) resumes the animation
+ o update (function) calles setter with the right value of the animation
+ o }
+ \*/
+ mina = function (a, A, b, B, get, set, easing) {
+ var anim = {
+ id: ID(),
+ start: a,
+ end: A,
+ b: b,
+ s: 0,
+ dur: B - b,
+ spd: 1,
+ get: get,
+ set: set,
+ easing: easing || mina.linear,
+ status: sta,
+ speed: speed,
+ duration: duration,
+ stop: stopit,
+ pause: pause,
+ resume: resume,
+ update: update
+ };
+ animations[anim.id] = anim;
+ var len = 0, i;
+ for (i in animations) if (animations.hasOwnProperty(i)) {
+ len++;
+ if (len == 2) {
+ break;
+ }
+ }
+ len == 1 && requestAnimFrame(frame);
+ return anim;
+ };
+ /*\
+ * mina.time
+ [ method ]
+ **
+ * Returns the current time. Equivalent to:
+ | function () {
+ | return (new Date).getTime();
+ | }
+ \*/
+ mina.time = timer;
+ /*\
+ * mina.getById
+ [ method ]
+ **
+ * Returns an animation by its id
+ - id (string) animation's id
+ = (object) See @mina
+ \*/
+ mina.getById = function (id) {
+ return animations[id] || null;
+ };
+
+ /*\
+ * mina.linear
+ [ method ]
+ **
+ * Default linear easing
+ - n (number) input 0..1
+ = (number) output 0..1
+ \*/
+ mina.linear = function (n) {
+ return n;
+ };
+ /*\
+ * mina.easeout
+ [ method ]
+ **
+ * Easeout easing
+ - n (number) input 0..1
+ = (number) output 0..1
+ \*/
+ mina.easeout = function (n) {
+ return Math.pow(n, 1.7);
+ };
+ /*\
+ * mina.easein
+ [ method ]
+ **
+ * Easein easing
+ - n (number) input 0..1
+ = (number) output 0..1
+ \*/
+ mina.easein = function (n) {
+ return Math.pow(n, .48);
+ };
+ /*\
+ * mina.easeinout
+ [ method ]
+ **
+ * Easeinout easing
+ - n (number) input 0..1
+ = (number) output 0..1
+ \*/
+ mina.easeinout = function (n) {
+ if (n == 1) {
+ return 1;
+ }
+ if (n == 0) {
+ return 0;
+ }
+ var q = .48 - n / 1.04,
+ Q = Math.sqrt(.1734 + q * q),
+ x = Q - q,
+ X = Math.pow(Math.abs(x), 1 / 3) * (x < 0 ? -1 : 1),
+ y = -Q - q,
+ Y = Math.pow(Math.abs(y), 1 / 3) * (y < 0 ? -1 : 1),
+ t = X + Y + .5;
+ return (1 - t) * 3 * t * t + t * t * t;
+ };
+ /*\
+ * mina.backin
+ [ method ]
+ **
+ * Backin easing
+ - n (number) input 0..1
+ = (number) output 0..1
+ \*/
+ mina.backin = function (n) {
+ if (n == 1) {
+ return 1;
+ }
+ var s = 1.70158;
+ return n * n * ((s + 1) * n - s);
+ };
+ /*\
+ * mina.backout
+ [ method ]
+ **
+ * Backout easing
+ - n (number) input 0..1
+ = (number) output 0..1
+ \*/
+ mina.backout = function (n) {
+ if (n == 0) {
+ return 0;
+ }
+ n = n - 1;
+ var s = 1.70158;
+ return n * n * ((s + 1) * n + s) + 1;
+ };
+ /*\
+ * mina.elastic
+ [ method ]
+ **
+ * Elastic easing
+ - n (number) input 0..1
+ = (number) output 0..1
+ \*/
+ mina.elastic = function (n) {
+ if (n == !!n) {
+ return n;
+ }
+ return Math.pow(2, -10 * n) * Math.sin((n - .075) *
+ (2 * Math.PI) / .3) + 1;
+ };
+ /*\
+ * mina.bounce
+ [ method ]
+ **
+ * Bounce easing
+ - n (number) input 0..1
+ = (number) output 0..1
+ \*/
+ mina.bounce = function (n) {
+ var s = 7.5625,
+ p = 2.75,
+ l;
+ if (n < (1 / p)) {
+ l = s * n * n;
+ } else {
+ if (n < (2 / p)) {
+ n -= (1.5 / p);
+ l = s * n * n + .75;
+ } else {
+ if (n < (2.5 / p)) {
+ n -= (2.25 / p);
+ l = s * n * n + .9375;
+ } else {
+ n -= (2.625 / p);
+ l = s * n * n + .984375;
+ }
+ }
+ }
+ return l;
+ };
+ window.mina = mina;
+ return mina;
+})(typeof eve == "undefined" ? function () {} : eve);
+// Copyright (c) 2013 - 2015 Adobe Systems Incorporated. All rights reserved.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+var Snap = (function(root) {
+Snap.version = "0.4.0";
+/*\
+ * Snap
+ [ method ]
+ **
+ * Creates a drawing surface or wraps existing SVG element.
+ **
+ - width (number|string) width of surface
+ - height (number|string) height of surface
+ * or
+ - DOM (SVGElement) element to be wrapped into Snap structure
+ * or
+ - array (array) array of elements (will return set of elements)
+ * or
+ - query (string) CSS query selector
+ = (object) @Element
+\*/
+function Snap(w, h) {
+ if (w) {
+ if (w.nodeType) {
+ return wrap(w);
+ }
+ if (is(w, "array") && Snap.set) {
+ return Snap.set.apply(Snap, w);
+ }
+ if (w instanceof Element) {
+ return w;
+ }
+ if (h == null) {
+ w = glob.doc.querySelector(String(w));
+ return wrap(w);
+ }
+ }
+ w = w == null ? "100%" : w;
+ h = h == null ? "100%" : h;
+ return new Paper(w, h);
+}
+Snap.toString = function () {
+ return "Snap v" + this.version;
+};
+Snap._ = {};
+var glob = {
+ win: root.window,
+ doc: root.window.document
+};
+Snap._.glob = glob;
+var has = "hasOwnProperty",
+ Str = String,
+ toFloat = parseFloat,
+ toInt = parseInt,
+ math = Math,
+ mmax = math.max,
+ mmin = math.min,
+ abs = math.abs,
+ pow = math.pow,
+ PI = math.PI,
+ round = math.round,
+ E = "",
+ S = " ",
+ objectToString = Object.prototype.toString,
+ ISURL = /^url\(['"]?([^\)]+?)['"]?\)$/i,
+ colourRegExp = /^\s*((#[a-f\d]{6})|(#[a-f\d]{3})|rgba?\(\s*([\d\.]+%?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+%?(?:\s*,\s*[\d\.]+%?)?)\s*\)|hsba?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?%?)\s*\)|hsla?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?%?)\s*\))\s*$/i,
+ bezierrg = /^(?:cubic-)?bezier\(([^,]+),([^,]+),([^,]+),([^\)]+)\)/,
+ reURLValue = /^url\(#?([^)]+)\)$/,
+ separator = Snap._.separator = /[,\s]+/,
+ whitespace = /[\s]/g,
+ commaSpaces = /[\s]*,[\s]*/,
+ hsrg = {hs: 1, rg: 1},
+ pathCommand = /([a-z])[\s,]*((-?\d*\.?\d*(?:e[\-+]?\d+)?[\s]*,?[\s]*)+)/ig,
+ tCommand = /([rstm])[\s,]*((-?\d*\.?\d*(?:e[\-+]?\d+)?[\s]*,?[\s]*)+)/ig,
+ pathValues = /(-?\d*\.?\d*(?:e[\-+]?\\d+)?)[\s]*,?[\s]*/ig,
+ idgen = 0,
+ idprefix = "S" + (+new Date).toString(36),
+ ID = function (el) {
+ return (el && el.type ? el.type : E) + idprefix + (idgen++).toString(36);
+ },
+ xlink = "http://www.w3.org/1999/xlink",
+ xmlns = "http://www.w3.org/2000/svg",
+ hub = {},
+ URL = Snap.url = function (url) {
+ return "url('#" + url + "')";
+ };
+
+function $(el, attr) {
+ if (attr) {
+ if (el == "#text") {
+ el = glob.doc.createTextNode(attr.text || attr["#text"] || "");
+ }
+ if (el == "#comment") {
+ el = glob.doc.createComment(attr.text || attr["#text"] || "");
+ }
+ if (typeof el == "string") {
+ el = $(el);
+ }
+ if (typeof attr == "string") {
+ if (el.nodeType == 1) {
+ if (attr.substring(0, 6) == "xlink:") {
+ return el.getAttributeNS(xlink, attr.substring(6));
+ }
+ if (attr.substring(0, 4) == "xml:") {
+ return el.getAttributeNS(xmlns, attr.substring(4));
+ }
+ return el.getAttribute(attr);
+ } else if (attr == "text") {
+ return el.nodeValue;
+ } else {
+ return null;
+ }
+ }
+ if (el.nodeType == 1) {
+ for (var key in attr) if (attr[has](key)) {
+ var val = Str(attr[key]);
+ if (val) {
+ if (key.substring(0, 6) == "xlink:") {
+ el.setAttributeNS(xlink, key.substring(6), val);
+ } else if (key.substring(0, 4) == "xml:") {
+ el.setAttributeNS(xmlns, key.substring(4), val);
+ } else {
+ el.setAttribute(key, val);
+ }
+ } else {
+ el.removeAttribute(key);
+ }
+ }
+ } else if ("text" in attr) {
+ el.nodeValue = attr.text;
+ }
+ } else {
+ el = glob.doc.createElementNS(xmlns, el);
+ }
+ return el;
+}
+Snap._.$ = $;
+Snap._.id = ID;
+function getAttrs(el) {
+ var attrs = el.attributes,
+ name,
+ out = {};
+ for (var i = 0; i < attrs.length; i++) {
+ if (attrs[i].namespaceURI == xlink) {
+ name = "xlink:";
+ } else {
+ name = "";
+ }
+ name += attrs[i].name;
+ out[name] = attrs[i].textContent;
+ }
+ return out;
+}
+function is(o, type) {
+ type = Str.prototype.toLowerCase.call(type);
+ if (type == "finite") {
+ return isFinite(o);
+ }
+ if (type == "array" &&
+ (o instanceof Array || Array.isArray && Array.isArray(o))) {
+ return true;
+ }
+ return (type == "null" && o === null) ||
+ (type == typeof o && o !== null) ||
+ (type == "object" && o === Object(o)) ||
+ objectToString.call(o).slice(8, -1).toLowerCase() == type;
+}
+/*\
+ * Snap.format
+ [ method ]
+ **
+ * Replaces construction of type `{}` to the corresponding argument
+ **
+ - token (string) string to format
+ - json (object) object which properties are used as a replacement
+ = (string) formatted string
+ > Usage
+ | // this draws a rectangular shape equivalent to "M10,20h40v50h-40z"
+ | paper.path(Snap.format("M{x},{y}h{dim.width}v{dim.height}h{dim['negative width']}z", {
+ | x: 10,
+ | y: 20,
+ | dim: {
+ | width: 40,
+ | height: 50,
+ | "negative width": -40
+ | }
+ | }));
+\*/
+Snap.format = (function () {
+ var tokenRegex = /\{([^\}]+)\}/g,
+ objNotationRegex = /(?:(?:^|\.)(.+?)(?=\[|\.|$|\()|\[('|")(.+?)\2\])(\(\))?/g, // matches .xxxxx or ["xxxxx"] to run over object properties
+ replacer = function (all, key, obj) {
+ var res = obj;
+ key.replace(objNotationRegex, function (all, name, quote, quotedName, isFunc) {
+ name = name || quotedName;
+ if (res) {
+ if (name in res) {
+ res = res[name];
+ }
+ typeof res == "function" && isFunc && (res = res());
+ }
+ });
+ res = (res == null || res == obj ? all : res) + "";
+ return res;
+ };
+ return function (str, obj) {
+ return Str(str).replace(tokenRegex, function (all, key) {
+ return replacer(all, key, obj);
+ });
+ };
+})();
+function clone(obj) {
+ if (typeof obj == "function" || Object(obj) !== obj) {
+ return obj;
+ }
+ var res = new obj.constructor;
+ for (var key in obj) if (obj[has](key)) {
+ res[key] = clone(obj[key]);
+ }
+ return res;
+}
+Snap._.clone = clone;
+function repush(array, item) {
+ for (var i = 0, ii = array.length; i < ii; i++) if (array[i] === item) {
+ return array.push(array.splice(i, 1)[0]);
+ }
+}
+function cacher(f, scope, postprocessor) {
+ function newf() {
+ var arg = Array.prototype.slice.call(arguments, 0),
+ args = arg.join("\u2400"),
+ cache = newf.cache = newf.cache || {},
+ count = newf.count = newf.count || [];
+ if (cache[has](args)) {
+ repush(count, args);
+ return postprocessor ? postprocessor(cache[args]) : cache[args];
+ }
+ count.length >= 1e3 && delete cache[count.shift()];
+ count.push(args);
+ cache[args] = f.apply(scope, arg);
+ return postprocessor ? postprocessor(cache[args]) : cache[args];
+ }
+ return newf;
+}
+Snap._.cacher = cacher;
+function angle(x1, y1, x2, y2, x3, y3) {
+ if (x3 == null) {
+ var x = x1 - x2,
+ y = y1 - y2;
+ if (!x && !y) {
+ return 0;
+ }
+ return (180 + math.atan2(-y, -x) * 180 / PI + 360) % 360;
+ } else {
+ return angle(x1, y1, x3, y3) - angle(x2, y2, x3, y3);
+ }
+}
+function rad(deg) {
+ return deg % 360 * PI / 180;
+}
+function deg(rad) {
+ return rad * 180 / PI % 360;
+}
+function x_y() {
+ return this.x + S + this.y;
+}
+function x_y_w_h() {
+ return this.x + S + this.y + S + this.width + " \xd7 " + this.height;
+}
+
+/*\
+ * Snap.rad
+ [ method ]
+ **
+ * Transform angle to radians
+ - deg (number) angle in degrees
+ = (number) angle in radians
+\*/
+Snap.rad = rad;
+/*\
+ * Snap.deg
+ [ method ]
+ **
+ * Transform angle to degrees
+ - rad (number) angle in radians
+ = (number) angle in degrees
+\*/
+Snap.deg = deg;
+/*\
+ * Snap.sin
+ [ method ]
+ **
+ * Equivalent to `Math.sin()` only works with degrees, not radians.
+ - angle (number) angle in degrees
+ = (number) sin
+\*/
+Snap.sin = function (angle) {
+ return math.sin(Snap.rad(angle));
+};
+/*\
+ * Snap.tan
+ [ method ]
+ **
+ * Equivalent to `Math.tan()` only works with degrees, not radians.
+ - angle (number) angle in degrees
+ = (number) tan
+\*/
+Snap.tan = function (angle) {
+ return math.tan(Snap.rad(angle));
+};
+/*\
+ * Snap.cos
+ [ method ]
+ **
+ * Equivalent to `Math.cos()` only works with degrees, not radians.
+ - angle (number) angle in degrees
+ = (number) cos
+\*/
+Snap.cos = function (angle) {
+ return math.cos(Snap.rad(angle));
+};
+/*\
+ * Snap.asin
+ [ method ]
+ **
+ * Equivalent to `Math.asin()` only works with degrees, not radians.
+ - num (number) value
+ = (number) asin in degrees
+\*/
+Snap.asin = function (num) {
+ return Snap.deg(math.asin(num));
+};
+/*\
+ * Snap.acos
+ [ method ]
+ **
+ * Equivalent to `Math.acos()` only works with degrees, not radians.
+ - num (number) value
+ = (number) acos in degrees
+\*/
+Snap.acos = function (num) {
+ return Snap.deg(math.acos(num));
+};
+/*\
+ * Snap.atan
+ [ method ]
+ **
+ * Equivalent to `Math.atan()` only works with degrees, not radians.
+ - num (number) value
+ = (number) atan in degrees
+\*/
+Snap.atan = function (num) {
+ return Snap.deg(math.atan(num));
+};
+/*\
+ * Snap.atan2
+ [ method ]
+ **
+ * Equivalent to `Math.atan2()` only works with degrees, not radians.
+ - num (number) value
+ = (number) atan2 in degrees
+\*/
+Snap.atan2 = function (num) {
+ return Snap.deg(math.atan2(num));
+};
+/*\
+ * Snap.angle
+ [ method ]
+ **
+ * Returns an angle between two or three points
+ > Parameters
+ - x1 (number) x coord of first point
+ - y1 (number) y coord of first point
+ - x2 (number) x coord of second point
+ - y2 (number) y coord of second point
+ - x3 (number) #optional x coord of third point
+ - y3 (number) #optional y coord of third point
+ = (number) angle in degrees
+\*/
+Snap.angle = angle;
+/*\
+ * Snap.len
+ [ method ]
+ **
+ * Returns distance between two points
+ > Parameters
+ - x1 (number) x coord of first point
+ - y1 (number) y coord of first point
+ - x2 (number) x coord of second point
+ - y2 (number) y coord of second point
+ = (number) distance
+\*/
+Snap.len = function (x1, y1, x2, y2) {
+ return Math.sqrt(Snap.len2(x1, y1, x2, y2));
+};
+/*\
+ * Snap.len2
+ [ method ]
+ **
+ * Returns squared distance between two points
+ > Parameters
+ - x1 (number) x coord of first point
+ - y1 (number) y coord of first point
+ - x2 (number) x coord of second point
+ - y2 (number) y coord of second point
+ = (number) distance
+\*/
+Snap.len2 = function (x1, y1, x2, y2) {
+ return (x1 - x2) * (x1 - x2) + (y1 - y2) * (y1 - y2);
+};
+/*\
+ * Snap.closestPoint
+ [ method ]
+ **
+ * Returns closest point to a given one on a given path.
+ > Parameters
+ - path (Element) path element
+ - x (number) x coord of a point
+ - y (number) y coord of a point
+ = (object) in format
+ {
+ x (number) x coord of the point on the path
+ y (number) y coord of the point on the path
+ length (number) length of the path to the point
+ distance (number) distance from the given point to the path
+ }
+\*/
+// Copied from http://bl.ocks.org/mbostock/8027637
+Snap.closestPoint = function (path, x, y) {
+ function distance2(p) {
+ var dx = p.x - x,
+ dy = p.y - y;
+ return dx * dx + dy * dy;
+ }
+ var pathNode = path.node,
+ pathLength = pathNode.getTotalLength(),
+ precision = pathLength / pathNode.pathSegList.numberOfItems * .125,
+ best,
+ bestLength,
+ bestDistance = Infinity;
+
+ // linear scan for coarse approximation
+ for (var scan, scanLength = 0, scanDistance; scanLength <= pathLength; scanLength += precision) {
+ if ((scanDistance = distance2(scan = pathNode.getPointAtLength(scanLength))) < bestDistance) {
+ best = scan, bestLength = scanLength, bestDistance = scanDistance;
+ }
+ }
+
+ // binary search for precise estimate
+ precision *= .5;
+ while (precision > .5) {
+ var before,
+ after,
+ beforeLength,
+ afterLength,
+ beforeDistance,
+ afterDistance;
+ if ((beforeLength = bestLength - precision) >= 0 && (beforeDistance = distance2(before = pathNode.getPointAtLength(beforeLength))) < bestDistance) {
+ best = before, bestLength = beforeLength, bestDistance = beforeDistance;
+ } else if ((afterLength = bestLength + precision) <= pathLength && (afterDistance = distance2(after = pathNode.getPointAtLength(afterLength))) < bestDistance) {
+ best = after, bestLength = afterLength, bestDistance = afterDistance;
+ } else {
+ precision *= .5;
+ }
+ }
+
+ best = {
+ x: best.x,
+ y: best.y,
+ length: bestLength,
+ distance: Math.sqrt(bestDistance)
+ };
+ return best;
+}
+/*\
+ * Snap.is
+ [ method ]
+ **
+ * Handy replacement for the `typeof` operator
+ - o (…) any object or primitive
+ - type (string) name of the type, e.g., `string`, `function`, `number`, etc.
+ = (boolean) `true` if given value is of given type
+\*/
+Snap.is = is;
+/*\
+ * Snap.snapTo
+ [ method ]
+ **
+ * Snaps given value to given grid
+ - values (array|number) given array of values or step of the grid
+ - value (number) value to adjust
+ - tolerance (number) #optional maximum distance to the target value that would trigger the snap. Default is `10`.
+ = (number) adjusted value
+\*/
+Snap.snapTo = function (values, value, tolerance) {
+ tolerance = is(tolerance, "finite") ? tolerance : 10;
+ if (is(values, "array")) {
+ var i = values.length;
+ while (i--) if (abs(values[i] - value) <= tolerance) {
+ return values[i];
+ }
+ } else {
+ values = +values;
+ var rem = value % values;
+ if (rem < tolerance) {
+ return value - rem;
+ }
+ if (rem > values - tolerance) {
+ return value - rem + values;
+ }
+ }
+ return value;
+};
+// Colour
+/*\
+ * Snap.getRGB
+ [ method ]
+ **
+ * Parses color string as RGB object
+ - color (string) color string in one of the following formats:
+ #
+ #
Color name (red, green, cornflowerblue, etc)
+ #
#••• — shortened HTML color: (#000, #fc0, etc.)
+ #
#•••••• — full length HTML color: (#000000, #bd2300)
+ #
rgb(•••, •••, •••) — red, green and blue channels values: (rgb(200, 100, 0))
+ #
rgba(•••, •••, •••, •••) — also with opacity
+ #
rgb(•••%, •••%, •••%) — same as above, but in %: (rgb(100%, 175%, 0%))
+ #
rgba(•••%, •••%, •••%, •••%) — also with opacity
Use case is to scale the content of elements (event, gateways) based
+ * on the element bounding box's size.
+ *
+ *
Why not transform
+ *
Scaling a path with transform() will also scale the stroke and IE does not support
+ * the option 'non-scaling-stroke' to prevent this.
+ * Also there are use cases where only some parts of a path should be
+ * scaled.
+ *
+ * @param {String} pathId The ID of the path.
+ * @param {Object} param
+ * Example param object scales the path to 60% size of the container (data.width, data.height).
+ *