UNPKG

1.47 kBHTMLView Raw
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8" />
5 <title>Home Page</title>
6 <!--RepoVersion:1018-->
7 <link href="styles/css/all.css" rel="stylesheet" type="text/css" />
8 <!--hotfix css start-->
9 <!--hotfix css end-->
10 <script>
11 var BSGlobal = {
12 root: "/"
13 , start: new Date
14 , prefillingData: {}
15 , container: "#bs_layout_container"
16 };
17 </script>
18 </head>
19 <body>
20 <div id="bs_layout_container" class="container"></div>
21
22 <script>
23 BSGlobal.entryPageId = 'home';
24
25 BSGlobal.tenantInfo = {};
26 BSGlobal.loginUserInfo = {};
27
28 BSGlobal.env = 'Development';
29 BSGlobal.apiPath = 'http://webapi.bs-ux.com';
30 BSGlobal.webPath = 'bs-ux.com';
31 </script>
32
33 <script src="scripts/vendor/components/requirejs/index.js" data-main="scripts/main"></script>
34 <script type="text/javascript">
35 BSGlobal.staticPath = '.';
36 requirejs.config({
37 baseUrl: BSGlobal.staticPath+'/scripts',
38 map: {
39 '*': {
40 //top channels start
41 "views/home/all-in-one":"views/home/index-page-view"
42 ,"views/platform/all-in-one":"views/home/index-page-view"
43 ,"views/bench/all-in-one":"views/home/index-page-view"
44 ,"views/daily/all-in-one":"views/home/index-page-view"
45 ,"views/app/all-in-one":"views/home/index-page-view"
46 ,"views/dev/all-in-one":"views/dev/index-page-view"
47 //top channels end
48 }
49 }
50 });
51 requirejs.config({
52 map: {
53 '*': {
54 //hotfix js start
55 //hotfix js end
56 }
57 }
58 });
59 </script>
60 </body>
61</html>
\No newline at end of file