1515
1616 < ul class ="nav navbar-nav ">
1717 < li class ="overview-menu " id ="headerIndex ">
18- < a href ="# " class ="center ">
18+ < a href ="../../web/index.html " class ="center ">
1919 首页
2020 </ a >
2121 </ li >
3030 < i class ="fa fa-sort-down "> </ i >
3131 </ a >
3232 < ul class ="dropdown-menu ">
33- < li > < a href ="# " id ="leaflet "> for Leaflet</ a > </ li >
34- < li > < a href ="# " id ="openlayers "> for OpenLayers</ a > </ li >
35- < li > < a href ="# " id ="mapboxgl "> for MapboxGL</ a > </ li >
36- < li > < a href ="# " id ="3dwebgl "> 3D-WebGL</ a > </ li >
33+ < li > < a href ="../leaflet/examples.html " id ="leaflet "> for Leaflet</ a > </ li >
34+ < li > < a href ="../openlayers/examples.html " id ="openlayers "> for OpenLayers</ a > </ li >
35+ < li > < a href ="../mapboxgl/examples.html " id ="mapboxgl "> for MapboxGL</ a > </ li >
36+ < li > < a href ="../3dwebgl/examples.html " id ="3dwebgl "> 3D-WebGL</ a > </ li >
3737 </ ul >
3838 </ li >
3939 < li class ="api-menu " id ="headerPricing ">
5252 </ li >
5353 </ ul >
5454</ div >
55- < script type ="text/javascript " src ="../../web/config.js "> </ script >
5655< script type ="text/javascript ">
57- $ ( '.example-menu .dropdown-menu li' ) . on ( 'click' , function ( e ) {
58- var id = $ ( e . target ) . attr ( "id" ) ;
59- var path = dropMenuConfig [ id ] ;
60- var host = window . location . protocol + "//" + window . location . host + ( window . location . port ? "/iClient9" : "" ) ;
61- if ( path ) {
62- window . location . href = host + "/examples/" + dropMenuConfig [ id ] + "/examples.html" ;
63- }
64- } ) ;
65- $ ( '.download-menu .build' ) . on ( 'click' , function ( ) {
66- var host = window . location . protocol + "//" + window . location . host + ( window . location . port ? "/iClient9" : "" ) ;
67- window . location . href = host + "/build/build.html" ;
68- } ) ;
69- $ ( '.nav #headerIndex,.navbar-header #title' ) . on ( 'click' , function ( evt ) {
70- window . location . href = window . location . protocol + "//" + window . location . host + ( window . location . port ? "/iClient9/web/index.html" : "" ) ;
71- } ) ;
7256 $ ( document ) . ready ( function ( ) {
7357 var suffixHeader = document . getElementById ( "suffix-title" ) ;
7458 suffixHeader . innerText = "for " + identification . name ;
7559 } ) ;
76-
7760</ script >
0 commit comments