You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
4.1 KiB
90 lines
4.1 KiB
<%@page contentType="text/html;charset=UTF-8" %>
|
|
<%@include file="../common/jsp/UsrCheck.jsp"%>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title></title>
|
|
<link href="../common/css/Project.css" rel=stylesheet type=text/css>
|
|
<link href="../common/css/Project3.css" rel=stylesheet type=text/css>
|
|
<LINK href="../common/css/mulLine.css" rel=stylesheet type=text/css>
|
|
<link href="css/familyTree.css" rel=stylesheet type=text/css>
|
|
<script src="../common/javascript/Common.js" ></SCRIPT>
|
|
<script src="../common/javascript/MulLine.js"></SCRIPT>
|
|
<script src="../common/cvar/CCodeOperate.js"></SCRIPT>
|
|
<script src="../common/easyQueryVer3/EasyQueryVer3.js"></SCRIPT>
|
|
<script src="../common/easyQueryVer3/EasyQueryCache.js"></SCRIPT>
|
|
<%@include file="familyTreeInit.jsp"%>
|
|
<script type="text/javascript" src="sinosoftsvg.js"></script>
|
|
<script type="text/javascript" src="familyTree.js"></script>
|
|
|
|
<SCRIPT src="../common/laydate/laydate.js"></SCRIPT>
|
|
<SCRIPT src="../common/javascript/VerifyInput.js"></SCRIPT>
|
|
<script src="../common/javascript/i18n/jquery.i18n.js"></script>
|
|
<script src="../common/javascript/i18n/jquery.i18n.messagestore.js"></script>
|
|
<script src="../common/javascript/i18n/i18n.js"></script>
|
|
</head>
|
|
<body onload="initForm()" style="overflow: hidden">
|
|
<form method=post name=fm id="fm" target="fraSubmit">
|
|
<input class="displayNone" id="customerNo" name="customerNo">
|
|
<input class="displayNone" id="contNo" name="contNo">
|
|
</form>
|
|
<div id="common">
|
|
<div id="svg_div" class="svg_div">
|
|
<span id="bnts" class='div_image'>
|
|
<image src='./image/amplification.png' id ='amplification' class='img_div'></image>
|
|
<image src='./image/narrow.png' id ='narrow' class='img_div'></image>
|
|
<image src='./image/full.png' id ='showSvg' class='img_div'></image>
|
|
<image src='./image/recover.png' id ='restore' class='img_div'> </image>
|
|
<button id='svgValue' class='span1'></button>
|
|
</span>
|
|
<div id="dbclik">
|
|
<div id="svgParent" style="transform-origin: left top;">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="right_box" id="right_box">
|
|
<div style="width: 16px;background: #ddd;cursor: ew-resize;" onmousedown="startDiv()"><img id="right_btn" class="arrow" src="./image/left.png" alt="" onclick="rightBtn()" style="cursor: pointer" ></div>
|
|
<div id="InsuranceInfo"></div>
|
|
</div>
|
|
<div class="bottom_box" id="bottom_box">
|
|
<div style="height: 18px;cursor: s-resize;" onmousedown="startDrag()">
|
|
<img id="bottom_btn" class="arrow" src="./image/top.png" alt="" onclick="bottomBtn()" style="cursor: pointer">
|
|
<span class="titleImg" onclick="bottomBtn()" style="cursor: pointer;" data-i18n="UWInfo-1">本单核保信息</span>
|
|
</div>
|
|
<DIV id=DivFamilytreeGrid style="display:none;background: #f7f7f7; overflow-y: auto">
|
|
<table class= common>
|
|
<tr class= common>
|
|
<td text-align: left colSpan=1 >
|
|
<span id="spanFamilytreeGrid" >
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div id="mask" class="mask"></div>
|
|
<div id="loading">
|
|
<svg version="1.1" id="L9" xmlns="http://www.w3.org/2000/svg" x="0px"
|
|
y="0px"
|
|
viewBox="0 0 100 100" enable-background="new 0 0 0 0" xml:space="preserve">
|
|
<path fill="#1E90FF"
|
|
d="M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50">
|
|
<animateTransform attributeName="transform" attributeType="XML"
|
|
type="rotate"
|
|
dur="1s"
|
|
from="0 50 50"
|
|
to="360 50 50"
|
|
repeatCount="indefinite"/>
|
|
</path>
|
|
</svg>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
</html> |