| | |
| | | <Content Include="html\img\æªé¢åæ.png" /> |
| | | <Content Include="html\img\æªé¢åæxz.png" /> |
| | | <Content Include="html\img\æ¥è¡¨åæ.png" /> |
| | | <Content Include="html\img\æ¥è¡¨åæxz.png" /> |
| | | <Content Include="html\img\æ¥è¡¨åæ_03.png" /> |
| | | <Content Include="html\img\æä»¶æ xz.png" /> |
| | | <Content Include="html\img\æåæ æ³¨.png" /> |
| | |
| | | |
| | | <td class="td" title="å¤å¶å¯¹è±¡"><img src="img/leaf.png" class="imgx" data-img="fzdx" /></td> |
| | | |
| | | <!--<td class="td" title="模ååº"><img src="img/åæ .png" class="imgx" data-img="data-lib" /></td>--> |
| | | <td class="td" title="综åç»è®¡"><img src="img/æ¥è¡¨åæ.png" class="imgx" data-img="dataCount" /></td> |
| | | </tr> |
| | | </table> |
| | | <script type="text/javascript" src="tooljs/tool.js"></script> |
| | |
| | | }); |
| | | }) |
| | | |
| | | |
| | | var url = window.location.href.substring(0, window.location.href.lastIndexOf('/') + 1); |
| | | |
| | | //åæ ç³»å·¥å
· |
| | |
| | | coorsystatus = true; |
| | | } |
| | | } |
| | | |
| | | //ç»å¶ |
| | | function hz(command, param) { |
| | | sgworld.Command.Execute(command, param); |
| | |
| | | case "hsymfx": |
| | | hsymfx(); |
| | | break; |
| | | case "dataCount": |
| | | dataCount(); break; |
| | | } |
| | | }); |
| | | $(".imgx").hover(function () { |
| | |
| | | $(this).attr("src", dd); |
| | | $(this).focus(); |
| | | }, function () { |
| | | if($(this).attr("data-sel") == "f"){ |
| | | if ($(this).attr("data-sel") == "f") { |
| | | var mr = $(this).attr("data-mr"); |
| | | $(this).attr("src", mr); |
| | | } |
| | | }); |
| | | }) |
| | | }); |
| | | |
| | | // 综åç»è®¡ |
| | | var showDataCount = false; |
| | | |
| | | function dataCount() { |
| | | showDataCount = !showDataCount; |
| | | if (showDataCount) { |
| | | // TBAX.createBorderDialog("å·¦ä¸", url, lT.width, lT.height, lT.top, lT.left, lT.bottom, lT.right); |
| | | window.external.createPmDialogDock('showDataCount1', url + "../chart/L1.html", 530, 900, 50, 20, -1, -1); |
| | | window.external.createPmDialogDock('showDataCount2', url + "../chart/R1.html", 530, 900, 40, -1, -1, 20); |
| | | } else { |
| | | window.external.closeDialog("showDataCount1"); |
| | | window.external.closeDialog("showDataCount2"); |
| | | } |
| | | } |
| | | |
| | | //æ´ªæ°´æ·¹æ²¡åæ |
| | | function hsymfx() { |