22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/jQueryMobile.Master" AutoEventWireup="true" CodeBehind="ODL.aspx.cs"
|
|
Inherits="MoonProTablet.ODL" %>
|
|
|
|
<%@ Register Src="WebUserControls/mod_dettMacchina.ascx" TagName="mod_dettMacchina" TagPrefix="uc1" %>
|
|
<%@ Register Src="WebUserControls/mod_ODL.ascx" TagName="mod_ODL" TagPrefix="uc2" %>
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
|
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
|
<div class="clearDiv" data-role="content">
|
|
<uc1:mod_dettMacchina ID="mod_dettMacchina1" runat="server" />
|
|
<div runat="server" id="divPz2Conf" style="color: red;">
|
|
<asp:Label runat="server" ID="lblWarningHead" Text="..." />
|
|
<asp:Label runat="server" ID="lblWarningBody" Text="..." />
|
|
<br />
|
|
<b><asp:Label runat="server" ID="lblNumPz2Conf" Text="0" /></b>
|
|
</div>
|
|
</div>
|
|
<div class="clearDiv" data-role="content" data-theme="a">
|
|
<uc2:mod_ODL ID="mod_ODL1" runat="server" />
|
|
</div>
|
|
</asp:Content>
|