代码拉取完成,页面将自动刷新
同步操作将从 bugmoto/Help 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html>
<html>
<head>
<title>HCEmrView在线帮助</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="Documentation Insight">
<link type="text/css" rel="stylesheet" media="all" href="css/reset.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/smoothness/jquery-ui.css" />
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery-migrate.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/splitter.js"></script>
<style type="text/css">
html,
body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
#navigationLayout {
min-width: 200px;
height: 100%;
}
#contentLayout {
min-width: 300px;
height: 100%;
background-color: #eee;
}
#navigationFrame,
#contentFrame {
height: 100%;
width: 100%;
border: none;
}
#main {
height: 100%;
width: 100%;
border: none;
}
#main div {
overflow-x: auto;
overflow-y: hidden;
}
.vsplitbar {
height: 100%;
width: 1px;
background: #b6b6b6;
background-image: url(images/vgrabber.gif);
background-repeat: no-repeat;
background-position: center;
}
.cover {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=30);
opacity: 0.01;
display: none;
}
</style>
<script type="text/javascript">
var resizeTimer;
function realignWindow() {
if (!$(".vsplitbar").hasClass("active"))
$("#main").trigger("resize");
}
$(function() {
$("#main").splitter({
splitVertical: true,
// outline: true,
sizeLeft: 300
});
$(window).resize(
function() {
clearTimeout(resizeTimer);
resizeTimer = setTimeout(realignWindow, 10);
}
);
});
</script>
</head>
<body>
<div id="main">
<div id="navigationLayout">
<iframe name="navigationFrame" id="navigationFrame" src="toc.html" seamless="seamless" title="Navigation Frame" frameborder="0">
</iframe>
<!--
-->
</div>
<div id="contentLayout">
<script type="text/javascript">
var defaultTopic = "HCEmrView.html";
if (location.href.lastIndexOf("?") > 0)
defaultTopic = location.href.substring(location.href.lastIndexOf("?") + 1, location.href.length).replace(/:/g, "");
document.write('<iframe name="contentFrame" id="contentFrame" src="' + defaultTopic + '" seamless="seamless" title="Content Frame" frameborder="0">');
</script>
<noscript>
<iframe name="contentFrame" id="contentFrame" src="HCEmrView.html" seamless="seamless" title="Content Frame" frameborder="0">
</iframe>
</noscript>
</div>
</div>
<div class="cover" id="cover"></div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。