Files
MoonPro.net/MP-Tablet/ODL.aspx
T

30 lines
1.4 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;">
<div class="ui-grid-a">
<div class="ui-block-a">
<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 class="ui-block-b">
<asp:LinkButton runat="server" ID="lbtFixOdl" data-role="button" data-iconpos="bottom" data-icon="check" data-theme="e" OnClick="lbtFixOdl_Click">Fix ODL</asp:LinkButton>
</div>
</div>
</div>
</div>
<div class="clearDiv" data-role="content" data-theme="a">
<uc2:mod_ODL ID="mod_ODL1" runat="server" />
</div>
</asp:Content>