12 lines
581 B
Plaintext
12 lines
581 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/SitePAM.master" AutoEventWireup="true" CodeBehind="Allegati.aspx.cs" Inherits="PUB.PAM.Allegati" %>
|
|
|
|
<%@ Register Src="~/WebUserContols/mod_allegatiInterv.ascx" TagPrefix="uc1" TagName="mod_allegatiInterv" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="NoAjaxContent" runat="server">
|
|
<div class="container-fluid my-1 bg-light px-1">
|
|
<uc1:mod_allegatiInterv runat="server" ID="mod_allegatiInterv" />
|
|
</div>
|
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
|
</asp:Content>
|