修改xp系统使用2.0全屏按钮失效问题

master
zengwh 4 years ago
parent 9c6497e665
commit f25f2bddf5

@ -178,7 +178,7 @@
</div> </div>
</div> </div>
<div class="contentDiv"> <div class="contentDiv">
<iframe width="100%" height="100%" src="" id="iframe" frameborder="0" scrolling="no"></iframe> <iframe width="100%" height="100%" src="" id="iframe" frameborder="0" scrolling="no" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true"></iframe>
</div> </div>
</div> </div>
<script type="text/javascript" src="${path}/static/js/font/showRecordFont.js?t=2021-08-20"></script> <script type="text/javascript" src="${path}/static/js/font/showRecordFont.js?t=2021-08-20"></script>

@ -175,7 +175,7 @@
</div> </div>
</div> </div>
<div class="contentDiv"> <div class="contentDiv">
<iframe width="100%" height="100%" src="" id="iframe" frameborder="0" scrolling="no"></iframe> <iframe width="100%" height="100%" src="" id="iframe" frameborder="0" scrolling="no" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true"></iframe>
</div> </div>
</div> </div>
<script type="text/javascript" src="${path}/static/js/font/showRecordFontSouth.js"></script> <script type="text/javascript" src="${path}/static/js/font/showRecordFontSouth.js"></script>

@ -105,7 +105,7 @@ aria-labelledby="myModalLabel" aria-hidden="true">
</div> </div>
</div> </div>
<div class="content-right"> <div class="content-right">
<iframe width="100%" height="100%" src="" id="iframe1" frameborder="0" onkeydown="disabledPrint()"></iframe> <iframe width="100%" height="100%" src="" id="iframe1" frameborder="0" onkeydown="disabledPrint()" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true"></iframe>
</div> </div>
<script type="text/javascript" src="${path}/static/js/font/showRecordIframeBloodFont.js"></script> <script type="text/javascript" src="${path}/static/js/font/showRecordIframeBloodFont.js"></script>
<script type="text/javascript" src="${path}/static/js/font/showRecordIframeBloodCommom.js"></script> <script type="text/javascript" src="${path}/static/js/font/showRecordIframeBloodCommom.js"></script>

@ -107,7 +107,7 @@
</div> </div>
</div> </div>
<div class="content-right"> <div class="content-right">
<iframe width="100%" height="100%" src="" id="iframe1" frameborder="0" onkeydown="disabledPrint()"></iframe> <iframe width="100%" height="100%" src="" id="iframe1" frameborder="0" onkeydown="disabledPrint()" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true"></iframe>
</div> </div>
<script type="text/javascript" src="${path}/static/js/font/showRecordIframeSouthFont.js"></script> <script type="text/javascript" src="${path}/static/js/font/showRecordIframeSouthFont.js"></script>
<script type="text/javascript" src="${path}/static/js/font/showRecordIframeBloodCommom.js"></script> <script type="text/javascript" src="${path}/static/js/font/showRecordIframeBloodCommom.js"></script>

@ -11,7 +11,7 @@
<link rel="shortcut icon" href="../favicon.ico"> <link rel="shortcut icon" href="../favicon.ico">
</head> </head>
<body onkeydown="disabledPrint()"> <body onkeydown="disabledPrint()">
<iframe width="100%" height="100%" id="iframe" src="${path}/static/pdfjs/web/viewer.html?file=${path}/commom/showRecordContent/${patientId}/${assortIds}"></iframe> <iframe width="100%" height="100%" id="iframe" src="${path}/static/pdfjs/web/viewer.html?file=${path}/commom/showRecordContent/${patientId}/${assortIds}" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true"></iframe>
<script type="text/javascript"> <script type="text/javascript">
$("#iframe").contents().find('body').attr('oncontextmenu',"javascript:return false;"); $("#iframe").contents().find('body').attr('oncontextmenu',"javascript:return false;");

@ -308,7 +308,7 @@
</div> </div>
</div> </div>
<div class="contentDiv"> <div class="contentDiv">
<iframe width="100%" height="100%" src="" id="iframe" frameborder="0" scrolling="no"></iframe> <iframe width="100%" height="100%" src="" id="iframe" frameborder="0" scrolling="no" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true"></iframe>
</div> </div>
</div> </div>
<!-- 模态框1Modal编码信息 --> <!-- 模态框1Modal编码信息 -->
@ -328,7 +328,7 @@
<div class="modal-body code-body"> <div class="modal-body code-body">
<a target="_blank"> <a target="_blank">
<iframe class="row-fluid" style="width:100%;height: 100%" src="" id="iFrame1" name="iFrame1" <iframe class="row-fluid" style="width:100%;height: 100%" src="" id="iFrame1" name="iFrame1"
scrolling="yes" frameborder="0"></iframe> scrolling="yes" frameborder="0" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true"></iframe>
</a> </a>
<%-- <!--左边树--> <%-- <!--左边树-->
<div class="left"> <div class="left">

@ -211,7 +211,7 @@
</div> </div>
</div> </div>
<div class="contentDiv"> <div class="contentDiv">
<iframe width="100%" height="100%" id="iframe" frameborder="0" scrolling="no"></iframe> <iframe width="100%" height="100%" id="iframe" frameborder="0" scrolling="no" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true"></iframe>
</div> </div>
</div> </div>
<!-- 模态框2Modal添加收藏 --> <!-- 模态框2Modal添加收藏 -->

@ -78,7 +78,7 @@
&lt;%&ndash;<button type="button" class="btn btn-warning" style="float:right;margin-right: 1%" onclick="">笔记</button>&ndash;%&gt; &lt;%&ndash;<button type="button" class="btn btn-warning" style="float:right;margin-right: 1%" onclick="">笔记</button>&ndash;%&gt;
</div> </div>
</shiro:hasPermission>--%> </shiro:hasPermission>--%>
<iframe width="100%" height="100%" src="" id="iframe1" name="iframe1" frameborder="0" scrolling="yes"></iframe> <iframe width="100%" height="100%" src="" id="iframe1" name="iframe1" frameborder="0" scrolling="yes" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true"></iframe>
</div> </div>
<script type="text/javascript" src="${path}/static/js/recordManage/commomSearch/showRecordIframe.js?t=2020-04-27"></script> <script type="text/javascript" src="${path}/static/js/recordManage/commomSearch/showRecordIframe.js?t=2020-04-27"></script>
</body> </body>

@ -120,7 +120,7 @@
</button> </button>
</div> </div>
</shiro:hasPermission> </shiro:hasPermission>
<iframe width="100%" height="100%" src="" id="iframe1" name="iframe1" frameborder="0" scrolling="yes"></iframe> <iframe width="100%" height="100%" src="" id="iframe1" name="iframe1" frameborder="0" scrolling="yes" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true"></iframe>
</div> </div>
<!-- 模态框1Modal移动PDFtable信息 --> <!-- 模态框1Modal移动PDFtable信息 -->

@ -122,7 +122,7 @@
</button> </button>
</div> </div>
</shiro:hasPermission> </shiro:hasPermission>
<iframe width="100%" height="100%" src="" id="iframe1" name="iframe1" frameborder="0" scrolling="yes"></iframe> <iframe width="100%" height="100%" src="" id="iframe1" name="iframe1" frameborder="0" scrolling="yes" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true"></iframe>
</div> </div>
<!-- 模态框1Modal移动PDFtable信息 --> <!-- 模态框1Modal移动PDFtable信息 -->

Loading…
Cancel
Save