14 lines
552 B
Plaintext
14 lines
552 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/SitePAM.master" AutoEventWireup="true" CodeBehind="Interventi.aspx.cs" Inherits="PUB.PAM.Interventi" %>
|
|
|
|
<%@ Register Src="~/WebUserContols/mod_ER_inCorso.ascx" TagPrefix="uc1" TagName="mod_ER_inCorso" %>
|
|
|
|
<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">
|
|
<uc1:mod_ER_inCorso runat="server" ID="mod_ER_inCorso" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</asp:Content>
|