19 lines
724 B
Plaintext
19 lines
724 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Bootstrap.Master" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="C_TRACK.Contact" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/cmp_contact.ascx" TagPrefix="uc1" TagName="cmp_contact" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
|
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="body" runat="server">
|
|
<div class="container">
|
|
<div class="card">
|
|
<div class="card-header text-center text-uppercase py-1">
|
|
<b>Info e Contatti</b>
|
|
</div>
|
|
<div class="card-body">
|
|
<uc1:cmp_contact runat="server" ID="cmp_contact" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</asp:Content>
|