| | |
| | | <div data-role="page">
|
| | | <div data-role="header" data-position="fixed">
|
| | | <a href="selectcounty.html" class="ui-btn ui-corner-all ui-shadow ui-icon-back ui-btn-icon-left" target="_top" style="padding-top:0.7em;padding-bottom:0.7em;">返回</a>
|
| | | <h1>蓄电池组</h1>
|
| | | <h1>机房</h1>
|
| | | </div>
|
| | |
|
| | | <div data-role="content">
|
| | |
| | |
|
| | | var data = [
|
| | | {url: 'javascript:JumpHomePage();', txt: '首页'},
|
| | | {url: 'javascript:JumpFirstPage();', txt: '省'},
|
| | | {url: 'javascript:JumpcityPage();', txt: '市'},
|
| | | {url: 'machineroomM.html', txt: '区/县' },
|
| | | {url: 'javascript:JumpFirstPage();', txt:temp.StationName1},
|
| | | {url: 'javascript:JumpcityPage();', txt: temp.StationName2},
|
| | | {url: 'selectcounty.html', txt: temp.StationName5 },
|
| | | {url: 'javascript:;', txt: '机房'}
|
| | | ];
|
| | | addBreadCrumb($('.breadcrumb').eq(0),data);
|
| | |
| | | });
|
| | | </script>
|
| | |
|
| | | </html> |
| | | </html>
|