12 lines
575 B
Plaintext
12 lines
575 B
Plaintext
<%@ Master Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="SitePBO.master.cs" Inherits="PUB.SitePBO" %>
|
|
|
|
<%@ Register Src="~/WebUserContols/mod_statusRow.ascx" TagPrefix="uc1" TagName="mod_statusRow" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="JumboTronContent" runat="server">
|
|
<uc1:mod_statusRow runat="server" ID="mod_statusRow" />
|
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
|
<asp:ContentPlaceHolder ID="MainContent" runat="server">
|
|
</asp:ContentPlaceHolder>
|
|
</asp:Content>
|