|
|
|
@ -12,42 +12,47 @@
|
|
|
|
<%@ include file="/WEB-INF/jspf/common.jspf" %>
|
|
|
|
<%@ include file="/WEB-INF/jspf/common.jspf" %>
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|
.container-fluid{
|
|
|
|
.container-fluid {
|
|
|
|
height: 1000px;
|
|
|
|
height: 1000px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
<![endif]-->
|
|
|
|
<![endif]-->
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|
body { margin-right: -15px; margin-bottom: -15px; }
|
|
|
|
.navbar-custom-menu {
|
|
|
|
.navbar-custom-menu{
|
|
|
|
padding-right: 20px;
|
|
|
|
padding-right:20px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.hidden-xs{
|
|
|
|
|
|
|
|
|
|
|
|
.hidden-xs {
|
|
|
|
max-width: 200px;
|
|
|
|
max-width: 200px;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.logo{
|
|
|
|
|
|
|
|
height: 59px!important;
|
|
|
|
.logo {
|
|
|
|
|
|
|
|
height: 59px !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.container-fluid {
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.indexSelected{
|
|
|
|
.indexSelected {
|
|
|
|
background-color: #42515F;
|
|
|
|
background-color: #42515F;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
<%
|
|
|
|
<%
|
|
|
|
String POWER_URLHEAD = (String)request.getParameter("POWER_URLHEAD");
|
|
|
|
String POWER_URLHEAD = (String) request.getParameter("POWER_URLHEAD");
|
|
|
|
String POWER_JSP = (String)request.getParameter("POWER_JSP");
|
|
|
|
String POWER_JSP = (String) request.getParameter("POWER_JSP");
|
|
|
|
String token = (String)request.getSession().getAttribute("token");
|
|
|
|
String token = (String) request.getSession().getAttribute("token");
|
|
|
|
// String token = (String)request.getParameter("token");
|
|
|
|
// String token = (String)request.getParameter("token");
|
|
|
|
String WEBSOCKET_URLHEAD = (String)request.getParameter("WEBSOCKET_URLHEAD");
|
|
|
|
String WEBSOCKET_URLHEAD = (String) request.getParameter("WEBSOCKET_URLHEAD");
|
|
|
|
String STR_SPLIT = (String)request.getParameter("STR_SPLIT");
|
|
|
|
String STR_SPLIT = (String) request.getParameter("STR_SPLIT");
|
|
|
|
%>
|
|
|
|
%>
|
|
|
|
<script type="text/javascript">
|
|
|
|
<script type="text/javascript">
|
|
|
|
var path = "${path}"
|
|
|
|
var path = "${path}"
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body class="skin-blue" onkeydown="disabledPrint()">
|
|
|
|
<body class="hold-transition skin-blue sidebar-mini" onkeydown="disabledPrint()">
|
|
|
|
<input type="hidden" id="token" value="<%=token%>"/>
|
|
|
|
<input type="hidden" id="token" value="<%=token%>"/>
|
|
|
|
<input type="hidden" id="roleId" value="${CURRENT_USER.roleId}"/>
|
|
|
|
<input type="hidden" id="roleId" value="${CURRENT_USER.roleId}"/>
|
|
|
|
<!--webSocket所需-->
|
|
|
|
<!--webSocket所需-->
|
|
|
|
@ -57,7 +62,7 @@
|
|
|
|
<input type="hidden" id="POWER_JSP" value="<%=POWER_JSP%>">
|
|
|
|
<input type="hidden" id="POWER_JSP" value="<%=POWER_JSP%>">
|
|
|
|
<input type="hidden" id="webSocketUrl" value="<%=WEBSOCKET_URLHEAD%>">
|
|
|
|
<input type="hidden" id="webSocketUrl" value="<%=WEBSOCKET_URLHEAD%>">
|
|
|
|
<input type="hidden" id="strSplit" value="<%=STR_SPLIT%>">
|
|
|
|
<input type="hidden" id="strSplit" value="<%=STR_SPLIT%>">
|
|
|
|
<div class="">
|
|
|
|
<div class="wrapper">
|
|
|
|
<header class="main-header">
|
|
|
|
<header class="main-header">
|
|
|
|
<!--logo-->
|
|
|
|
<!--logo-->
|
|
|
|
<div class=" logo">
|
|
|
|
<div class=" logo">
|
|
|
|
@ -90,20 +95,24 @@
|
|
|
|
<c:when test="${CURRENT_USER.remark == '' || CURRENT_USER.remark == null || CURRENT_USER.remark == 'null'}">
|
|
|
|
<c:when test="${CURRENT_USER.remark == '' || CURRENT_USER.remark == null || CURRENT_USER.remark == 'null'}">
|
|
|
|
<c:choose>
|
|
|
|
<c:choose>
|
|
|
|
<c:when test="${CURRENT_USER.userPosition != null && CURRENT_USER.userPosition != '' && CURRENT_USER.userPosition != 'null'}">
|
|
|
|
<c:when test="${CURRENT_USER.userPosition != null && CURRENT_USER.userPosition != '' && CURRENT_USER.userPosition != 'null'}">
|
|
|
|
<p class="hidden-xs" title="${CURRENT_USER.userPosition}">${CURRENT_USER.userPosition}</p>
|
|
|
|
<p class="hidden-xs"
|
|
|
|
|
|
|
|
title="${CURRENT_USER.userPosition}">${CURRENT_USER.userPosition}</p>
|
|
|
|
</c:when>
|
|
|
|
</c:when>
|
|
|
|
<c:otherwise>
|
|
|
|
<c:otherwise>
|
|
|
|
<p class="hidden-xs" title="${CURRENT_USER.userName}">${CURRENT_USER.userName}</p>
|
|
|
|
<p class="hidden-xs"
|
|
|
|
|
|
|
|
title="${CURRENT_USER.userName}">${CURRENT_USER.userName}</p>
|
|
|
|
</c:otherwise>
|
|
|
|
</c:otherwise>
|
|
|
|
</c:choose>
|
|
|
|
</c:choose>
|
|
|
|
</c:when>
|
|
|
|
</c:when>
|
|
|
|
<c:otherwise>
|
|
|
|
<c:otherwise>
|
|
|
|
<c:choose>
|
|
|
|
<c:choose>
|
|
|
|
<c:when test="${CURRENT_USER.userPosition != null && CURRENT_USER.userPosition != '' && CURRENT_USER.userPosition != 'null'}">
|
|
|
|
<c:when test="${CURRENT_USER.userPosition != null && CURRENT_USER.userPosition != '' && CURRENT_USER.userPosition != 'null'}">
|
|
|
|
<p class="hidden-xs" title="${CURRENT_USER.userPosition}(${CURRENT_USER.remark})">${CURRENT_USER.userPosition}(${CURRENT_USER.remark})</p>
|
|
|
|
<p class="hidden-xs"
|
|
|
|
|
|
|
|
title="${CURRENT_USER.userPosition}(${CURRENT_USER.remark})">${CURRENT_USER.userPosition}(${CURRENT_USER.remark})</p>
|
|
|
|
</c:when>
|
|
|
|
</c:when>
|
|
|
|
<c:otherwise>
|
|
|
|
<c:otherwise>
|
|
|
|
<p class="hidden-xs" title="${CURRENT_USER.userName}(${CURRENT_USER.remark})">${CURRENT_USER.userName}(${CURRENT_USER.remark})</p>
|
|
|
|
<p class="hidden-xs"
|
|
|
|
|
|
|
|
title="${CURRENT_USER.userName}(${CURRENT_USER.remark})">${CURRENT_USER.userName}(${CURRENT_USER.remark})</p>
|
|
|
|
</c:otherwise>
|
|
|
|
</c:otherwise>
|
|
|
|
</c:choose>
|
|
|
|
</c:choose>
|
|
|
|
</c:otherwise>
|
|
|
|
</c:otherwise>
|
|
|
|
@ -141,9 +150,9 @@
|
|
|
|
<%--<li><a href="${path}/commom/test" target="iFrame1"><i class="fa fa-circle-o"></i>测试页</a></li>--%>
|
|
|
|
<%--<li><a href="${path}/commom/test" target="iFrame1"><i class="fa fa-circle-o"></i>测试页</a></li>--%>
|
|
|
|
<%-- <li><a href="${path}/commom/showRecord?patientId=3d2c5fb596764cdb89b247b138de8a0b" target="iFrame1"><i class="fa fa-circle-o"></i>病案浏览测试页</a></li>--%>
|
|
|
|
<%-- <li><a href="${path}/commom/showRecord?patientId=3d2c5fb596764cdb89b247b138de8a0b" target="iFrame1"><i class="fa fa-circle-o"></i>病案浏览测试页</a></li>--%>
|
|
|
|
<%-- <li><a href="${path}/commom/showRecord?patientId=00000A70E4584D048F866BB75112EBBC" target="iFrame1"><i class="fa fa-circle-o"></i>病案浏览测试页</a></li>--%>
|
|
|
|
<%-- <li><a href="${path}/commom/showRecord?patientId=00000A70E4584D048F866BB75112EBBC" target="iFrame1"><i class="fa fa-circle-o"></i>病案浏览测试页</a></li>--%>
|
|
|
|
<%--
|
|
|
|
<%--
|
|
|
|
<li><a href="${path}/commom/showRecord?patientId=0f6e6941028c44b8b8ea070f27480416" target="iFrame1"><i class="fa fa-circle-o"></i>病案浏览测试页</a></li>
|
|
|
|
<li><a href="${path}/commom/showRecord?patientId=0f6e6941028c44b8b8ea070f27480416" target="iFrame1"><i class="fa fa-circle-o"></i>病案浏览测试页</a></li>
|
|
|
|
--%>
|
|
|
|
--%>
|
|
|
|
<%--<li><a href="${path}/commom/showRecord?patientId=2AE9566F20AB430DB6DD6F6A88F1DCDA" target="iFrame1"><i class="fa fa-circle-o"></i>病案浏览测试页</a></li>--%>
|
|
|
|
<%--<li><a href="${path}/commom/showRecord?patientId=2AE9566F20AB430DB6DD6F6A88F1DCDA" target="iFrame1"><i class="fa fa-circle-o"></i>病案浏览测试页</a></li>--%>
|
|
|
|
<%--<li><a href="${path}/commom/showRecord?patientId=00001EEDE74747709805E88A410496AE" target="iFrame1"><i class="fa fa-circle-o"></i>病案浏览测试页</a></li>--%>
|
|
|
|
<%--<li><a href="${path}/commom/showRecord?patientId=00001EEDE74747709805E88A410496AE" target="iFrame1"><i class="fa fa-circle-o"></i>病案浏览测试页</a></li>--%>
|
|
|
|
<%--<li class="active treeview">
|
|
|
|
<%--<li class="active treeview">
|
|
|
|
@ -210,7 +219,8 @@
|
|
|
|
<div class="page-content-wrapper">
|
|
|
|
<div class="page-content-wrapper">
|
|
|
|
<div class="page-content">
|
|
|
|
<div class="page-content">
|
|
|
|
<div class="container-fluid">
|
|
|
|
<div class="container-fluid">
|
|
|
|
<iframe class="row-fluid" style="width:100%;height:100%;" src="${path}/commom/commomList" id="iFrame1" name="iFrame1" scrolling="yes" frameborder="0"></iframe>
|
|
|
|
<iframe class="row-fluid" style="width:100%;height:100%;" src="${path}/commom/commomList"
|
|
|
|
|
|
|
|
id="iFrame1" name="iFrame1" scrolling="yes" frameborder="0"></iframe>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -228,5 +238,13 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript" src="${path}/static/js/menu.js?time=2019-12-15"></script>
|
|
|
|
<script type="text/javascript" src="${path}/static/js/menu.js?time=2019-12-15"></script>
|
|
|
|
<%@ include file="/WEB-INF/jspf/webSocket.jspf" %>
|
|
|
|
<%@ include file="/WEB-INF/jspf/webSocket.jspf" %>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
$(document).ready(function () {
|
|
|
|
|
|
|
|
const headerHeight = $(".main-header").height() || 0;
|
|
|
|
|
|
|
|
const footerHeight = ($(".main-footer").height() || 0) + 31;
|
|
|
|
|
|
|
|
const windowHeight = $(window).height();
|
|
|
|
|
|
|
|
$("#iFrame1").css("height", windowHeight - headerHeight - footerHeight - 37);
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|
|