diff options
Diffstat (limited to 'lifecyclemgr/src/main/webapp/lifecyclemgr/index.html')
-rw-r--r-- | lifecyclemgr/src/main/webapp/lifecyclemgr/index.html | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html b/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html index 5bc04513..b64eed68 100644 --- a/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html +++ b/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html @@ -29,21 +29,22 @@ <link rel="stylesheet" href="/openoui/thirdparty/css/ng-table.min.css">
<link href="/openoui/lifecyclemgr/css/open-ostyle.css" rel="stylesheet"/>
<link href="/openoui/lifecyclemgr/css/style.css" rel="stylesheet"/>
- <script src="/openoui/thirdparty/js/angular.min.js"></script>
- <!-- <script src="http://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.11.0.js"></script> -->
- <script src="/openoui/thirdparty/js/angular-ui-router.min.js"></script>
- <script src="/openoui/thirdparty/js/ng-table.min.js"></script>
- <script src="/openoui/thirdparty/js/jquery_1.12.4.min.js"></script>
- <script src="/openoui/thirdparty/js/jquery-ui.js"></script>
+ <!-- <script src="http://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.11.0.js"></script> -->
+ <script type="text/javascript" src="/openoui/thirdparty/js/mustache.js"></script>
+ <script type="text/javascript" src="/openoui/thirdparty/js/jquery_1.12.4.min.js"></script>
+ <script type="text/javascript" src="/openoui/thirdparty/js/jquery-ui.js"></script>
<script type="text/javascript" src="/openoui/thirdparty/js/bootstrap.min.js"></script>
- <script src="/openoui/lifecyclemgr/js/app.js"></script>
- <script src="/openoui/lifecyclemgr/js/DataService.js"></script>
- <script src="/openoui/thirdparty/js/mustache.js"></script>
- <script src="/openoui/lifecyclemgr/js/bootbox.min.js"></script>
<script type="text/javascript" src="/openoui/lifecyclemgr/js/jquery.i18n.properties-1.0.9.js"></script>
+ <script type="text/javascript" src="/openoui/thirdparty/js/angular.min.js"></script>
+ <script type="text/javascript" src="/openoui/thirdparty/js/angular-ui-router.min.js"></script>
+ <script type="text/javascript" src="/openoui/thirdparty/js/ng-table.min.js"></script>
+ <script type="text/javascript" src="/openoui/lifecyclemgr/js/app.js"></script>
+ <script type="text/javascript" src="/openoui/lifecyclemgr/js/DataService.js"></script>
+ <script type="text/javascript" src="/openoui/lifecyclemgr/js/bootbox.min.js"></script>
+
</head>
-<body ng-app="lcApp" onload="loadTemplate()">
+<body ng-app="lcApp">
<div class="homecontent center lcmanager">
|