modify login function
author“shentao” <shentao@chinamobile.com>
Thu, 16 Mar 2017 15:09:07 +0000 (23:09 +0800)
committer“shentao” <shentao@chinamobile.com>
Thu, 16 Mar 2017 15:09:21 +0000 (23:09 +0800)
commit739b4395c43351361c82b29deedfafedbfd1c6b2
tree8981cd09c166de0549261c64452000515140c331
parent108730b2f8fe2a95e826bc0144ad84a632a92656
modify login function

Issue-id: CLIENT-13

Change-Id: I6a10a0eb0b0f81cd8a51f260fd0e956ea63e1d90
Signed-off-by: “shentao” <shentao@chinamobile.com>
53 files changed:
common/src/main/webapp/thirdparty/css/animate-custom.css [new file with mode: 0644]
common/src/main/webapp/thirdparty/css/font-awesome.min.css [new file with mode: 0644]
common/src/main/webapp/thirdparty/css/ng-table.min.css [new file with mode: 0644]
common/src/main/webapp/thirdparty/fonts/BebasNeue-webfont.eot [new file with mode: 0644]
common/src/main/webapp/thirdparty/fonts/BebasNeue-webfont.svg [new file with mode: 0644]
common/src/main/webapp/thirdparty/fonts/BebasNeue-webfont.ttf [new file with mode: 0644]
common/src/main/webapp/thirdparty/fonts/BebasNeue-webfont.woff [new file with mode: 0644]
common/src/main/webapp/thirdparty/fonts/fontawesome-webfont.eot [new file with mode: 0644]
common/src/main/webapp/thirdparty/fonts/fontawesome-webfont.svg [new file with mode: 0644]
common/src/main/webapp/thirdparty/fonts/fontawesome-webfont.ttf [new file with mode: 0644]
common/src/main/webapp/thirdparty/fonts/fontawesome-webfont.woff [new file with mode: 0644]
common/src/main/webapp/thirdparty/fonts/fontomas-webfont.eot [new file with mode: 0644]
common/src/main/webapp/thirdparty/fonts/fontomas-webfont.svg [new file with mode: 0644]
common/src/main/webapp/thirdparty/fonts/fontomas-webfont.ttf [new file with mode: 0644]
common/src/main/webapp/thirdparty/fonts/fontomas-webfont.woff [new file with mode: 0644]
common/src/main/webapp/thirdparty/fonts/franchise-bold-webfont.eot [new file with mode: 0644]
common/src/main/webapp/thirdparty/fonts/franchise-bold-webfont.svg [new file with mode: 0644]
common/src/main/webapp/thirdparty/fonts/franchise-bold-webfont.ttf [new file with mode: 0644]
common/src/main/webapp/thirdparty/fonts/franchise-bold-webfont.woff [new file with mode: 0644]
common/src/main/webapp/thirdparty/js/jquery-ui.js [new file with mode: 0644]
common/src/main/webapp/thirdparty/js/jquery.cookie.js [new file with mode: 0644]
common/src/main/webapp/thirdparty/js/ng-table.min.js [new file with mode: 0644]
integration/src/main/webapp/WEB-INF/web.xml
login/src/main/webapp/login/css/login_background.css [new file with mode: 0644]
login/src/main/webapp/login/css/login_inputForm.css [new file with mode: 0644]
login/src/main/webapp/login/css/login_mainStyle.css [new file with mode: 0644]
login/src/main/webapp/login/css/menu_mainStyle.css [new file with mode: 0644]
login/src/main/webapp/login/html/login.html
login/src/main/webapp/login/html/menu.html [new file with mode: 0644]
login/src/main/webapp/login/html/temp/alarmQuery.html [new file with mode: 0644]
login/src/main/webapp/login/html/temp/modelDesign.html [new file with mode: 0644]
login/src/main/webapp/login/html/temp/package.html [new file with mode: 0644]
login/src/main/webapp/login/html/temp/parameterSetting.html [new file with mode: 0644]
login/src/main/webapp/login/html/temp/performanceQuery.html [new file with mode: 0644]
login/src/main/webapp/login/html/temp/resourceNfvo.html [new file with mode: 0644]
login/src/main/webapp/login/html/temp/resourceSdno.html [new file with mode: 0644]
login/src/main/webapp/login/html/temp/sdbController.html [new file with mode: 0644]
login/src/main/webapp/login/html/temp/serviceManagement.html [new file with mode: 0644]
login/src/main/webapp/login/html/temp/serviceTemplate.html [new file with mode: 0644]
login/src/main/webapp/login/html/temp/vimManage.html [new file with mode: 0644]
login/src/main/webapp/login/html/temp/vnfm.html [new file with mode: 0644]
login/src/main/webapp/login/image/favicon.ico [new file with mode: 0644]
login/src/main/webapp/login/image/loginBackground01.jpg [new file with mode: 0644]
login/src/main/webapp/login/image/loginBackground02.jpg [new file with mode: 0644]
login/src/main/webapp/login/image/loginBackground03.jpg [new file with mode: 0644]
login/src/main/webapp/login/image/loginBackground04.jpg [new file with mode: 0644]
login/src/main/webapp/login/image/openo_logo_black.png [new file with mode: 0644]
login/src/main/webapp/login/image/openo_logo_pantone.png [new file with mode: 0644]
login/src/main/webapp/login/image/openo_logo_white.png [new file with mode: 0644]
login/src/main/webapp/login/image/user.png [new file with mode: 0644]
login/src/main/webapp/login/index.html [new file with mode: 0644]
login/src/main/webapp/login/js/app.js [new file with mode: 0644]
login/src/main/webapp/login/js/rest.js [new file with mode: 0644]