15 lines
840 B
Plaintext
15 lines
840 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Bootstrap.Master" AutoEventWireup="true" CodeBehind="regNewDevice.aspx.cs" Inherits="MoonProTablet.regNewDevice" %>
|
|
|
|
<%@ Register Src="WebUserControls/mod_regNewDevice.ascx" TagName="mod_regNewDevice" TagPrefix="uc1" %>
|
|
<%@ Register Src="~/WebUserControls/mod_QRScanner.ascx" TagPrefix="uc1" TagName="mod_QRScanner" %>
|
|
<%@ Register Src="~/WebUserControls/mod_checkHttps.ascx" TagPrefix="uc1" TagName="mod_checkHttps" %>
|
|
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
|
<div class="container-fluid my-3" role="main">
|
|
<uc1:mod_QRScanner runat="server" id="mod_QRScanner" />
|
|
<hr />
|
|
<uc1:mod_regNewDevice ID="mod_regNewDevice1" runat="server" />
|
|
<uc1:mod_checkHttps runat="server" ID="mod_checkHttps" />
|
|
</div>
|
|
</asp:Content>
|