Continuata pulizia JQM (ed eliminazione)

RegNewDevice, HDTV, RepProd, FixODL
This commit is contained in:
Samuele E. Locatelli
2018-03-01 11:46:36 +01:00
parent 090b6ad272
commit 840d4c69a6
27 changed files with 242 additions and 504 deletions
@@ -1,11 +1,11 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_regNewDevice.ascx.cs"
Inherits="MoonProTablet.WebUserControls.mod_regNewDevice" %>
<%@ Register Src="mod_enrollByAuthKey.ascx" TagName="mod_enrollByAuthKey" TagPrefix="uc1" %>
<%@ Register Src="mod_enrollByJumperAuthKey.ascx" TagName="mod_enrollByJumperAuthKey"
TagPrefix="uc2" %>
<div data-role="content">
<div data-role="collapsible" data-iconpos="right" data-theme="a" data-content-theme="a">
<uc1:mod_enrollByAuthKey ID="mod_enrollByAuthKey1" runat="server" />
</div>
Inherits="MoonProTablet.WebUserControls.mod_regNewDevice" %>
<%@ Register Src="~/WebUserControls/mod_enrollByAuthKey.ascx" TagPrefix="uc2" TagName="mod_enrollByAuthKey" %>
<%@ Register Src="~/WebUserControls/mod_enrollByJumperAuthKey.ascx" TagPrefix="uc1" TagName="mod_enrollByJumperAuthKey" %>
<div class="row">
<div class="col-12">
<uc2:mod_enrollByAuthKey runat="server" ID="mod_enrollByAuthKey" />
<uc1:mod_enrollByJumperAuthKey runat="server" ID="mod_enrollByJumperAuthKey" />
</div>
</div>
<uc2:mod_enrollByJumperAuthKey ID="mod_enrollByJumperAuthKey1" runat="server" />