Files
2020-08-14 13:14:28 +02:00

8 lines
448 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_svgFull.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_svgFull" %>
<asp:HiddenField ID="hfSheetId" runat="server" Value="0" />
<asp:HiddenField ID="hfFilename" runat="server" Value="" />
<div runat="server" id="divCurrSheet" class="text-center">
<svg xmlns='http://www.w3.org/2000/svg' width="1900" height="950" runat="server" id="svgTable" class="img-fluid-no"></svg>
</div>