14 lines
554 B
Plaintext
14 lines
554 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/SitePAM.master" AutoEventWireup="true" CodeBehind="Sospesi.aspx.cs" Inherits="PUB.PAM.Sospesi" %>
|
|
|
|
<%@ Register Src="~/WebUserContols/mod_ER_sospesi.ascx" TagPrefix="uc1" TagName="mod_ER_sospesi" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
|
<div class="container-fluid my-1 bg-light">
|
|
<div class="row p-2">
|
|
<div class="col my-1 px-0">
|
|
<uc1:mod_ER_sospesi runat="server" ID="mod_ER_sospesi" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</asp:Content>
|