26 lines
1.2 KiB
Plaintext
26 lines
1.2 KiB
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="printCartOdl.aspx.cs" Inherits="MP_MAG.SMART.printCartOdl" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/cmp_currODL.ascx" TagPrefix="uc1" TagName="cmp_currODL" %>
|
|
<%@ Register Src="~/WebUserControls/cmp_UdcODL.ascx" TagPrefix="uc1" TagName="cmp_UdcODL" %>
|
|
<%@ Register Src="~/WebUserControls/cmp_printODL.ascx" TagPrefix="uc1" TagName="cmp_printODL" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
|
<div class="card m-2">
|
|
<div class="card-header table-info">
|
|
<h3>Stampa ODL</h3>
|
|
</div>
|
|
<div class="card-body">
|
|
<div class="row">
|
|
<div class="col-12 col-md-4">
|
|
<uc1:cmp_currODL runat="server" id="cmp_currODL" />
|
|
</div>
|
|
<div class="col-12 col-md-4">
|
|
<uc1:cmp_printODL runat="server" id="cmp_printODL" />
|
|
</div>
|
|
<div class="col-12 col-md-4">
|
|
<uc1:cmp_UdcODL runat="server" id="cmp_UdcODL" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</asp:Content> |