1- <!--******************************************************************** * Copyright© 2000 - 2018 SuperMap Software Co.Ltd. All rights reserved. *********************************************************************-->
2- <!DOCTYPE html>
3- < html >
4- < head >
5- < meta charset ="utf-8 ">
6- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7- < title data-i18n ="resources.title_examples3DWebGL "> </ title >
8- < link rel ="shortcut icon " type ="image/x-icon " href ="../../web/img/favicon.ico "/>
9- < meta content ="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no " name ="viewport ">
10- < script type ="text/javascript "
11- include ="jquery,bootstrap,template,admin-lte,jquery.scrollto,i18n,lazyload "
12- src ="../js/include-web.js "> </ script >
13- < link rel ="stylesheet " href ="../css/common.css ">
14- < link rel ="stylesheet " href ="../css/header.css ">
15- < link rel ="stylesheet " href ="../css/sideBar.css ">
16- < link rel ="stylesheet " href ="../css/examples.css ">
17- < script type ="text/javascript " src ="../js/utils.js "> </ script >
18- </ head >
19- < body class ="hold-transition skin-blue sidebar-mini " data-spy ="scroll " data-target ="#scrollSpy ">
20-
21- <!-- ./wrapper -->
22- < div class ="wrapper "> </ div >
23- < script >
24- $ ( '.wrapper' ) . load ( "../template/example.html" , function ( ) {
25- var navigation = {
26- nav : {
27- title : "SuperMap iClient 9D(2019)" ,
28- path : "../../web/"
29- }
30- } ;
31- utils . loadTemplate ( ".icl-header" , "../template/header.html" , navigation ) ;
32-
33- $body = $ ( 'body' ) ;
34- $body . append ( "<script type='text/javascript' src='./config.js'><\/script>" ) ;
35- $body . append ( "<script type='text/javascript' src='../js/localization.js'><\/script>" ) ;
36- $body . append ( "<script type='text/javascript' src='../js/common.js'><\/script>" ) ;
37- $body . append ( "<script type='text/javascript' src='../js/sidebar.js'><\/script>" ) ;
38- $body . append ( "<script type='text/javascript' src='../js/example.js'><\/script>" ) ;
39- utils . loadTemplate ( ".icl-footer" , "../template/footer.html" , navigation ) ;
40- } ) ;
41- </ script >
42- <!-- ./wrapper end-->
43-
44-
45- </ body >
1+ <!--********************************************************************
2+ * Copyright© 2000 - 2018 SuperMap Software Co.Ltd. All rights reserved.
3+ *********************************************************************-->
4+ <!DOCTYPE html>
5+ < html >
6+ < head >
7+ < meta charset ="utf-8 ">
8+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
9+ < title data-i18n ="resources.title_examples3DWebGL "> </ title >
10+ < link rel ="shortcut icon " type ="image/x-icon " href ="../../web/img/favicon.ico "/>
11+ < meta content ="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no " name ="viewport ">
12+ < script type ="text/javascript "
13+ include ="jquery,bootstrap,template,admin-lte,jquery.scrollto,i18n,lazyload "
14+ src ="../js/include-web.js "> </ script >
15+ < link rel ="stylesheet " href ="../css/common.css ">
16+ < link rel ="stylesheet " href ="../css/header.css ">
17+ < link rel ="stylesheet " href ="../css/sideBar.css ">
18+ < link rel ="stylesheet " href ="../css/examples.css ">
19+ < script type ="text/javascript " src ="../js/utils.js "> </ script >
20+ </ head >
21+ < body class ="hold-transition skin-blue sidebar-mini " data-spy ="scroll " data-target ="#scrollSpy ">
22+
23+ <!-- ./wrapper -->
24+ < div class ="wrapper "> </ div >
25+ < script >
26+ $ ( '.wrapper' ) . load ( "../template/example.html" , function ( ) {
27+ var navigation = {
28+ nav : {
29+ title : "SuperMap iClient 9D(2019)" ,
30+ path : "../../web/"
31+ }
32+ } ;
33+ utils . loadTemplate ( ".icl-header" , "../template/header.html" , navigation ) ;
34+
35+ $body = $ ( 'body' ) ;
36+ $body . append ( "<script type='text/javascript' src='./config.js'><\/script>" ) ;
37+ $body . append ( "<script type='text/javascript' src='../js/localization.js'><\/script>" ) ;
38+ $body . append ( "<script type='text/javascript' src='../js/common.js'><\/script>" ) ;
39+ $body . append ( "<script type='text/javascript' src='../js/sidebar.js'><\/script>" ) ;
40+ $body . append ( "<script type='text/javascript' src='../js/example.js'><\/script>" ) ;
41+ utils . loadTemplate ( ".icl-footer" , "../template/footer.html" , navigation ) ;
42+ } ) ;
43+ </ script >
44+ <!-- ./wrapper end-->
45+
46+
47+ </ body >
4648</ html >
0 commit comments