Add common component
authorLiYi <li.yi101@zte.com.cn>
Wed, 8 Mar 2017 02:22:45 +0000 (10:22 +0800)
committer6092002077 <li.yi101@zte.com.cn>
Wed, 8 Mar 2017 02:22:45 +0000 (10:22 +0800)
commit70ee0f5383360a48d1c74d246b5f518e6e4e7b31
tree8f42437796f7fbb0bcd74b2e587a5584fd6f83fe
parentbaa263fde716cb009df080dcd0c6a5dc4070e266
Add common component

add fileUpload plugin css,js and png picture

Issue-ID:CLIENT-164

Change-Id: I565ef385dea8e3930a633758396a87e9b0260fc0
Signed-off-by: YILI <li.yi101@zte.com.cn>
130 files changed:
alarm-analysis/src/main/webapp/public/common/css/fileupload.css [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/common/css/popModal.css [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/common/js/jQuery-File-Upload/css/jquery.fileupload.css [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/common/js/jQuery-File-Upload/img/loading.gif [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/common/js/jQuery-File-Upload/img/progressbar.gif [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/common/js/jQuery-File-Upload/js/jquery.fileupload.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/common/js/jQuery-File-Upload/js/jquery.iframe-transport.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/common/js/jQuery-File-Upload/js/jquery.ui.widget.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/common/js/jQuery-File-Upload/js/vendor/jquery.ui.widget.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/common/js/jquery.sly.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/common/js/popModal.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/appserver/api.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/appserver/server.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/appserver/start_node.bat [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/appserver/start_node.sh [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/css/open-ostyle.css [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/images/collapse_arrow.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/images/expand_arrow.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/images/openo.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/images/searchicon.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/index.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/js/DataService.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/js/app.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/template.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/templates/accordion.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/templates/buttons.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/templates/checkBoxes.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/templates/courses.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/templates/dropdown.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/templates/functional.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/templates/home.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/templates/list.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/templates/login.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/templates/management.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/templates/notification.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/templates/radioButtons.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/templates/register.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/templates/table.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/templates/tabs.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/templates/textarea.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/templates/tree.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/templates/verticalTab.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/css/bootstrap.min.css [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/css/img/Thumbs.db [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/css/img/diy/1_close.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/css/img/diy/1_open.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/css/img/diy/2.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/css/img/diy/3.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/css/img/diy/4.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/css/img/diy/5.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/css/img/diy/6.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/css/img/diy/7.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/css/img/diy/8.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/css/img/diy/9.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/css/img/line_conn.gif [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/css/img/loading.gif [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/css/img/zTreeStandard.gif [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/css/img/zTreeStandard.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/css/magic-check.css [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/css/zTreeStyle.css [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/fonts/glyphicons-halflings-regular.woff2 [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/images/collapse_arrow.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/images/expand_arrow.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/images/openo.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/images/searchicon.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/js/angular-ui-router.min.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/js/angular.min.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/js/bootstrap-table-filter-control.min.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/js/bootstrap-table.min.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/js/bootstrap.min.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/js/jquery.ztree.core-3.5.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/js/jquery_1.12.4.min.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/js/mustache.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/browser/thirdparty/js/tree.jquery.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/css/RMain.css [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/css/VMMain.css [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/css/open-ostyle.css [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/template.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/templateContainer.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/templateFunctional.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/templateNotification.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/framework/templateWidget.html [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/License.txt [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/css/alarm-rule.css [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/css/bootstrap.min.css [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/css/img/Thumbs.db [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/css/img/diy/1_close.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/css/img/diy/1_open.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/css/img/diy/2.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/css/img/diy/3.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/css/img/diy/4.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/css/img/diy/5.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/css/img/diy/6.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/css/img/diy/7.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/css/img/diy/8.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/css/img/diy/9.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/css/img/line_conn.gif [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/css/img/loading.gif [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/css/img/zTreeStandard.gif [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/css/img/zTreeStandard.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/css/magic-check.css [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/css/zTreeStyle.css [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/fonts/glyphicons-halflings-regular.woff2 [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/images/add.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/images/collapse_arrow.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/images/delete.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/images/edit.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/images/expand_arrow.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/images/off.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/images/on.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/images/openo.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/images/round_off.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/images/round_on.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/images/searchicon.png [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/js/angular-ui-router.min.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/js/angular.min.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/js/bootstrap-table-filter-control.min.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/js/bootstrap-table.min.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/js/bootstrap.min.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/js/jquery.ztree.core-3.5.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/js/jquery_1.12.4.min.js [new file with mode: 0644]
alarm-analysis/src/main/webapp/public/thirdparty/js/mustache.js [new file with mode: 0644]