39 lines
1.7 KiB
Plaintext
39 lines
1.7 KiB
Plaintext
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PDFShow.aspx.cs" Inherits="FineUIPro.Web.HJGL.JoinMarking.PDFShow" %>
|
||
|
|
|
||
|
|
<!DOCTYPE html>
|
||
|
|
|
||
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
|
<head runat="server">
|
||
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||
|
|
<title></title>
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
|
<script type="module" crossorigin="" src="./assets/viewer-Dla4Cfl-.js"></script>
|
||
|
|
<link rel="modulepreload" crossorigin="" href="./assets/pdf-lib-D5zKcp81.js">
|
||
|
|
<link rel="modulepreload" crossorigin="" href="./assets/pdfjs-HfNT2Y4W.js">
|
||
|
|
<link rel="modulepreload" crossorigin="" href="./assets/styles-Bno-H3Kc.js">
|
||
|
|
<link rel="stylesheet" crossorigin="" href="./assets/styles-CDHjsf7D.css">
|
||
|
|
<link rel="stylesheet" crossorigin="" href="./assets/viewer-BilNgxa5.css">
|
||
|
|
|
||
|
|
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<form id="form1" runat="server">
|
||
|
|
<input id="hdpdfurl" type="hidden" value="<%=URL %>"/>
|
||
|
|
<input id="annotionData" type="hidden" value='<%=JointData %>'/>
|
||
|
|
<input id="hdworkRecord" type="hidden" runat="server"/>
|
||
|
|
<input id="imgurl2" type="hidden" runat="server"/>
|
||
|
|
<input id="imgurl1" type="hidden" runat="server"/>
|
||
|
|
<input id="orgname" type="hidden" value="<%=UnitName %>">
|
||
|
|
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" />
|
||
|
|
<f:Panel ID="Panel1" runat="server" ShowBorder="false" ShowHeader="false" Layout="Region">
|
||
|
|
<Items>
|
||
|
|
<f:ContentPanel ID="contentPanel" runat="server">
|
||
|
|
<div id="app"></div>
|
||
|
|
</f:ContentPanel>
|
||
|
|
</Items>
|
||
|
|
</f:Panel>
|
||
|
|
</form>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|