优化2.0标准版代码
parent
3c4d5bf773
commit
9baf047623
@ -0,0 +1,204 @@
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||
<c:set var="path" value="${pageContext.request.contextPath}"/>
|
||||
<%@ include file="/WEB-INF/jspf/common.jspf" %>
|
||||
<%@ include file="/WEB-INF/jspf/ztreeCommom.jsp" %>
|
||||
<%@ include file="/WEB-INF/jspf/boostrapSelect.jspf" %>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>合并PDF</title>
|
||||
<meta http-equiv=X-UA-Compatible IE=EmulateIE7>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||
<link href="${path}/static/css/updatePic/common.css" type="text/css" rel="stylesheet">
|
||||
<link href="${path}/static/css/updatePic/index.css" type="text/css" rel="stylesheet">
|
||||
<link href="${path}/static/js/recordManage/templateSearch/jquery.qtip.min.css" type="text/css" rel="stylesheet">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="${path}/static/js/jquery-1.11.3.min.js"></script>
|
||||
<script src="${path}/static/js/html5shiv.js"></script>
|
||||
<script src="${path}/static/js/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<script>
|
||||
var path = "${path}";
|
||||
</script>
|
||||
<script src="${path}/static/js/recordManage/templateSearch/jquery.qtip.min.js"></script>
|
||||
<script type="text/javascript" src="${path}/static/js/udpatePic/imgUp.js"></script>
|
||||
<style type="text/css">
|
||||
body,html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
.main {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
.left-Div {
|
||||
width: 45%;
|
||||
height: 99%;
|
||||
background-color: #FFF;
|
||||
}
|
||||
.center-Div {
|
||||
width: 26%;
|
||||
height: 99%;
|
||||
background-color: #FFF;
|
||||
}
|
||||
.center-content-div{
|
||||
width: 100%;
|
||||
height: 95%;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.center-title{
|
||||
width: 100%;
|
||||
height: 5%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 1.2vw;
|
||||
color: #267405;
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.1vw;
|
||||
}
|
||||
.assort-div{
|
||||
width: 100%;
|
||||
height: 10%;
|
||||
display: flex;
|
||||
}
|
||||
.assort-title-one-div{
|
||||
width: 48%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.assort-title-two-div{
|
||||
width: 48%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.assort-btn {
|
||||
width: 70%;
|
||||
height: 60%;
|
||||
border-radius: 0%;
|
||||
background: #1677ff;
|
||||
color: #fff;
|
||||
font-size: 0.8vw;
|
||||
text-align: center;
|
||||
white-space: break-spaces;
|
||||
}
|
||||
.right-Div {
|
||||
width: 26%;
|
||||
height: 99%;
|
||||
background-color: #FFF;
|
||||
}
|
||||
.right-content-div{
|
||||
width: 100%;
|
||||
height: 90%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-content: flex-start;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.right-title{
|
||||
width: 100%;
|
||||
height: 5%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 1.2vw;
|
||||
color: #267405;
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.1vw;
|
||||
}
|
||||
.bottom-title{
|
||||
width: 100%;
|
||||
height: 5%;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
font-size: 1.2vw;
|
||||
color: #267405;
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.1vw;
|
||||
}
|
||||
.index-div{
|
||||
width: 33%;
|
||||
height: 10%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.index-btn{
|
||||
width: 90%;
|
||||
height: 60%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 0%;
|
||||
background: #ff4d4f;
|
||||
color: #fff;
|
||||
font-size: 0.8vw;
|
||||
white-space: break-spaces;
|
||||
text-align: center;
|
||||
}
|
||||
h4 {
|
||||
color: #fff;
|
||||
font-size: 1.0em;
|
||||
font-weight: bold;
|
||||
}
|
||||
hr {
|
||||
margin: 0 !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body style="scroll:auto" onkeydown="disabledPrint()">
|
||||
<input hidden type="hidden" id="patientId" value="${patientId}">
|
||||
<input hidden type="hidden" id="dataSource" value="${dataSource}">
|
||||
<!--174、祈福医院扫描图片存放根目录的字段-->
|
||||
<input hidden type="hidden" id="flag" value="file_path">
|
||||
<!--存放扫描图片和新上传图片根目录的集合-->
|
||||
<input hidden type="hidden" id="rootPaths">
|
||||
<!--医院名称-->
|
||||
<input hidden type="hidden" id="hospitalName" value="${hospitalName}">
|
||||
|
||||
<div class="main">
|
||||
<div class="left-Div">
|
||||
<iframe width="100%" height="100%" src="" id="megerIframe" frameborder="0" scrolling="no" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true"></iframe>
|
||||
</div>
|
||||
<div style="width: 1%"></div>
|
||||
<div class="center-Div">
|
||||
<div class="center-title">
|
||||
<p>索引目录</p>
|
||||
</div>
|
||||
<div id="assortHtml" class="center-content-div"></div>
|
||||
</div>
|
||||
<div style="width: 1%"></div>
|
||||
<div class="right-Div">
|
||||
<div class="right-title">
|
||||
<button type="button" class="btn btn-sm" style="width: 4vw;color: #fff;background: #1677ff;letter-spacing: 0.3vw;text-align: center;font-size: 0.8vw" onclick="backPage()">后退</button>
|
||||
</div>
|
||||
<div id="rightContentHtml" class="right-content-div"></div>
|
||||
<div class="bottom-title">
|
||||
<button type="button" class="btn btn-sm" style="width: 7vw;color: #fff;background: #1677ff;letter-spacing: 0.3vw;text-align: center;font-size: 0.8vw" onclick="submitIndex()">提交索引</button>
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 1%"></div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="${path}/static/js/recordManage/commomSearch/showMegerPDFView.js?<%= System.currentTimeMillis() %>"></script>
|
||||
<script type="text/javascript"
|
||||
src="${path}/static/js/recordManage/commomSearch/showRecordIframeBloodCommom.js?<%= System.currentTimeMillis() %>"></script>
|
||||
<script type="text/javascript" src="${path}/static/js/dateUtil.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,56 @@
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||
<c:set var="path" value="${pageContext.request.contextPath}"/>
|
||||
<%@ include file="/WEB-INF/jspf/common.jspf" %>
|
||||
<%@ include file="/WEB-INF/jspf/ztreeCommom.jsp" %>
|
||||
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>合并PDF页面</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta http-equiv=X-UA-Compatible IE=EmulateIE7>
|
||||
<!--[if lt IE 9]>
|
||||
<script type="text/javascript" src="${path}/static/js/html5shiv.min.js"></script>
|
||||
<script type="text/javascript" src="${path}/static/js/jquery-1.11.3.min.js"></script>
|
||||
<script type="text/javascript" src="${path}/static/js/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
<script>
|
||||
var path = "${path}";
|
||||
</script>
|
||||
<style type="text/css">
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
.content {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding-left: 1%;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body style="scroll:auto" onkeydown="disabledPrint()">
|
||||
<div class="content">
|
||||
<input type="file" id="pdf-file-input" accept="application/pdf">
|
||||
<%--<button id="next-page-btn">下一页</button>
|
||||
<button id="prev-page-btn">上一页</button>
|
||||
<p>当前页数: <span id="current-page">1</span></p>
|
||||
<button id="download-page">下载当前页</button>--%>
|
||||
<iframe width="100%" height="100%" src="" id="showMegerPdfIframe" name="showMegerPdfIframe" frameborder="0" scrolling="yes" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true"></iframe>
|
||||
</div>
|
||||
<script type="text/javascript"
|
||||
src="${path}/static/js/recordManage/commomSearch/showMegerRecordIframeBlood.js?<%= System.currentTimeMillis() %>"></script>
|
||||
<script type="text/javascript"
|
||||
src="${path}/static/js/recordManage/commomSearch/showRecordIframeBloodCommom.js?<%= System.currentTimeMillis() %>"></script>
|
||||
<script type="text/javascript" src="${path}/static/js/commom.js"></script>
|
||||
<script type="text/javascript"
|
||||
src="${path}/static/pdfjs/web/viewer2.js?<%= System.currentTimeMillis() %>"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue