10 KiB
10 KiB
<!doctype html>
<html lang="en" ng-app="shiftworx"> <head> <script src="node_modules/jquery/dist/jquery.min.js"></script> <script src="node_modules/jquery-ui/jquery-ui.js"></script> <script src="node_modules/angular/angular.min.js"></script> <script src="node_modules/moment/min/moment.min.js"></script> <script src="node_modules/bootstrap-daterangepicker/daterangepicker.js"></script> <script src="node_modules/ng-bs-daterangepicker/src/ng-bs-daterangepicker.js"></script> <script src="node_modules/angular-messages/angular-messages.min.js"></script> <script src="node_modules/jusas-angularjs-slider/dist/rzslider.min.js"></script> <script src="node_modules/d3/d3.min.js"></script> <script src="bower_components/n3-line-chart/build/line-chart.min.js"></script> <script src="node_modules/angular-cookies/angular-cookies.min.js"></script> <script src="node_modules/angular-animate/angular-animate.min.js"></script> <script src="node_modules/angular-route/angular-route.min.js"></script> <script src="node_modules/ng-dialog/js/ngDialog.min.js"></script> <script src="node_modules/angular-resource/angular-resource.min.js"></script> <script src="node_modules/angular-bootstrap/ui-bootstrap-tpls.min.js"></script> <script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script> <script src="node_modules/tinycolor2/tinycolor.js"></script> <script src="node_modules/angularjs-color-picker/angularjs-color-picker.min.js"></script> <script src="node_modules/angular-sanitize/angular-sanitize.min.js"></script> <script src="node_modules/ng-csv/build/ng-csv.min.js"></script> <script src="bower_components/bootstrap-ui-datetime-picker/dist/datetime-picker.min.js"></script> <script src="node_modules/randomColor/randomColor.js"></script> <script src="bower_components/Sortable/Sortable.min.js"></script> <script src="bower_components/Sortable/ng-sortable.js"></script> <script src="node_modules/underscore/underscore-min.js"></script> <script src="bower_components/angular-underscore-module/angular-underscore-module.js"></script> <script src="bower_components/moment-timezone/builds/moment-timezone-with-data.min.js"></script> <script type="text/javascript" src="app/web/app.module.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/app.routes.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/shared/header/headController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/shared/header/headerDirectives.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/shared/directives/indexDirectives.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/CR/reportingDirectives.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/MP-New/newMachineProfileDirectives.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/ShiftProfile/shiftsDirectives.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/shared/KpiBuilderModal/kpiBuilderModalController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/shared/services/dateService.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/shared/directives/coreDirectives.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/WL-Old/watchLiveDirectives.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/MyProfile/myProfileDirectives.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/shared/directives/contentDirectives.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/Login/UserService.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/shared/TzModal/tzModalController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/Index/indexController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/Dashboard/dashboardController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/WL-Old/oldWatchLiveController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/WL-New/newWatchLiveController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/Login/loginController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/ShiftProfile/shiftProfileController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/UserManual/userManualController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/MP-New/newMachineProfileController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/MP-Old/machineProfileController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/shared/MultiKeys/multikeyModalController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/shared/services/timezoneServices.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/WL-New/modalWatchLiveGlobalSettingsController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/WL-New/modalWatchLiveOptionController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/WL-New/OptionsModal/pickerModalController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/ForgotPassword/forgotPasswordController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/MonthlyReporting/monthlyReportingController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/CR/customReportingController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/CSVExport/csvExportController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/Notifications/notificationsController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/MyProfile/myProfileController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/UserManagement/userManagementController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/CR-Summaries/crSummariesController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/CR-Shifts/crShiftsController.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/shared/services/httpServices.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/shared/services/appDataServices.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/shared/services/shiftServices.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/shared/services/kpiServices.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/CR/customReportingServices.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/shared/factories/httpFactory.js?v=0.7.5"></script> <script type="text/javascript" src="app/web/components/ShiftProfile/shiftProfileFilters.js?v=0.7.5"></script> <script> (function(i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function() { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');ga('create', 'UA-11230703-21', 'auto');
ga('require', 'linkid', 'linkid.js');
ga('send', 'pageview');
</script>
</head>