|
|
|
@ -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;");
|
|
|
|
|